Live data from Hacker News

Viewing profile — holmak

holmak

HN member
Joined
Thu, Apr 26, 2012, 5:21 AM UTC
HN karma
182
Public activity
31 items

About holmak

No profile information was provided.

Recent public activity

  1. comment
    Comment #40067532

    In "The Evolution of the Unix Time-sharing System" by Dennis Ritchie, he writes: > Although it was not until well into 1970 that Brian Kernighan suggested the name ‘Unix,’ in a som…

  2. story
  3. comment
    Comment #15389618

    It's rather bold for the Atlantic to complain about low quality news when they have clickbait garbage at the bottom of every article.

  4. comment
    Comment #15335794

    Why not just design for deep sea exploration or nuclear applications directly? It's a heck of a lot cheaper to test prototypes in the ocean than on Venus.

  5. comment
    Comment #12732579

    Silent, deadly electric cars... Joking aside, they've snuck up on me more than once when I'm about to cross the street and they're trying to right-on-red. I'm surprised they don't …

  6. comment
    Comment #12537523

    In case you didn't know, "inferior good" is an economics term with a specific meaning: https://en.wikipedia.org/wiki/Inferior_good

  7. comment
    Comment #11942360

    Their market analysis, just like every other discussion of commercial space exploration I've ever seen, is circular. Space solar power, space manufacturing, space mining, space ref…

  8. comment
    Comment #11707179

    SDL is written in C, and it has a much more pleasant way of dealing with heterogeneous event types. There is a struct called SDL_Event, which you fill by calling SDL_PollEvent() un…

  9. comment
    Comment #11488659

    I don't have any trouble with pointers. I can understand C programs just fine. But Modern C++, as the evangelists love to point out, is specifically about avoiding raw pointers in …

  10. comment
    Comment #11485482

    Sorry, I misunderstood your comment. I think the original poster was referring to the Plan 9 team's strong preference for C over C++. Plan 9 was written with a modified version of …

  11. comment
    Comment #11485429

    I tried to learn "modern" C++ style, and watched many, many videos from cppcon, but I just don't feel like I understand how to do it. I started a C++ project, #included and all the…

  12. comment
    Comment #11485396

    Plan 9 was a research OS that was sort of intended to be a "next generation" Unix. The Golang project is led by at least one person who worked on the Plan 9 OS, and overall it seem…

  13. comment
    Comment #11183598

    I wonder what fraction of male Computer Science majors also come into their first semester with no programming experience. When I was a freshman, it seemed like absolutely everyone…

  14. comment
    Comment #11082257

    Regardless of how you categorize the system, having more money flowing through an organization increases the incentive for the members of that system to do something unethical to t…

  15. comment
    Comment #11082158

    I noticed that too. It amuses me that it just takes a couple of tasteful red and blue stripes to make something look official!

  16. comment
    Comment #11055956

    I agree that the names are confusing or misleading to modern readers. The strange choice of words in both cases seems to be due to the terms being used in a technical sense with a …

  17. comment
    Comment #10941009

    The article suggests that the discussed behavior is a problem because it does show up in code that "regular users" have to look at: > This paper tries to shed some light in the dar…

  18. comment
    Comment #10862201

    I have seen it claimed that null-terminated strings were encouraged by the instruction sets of the time -- that some instruction sets make null-terminated sequences easier to handl…

  19. comment
    Comment #10819957

    I've been thinking about this lately, and there might be a great advantage to modern democracy even if it is a sham run by oligarchs. Unlike an old-fashioned monarchy or dictatorsh…

  20. story
  21. comment
  22. comment
    Comment #10628688

    The concept presented here of "seeking justice by appeal to the majority" reminds me of the Twitter phenomenon in which people learned that the only way to get customer service fro…

  23. comment
    Comment #10452769

    I often think about the strange coincidence that English is the easiest language to represent in a computer. Only 26 characters, with no accents, all independently placed in series…

  24. story
  25. comment
    Comment #6978373

    I agree with your assessment -- utility with respect to time is the first explanation I thought of as well. People (and firms) have a limited ability to anticipate or defer purchas…