Viewing profile — cks
cks
HN member- Joined
- Wed, Mar 31, 2010, 1:28 PM UTC
- HN karma
- 25
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About cks
No profile information was provided.
Recent public activity
-
comment
Comment #23655042
This is something we deal with in game development regularly, tracking spikes as fixing them. I’m not sure how much sense it makes to measure them in the context of video card revi…
-
comment
Comment #9380433
How come this vehicle doesn't self spin around the rotor axis? Like a traditional single rotor helicopter would do without the tail rotor?
-
comment
Comment #8190593
An ECMAScript to C compiler. Sort of the inverse of Emscripten. The goal was to compile ECMAScript to LLVM IR but it's not quite there yet. It currently implements version 5.1 and …
-
comment
Comment #6006824
I highly recommend this plugin! I find it really snappy on my projects. I haven't had the opportunity to try it on any gigantic projects, but I have found configuration files for Y…
-
comment
Comment #3442296
I was actually under the impression that Fortran was used simply because the experts (in this case in fluid dynamics) was familiar with Fortran. It was the language they learned an…
-
comment
Comment #2995119
My point is that having pet projects might actually increase software development skills. In the same way that practicing any activity generally makes you better at it. People who'…
-
comment
Comment #2993653
> If you have a life, I don't want you. Seriously, there is a lot of judgement in that sentence. "Having a life", having a family is a matter of choice. I can choose not to have a …
-
comment
Comment #2845715
Cool, but why is the default picture behind the sofa. It would make more sense simulating sitting in it.
-
comment
Comment #2806670
Interesting reading but I don't get the rant about the controllers being so ugly containing the model logic? I mean it's essentially a matter where you place the logic. The logic i…
-
comment
Comment #2789246
Agreed, spaces in OS X has always appeared half-baked to me. Coming from a GNU/Linux environment I found it surprising that it wasn't possible to send a window to a specific worksp…
-
comment
Comment #2780704
For me, long compilation times puts me out of "the zone". If compilation takes too long I'll start reading e-mails or web browsing. When compilation is done my mind is elsewhere an…
-
comment
Comment #2762907
The story doesn't tell if all 18 million are French users. The tracking company Trident Media Guard could very well be operating globally. The ISPs reportedly only returned 900,000…
-
comment
Comment #2570869
Why don't the cloud storage service providers encrypt/store all user content in such a way that it can only be read by the user? I doubt there are any ethical benefits in storing t…
-
comment
Comment #1620332
Well their screenshot/mock-up does, take a look again.
-
comment
Comment #1619898
Interesting... the application has a Windows Vista/7 scrollbar.
-
comment
Comment #1511309
"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 …