Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
garindra
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
garindra
8y ago
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 interesting to you guys: https://speakerdeck.com/sa
2.
▲
by
garindra
9y ago
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?
3.
▲
by
garindra
10y ago
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.
4.
▲
FastText.py: A Python Interface to Facebook FastText
(github.com)
2 points
by
garindra
10y ago
|
0 comments
5.
▲
by
garindra
11y ago
It's the server-side GraphQL for me :(
6.
▲
by
garindra
11y ago
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 ListView.DataSource
7.
▲
by
garindra
12y ago
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/elonmusk/status/554023312033341440
8.
▲
by
garindra
12y ago
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 anyways, what's the big difference?
9.
▲
by
garindra
12y ago
EC2's new t2.micro instance is actually $9.50/month https://aws.amazon.com/about-aws/whats-new/2014/07/01/introd...
10.
▲
by
garindra
12y ago
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. Python, on the other hand, is definitely one of the worst at th
11.
▲
by
garindra
13y ago
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 problems that wouldn't be exposed correctly if your mo
12.
▲
by
garindra
13y ago
It's CloudFlare, not CloudFront.
13.
▲
by
garindra
13y ago
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 the extra range, and probably taxi operating license fee
14.
▲
by
garindra
13y ago
>> The highest cost for taxis is not the cars, nor the gas, but the drivers. Do you have any source on this?
15.
▲
by
garindra
13y ago
F1 might be not that popular in the US, but the Red Bull F1 team has been dominating F1 for a few years now.
16.
▲
by
garindra
13y ago
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 think there'd be a case where Tesla would worry
17.
▲
by
garindra
13y ago
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 (cross-state, possibly cross-country & cross-continent)
18.
▲
by
garindra
13y ago
I honestly thought Sea Lion was pretty cool.
19.
▲
by
garindra
13y ago
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.)
20.
▲
by
garindra
13y ago
What's the protocol when the customer can't pay on delivery?
21.
▲
by
garindra
13y ago
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.
22.
▲
by
garindra
13y ago
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 A".
23.
▲
by
garindra
13y ago
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 page needs a total of 3 AJAX requests, one for each template. A
24.
▲
by
garindra
14y ago
Probably deleted test accounts.
25.
▲
by
garindra
14y ago
Pinterest is built on Django too.
26.
▲
by
garindra
14y ago
If anyone from FB is here: is the live news ticker going away? I can't see it in any of the new design preview pictures. I honestly love that feature and would hate it to go away in the new design.
27.
▲
by
garindra
14y ago
Seems like Facebook doesn't turn on SPDY for all its CDNs yet. I only see SPDY turned on for sphotos-a.xx.fbcdn.net and photos-a.xx.fbcdn.net, which only serve a rather small portion of all the static assets. The lion share of its assets ar
28.
▲
by
garindra
14y ago
Google has been working on Dart for quite a while : http://www.dartlang.org/
29.
▲
by
garindra
14y ago
Nope, I'm a developer and I fully see getting a Chromebook in the near future as I develop some of my applications through SSH on my remote EC2 instance anyways. The reason why I didn't get it just yet is because I wasn't too impressed wi
30.
▲
by
garindra
14y ago
You can use the Google CDN's copy of the jQuery file -- it supports HTTPS. The URL would be : https://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.mi... The CDN also hosts a few of other popular libraries too : https://developers.g
More ›