Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
AEVL
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
AEVL
3mo ago
How does the analysis look if we only count the >=90 severity cases—that is, if we downgrade the severity of all <90 cases to 0?
2.
▲
by
AEVL
10mo ago
Just some trivia (and an aside): The collaboration is with Issey Miyake. Steve Jobs black turtlenecks was Issey Miyakes: https://www.forbes.com/sites/jenniferhicks/2022/08/10/heres-... (As an aside
3.
▲
by
AEVL
1y ago
> "spouses of Maxis employees vs Maxis" where can I read more about this?
4.
▲
by
AEVL
2y ago
Why not instead have hash(-1)=-2, hash(-2)=-3, hash(-3)=-4, and so on?
5.
▲
by
AEVL
2y ago
The Artist (2011)
6.
▲
by
AEVL
2y ago
I might be splitting hairs now. Is not ambiguity the problem in your examples, and not any off-by-one error? If the respective ambiguities were resolved then there should be no off-by-one errors. Of course use of expressions may vary. My in
7.
▲
by
AEVL
2y ago
Not an off-by-one error—at least not in spirit. Interesting nonetheless. I expected the article to eventually answer this puzzle: > The competition started and got through a number of rounds. There were some comments about how the climbe
8.
▲
by
AEVL
2y ago
What do you have in mind with “… until the 2000s”? According to Wikipedia: “ Compulsory sterilisation in Sweden were sterilisations which were carried out in Sweden, without a valid consent of the subject, during the years 1906–1975 on euge
9.
▲
by
AEVL
3y ago
> First, you can have a type-checker check the currency; that doesn't have to be a runtime error: > Money<Usd> m = …; > There will, of course, be instances where you must handle currency dynamically. With dependent type