Viewing profile — Bost
Bost
HN member- Joined
- Sat, Jan 02, 2016, 10:52 PM UTC
- HN karma
- 90
- Public activity
- 107 items
- HN profile
- View on Hacker News ↗
About Bost
No profile information was provided.
Recent public activity
-
comment
Comment #46850925
> The problem is that bass music travels through everything. It’s not just bass tones—low-frequency vibrations travel through everything. I live in a five-story pre-WWII building, …
-
comment
Comment #46589054
There's nothing wrong with your reading. It's a misleading, clickbaity name at best.
-
comment
Comment #46547011
The TheJeffDeanFacts repo contains no issues. (TRUE)
-
comment
Comment #46436197
Side note: as of now, I have 14 various "travel" apps installed on my phone. Buses, trains, local buses, etc. In every EU country and city there's something else being used.
-
comment
Comment #46436118
Reserved seat in a missing cart is boring - 95% of the time you'll find an empty seat. Much more fun is a reserved bicycle rack in a cart that's missing. The number of bicycle rack…
- story
-
comment
Comment #45228749
I think the Russians probably realized, "We don't even need to fund them - they will glue themselves to the roads for free."
-
comment
Comment #45224145
Good point. What a great society it must be, where school shooting has become normality - a part of everyday experience.
-
comment
Comment #44005295
"problems is [..] with Germans requiring to use their hard language [..] nobody bothers to learn German anymore, (some small percent still learn, ok) everyone who I know rather wor…
-
comment
Comment #44004535
Yes, "windshadow" one is more descriptive than "slipstream". (At least for me.)
-
comment
Comment #43723644
I wonder how he managed to reconquer his castle. By, uh... besieging it, maybe? Probably? Now repeat that eight times - and honestly, I’m struggling to see where and how exactly he…
-
comment
Comment #42667316
Have a look at "Code is Data / Data is Code" https://en.m.wikipedia.org/wiki/Homoiconicity And then see how it's done in real life: https://guix.gnu.org/
-
comment
Comment #42060165
What about "If things don't go my way, I don't mind starting civil war?"
-
comment
Comment #42060067
Apparently that's the case.
-
comment
Comment #42059386
We need to understand that such people want to be distracted and entertained. Give them the show they want, promise them something and they happily make you their king. They don't …
-
comment
Comment #42040602
> that flipped upside down my accepted method of thinking about types and type system paradigms. Could you please write where in the video is Rich talking about it?
-
comment
Comment #42040408
That idea `function can return multiple values` was a bit of `Wait what? Ah I almost forgot :facepalm:` moment for me. (The quadratic formula function for solving quadratic equatio…
-
comment
Comment #41588747
Honestly, "norms of warfare" is just a rather ridiculous concept imposed by the winning side.
-
comment
Comment #41588736
The international court of justice is irrelevant if you don't have nukes or guns to support your cause.
-
comment
Comment #41232702
This story is not about viruses and vaccines, but what about the 1949 Nobel Price for lobotomy? https://www.nobelprize.org/prizes/medicine/1949/moniz/articl... "Sure. We're smart, …
-
comment
Comment #41232638
> Anything that can put a dent in that is going to far outweigh any potential risks and side effects. Ha! Explain that to the anti-vaxxers.
-
comment
Comment #40845637
> Because at the end, it's all just graphs with vertices and edges. That's not the end. At the end there are just objects and morphisms between them. Graphs (with their edges and v…
-
comment
Comment #39728329
Check out "Guix patch review hacking session" on meetup.com: https://www.meetup.com/guix-london/events/299176148/?utm_med...
-
comment
Comment #39461845
I'm sorry, that doesn't work: $ echo "foo" > access.log # create the access.log with some content $ This works: $ cat access.log | head -n 5 foo $
-
comment
Comment #39397102
Thanks for the snippet. Now I have a recipe how to calculate the size of a binary file, plus the shared objects, i.e. the so-file(s), it requires directly. Now I just need to exten…