

LMDE is great, it’s what I recommend to all new Linux users. Lots of tiny things that remove friction, like not requiring Sudo for apt and showing stars when typing a password.
LMDE is great, it’s what I recommend to all new Linux users. Lots of tiny things that remove friction, like not requiring Sudo for apt and showing stars when typing a password.
I really don’t get it either.
It’s not like it’s a paid product either.
It is though.
I’m surprised LMDE almost never gets shoutouts. I’d assume since people don’t like Ubuntu they’d recommend it over Mint.
Correlation not causation
Clearly you’ve never programmed anything outside of theoretical computer science or heavily enclosed and controlled systems.
It’s the ultimate yes man.
That’s a very narrow definition of limited usefulness, and in practice it means your code is overly verbose and inflexible. You get stuck with polymorphism everywhere or you’re explicitly converting data all the time for nothing.
Plus, if you try to process some data from an external source (which you have to if you want to do anything useful) you don’t have any way to test if it’s the right type before execution, so you’re back at the same place that Python is, without the ability to cleanly recover.
You’re spewing nonsense.
There absolutely is a type system in Python. The fact that you have dynamic types doesn’t preclude having also strong types and certainly doesn’t mean you don’t have types at all. Try to do 2+“a” in Python and you’ll get a TypeError. The thing with Python is that values have a type, not variables. Because all variables are essentially pointers.
It’s not. It’s a strongly typed langage.
I don’t see the image and the last paragraph sais nothing about types.
But Python is a strongly typed language. It’s right there in the info box.
Python. Don’t know why you excluded it.
I saw a lot of factory games in other comments but I didn’t see my drug of choice : Captain of Industry. The process chains are really complex and you can’t just throw space at a problem. I played for 24 hours straight once without getting up from my chair.
Also a hatchback please.
Or go to Wolfram Alpha and gat actual computations done instead of ramblings?
On Linux there’s also ‘units’ which is amazing for this.
I switched to TOML for my stuff.
Python is more system agnostic though.