Viewing profile — garindra
garindra
HN member- Joined
- Fri, Nov 26, 2010, 11:20 PM UTC
- HN karma
- 179
- Public activity
- 86 items
- HN profile
- View on Hacker News ↗
About garindra
Recent public activity
-
comment
Comment #17543261
We at Sale Stock (fashion e-commerce in Indonesia) built an in-house system similar to this but more automatic and works with CockroachDB. Not open source yet, but might be interes…
-
comment
Comment #14414923
Is the sidecar-container-within-a-pod the only deployment option on Kubernetes currently? Is a daemonset deployment (like what Linkerd does) option currently in the works?
-
comment
Comment #13756549
DockerHub is down as well. DockerHub was down in Oct 2015 because S3 was down in US-EAST. They should have known to cache images in multiple S3 regions since then.
- story
-
comment
Comment #9272737
It's the server-side GraphQL for me :(
-
comment
Comment #9272688
A little typo on the code example on the ListView docs page ( https://facebook.github.io/react-native/docs/listview.html#c... ): new ListViewDataSource should have been: new ListVi…
-
comment
Comment #8896817
From one of his tweets: > Hydraulics are usually closed, but that adds mass vs short acting open systems. F9 fins only work for 4 mins. We were ~10% off. https://twitter.com/elonmu…
- comment
-
comment
Comment #8480697
I'm not sure I understand how not giving access to your Dropbox account to Boxifier makes you that more comfortable -- Boxifier will be able to read/write your Dropbox files anyway…
-
comment
Comment #8395557
EC2's new t2.micro instance is actually $9.50/month https://aws.amazon.com/about-aws/whats-new/2014/07/01/introd...
-
comment
Comment #7706733
In the browser environment, people usually use quite a few inline anonymous functions. Javascript is great at this since you can define full-blown anonymous functions anywhere. Pyt…
- comment
-
comment
Comment #7417915
Yeah, but if your status page is made to be seen by external people, the right thing to do would be to monitor it just like if you were using it externally. There are whole slew of…
-
comment
Comment #7015758
It's CloudFlare, not CloudFront.
-
comment
Comment #6261567
The reason I asked it because taxis have very different usage pattern than regular cars -- there might be extra operating costs (like extra gas, oil change, & service costs due to …
-
comment
Comment #6261488
>> The highest cost for taxis is not the cars, nor the gas, but the drivers. Do you have any source on this?
-
comment
Comment #6052971
F1 might be not that popular in the US, but the Red Bull F1 team has been dominating F1 for a few years now.
-
comment
Comment #6018340
I don't think Tesla would worry for Hyperloop in the case of SF-to-SJ type commutes -- BART and Caltrain would probably be the ones who should worry. In fact in the US, I don't thi…
-
comment
Comment #6018246
With the addition of Hyperloop, Elon Musk is basically transforming transportation in all possible ranges: - Short-range (in-city, cross-city): Tesla - Medium-range/long-range (cro…
-
comment
Comment #5858377
I honestly thought Sea Lion was pretty cool.
-
comment
Comment #5825681
I think this is where AI comes in -- it should be possible for AI to discern meaningful/non-meaningful movements (based on size, speed, previous state, etc.)
-
comment
Comment #5823289
What's the protocol when the customer can't pay on delivery?
-
comment
Comment #5765821
There might be a lot of internal things that you don't want this "proxy" person to see & hear.. In that case, the Double is a better bet.
-
comment
Comment #5746412
Yeah. As soon as I saw CBS (which weirdly, was first presented in the context of the voice-activated command feature), I knew it had a pretty good chance of taking over the "input …
-
comment
Comment #5429741
It's a nice fun little tool -- but it's rather inefficient in terms of the number of AJAX requests that it needs to do in order to fetch the templates. The rather simple linked pag…