Viewing profile — gryan
gryan
HN member- Joined
- Tue, Jul 06, 2010, 3:42 PM UTC
- HN karma
- 42
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About gryan
No profile information was provided.
Recent public activity
-
comment
Comment #3699291
Cool! What is their idea on the next step? Are they going to try to remove the front wall with the entire painting enact?
-
comment
Comment #2678742
Beats being swayed by facts.
- comment
-
comment
Comment #1914532
Arthur C. Clarke: Science fiction writer. E.W. Dijkstra: Actual computer scientist.
-
comment
Comment #1842696
So, you're an idiot?
-
comment
Comment #1834791
Fortunately, Joel is not the first or last word on any subject.
-
comment
Comment #1796556
"For example, you might start at the root resource http://foo.com/api/ . It returns, as content, a set of subresources that can be requested. The API documentation should describe …
-
comment
Comment #1792008
Don't be so sure that all of Linus' opinions are valid for all areas of programming, or even in all situations within the kernel.
-
comment
Comment #1791992
I don't know what the OP's beef is. There's nothing semantically wrong or confusing about this. However, for simple types like int and float, there's no performance advantage to pa…
-
comment
Comment #1618998
As far as this specific complaint goes, I've worked on large-scale C++ programs and I've rarely come across anything prohibitive as far as compile times are concerned. Granted, C i…
-
comment
Comment #1618976
It's unfortunate that Boost is an all-or-nothing set of libraries, and the meta-programming in there can be brutal to compile, so for that kind of platform you'd really need to wei…
-
comment
Comment #1618909
C++ isn't without it's age spots, but articles like this do nothing to give a balanced view of its usefulness vs. issues. Many languages have boasted to topple C++ and it hasn't ha…
-
comment
Comment #1618891
Speak for yourself. I use std::string frequently and there isn't anything awkward about it.
-
comment
Comment #1511400
"I’d even argue that the main reason kernel code tends to be efficient is not because it’s written in C but because it’s written with parallelism and reentrancy in mind, by people …
-
comment
Comment #1511182
Sometimes you don't want to suck up all of the RAM on a non-embedded machine, either. Also faster startup times and no collector pauses. A lot of times those are required.
-
comment
Comment #1491315
I don't know if anyone else is going to read down this far, but I have something to say. The argument that outsiders need to understand the jargon is a red herring against the ulti…