Viewing profile — JonahBraun
JonahBraun
HN member- Joined
- Mon, Nov 28, 2011, 10:54 PM UTC
- HN karma
- 129
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About JonahBraun
No profile information was provided.
Recent public activity
-
comment
Comment #19209990
Looks like the website is done with it: https://undefined-medium.com/
- story
-
comment
Comment #16112479
In the article, the author explains that from the cyclists orientation, the car approaches from 94 degrees.
-
comment
Comment #15901285
You can get a stainless steel french press. Typically they are vacuum insulated as well, which is nice.
-
comment
Comment #11427106
Gorgeous. Anyone have any tips on printing this in high quality?
-
comment
Comment #11355615
Actually collapsing comments helps. Often insightful top level comments are posted at a later time. These remain less read and less voted because of their position.
-
comment
Comment #10707803
Interesting that he advocates MySQL. PostgreSQL can index and interact with the JSON stored in it's columns, which make it a better choice as a NoSQL replacement. http://www.postgr…
-
comment
Comment #10455755
Actually they frequently have member sales with insane prices.
-
comment
Comment #10417619
You missed the joke re: Go 2. I don't think Go is done. The active development speaks otherwise.
- story
-
comment
Comment #10154326
Location: Los Angeles, California and Edmonton, Canada Remote: Yes, preferred Willing to relocate: Yes, if the location is cool enough. Technologies: Go (Golang) Resume: http://goo…
-
comment
Comment #10144771
I think you posted this because pasting the OP results in a syntax error. The problem is actually the list in the compound command needs to be terminated with a newline or semicolo…
-
comment
Comment #10082138
> The wireless radios in routers deteriorate Citation needed. What exactly do you think is deteriorating here? It's not like the antenna is oxidizing from use…
-
comment
Comment #9723735
I've done this and it works for normal typing. The downside is key combinations do not work across the keyboards (at least on Mac OS X). Example, pressing cmd on the left keyboard …
-
comment
Comment #9308933
I'm assuming your trying to search and only see remote positions. Quick CLI hack, tested only on MacOSX w/ gnu coreutils: pbpaste | tr '\n' '⁄' | sed 's/\[−\]/\n/g' | grep -ai 'rem…
-
comment
Comment #8747767
You could in the terminal based atc from BSD games. Great fun.
-
comment
Comment #8695396
EasyDNS provides integration with AWS: http://easyroute53.com/ They have an interesting blog post about setting up secondary DNS: http://blog.easydns.org/2013/09/10/what-we-are-doi…
-
comment
Comment #8671475
Agreed. Anyone find an authoritative explanation on the photo? I couldn't.
-
comment
Comment #8671445
> Particles emitted from radioactive atoms are a form of ionizing radiation—they have enough energy to scramble atoms and molecules they crash into. (This is different from non-ion…
-
comment
Comment #7367321
In one format, IEE754 has 24576 possible representations of zero[1], which fits your definition of "wasted bits". Some of your other criticisms might be valid, but at this point I'…
-
comment
Comment #7367286
I'm not an expert but you seem to be wrong on this. The wikipedia article you linked to for the IEEE 754 decimal64 format says: "Because the significand is not normalized, most val…
-
comment
Comment #5308025
REMOTE JavaScript Lead (and developers) at Fluid (or onsite in SF) The project: - A large and innovative *app platform* written in JavaScript. - Awesome design by our renowned user…
-
comment
Comment #5195699
The comment about painting the boat reminds me of supercavitation http://en.wikipedia.org/wiki/Supercavitation used to greatly increase speed of some torpedos. You could probably r…
-
comment
Comment #3961548
Looks like he replied through email rather than the github interface. His mail client would have formated the email and signature.
-
comment
Comment #3519708
> The example of "mental model of assignment" is ridiculous. a=b can mean whatever. It means something totally different to a mathematician than a programmer. Say: That's why the f…