Live data from Hacker News

Viewing profile — jrbrtsn

jrbrtsn

HN member
Joined
Tue, Jul 14, 2015, 8:55 PM UTC
HN karma
9
Public activity
5 items

About jrbrtsn

No profile information was provided.

Recent public activity

  1. comment
    Comment #10079329

    Kernel developers don't use and IDE for the Linux kernel, and they are arguably some of the best programmers in the world. Great programmers use vim or emacs, because the imagery i…

  2. comment
    Comment #9896706

    I've used vim pretty much every work day in the last 15 years or so, and I can count the number of times it's crashed on one hand. If you can actually verify that it crashed (i.e. …

  3. comment
    Comment #9894309

    Most likely you've typed Ctrl-S, which causes the terminal to pause. Here is the what the vim docs have to say about that: Note: CTRL-S does not work on all terminals and might blo…

  4. comment
    Comment #9889410

    There exists an enormous body body of reliable and fast code written in "C" (e.g. the Linux kernel). I've been coding in C for 27 years, C++ for 20. I think the idea that a languag…

  5. comment
    Comment #9888027

    Isn't complaining that (INT_MAX + 1) is undefined the same as complaining that (8/0) is undefined? What meaningful functionality could be gained by defining overflow behavior? If y…