Live data from Hacker News

Viewing profile — brendn

brendn

HN member
Joined
Tue, Feb 23, 2010, 3:48 AM UTC
HN karma
166
Public activity
52 items

About brendn

Brendan Berg is a developer, artist, and author (although not necessarily in that order) living in New York City.

https://berg.industries

Recent public activity

  1. 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…

  2. story
  3. 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…

  4. story
  5. 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…

  6. 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…

  7. 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 …

  8. comment
    Comment #4910270

    I'll have to try it out. Thanks!

  9. 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.

  10. 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…

  11. 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 …

  12. 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…

  13. 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…

  14. 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) - …

  15. 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…

  16. 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…

  17. 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 …

  18. 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…

  19. 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…

  20. comment
    Comment #4472405

    At first I thought it said "mind control drone" and reached for the tin foil.

  21. 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.

  22. 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…

  23. comment
    Comment #4177955

    This is a repost of a backers-only email from Kickstarter. It wasn't meant to be published as a gist.

  24. 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 …

  25. 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…