For a lot of distro’s you don’t need to use a terminal to install things if you aren’t comfortable with that. While I believe learning to use a commandline a little bit will always be beneficial, you really don’t havo to. Take a look at linux mint for example, which has a “store” for packages.
Jack Riddle
- 0 Posts
- 8 Comments
It’s clear you haven’t used linux.
Windows: open edge, go to google, type the package you want, scroll past ads, download random executable from internet, execute, click through wizard, open program.
Linux: open package manager, search package you want, click install, open program.
Linux is compatible with almost all windows software now, and windows is absolutely not more user friendly, it’s just what you’re used to.
Jack Riddle@sh.itjust.worksto World News@lemmy.ml•New Israeli report alleging ‘systematic and intentional rape’ by Hamas relies on debunked Western media reports - The Grayzone615·1 year agoGrayzone is a Russian propaganda troll pretending to be left wing in order to pull people to their side.
You people are one step away from creating a conservapedia equivalent because “wikipedia has a liberal bias”
Jack Riddle@sh.itjust.worksto Programmer Humor@lemmy.ml•If Programming Languages Were Games (Comic)2·2 years agoGorillions of set theorists are dead, and you have the gall to tell me that it never hurt anyone?
You can’t do much worse than vim, so…
Jack Riddle@sh.itjust.worksto Programmer Humor@lemmy.ml•"First remove the closed source vendor lock in from your own codebase before checking for license issues in your neighbor's codebase" Engineerings 5:3336·2 years agoYes? What does that have to do with unity or godot?
I don’t think it would be anymore. Modern compilers are really really good at what they do, and often manually optimizing(writing assembly yourself) makes programs slower. So unless you are very good at assembly, I would just trust the compiler.