Viewing profile — brendn
brendn
HN member- Joined
- Tue, Feb 23, 2010, 3:48 AM UTC
- HN karma
- 166
- Public activity
- 52 items
- HN profile
- View on Hacker News ↗
About brendn
https://berg.industries
Recent public activity
-
comment
Comment #5893813
The Concorde was an engineering marvel, but it was more than just increasingly cheap transatlantic fares that did it in. Noise regulations prevented it from flying over the Contine…
- story
-
comment
Comment #5447672
By my understanding, yes and yes. The third-party service caches the public key (with timestamp) and the browser caches the signed certificate (with timestamp). The timestamp gives…
- story
-
comment
Comment #5058040
A friend of the author of QLB here, and I brought up the idea of a visual interpreter to parse the square kufic calligraphy. My understanding (limited as it is by my almost complet…
-
comment
Comment #4975165
That's exactly what's happening in some places in Vermont. (I know, not the first place you think of when you hear 'solar.') People can buy shares of a solar co-op and get credited…
-
comment
Comment #4921246
Turing should be pardoned as a human victim of an unjust law, and his genius should have nothing to do with it. That said, there are more important fights for equality that affect …
-
comment
Comment #4910270
I'll have to try it out. Thanks!
-
comment
Comment #4910085
I would love to see a LUA scripting framework built into this. I built an iOS app with an embedded web server, and dealing with dynamic text generation in Objective-C is a pain.
-
comment
Comment #4910065
I used Mongoose [1] to do exactly that for devices that share a local network (auto-discovery and everything). So yes, it's definitely possible :) [1] http://code.google.com/p/mong…
-
comment
Comment #4716632
ConEd shut of power to the Financial District at approximately 7PM, but there were a number of explosions at substations including the one at 14th Street. There are over 1 million …
-
comment
Comment #4715880
Most of Manhattan is without power. While some people may think it's badass to hack through the storm oblivious, the situation out here is pretty intense. I would encourage some le…
-
comment
Comment #4602802
I've heard (but can't find a link ATM) that it's not uncommon for people in developing countries have multiple phones or multiple SIM cards and will call on one or the other depend…
-
comment
Comment #4599339
I'm curious about that issue, too. Here's a brainstorm: - An independent Identity Provider (IdP) uses some means of identification for the user (two-factor, iris scan, whatever) - …
-
comment
Comment #4595043
I'd like to second this sentiment. Instead of tearing down someone's significant effort to build something cool, the community should constructively communicate their issues with t…
-
comment
Comment #4593696
Could you enlighten us? I've read about fiber optic gyros, but I assume they haven't gotten small enough to fit in a mobile device. (Since they require kilometers of fiber.) I real…
-
comment
Comment #4593684
Yeah, I kind of glossed over the vacuum aspect of the attitude indicator because I don't understand all its intricacies. The video pretty much confirms my understanding of how the …
-
comment
Comment #4592077
OK. I'm no expert on this myself, but for someone who claims to have just figured out how an attitude indicator works, the author certainly doesn't explain it very well. I was left…
-
comment
Comment #4494621
It was totally a lobbying effort to get the legislation passed. First by the tobacco industry because of fires started by smokers falling asleep with lit cigarettes, then by the ch…
-
comment
Comment #4472405
At first I thought it said "mind control drone" and reached for the tin foil.
-
comment
Comment #4445307
Being stabbed to death would be a less painful and drawn-out alternative to being sued for the thief's medical bills.
-
comment
Comment #4445268
No, both authentication factors are required, so either losing your phone or forgetting your password would be sufficient to lock you out. However, the Google authenticator PAM plu…
-
comment
Comment #4177955
This is a repost of a backers-only email from Kickstarter. It wasn't meant to be published as a gist.
-
comment
Comment #3998762
Tornado relies on its own HTTP server, but its modules for everything from templating to authentication are loosely coupled, so you can take them or leave them. To your point, I'd …
-
comment
Comment #3972643
The article itself says, "While this HOWTO tries to give an overview of Python in the web, it cannot always be as up to date as desired. Web development in Python is rapidly moving…