Comment by ๐ norayr
Re: "Why do you like using a cli?"
now i wonder, should i make the clickable command like a gemini link?
with => ? but then you can put only one command per line.
heh, anyway.
Mar 30 ยท 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.
7 Later Comments โ
๐ pirkka ยท Mar 30 at 22:19:
@zipsegv emacs has Anki-like mode that maintains the history of "guesses" in a properties drawer. And because org files open in emacs with closed drawers, yet they are plain text, it's possible to both have a nice editing experience and fully parseable/scannable files when accessed directly. The two unique things Anki adds, I believe, are HTML support with multimedia and, in recent versions, new cool algorithm that makes for a smarter forgetting curve. Nearly anything can be a plain text file with a moderately sophisticated viewer app on top of it. That said, I like Anki for it being a separate app and that it's fairly fast, responsive, and also kinda ugly, but in a good way
๐ norayr ยท Mar 31 at 00:09:
jsreed5, good idea. thank you for it.
i expect/afraid that some malware one day will use sudo. i can imagine someone can click on something, perhaps appimage, and it'll try to do sudo, and since the user used sudo and typed the password a couple of minutes ago, sudo will pass.
appimage or masicious script may try and try unless it succeeds on day.
what get me really anxious is how people are 'installing' things in their homes by piping wgetted scripts to bash, it became something normal, it is described in readmes, but it shouldn't be.
people should package for distros, and users should be able to choose distros also based on if what they need is packaged.
๐ jsreed5 ยท Mar 31 at 01:57:
@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.)
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 ยท ๐ณ๏ธ