Viewing profile — holmak
holmak
HN member- Joined
- Thu, Apr 26, 2012, 5:21 AM UTC
- HN karma
- 182
- Public activity
- 31 items
- HN profile
- View on Hacker News ↗
About holmak
No profile information was provided.
Recent public activity
-
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…
- story
-
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.
-
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.
-
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 …
-
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
-
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…
-
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…
-
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 …
-
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 …
-
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…
-
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…
-
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…
-
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…
-
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!
-
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 …
-
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…
-
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…
-
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…
- story
- comment
-
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…
-
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…
- story
-
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…