Readit News logoReadit News
Bost commented on The Awful German Language (1880)   faculty.georgetown.edu/jo... · Posted by u/nalinidash
Fokamul · 3 months ago
In my experience, problems is not with German as a language, but with Germans requiring to use their hard language, I live in neighboring country and since like 2010, nobody bothers to learn German anymore, (some small percent still learn, ok) and everyone who I know rather works in different country because of this. Like Netherlands, still hard language (multiple) but they don't expect you to learn it when working for multi-national company.
Bost · 3 months ago
"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 works in different country because of this"

I assure you, as a matter of fact, (A) the size of your social circle is very limited, and (B) such an attitude as yours could safely be labeled as cultural ignorance bordering on cultural arrogance.

Bost commented on The Awful German Language (1880)   faculty.georgetown.edu/jo... · Posted by u/nalinidash
sharpshadow · 3 months ago
Windschatten is an exception.
Bost · 3 months ago
Yes, "windshadow" one is more descriptive than "slipstream". (At least for me.)
Bost commented on Oda Ujiharu: Why the ‘weakest Samurai warlord’ is admired   tokyoweekender.com/art_an... · Posted by u/cdplayer96
609venezia · 4 months ago
Man of the people:

> Ujiharu’s blind charges may actually have had a noble purpose. Japanese battles involving castles almost always turned into sieges, and those always ended the same way: with the nearby fields and peasant settlements being either destroyed to try and draw the lord out of the castle or looted to feed the occupying army. Some researchers believe that Ujiharu was trying to avoid a siege to save his subjects.

Bost · 4 months ago
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 tried to save his subjects.

Sorry, but losing your castle nine times isn’t what capable military leaders do.

Bost commented on CCL: Categorical Configuration Language   chshersh.com/blog/2025-01... · Posted by u/SchwKatze
Bost · 8 months ago
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/
Bost commented on Trump wins presidency for second time   thehill.com/homenews/camp... · Posted by u/koolba
gred · 10 months ago
As a conservative American, I'm...

Cautiously optimistic about: curbing government spending, reducing illegal immigration, protecting unborn lives, restraining Iran + proxies, continuing economic growth

Nervous about: Ukraine, additional inflation caused by tariffs, ongoing political polarization

Bost · 10 months ago
What about "If things don't go my way, I don't mind starting civil war?"
Bost commented on Trump wins presidency for second time   thehill.com/homenews/camp... · Posted by u/koolba
Bost · 10 months ago
Apparently that's the case.
Bost commented on Trump wins presidency for second time   thehill.com/homenews/camp... · Posted by u/koolba
CodinM · 10 months ago
The message is the same even for non-America - we need to engage with these folks and stop disparaging them. We need to talk to them, we need to understand where they're coming from, we need to help clear the air between "us and them" so that there won't be an "us and them" and so we can _together_ avoid people that tell us what we want to hear.
Bost · 10 months ago
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 ask you to fulfill the promises. They just want to hear them.

That's it.

Bost commented on Programming languages that blew my mind (2023)   yoric.github.io/post/prog... · Posted by u/todsacerdoti
MarkMarine · 10 months ago
My mind blown experience was listening to a Rich Hickey talk (maybe not [1]) that flipped upside down my accepted method of thinking about types and type system paradigms. I still love writing Haskell and Rust, but I see the warts that he is so concisely pointing out. The either type really sticks out to me now, and I see the problems with overtyping what are essentially maps, and how rigid that makes every aspect of your programs. Currently I deal with a fairly large go monolith that had some clean code practices in it, and changing a single field that is going to make it into the public API ends up being hundreds or thousands of lines of changes. Such a waste of time to CRUD what is a map of strings.

1. https://youtu.be/YR5WdGrpoug?si=jRsXcYlwRuz0C1IN

Bost · 10 months ago
> 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?

Bost commented on Programming languages that blew my mind (2023)   yoric.github.io/post/prog... · Posted by u/todsacerdoti
archargelod · 10 months ago
I started learning programming with modern dialect of BASIC and when I first tried Lua, I've had my mind blown when I discovered:

  - tables (hashmap)
  - regex
  - pass by reference (caused a lot of confusion and frustrating bugs)
  - metatables
  - goto and labels
  - multiple return values
After Lua I did want to try a language that's fast, something compiled to small native binary. My choice was Nim. And Nim got my mind blown to pieces:

  - static types
  - function declarations I can understand how to use without reading their code
  - functional paradigm
  - batteries included standard library
  - compile-time functions
  - generics
  - templates
  - macros
  - exploring and manipulating AST
  - const, let, var (immutability)
  - pointers and references
  - compiler optimizations
  - move semantics
  - memory management
  - I can compile code to both javascript and C?!
  - C, C++ and JS interop (ffi)
  - I can read and understand source code of standard library procedures?!
  - huh, my computer is fast, like crazy fast!!
  - and probably more, but that's what I can recall now..

Bost · 10 months ago
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 equations `ax^2 + bx + c = 0` returns TWO values.)
Bost commented on Hezbollah hand-held radios detonate across Lebanon, sources say   reuters.com/world/middle-... · Posted by u/shmatt
tptacek · a year ago
I don't know what that is supposed to mean. There are norms of warfare and these attacks fall within them.
Bost · a year ago
Honestly, "norms of warfare" is just a rather ridiculous concept imposed by the winning side.

u/Bost

KarmaCake day71January 2, 2016View Original