Live data from Hacker News

Viewing profile — pedrobelo

pedrobelo

HN member
Joined
Tue, Oct 13, 2009, 3:18 AM UTC
HN karma
124
Public activity
15 items

About pedrobelo

No profile information was provided.

Recent public activity

  1. comment
    Comment #33710820

    lol. I'm not sure where to begin, but yes - it does take a special kind of idiot to believe that appointed judges can launch a coup to protect the elected president. and why on ear…

  2. story
  3. story
  4. story
  5. story
  6. comment
    Comment #8913179

    I wrote about a few of the different formats before: http://pedro.by4am.com/past/2014/5/23/get_more_out_of_your_s... And been working on a tool to merge the schema with actual code…

  7. story
  8. comment
    Comment #4869312

    Not advertising that a queue (or any database for what matters) is shared between apps!

  9. comment
    Comment #4868639

    When using a non database-based queue you'll have to find another mechanism to make sure your operation is still atomic. In other words you can end up in a situation where a record…

  10. story
  11. story
  12. story
  13. comment
    Comment #4264727

    Kind of a long shot, but their "forgot password" flow allows for username enumeration attacks: https://www.dropbox.com/forgot

  14. story
  15. comment
    Comment #3584054

    For sure. Most of the time migrations are developed in a feature branch, so the owner is responsible for splitting his branch into two or three before sending pull requests (as man…