Live data from Hacker News

Viewing profile — cks

cks

HN member
Joined
Wed, Mar 31, 2010, 1:28 PM UTC
HN karma
25
Public activity
16 items

About cks

No profile information was provided.

Recent public activity

  1. 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…

  2. 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?

  3. 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 …

  4. 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…

  5. 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…

  6. 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'…

  7. 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 …

  8. comment
    Comment #2845715

    Cool, but why is the default picture behind the sofa. It would make more sense simulating sitting in it.

  9. 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…

  10. 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…

  11. 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…

  12. 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…

  13. 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…

  14. comment
    Comment #1620332

    Well their screenshot/mock-up does, take a look again.

  15. comment
    Comment #1619898

    Interesting... the application has a Windows Vista/7 scrollbar.

  16. 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 …