Comment by ๐ jsreed5
Re: "Why do you like using a cli?"
@norayr The entire concept of using `wget | sh` to perform a task is horrifying to me. Bitreich.org has a satirical example of why it's such a bad idea:
curl -sLk http://bitreich.org/s/bitreich.sh | sudo sh
(It should go without saying that one ought to remove the pipe before running the above command so it doesn't immediately execute.)
Mar 31 ยท 5 weeks ago
Poll Results
1. I am god of my machine
โโโโโโโโโโโโโโโโโโโโโโโโ 52%
2. I love green
โโโโโโโโโโโโโโโโโโโโโโโโ 12%
3. Typing sudo makes me happy
โโโโโโโโโโโโโโโโโโโโโโโโ 5%
4. When asked I can answer, "yes I'm a hacker"
โโโโโโโโโโโโโโโโโโโโโโโโ 12%
5. How needs a GUI anyway
โโโโโโโโโโโโโโโโโโโโโโโโ 19%
42 votes were cast.
4 Later Comments โ
Files can still have tags. My markdown writing has `tags: "x", "y"` in the header. For flashcards I use recfiles (plain text database).
๐๏ธ Atomic-Germ ยท Apr 02 at 22:38:
It's generally a lot faster to type "sudo apt install" than it is to go find an app in some store. It's MUCH faster to edit files with sed and grep and vim. It doesn't take much computer to do it. It doesn't look like it was designed to enable illiteracy.
Yeah so my reason is because it actually works
โ๏ธ Alnotz ยท Apr 08 at 09:28:
So many projets needing to be packagedโฆ
The first application I open after login is the console.
How many years since I stopped to launch an application by icon clicking ?
๐๏ธ Atomic-Germ ยท Apr 11 at 21:11:
For most people it's the browser, I think. I'm in zsh as soon as possible
Original Post
Why do you like using a cli?
๐ฌ 23 comments ยท 2 likes ยท Mar 28 ยท 6 weeks ago ยท ๐ณ๏ธ