Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bmizerany
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
bmizerany
4y ago
> 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-to-date account status information and what a custom
2.
▲
by
bmizerany
4y ago
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 monthly or a yearly subscription (with a variable qu
3.
▲
by
bmizerany
9y ago
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 features. It's free to start. I'm blake a
4.
▲
by
bmizerany
10y ago
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.
▲
by
bmizerany
10y ago
We're happy to hear your enjoying it! If you have pricing questions please email sales@backplane.io
6.
▲
by
bmizerany
10y ago
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 kubernetes or use auto scalers and want to save time and head
7.
▲
by
bmizerany
10y ago
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 fix many problems with service discovery, routing, tra
8.
▲
H2i – An interactive HTTP/2 debug console
(github.com)
45 points
by
bmizerany
11y ago
|
0 comments
9.
▲
Etcd – The Road to 1.0
(coreos.com)
136 points
by
bmizerany
12y ago
|
26 comments
10.
▲
by
bmizerany
13y ago
I added an example for you (although not a "slidding" window): http://godoc.org/github.com/bmizerany/perks/quantile#__examp...
11.
▲
by
bmizerany
13y ago
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. Maybe I'll look into this soon. Edit: I do agree that if you'r
12.
▲
by
bmizerany
13y ago
Yes. I use this for that. Query then Reset every 5 minutes.
13.
▲
by
bmizerany
13y ago
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 order to find the percentile you're looking for, you need
14.
▲
by
bmizerany
13y ago
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 in adding more implementations of the problem to perks, like
15.
▲
Perks – Effectively compute quantiles for unbounded data streams
(groups.google.com)
31 points
by
bmizerany
13y ago
|
13 comments
16.
▲
Heroku's Cedar Stack goes GA
(blog.heroku.com)
44 points
by
bmizerany
14y ago
|
5 comments
17.
▲
Noeqd - A fault-tolerant network service for meaningful GUID generation
(github.com)
20 points
by
bmizerany
15y ago
|
1 comments
18.
▲
by
bmizerany
15y ago
Here is a list of all updates to the platform: https://gist.github.com/1000964
19.
▲
by
bmizerany
15y ago
Please see: http://xph.us/2011/04/13/introducing-doozer.html
20.
▲
Go At Heroku (Doozer)
(blog.golang.org)
106 points
by
bmizerany
15y ago
|
10 comments
21.
▲
by
bmizerany
15y ago
Yes, it is Paxos. We have a post coming up about it.
22.
▲
by
bmizerany
16y ago
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. :)