nix | 13 years ago | on: Sal Khan responds to critic
nix's comments
nix | 13 years ago | on: Show HN: Pibow (a case for your Raspberry Pi)
nix | 13 years ago | on: Most Pressed Keys and Programming Syntaxes
nix | 13 years ago | on: I bet you over-engineered your startup
RPC rarely lives up to this promise. Starting simple is certainly a good approach, but don't fool yourself about how hard it's going to be when you need to deal with latency and partial failure later.
nix | 13 years ago | on: Freicoin: bitcoin-like currency from the Occupy movement
nix | 13 years ago | on: $199 Brings Google Knowledge Graph in Reach of Hackers and Startups
SPARQL is harder to learn and set up, but allows for more complicated queries that might require offline processing.
(I designed the first version of MQL)
nix | 14 years ago | on: You Should Probably Send More Email Than You Do
Better to say that "present-day publishers work hard to make the cover something you can sell a book by."
nix | 14 years ago | on: Russian satellite's 121-megapixel image of Earth is most detailed yet
nix | 14 years ago | on: Wind Map
http://nixweb.com/dust/ is my version, for the SF Bay Area only. It was 15 years ago so pardon my Java applet.
nix | 14 years ago | on: Trillion-frame-per-second video
A normal video camera records a frame at a time, this one records a scanline-sized movie at a time. The raw data is noisy but the scene is static so they can sample the same line over many flashes.
After a few minutes of scanning they have a trillion fps video where you can see a wavefront propagate at the speed of light. Amazing.
nix | 14 years ago | on: Show HN: Open source Android app building a network of barometers
nix | 14 years ago | on: Google+ for Google Apps users - it's a matter of days
nix | 14 years ago | on: Cue: A different approach towards gestural icons
The Open Exhibits Gesture Library is another option. It looks like they broke the old link at http://openexhibits.org/gesturelibrary but you can see an example gesture at http://openexhibits.org/support/gestures/35/two-finger-scale and click around for the rest.
The Cue icons will be clearer at small point sizes, but if you have enough pixels the (mostly) graceful hands in the Open Exhibits library feel more appealing than Cue's big fingernail.
nix | 15 years ago | on: Visualization of Home Price Reductions
nix | 15 years ago | on: Latest Everything: Bot shows signs of consciousness
Lots of interesting stuff here on factors affecting reaction time: http://biae.clemson.edu/bpc/bp/Lab/110/reaction.htm#Type%20o...
Your experiment must have been set up differently though - the fastest time they mention is 180msec for teenagers.
nix | 15 years ago | on: Ask HN: How to stave off decline of HN?
nix | 15 years ago | on: Liquefaction from the Sendai earthquake – a remarkable video
liquefaction hazards for SF: http://gmw.consrv.ca.gov/SHMP/download/pdf/ozn_sf.pdf other PDFs: http://gmw.consrv.ca.gov/SHMP/html/pdf_maps_no.html
nix | 15 years ago | on: iOS Libraries
The Objective-C language (Smalltalk in C) was a nice idea (in the 80s...) but newcomers to iOS should be aware that the non-UI parts of the Cocoa/UIKit libraries are garbage compared to what C programmers have built over the past thirty years. I've had to replace enough of the ObjC libraries I've used with plain C that I just start with the C code now.
nix | 15 years ago | on: Mathematical explanation of music and white/black notes in a piano
See http://en.wikipedia.org/wiki/Diatonic_scale#Prehistory - which also says that the circle of fifths was described much earlier than I thought.
nix | 15 years ago | on: Mathematical explanation of music and white/black notes in a piano
"Rate" implies that the denominator is a timespan. This does not make sense, as there are many slopes which are not rates and which are not presented as rates.
It's kind of a silly thing to worry about, but Khan's answer is unequivocally better.