Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
returningfory2
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
61.
▲
by
returningfory2
1y ago
Canada is an independent country and not under the stewardship of the British.
62.
▲
by
returningfory2
1y ago
The idea that LLMs are uniquely bad for the environment has been debunked. https://andymasley.substack.com/p/individual-ai-use-is-not-b...
63.
▲
Notes on Tunisia
(mattlakeman.org)
107 points
by
returningfory2
1y ago
|
68 comments
64.
▲
by
returningfory2
1y ago
You don't need to store the diffs for the coordinates that are not in the bloom filter. If the number of coordinates that changed is small, the size of the bloom filter will be small, and this is a significant optimization.
65.
▲
by
returningfory2
1y ago
I think there's a bunch of different things going on in the US healthcare system. I think for sure part of it is inefficiency. But I don't really buy the argument that healthcare quality is the same elsewhere. Like, do you really
66.
▲
by
returningfory2
1y ago
Yeah, I find it very strange that he's a well known thought leader even though he hasn't had a long tenure anywhere. To me, software is easy in the short term and hard in long term.
67.
▲
by
returningfory2
1y ago
This only reinforces my point, which is that most of the states don't have any preexisting status and were created by the federal government.
68.
▲
by
returningfory2
1y ago
The main reason is that the government isn't funding it, like in other countries. I do agree the healthcare system in the US should be reformed. But the cost isn't going to go all away - it's just going to be shifted to highe
69.
▲
by
returningfory2
1y ago
> Alberta was created within Canada by subdividing what was then the Northwest Territories, already part of Canada. The same is true of the majority of the US states. The original 13 colonies and Texas and Florida (and maybe a few more?)
70.
▲
by
returningfory2
1y ago
Or is it possible the LLM did try to run `DELETE FROM hackernews.full`, was denied, and then is prompted to return the response you saw?
71.
▲
by
returningfory2
1y ago
The LLM likely does not have write access to the database, so even if wanted to run that query it couldn't.
72.
▲
by
returningfory2
1y ago
That sounds reasonable, though I’ve read online that Mexico generally refuses to take them back.
73.
▲
by
returningfory2
1y ago
What process would you design for handling people who are denied entry at a land port of entry?
74.
▲
by
returningfory2
1y ago
The German person you link to was attempting to enter the US to work as a tattoo artist which is not allowed under tourist visa programs. I actually think the law should be more flexible and this kind of casual work should be allowed. Howev
75.
▲
by
returningfory2
1y ago
nit: USBP (US Border Patrol) is not at the ports of entry. Border Patrol is for the land border _between_ ports of entry. CBP (customs and border protection) is the organization that does immigration control at the ports of entry.
76.
▲
by
returningfory2
1y ago
They've already started doing this in NYC - the new 10th ave bike lane is double the width of normal bike lanes.
77.
▲
by
returningfory2
1y ago
Perks have gotten better in some dimensions - for example, parental leave is much more generous than it was even 5 years ago. And that’s probably a more important perk than free backpacks tbh.
78.
▲
by
returningfory2
1y ago
This is the benchmark they wrote: https://github.com/eliben/code-for-blog/blob/7278526923168d2... The benchmark alternates between ~1 million different keys to check in the filter, explicitly to account for c
79.
▲
by
returningfory2
1y ago
Tens of thousands of Americas are killed every year in car crashes. The existence of a case or some cases where a self-driving car caused injury has zero value. What matters is the rate of cases per mile driven.
80.
▲
by
returningfory2
1y ago
Good point!
81.
▲
by
returningfory2
1y ago
Indeed, the formula is correct. Wikipedia maintains a list of historic Forever pricing: https://en.wikipedia.org/wiki/History_of_United_States_posta... From the blog, the letter from California was dated April 2022, at
82.
▲
by
returningfory2
1y ago
I don't understand the satire, can you explain? We can't see the full set of "lower denomination" stamps on the letter, but I'm not 100% sure it's actually lower denomination. The sender of the stamps seems to
83.
▲
by
returningfory2
1y ago
The idea that Murdoch and Musk are not really American and are instead foreigners is a disgusting anti-immigrant sentiment.
84.
▲
by
returningfory2
1y ago
It's always the outsider who's to blame!
85.
▲
by
returningfory2
1y ago
I think it's a very different situation: - Israel is composed of people from different parts of the world with different languages so as a matter of practical policy they had to standardize on some uniform language for the country. Sco
86.
▲
by
returningfory2
1y ago
> It's possible that this is a compiler bug. It's also possible that there's some fringe case where the reference actually can escape via that method call, and the compiler doesn't have enough context to rule it out.
87.
▲
by
returningfory2
1y ago
Many years ago I think, here: https://github.com/rust-lang/rust/issues/46213 . (Found this via https://lobste.rs/s/w3jjb2/surprising_enum_size_optimization... )
88.
▲
by
returningfory2
1y ago
In the strictly technical sense I agree, however in the Rust community when people say "the niche optimization" they usually are referring only to the simplest case. For example in the book Rust For Rustaceans (written by a pretty
89.
▲
A surprising enum size optimization in the Rust compiler
(jpfennell.com)
148 points
by
returningfory2
1y ago
|
70 comments
90.
▲
by
returningfory2
1y ago
Really interesting technique. I guess one of the (theoretical?) drawbacks is the memory usage is not ideal? In a traditional bytecode compiler the result of compilation is a very-cache-friendly binary array, whereas here it looks like a vec
More ›