Viewing profile — pedrobelo
pedrobelo
HN member- Joined
- Tue, Oct 13, 2009, 3:18 AM UTC
- HN karma
- 124
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About pedrobelo
No profile information was provided.
Recent public activity
-
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…
- story
- story
- story
- story
-
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…
- story
-
comment
Comment #4869312
Not advertising that a queue (or any database for what matters) is shared between apps!
-
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…
- story
- story
- story
-
comment
Comment #4264727
Kind of a long shot, but their "forgot password" flow allows for username enumeration attacks: https://www.dropbox.com/forgot
- story
-
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…