Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
someone13
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
someone13
4mo ago
Out of curiosity, do you have any theories of why it works so well at such aggressive quantization levels?
2.
▲
by
someone13
7mo ago
For one, Tailscale is a Canadian company :)
3.
▲
by
someone13
1y ago
What hardware do you use, out of curiosity?
4.
▲
by
someone13
1y ago
I just want to say how cool it is to see you doing a non-trivial review of someone else’s thing here
5.
▲
by
someone13
2y ago
Why does a CoC have anything do do with a maintainer stepping down due to a technical disagreement? And the way you word it makes it seem like you think CoCs are bad or “forced”; I don’t particularly want to engage there, but I’d encourage
6.
▲
by
someone13
2y ago
Appears to be a follow-up to https://news.ycombinator.com/item?id=42750420
7.
▲
by
someone13
2y ago
That share link 404s for me, FWIW. I’d be interested in seeing it!
8.
▲
by
someone13
2y ago
It’d also be neat if there was a way to sort by the passmark CPU benchmark score: https://www.cpubenchmark.net/
9.
▲
by
someone13
3y ago
As someone that has lived in several countries, and currently in Canada, I will respectfully have to disagree both about your opinion of the CBC and beliefs about government intervention. Some parts of Canadian local/provincial/fe
10.
▲
by
someone13
6y ago
Tell that to companies doing extremely large-scale machine learning. Or any cloud infrastructure provider. Or CDNs. Or literally any video production company that owns a render farm. Or any company doing large-scale media transcoding/s
11.
▲
by
someone13
6y ago
This is part of what makes this class of bug so bad; it's not something you can "fix" at the IDP without doing exactly this. The issue occurs when a Service Provider (SP) is misconfigured, and in many cases the IDP doesn'
12.
▲
by
someone13
7y ago
See Lemon, which generates re-entrant and threadsafe parsers and is used in SQLite: https://www.hwaci.com/sw/lemon/
13.
▲
by
someone13
7y ago
Shout-out for "AutoSpotting", which transparently re-launches a regular On-Demand ASG as spot instances, and will fall back to regular instances: https://github.com/AutoSpotting/AutoSpotting/ Combined wi
14.
▲
by
someone13
8y ago
Out of curiosity, how is this implemented?
15.
▲
by
someone13
8y ago
I really like chi[0] - I think it strikes the right balance of being small and understandable, but also solving common problems (e.g. nested routes, URL parameters, etc.). It also uses standard Go conventions, so it's very interoperab
16.
▲
by
someone13
9y ago
Mind providing more details on your setup here? I tried throwing together an overlay network using OSPF, but never really got it off the ground. I'd love to hear what you've got here!
17.
▲
by
someone13
9y ago
Screenshot, in case the page goes down (as of 0609 UTC): https://i.imgur.com/5pv7QFz.png
18.
▲
by
someone13
9y ago
Your sign up JS is broken - I just tried to enter my email and got a "TypeError: undefined has no properties". Looks like a cool project, though - I've wanted something like that for a while :-) (oh, and I'm using FF 55
19.
▲
by
someone13
10y ago
I wasn't able to find anything about a fridge, but some searching found a Sears catalog from 1959: http://www.aei.org/publication/appliance-shopping-1959-vs-20... From that page, it looks like the price of the was
20.
▲
by
someone13
10y ago
I mean this in the nicest way possible, so please don't take this as anything personally directed at you, but: any employee of Uber that feels strongly about this should find another company to work at. If you're working in tech,
21.
▲
by
someone13
10y ago
Looks like the original article may be from here? http://www.cbc.ca/news/canada/toronto/anton-pilipa-found-1.3... CBC date is: Feb 07, 2017 15:31 ET Daily Mail: Feb 08, 2017 16:38 ET
22.
▲
by
someone13
11y ago
Okay, this is a really cool post, but I have a small bit of criticism - the code samples are really hard to read. I'd recommend, at minimum, adding a bit more whitespace so you don't end up with lines like this: if(e[i].e
23.
▲
by
someone13
11y ago
Serious question (I haven't used a merchant credit card account): do regular accounts come with any fraud protection? The reason I ask is, I was sent a link to this a while ago, which seems to say that Stripe does do fraud protectio
24.
▲
by
someone13
11y ago
To elaborate a bit on the sibling comment here, Rust makes things a bit more explicit than Go does. A Go interface type is actually a pointer (of sorts), since you don't generally want to store things of different types and sizes in a
25.
▲
by
someone13
11y ago
This appears to be https://github.com/daviferreira/medium-editor
26.
▲
by
someone13
11y ago
Which service do you subscribe to, if you don't mind my asking?
27.
▲
by
someone13
12y ago
Some back-of-the-envelope calculations suggest that first number is in the right ballpark. From [0], the lift generated by helium vs Earth air at STP is approx. 1.03 g/L. This suggests a lift of approx. 590,000 short tons on Earth:
28.
▲
by
someone13
12y ago
One option would be to allocate objects out of an arena[0] and then destroy the entire thing at once when you're finished with the contained objects. [0] http://doc.rust-lang.org/arena/index.html
29.
▲
by
someone13
12y ago
FWIW, you can implement the 'Drop' trait to provide a custom destructor, and then use, e.g. 'volatile_set_memory'[0] to zero out the memory of the object. This isn't subject to the same problems as C, AFAIK. [0] h
30.
▲
by
someone13
12y ago
Also note that the installation section is a bit out of date: they have Windows x64 binary installers now: http://www.rust-lang.org/install.html
More ›