Viewing profile — xrt
xrt
HN member- Joined
- Sat, Dec 17, 2011, 10:03 PM UTC
- HN karma
- 33
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About xrt
No profile information was provided.
Recent public activity
-
comment
Comment #7850521
thank you for this. i've never understood why credit cards are printed w/ spaces between the numbers, presumably to reduce transcription errors, but 99.9% of web forms force you to…
-
comment
Comment #7689572
This is a doddle in PostScript. http://www.jasonpratt.org/software/graphpaper/
-
comment
Comment #7625028
Think this might make those "Fork me on GitHub" badges a little less popular? I sincerely hope so.
-
comment
Comment #7599700
I really hate writing things in reverse, but a decent style in Bash is to put everything in functions, w/ a main() at the top: #! /usr/bin/env bash set -e -u bar='bar' main() { foo…
-
comment
Comment #7543762
LISP 1.5 manual (MITPress)
-
comment
Comment #7253899
It would be very useful to delineate this list by command type and availability. The ones I wanted to check out (ndiff, rs, iftop, mtr, ...) must be in packages, since they don't r…
-
comment
Comment #6673284
So a middle finger gets fewer downvotes than a technical commentary. awesome.
-
comment
Comment #6672500
They lost me when they went to 21 bits.
- comment
-
comment
Comment #6360816
The -3 arg is not available on OS X. Odd, since it's been in BSD Unix since forever. http://www.freebsd.org/cgi/man.cgi?query=cal
-
comment
Comment #6112269
My favorite example. The chosen answer to the "Where's Waldo?" solution is 7 lines long . http://stackoverflow.com/questions/8479058/how-do-i-find-wal...
- story
-
comment
Comment #6029367
I should think OCaml or SML should be added to the mix. Neither has Async built in, but the other points are handled quite well. http://ocaml.org/description.html
-
comment
Comment #5971605
Why was I not made aware of this sooner? $10 for 1-10 users? Nice. (also not affiliated)
-
comment
Comment #5856745
The design reminds me a bit of my "sunflower" iMac, which was a really nice machine.
-
comment
Comment #5664875
dbx is a company and a noise reduction format. It competed w/ Dolby. http://en.wikipedia.org/wiki/Dbx_(noise_reduction)
-
comment
Comment #5615121
It's been sad to watch Markdown eclipse Textile http://txstyle.org in popularity. Textile provides a more complete mapping to HTML than Markdown, while remaining easy to use. Its p…
- story
- comment
-
comment
Comment #5274856
Beyond complexity management, breaking a design into many small programs opens it up to a rich set of well-known and proven OS services. Things like hardware memory protection, mul…
-
comment
Comment #5210900
Is there any way to view the .textile files rendered properly w/in Github? They are rendering the same as raw for me. Am I missing something?
-
comment
Comment #5185802
> Also, I want to know how to make Evernote better! Email me and let me know. I've got a few ideas. What is your email address?
-
comment
Comment #5141897
Awesome. Any chance you could update the C compiler to something post-C89?
-
comment
Comment #5058883
Robin Williams devotes a chapter of her book, "The PC is not a Typewriter", on the subject. She concurs. http://www.amazon.com/Pc-Not-Typewriter-Robin-Williams/dp/09...
- story