Viewing profile — SaddledBounding
SaddledBounding
HN member- Joined
- Sat, Sep 17, 2022, 5:40 PM UTC
- HN karma
- 38
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About SaddledBounding
No profile information was provided.
Recent public activity
-
comment
Comment #33995619
The government didn't invalidate a legal contract; the contract is simply no longer legal. If your position is that the government should never make laws that contravene existing p…
-
comment
Comment #33969691
'e' ^ 'f' ^ 'g' == 0x40. Uh-oh. Edit: I misread the post; my bad. The post effectively uses a bit vector to store the last N chars in a window, and the bit vector happens to fit in…
-
comment
Comment #33930081
I do not believe it follows from "Much much more people die from processed foods/air pollution in the world than from motorway accidents" that nobody should care about speeding and…
-
comment
Comment #33930052
The higher your speed, the higher your speed differential with the road and guard rail. A car nudging another at 250 km/h can cause the other to violently roll over, while a car nu…
-
comment
Comment #33880742
The title needs to be changed, because: > This isn’t meant as a lens tutorial. Prerequisites are some basic knowledge of how to use Haskell, GHCI, and familiarity of the idea of le…
-
comment
Comment #33817546
utf-8 has an elegance that utf-16 lacks: utf-8 decode switch (std::countl_one(unit)) { case 0: /* one unit */ break; case 2: /* two units */ break; case 3: /* three units */ break;…
-
comment
Comment #33364727
It's because the grandparent comment has misconceptions about nutrition, including that animal products are necessary for a healthful diet and how much protein is required for a he…
-
comment
Comment #33307266
I think a demo of the transpiler output for a short function would make a great addition to the readme.
-
comment
Comment #33121298
You misunderstand me; I agree with you, which is why I think we should quiet down and not upset the sensibilities of the majority in the community. I understand why you would assum…
-
comment
Comment #33120738
The vast majority of people in the Hacker News community clearly take offense to your view. Perhaps you should take a moment to consider your own antisocial behavior and quietly no…
-
comment
Comment #32879487
> The proposed syntax is probably a consequence of a modern trend... ML uses `name: type = value`. It came out over a decade before C++ and just one year after C.