Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
towelguy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
towelguy
11y ago
I love docker-compose, it is to services what npm is to packages. That said, I'm only using it in development. For production there's so many options I don't even know where to begin: http://stackoverflow.com/
2.
▲
by
towelguy
11y ago
AI+VR Edit: Just remembered this is already happening http://travel.cnn.com/tokyo/none/love-plus-scourge-takes-ano...
3.
▲
by
towelguy
11y ago
I'd say goquests to avoid the gore quests issue, just like coroutines => goroutines
4.
▲
by
towelguy
11y ago
Wait, the second fastest is the Javascript one?
5.
▲
by
towelguy
11y ago
We speak English, but our laptops come with localized keyboards.
6.
▲
by
towelguy
11y ago
One problem with commercial releases is overlocalization. Watchers too have background knowledge (Japan mythology or food for example) and sometimes there's a dissonance in what you hear and what they mean. Pokemon calling rice balls d
7.
▲
by
towelguy
11y ago
Satoshi Kon is one of my favorite anime directors. I wonder if his last work, Dreaming Machine, will ever see the light of day.
8.
▲
by
towelguy
11y ago
Yeah like the others said it binds this to the scope where it was defined. So something like this works as one would expect: setTimeout(() => this.someMethod(), 1000);
9.
▲
by
towelguy
11y ago
They are a compact way to write anonymous functions in Javascript, so instead of var square = function (a) { return a * a;} You can write: var square = a => a * a;
10.
▲
by
towelguy
11y ago
Also, do Teslas have enough autonomy to travel each of those distances?
11.
▲
by
towelguy
11y ago
s1 = Symbol("cat"); s2 = Symbol.for("cat"); s3 = Symbol.for("cat"); s1 == s2; // false s2 == s3; // true You can still have Symbols outside the registry.
12.
▲
by
towelguy
11y ago
Looks like a mix of Python and Yml just like how QML is a mix of Javascript and Yml
13.
▲
by
towelguy
11y ago
I disapprove of your lottery algorithms, but I will defend to the death your right to sell them to me.
14.
▲
by
towelguy
11y ago
Did you tell anybody about it?
15.
▲
by
towelguy
11y ago
Maybe they don't have the luxury to complain that much.
16.
▲
by
towelguy
11y ago
Maybe assign a color to each participant and make the lines each draw have a slight shine of their color? or color it on mouseover.
17.
▲
by
towelguy
11y ago
Isn't it common in Restaurants to leave the money in a tray? Something much more weird I think is the money envelopes. I once took classes by a Japanese lady who, the day before we would pay for the next month, gave us these envelopes
18.
▲
by
towelguy
11y ago
The Ministry of Truth in the making.
19.
▲
by
towelguy
11y ago
I guess the projects that can't be on github won't mind the GUI challenges as long as they have some way to have a central repository without having to maintain a server on their own.
20.
▲
by
towelguy
11y ago
xmpp?
21.
▲
by
towelguy
11y ago
I'd say gmail labels are more like premade searches (with the added bonus of the unread count). I tend to move every email I expect into it's own label with filters and the "inbox" is just for the unexpected stuff.
22.
▲
by
towelguy
11y ago
It's funny Meteor actually has this problem upside down and are trying to add a way to have server side rendering.
23.
▲
by
towelguy
11y ago
And all of them are Darude's Sandstorm.
24.
▲
by
towelguy
11y ago
I think this is a case of https://xkcd.com/915/
25.
▲
by
towelguy
11y ago
> will be fully absorbed by the company So they'll pay with the money they stole themselves? At least they got some publicity out of it.
26.
▲
by
towelguy
11y ago
>5 years https://xkcd.com/678/
27.
▲
by
towelguy
11y ago
I expect less than 100%
28.
▲
by
towelguy
11y ago
Paradoxically, torrenting sometimes is the only way to get an obscure show/movie they don't even sell anymore. I'll take few seeders over nothing at all.
29.
▲
by
towelguy
11y ago
So if I close my browser I have to start downloading all over? The reason I like torrents over regular downloads is that I can pause and resume at any point. In the browser it's not always reliable.
30.
▲
by
towelguy
11y ago
They could switch to webtorrent: https://github.com/feross/webtorrent
More ›