Live data from Hacker News

Viewing profile — anders0

anders0

HN member
Joined
Sat, Feb 25, 2012, 10:54 AM UTC
HN karma
22
Public activity
10 items

About anders0

No profile information was provided.

Recent public activity

  1. comment
    Comment #5298386

    Huh. I always assumed it was in C. Shows what I know… :p

  2. comment
    Comment #5298278

    To nitpick, -14 isn't a literal in all languages. :) (In Haskell, it's just sugar for negate 14, while in Standard ML it's spelt ~14. And I assume there are other exceptions too.)

  3. comment
    Comment #5263245

    I'm not saryant, but the school of CS at St Andrews (UK) briefly teaches us LaTeX in second(?) year, and encourages us to use it to write all our reports, essays, etc. (OT: I also …

  4. comment
    Comment #5007867

    Well, it's both.

  5. comment
    Comment #4735799

    But couldn't the language's runtime (or the GC library, or whatever) register for these notifications?

  6. comment
    Comment #4727826

    "non-(banana republic)", not "(non-banana) republic".

  7. comment
    Comment #4403676

    It doesn’t if I use a tap-click on my trackpad either; it only seems to if you hold it down. Do these actions (tap-click, screen touch) not send separate mouse{down,up} events? Bec…

  8. comment
    Comment #4237688

    No love for `ZZ` here? :( (And its friend `ZQ`, which is the same as `:q!`.)

  9. comment
    Comment #4132293

    Apart from `-p` and `--name-status`, there’s also `--stat` for the `++++++++----` things for each file.

  10. comment
    Comment #3741708

    Well the revised syntax ( http://caml.inria.fr/pub/docs/manual-camlp4/manual007.html ) is completely implemented as a camlp4 (p5?) extension, so if you have enough patience you can…