i give in. the autists are right. i've spent the last few months learning the unix command line and vim. it's not a meme, this shit is more convenient once you get used to it. installing and running programs, manipulating the file system, scripting, editing, general OS functionality, and much more is not only easier, but faster. using the mouse far less is nice on the wrist even. in fact i just used imagemagick to convert pic related from webp to jpg in one simple line. i kneel
i give in. the autists are right. i've spent the last few months learning the unix command line and vim.
Falling into your wing while paragliding is called 'gift wrapping' and turns you into a dirt torpedo pic.twitter.com/oQFKsVISkI
— Mental Videos (@MentalVids) March 15, 2023
Yeah, if I chop my legs off and have wheels implanted, I can "run" faster too.
But I'm not doing that, because I'm not fucktarded.
>This shit is more convenient
Vim is for fat neckbeard retards.
Fpbp
Meds.
I will never use your tranny AIDS globohomo nagger spyware OS. Seethe more.
>I only use square wheels because I'm not fucktarded
You could've fooled me.
Oh no no no, the the sunk cost is sinking in
emac
noice, welcome to the club
learn dwm wm its the next step in your evolution
Unless you have OCD floating window managers with focus follows mouse are more efficient.
yeah, getting the hang of the coreutils is pretty powerful
you could replace entire industries with bash one liners
There are times a cursor will save you time, such as selecting something from a long list. Being able to grep and generally pipe is off course irreplaceable.
Ok now teach the rest of us, compile together an effective guide.
Everything you did could have been done on windows.
Sure, but stringing a bunch of unix commands together is faster.
By this point in my life, if I hadn't learnt how to write shell scripts, I'd probably have wasted ten times the amount of time I spent learning that instead doing basic bitch right click edit right click edit like some kind of monkey.
Based anon, good luck on your journey. It’s turtles all the way down from here.
Fun fact about processes in Unix: the most basic process tree looks like this:
init(0)
-helloworld(1)
And initially you were supposed to manage your whole system with very simple verbs like 'kill', 'shutdown', 'echo' etc. might help you understand just how far from that ideal we've come with modern systems.
Also, CTRL+Z suspends a running program in the background, so you can multitask, it’s the ALT-tab of the shell.
to add onto this you can then type 'bg' to keep it running in the background, and 'fg' to bring it to the foreground so you can then kill it with CTRL+C
Well. You'd also want getty -> shell -> whatever.
But yeah modern init authors are sky high on their own farts.
now do man dash
Congrats on passing the IQ test.
thanx but im sticking with emac
windows->linux->plan 9->macOS->windows
windows->linux (dwm)->plan 9->macOS->linux (kde/kio)