Viewing profile — forth_fool
forth_fool
HN member- Joined
- Fri, Aug 21, 2020, 4:51 AM UTC
- HN karma
- 7
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About forth_fool
No profile information was provided.
Recent public activity
-
comment
Comment #44274633
Isn't 8 digits closer to 100 million unique numbers than to 10?
-
comment
Comment #38011988
So the bureaucrats are winning (as they always do). Demanding that your name is written down in a specific way is just stupid. I always found it elitist when people insist on a spe…
-
comment
Comment #37645772
Given that this performance has taken place in a large, western city with a random audience, what makes anyone think that the outcome would be significantly different if you would …
-
comment
Comment #37360121
Some examples: https://en.wikipedia.org/wiki/Freetown_Christiania (ongoing experiment, I guess), https://en.wikipedia.org/wiki/Fordl%C3%A2ndia , Soviet Union
-
comment
Comment #36034911
I got curious about the fact that the cited table from the paper only contains five laws, but the blog author describes seven such laws. So I read the paper. I have to say that the…
-
comment
Comment #33893135
It seems this technique is getting more pervasive. With such interviews, I always got the feeling these people are talking to a machine. Now that I learned about the Interrotron, I…
-
comment
Comment #30491439
I recommend "What is this thing called Science?" by A. F. Chalmers. It describes how science came about and how scientific principles were established. I found it highly accessible…
-
comment
Comment #30114965
TL;DR: Work comes with a cost, whether you do the work or not.
- story
-
comment
Comment #30006999
The idea is, as in the original, that for guessing you have to enter valid words. In this case, it's 6-letter words. However, it's not easy to obtain a complete list of valid 6-let…
-
comment
Comment #29999962
My attempt to create a German one (slightly different rules from the original): https://www.waswort.de
-
comment
Comment #24232158
Talking about obscurity of code, in Forth you would write: 5 9 7 min max . This prints 7, as it's between 5 (lower bound) and 9 (upper bound). Defining a clamp "function" looks lik…