

Ventoy.
Fill it with ISOs
Ventoy.
Fill it with ISOs
I’m not the only one! Mercurial is so much more intuitive. And it has proper branches!
That doesn’t mean much. Gravity is very weak. The real test is seeing how much weight it can hold.
Clearly you’ve never programmed anything outside of theoretical computer science or heavily enclosed and controlled systems.
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.
As a pedestrian or cyclist
You do though. W10 EOL is October, and you’re not gonna move to Linux, sadly.
Yeah, just started using W11 for work and it’s insane how often I need to wait for character to buffer in after I typed something.
I shouldn’t be faster than my computer in this day and age, and yet here we are.
Newegg served me well
That one is Canadiab Multilingual Standard. Canadian French is different. Both are in common use though.
Canadian French for programming is great. You have everything you need right there. The only downside is no euro symbol. CMS is something else. It has potential but I find the keybinds less intuitive.
Branches are distinct.
Let’s say you have a main and a dev branch, and you periodically merge dev into main. Because of fast forwarding (on by default) the main branch is completely gone from the history. If you then add bug fixes and project branches it becomes a tangled mess really quickly and it’s nearly impossible to understand the structure by looking at the tree.
On mercurial every branch is named and distinct forever. You don’t have to try to understand what happened to the project since it’s obvious by looking at the tree.
Now there are ways to have a clean git history, but afaik you either need to make sure nobody ever messes it up or have everyone rebase everything and only keep the history of the main branch.
When working in a hyper structured organization that may work, but for more casual developers (scientists, students) that aren’t system experts and where you have messy history, mercurial default settings are less confusing, easier to learn and produce better results.
It makes the history clearer.
Surely it could be rewritten in Fortran if performance is really a concern.
No, git has labels on heads of branches. Once the head moves you loose the information. It also makes for a more messy history, which I believe created the whole “rebase everything” philosophy to cope.
Anything with PvP.