Viewing profile — AEVL
AEVL
HN member- Joined
- Fri, Feb 17, 2023, 8:22 PM UTC
- HN karma
- 95
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About AEVL
No profile information was provided.
Recent public activity
-
comment
Comment #48418471
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?
-
comment
Comment #45887712
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…
-
comment
Comment #44091630
> "spouses of Maxis employees vs Maxis" where can I read more about this?
-
comment
Comment #42669016
Why not instead have hash(-1)=-2, hash(-2)=-3, hash(-3)=-4, and so on?
-
comment
Comment #42328561
The Artist (2011)
-
comment
Comment #41464563
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…
-
comment
Comment #41451765
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…
-
comment
Comment #41296162
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 vali…
-
comment
Comment #39547015
> First, you can have a type-checker check the currency; that doesn't have to be a runtime error: > Money m = …; > There will, of course, be instances where you must handle currenc…