Viewing profile — daragh
daragh
HN member- Joined
- Wed, Apr 16, 2008, 9:55 PM UTC
- HN karma
- 41
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About daragh
Recent public activity
-
comment
Comment #6892104
I'm currently awaiting delivery of components to assemble an ErgoDox. The later variations show here display an encouraging similarity to a lot of the ErgoDox's features, although …
-
comment
Comment #6643740
This is gorgeous.
-
comment
Comment #5765952
If he liked Hitchhiker's Guide and Kurt Vonnegut, you should give him The Sirens of Titan .
-
comment
Comment #5142685
https://github.com/harukizaemon/hamster is apparently quite good.
-
comment
Comment #5118760
Ah yes, the day we sold our bus.
-
comment
Comment #5094929
It's been years since I've seen it, but I remember a hilarious scene where Jack Bristow is talking to someone in an IM-like window; his choice of text is giant red Comic Sans and h…
-
comment
Comment #4771221
Create commits using `add -p` up to the point that the current state of the work tree is fully committed. (You can `reset HEAD^` if you need to add some stuff that you do not want …
-
comment
Comment #4642160
Well, it looks like the overwhelming majority of web programming is done in PHP/ASP, so I guess it's not the case so much for web developers. Although I'd be amazed if Go won over …
-
comment
Comment #4641880
I think many (if not the majority of) programmers are still using strongly typed programming languages.
-
comment
Comment #4502769
That FIFO temporary file is the file descriptor of the subprocess' stdout. You're accessing it through a pipe. It's most useful when you want to diff the result of multiple command…
-
comment
Comment #602579
If you are using a DSLR in burst mode it probably won't choose a variety of apertures and shutter speeds. It will determine what it believes to be a correct exposure for the scene …
-
comment
Comment #601959
I'm not too sure how useful the DoF preview feature is, in what common circumstance do you recommend I use it? Also, you shouldn't restrict yourself to the centre AF point; focus-a…
-
comment
Comment #349466
That's a pretty solid butchering of the design of daringfireball.net
-
comment
Comment #231137
The other point I made was that even if they were offering "green" VPSs it doesn't mean they're going to have a "green" and "non-green" power cables running in to the building and …
-
comment
Comment #230950
In all seriousness, that's retarded. If you honestly want to be "green" you can make changes to your personal behaviour (such as using CFLs, recycled packaging etc.) and not rely o…
-
comment
Comment #191226
Pen & paper for rapid prototyping, then start mocking up with actual code. This isn't 1999, you'll save yourself a lot of trouble than messing around with Photoshop layers. If you …