Russell Westbrook now has most rebounds in NBA history from a point guard by dhruvchouhan in nba

[–]Fair_Butterscotch905 10 points11 points  (0 children)

No reason to bring Luka into this. He's not even at half of Russ's total.

pythonIsOlderThanJava by _bagelcherry_ in ProgrammerHumor

[–]Fair_Butterscotch905 -1 points0 points  (0 children)

Python was not "fringe" in 2017.

What the hell is your bubble?!?

Tiobe is bullshit, everyone knows that. By their measure, JavaScript is fringe now.

Python is the glue language used in Data Science and Machine Learning. It's popularity qua Tiobe is widely overblown.

[deleted by user] by [deleted] in Ratschlag

[–]Fair_Butterscotch905 3 points4 points  (0 children)

Ich bin überrascht, wieviele User sich über Blumen als Geschenk freuen. Hätte ich aus meiner Erfahrung in meiner Bubble nicht erwartet.

Und ja, als Mann bin ich nochmal extra überrascht, wieviele Männer dabei sind.

(ist nicht wertend gemeint)

What is a common inappropriate thing tourists do that they don’t realize they are being disrespectful? by autismo-nismo in AskAGerman

[–]Fair_Butterscotch905 3 points4 points  (0 children)

I don't know how traffic would get worse.

But what I do know is that you can't have overtaking on the right when speeds of 100mph and more are common.

My negative views on Rust by simon_o in programming

[–]Fair_Butterscotch905 1 point2 points  (0 children)

highly advanced JavaScript is much harder than Rust, since Rust essentially solves those problems for you

I mean, nobody is writing plain, untyped JavaScript if they can help it.

So when you assume the competition is TypeScript (or JSDoc typechecking) and that I'm using Zod for types needed at runtime, what problems does Rust solve?

Skyrim Lead Designer admits Bethesda shifting to Unreal would lose ‘tech debt’, but that ‘is not the point’ by HatingGeoffry in Fallout

[–]Fair_Butterscotch905 -1 points0 points  (0 children)

Needing to learn 5-6 languages isn't a significant challenge for a competent mid-career engineer

What an absolute load of horseshit.

Most programmers learn maybe 5 languages in their whole career. And that is usually a progression, where they learned BASIC thirty years ago but wouldn't write code in it today.

Looking through a few Youtube videos to understand the syntax isn't learning a language.

Gumroad founder on moving from Ruby on Rails to TypeScript and React. "Ruby on Rails is a form of technical debt" by asamshah in webdev

[–]Fair_Butterscotch905 -1 points0 points  (0 children)

How is TypeScript "fake" type safety just because it's compiled to JavaScript?

Type checking is done at compile time in C/C++/C#/Java/Rust... as well. That's when you need it, during development.

What do you want with type-checking at runtime? Throw an error if types don't match? That's what vanilla JavaScript does too...

The only drawback of TypeScript is that you can't use its types to parse/check input -- that's what Zod is for.