Viewing profile — moatra
moatra
HN member- Joined
- Thu, May 17, 2012, 4:20 AM UTC
- HN karma
- 28
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About moatra
No profile information was provided.
Recent public activity
-
comment
Comment #11141557
Amazon Cetrificate Manager seems to do this, but it's only available in one region right now.
-
comment
Comment #10899890
When did the rename happen?
-
comment
Comment #10708441
Just in time! This will be nice reference. I recently started working on a new Scala driver that uses the v0_4 asynchronous protocol, built on top of Akka's IO module and Play's JS…
-
comment
Comment #10354472
They just announced a cron-like scheduler for Lambda, so that may make for a decent alternative.
-
comment
Comment #10321331
Exponential back off is a good idea, but to make it even better you'll want to add some random jitter to the delay period. Especially in the case of deadlocks this helps avoid anot…
-
comment
Comment #9848086
Do Continuous Views work with table-table joins, or must there always be at least one stream present? The documentation[1] doesn't specify. If so, this could be an interesting alte…
-
comment
Comment #9729847
Is rate limiting state stored in Cassandra? One of the main graphics on the KONG docs shows a Caching plugin ( http://getkong.org/assets/images/homepage/diagram-right.png ), but th…
-
comment
Comment #9729815
KONG definitely looks interesting, and I'd love to know more about it. However, there's definitely not a lot written about it yet. For example: I've gone searching through the blog…
-
comment
Comment #9614866
That sounds great if your messages in the logs are the complete state for that key, but I'm not seeing how to use that compaction system if the messages are change events. Is there…
-
comment
Comment #9614794
Paper - https://www.fiftythree.com/paper
-
comment
Comment #9614784
if you want to build a new derived datastore, you can just start a new consumer at the beginning of the log, and churn through the history of the log, applying all the writes to yo…
-
comment
Comment #8975866
Ah, thanks. It looks like only a few query types actually return an initial result set: between, min, max, and order_by/limit ( http://rethinkdb.com/docs/changefeeds/python/ ) Is t…
-
comment
Comment #8975281
Regarding changefeeds - is there a way to tell when you've consumed all the initial data and are now receiving update diffs?
-
comment
Comment #8408028
10 seconds
-
comment
Comment #6113878
Google offers three geocoders: The first[1] converts ip to location, and allows 100 free queries per day. The second[2] converts physical addresses to location as part of it maps J…
-
comment
Comment #3985400
I'm somewhat confused. If both the django and flask app are running and you visit "mygreatstartup.com", which app will you see?