Live data from Hacker News

Viewing profile — lincolnbryant

lincolnbryant

HN member
Joined
Sat, Dec 22, 2012, 9:41 PM UTC
HN karma
18
Public activity
17 items

About lincolnbryant

Django developer in Boston, MA

Recent public activity

  1. comment
    Comment #23178895

    Not a linux user, but a decent external mic or headset is going to make the most difference here, its largely a factor of the tiny internal mics in laptops. They will also do bette…

  2. comment
    Comment #11435928

    http://www.zerohedge.com/news/2016-04-03/unprecedented-leak-...

  3. comment
    Comment #11337225

    ESLint catches many

  4. story
  5. comment
    Comment #5376297

    A bit heavy duty and not cli, but http://www.charlesproxy.com/ is capable of intercepting and outputting logs.

  6. comment
    Comment #4973308

    Congrats then! I've seen mongo features start simple then end containing a bunch of embedded lists of primary keys to SQL or other data stores, rather than what would be a bridge t…

  7. comment
    Comment #4971141

    Some of the best programmers I have met left higher paying jobs to do something that at least somewhat changes the world for better or helps people. This is about the vertical with…

  8. comment
    Comment #4970714

    Where do you work? Sounds pretty chill.

  9. comment
    Comment #4970702

    I heard its going to be bundled with the next Flash IDE and support Actionscript for querying.

  10. comment
    Comment #4970681

    This also makes it sound like whoever intervened to rewrite said feature in sharded mysql had an easy time. Usually this would not be an obvious port. However we don't know the tec…

  11. comment
    Comment #4970577

    Right, and thanks for separating how to approach this issue in creation of an app vs maintenance. Real world issues like having a million images that are not compressed or sized co…

  12. comment
    Comment #4970378

    I have heard this of internet cafes, specifically Central and South America. Fellow web developers have returned to describe Facebook Chat using a Java tool, etc.

  13. comment
    Comment #4970372

    Soundcloud wrote a blog post http://backstage.soundcloud.com/2011/04/failing-with-mongodb... about the specifics of how they failed in implementing an analytics platform in MongoDB…

  14. comment
    Comment #4958624

    People are not taking into account "browser crunch" of parsing and executing all of this javascript required to defer loading to ajax. This is painful to phones, but heavyweight fr…

  15. comment
    Comment #4958617

    Funny blaming jQuery (one of the leanest frameworks, striving to only fix the browser, not provide app architecture). Disable that and not much of the web will work. Remember these…

  16. comment
    Comment #4958614

    The issues these optimizations pose for the workflows of the whole team and the maintenance requirements are the blocker. You must be able to convince people that so much of their …

  17. comment
    Comment #4957578

    I don't understand replicating the restrictions, challenges, and proprietary feel AppEngine makes towards normal application style (compared to something like Heroku).