HN user

anders0

22 karma
Posts0
Comments10
View on HN
No posts found.

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

LaTeX Templates 13 years ago

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 got complimented in high school for my physics coursework being typeset nicely. :D None of the other teachers seemed to really notice, though.)

Vim Creep 14 years ago

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

A better git log 14 years ago

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