Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jdcarr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jdcarr
1y ago
I use ConjuGato on iOS for practicing Spanish conjugations. There’s a game mode where you’re given an infinitive/tense/person and think of the conjugation and you can filter it down to solely irregular verbs to learn the exception
2.
▲
by
jdcarr
3y ago
There are about 30 Costcos in the UK. You’re right that they aren’t particularly useful for weekly grocery shopping unless you have a car and a large fridge.
3.
▲
by
jdcarr
4y ago
I think there’s more preventing the passage of a law protecting an individuals right to abortion than whether it was a matter of political priority. To pass such a law would require 60 votes in the senate AIUI. Given that this has been a ma
4.
▲
by
jdcarr
8y ago
Ruby works out pretty nicely in that case! def order_list_by_predicate(l, &blk) l.partition{|i| blk.call(i)}.flatten end part(1..6) do |i| i % 2 == 1 end And you can always sort the incoming list if that's a r
5.
▲
by
jdcarr
8y ago
An amusing little sentence to end on: > Event will be cancelled if hazardous weather conditions are predicted.
6.
▲
by
jdcarr
8y ago
You're touching on one of the things that Tesla does that frustrates me to no end. They have this attitude of software being the solution to everything. Waymo has a reason they've mounted lidar to the roofs of their cars, it isn&#
7.
▲
by
jdcarr
9y ago
While the wording by the author is technically incorrect in that Google and Facebook aren’t operating a single supercomputer, the computing resources in possession of each company would almost certainly exceed any entry in the top500.
8.
▲
by
jdcarr
9y ago
Do you have any thoughts on the benefits of decreasing the fragmentation of the US grid? Presently it's some 3000 utilities who don't have much of an incentive to work together, but you could imagine a future where regions of the
9.
▲
by
jdcarr
9y ago
With the staggering drop in the cost of renewables and grid-battery storage I just don't see how nuclear has a bright future in any regard. They're unbelievably capital intensive and have a mean construction time of 7.5 years [0].
10.
▲
by
jdcarr
9y ago
The last time this was posted a few commenters mentioned using PostGIS instead of Uber rolling this themselves. If anyone's used PostGIS with a similar level of traffic/latency requirements could you comment on your experience?
11.
▲
by
jdcarr
9y ago
I can only speak for the brakes. Teslas use regenerative braking on the motor before falling back to traditional frictional brake pads as I understand it. Essentially the motor is put in reverse and that drains off speed. That means less we
12.
▲
by
jdcarr
9y ago
Radiolab had a great episode about nuclear weapons in the US. At the ~51:26 mark of the episode http://www.wnyc.org/radio/#/747788 there's a great description of what the explosion of a hydrogen bomb was like
13.
▲
by
jdcarr
9y ago
I've always enjoyed the alternate idea of parking areas having shelters covered in solar panels. Has the nice advantages of keeping your car cool in the summer and removing another piece of complexity in your car. You could also set up
14.
▲
by
jdcarr
9y ago
Individual Contributor
15.
▲
by
jdcarr
9y ago
Do you have any evidence that the passenger was immature or belligerent beyond the United CEO initially claiming so? And I don't see how you can wave away the incident just by claiming the actions were justified because of aviation law
16.
▲
by
jdcarr
10y ago
> In terms of CAP, Spanner claims to be both consistent and highly available despite operating over a wide area, which many find surprising or even unlikely. The claim thus merits some discussion. Does this mean that Spanner is a CA syst
17.
▲
by
jdcarr
10y ago
Link to the actual OSDI paper (not the simpler whitepaper) https://static.googleusercontent.com/media/research.google.c...
18.
▲
by
jdcarr
10y ago
Corrugated iron is infamously loud in rain. What type of metal roof are you considering that wouldn't be such an earsore?
19.
▲
by
jdcarr
10y ago
I think OP meant USB type A.
20.
▲
by
jdcarr
10y ago
The important thing you need to assess is how critical is it that clients receive fresh data. You can imagine that for a real time service it would be better to provide a timeout immediately rather than providing stale data. HN is an exampl
21.
▲
by
jdcarr
10y ago
Do you happen to know anything about offshore wind?
22.
▲
by
jdcarr
10y ago
Anecdotally, Google's file system Colossus uses Reed-Solomon 1.5x replication. So those 150 drives might only turn out to be in the low 200's. And I remember reading a tweet from a Google engineer that they would be paged if their
23.
▲
by
jdcarr
10y ago
You might be missing the header row of the table listing various engines and their versions, and the little note that says "Performance of ES6 features relative to the ES5 baseline operations per second." And I would assume that t
24.
▲
by
jdcarr
11y ago
We don't know their memory usage but if they use 1.5GB then they'll get 70 hours/month free from Amazon when using lambda [1], and it gets better from there depending on their usage. But seeing as most of their work last less
25.
▲
by
jdcarr
11y ago
But there's a clear difference between being able to make a chargeback within 45 days and a payment system without reversible transactions. Authorising the card is instantaneous and the funds can be settled into your account within a c
26.
▲
by
jdcarr
11y ago
It's a Spanish/English pun. Todos means "all" in Spanish, so "all important things" But also Todos as in multiple Todo items.
27.
▲
by
jdcarr
11y ago
What's your use cases where you've found startup time to be a significant issue?
28.
▲
Quizlet announce first funding round
(medium.com)
3 points
by
jdcarr
11y ago
|
0 comments
29.
▲
by
jdcarr
12y ago
The point of his comment was that if Amazon have a fire that they'll deal with the issue, you won't have to do anything.
30.
▲
by
jdcarr
12y ago
Sorry to be pedantic, but it is possible to see your Amazon customerID. Just view source on any Amazon page and search for customerID. The A/B framework is pretty great and has a pretty amazing dashboard.
More ›