Live data from Hacker News

Viewing profile — bmizerany

bmizerany

HN member
Joined
Tue, Feb 24, 2009, 7:14 AM UTC
HN karma
350
Public activity
22 items

About bmizerany

No profile information was provided.

Recent public activity

  1. comment
    Comment #34872226

    > Webhooks for critical application paths just seem like a bad idea all around really Well, put. I've been deep in the Stripe API for a while now, and the invoices API provides up-…

  2. comment
    Comment #33438660

    Hi! Tier co-founder here. > Iterating this on a pricing.json file feels easier. Agreed. :) > if we decide to do something like giving the user the possibility of choosing between a…

  3. comment
    Comment #15253045

    Hello from Backplane. You can get this on Azure today using https://www.backplane.io with end-to-end encryption to your backends plus a huge chest of other routing and security fea…

  4. comment
    Comment #13609745

    I hit reply too soon. Sorry. Regarding robustness: Our tests show we're more robust that than alternative proxy services with smaller feature sets.

  5. comment
    Comment #13609683

    We're happy to hear your enjoying it! If you have pricing questions please email sales@backplane.io

  6. comment
    Comment #13609652

    Backplane easily replaces the service discovery+custom agents+elb+nginx+firewall management code+cert management code+...... so if you have a process instance/scheduler like kubern…

  7. comment
    Comment #13602577

    Backplane founder / CEO here. I started Backplane because I noticed after leaving Heroku as the first eng hire, then working with users while at CoreOS, that a lot could be done to…

  8. story
  9. story
  10. comment
    Comment #5555533

    I added an example for you (although not a "slidding" window): http://godoc.org/github.com/bmizerany/perks/quantile#__examp...

  11. comment
    Comment #5555480

    There may be a way to implement this in perks/quantiles by adding another piece of metadata for the timestamp. There is a space cost for this, but it may be okay or even opt-in. Ma…

  12. comment
    Comment #5555393

    Yes. I use this for that. Query then Reset every 5 minutes.

  13. comment
    Comment #5555021

    azmenthe's article covers the problem well: http://blog.tempo-db.com/post/42318820124/estimating-percent... Basically, when you have more data than memory and time to sort them in …

  14. comment
    Comment #5554988

    Great post. Distributing the computation was quite easy. I emailed the authors of the paper and they gave me a quick answer, which is what I implemented and tested. I'm interested …

  15. story
  16. story
  17. story
  18. comment
    Comment #2603664

    Here is a list of all updates to the platform: https://gist.github.com/1000964

  19. comment
    Comment #2475343

    Please see: http://xph.us/2011/04/13/introducing-doozer.html

  20. story
  21. comment
    Comment #2444668

    Yes, it is Paxos. We have a post coming up about it.

  22. comment
    Comment #1214448

    Sinatra has had etag support for years; longer than Rails ( http://bit.ly/9rBLut now http://bit.ly/d3ir1T ). Sinatra is well suited for large apps. I suggest using it for them. :)