

It’s more that the position of the escape key changed. This was they layout of the keyboard vi was written on. Note the arrow keys too.
https://en.m.wikipedia.org/wiki/Vi_(text_editor)#/media/File:KB_Terminal_ADM3A.svg
It’s more that the position of the escape key changed. This was they layout of the keyboard vi was written on. Note the arrow keys too.
https://en.m.wikipedia.org/wiki/Vi_(text_editor)#/media/File:KB_Terminal_ADM3A.svg
Do they start at the same time or waiting for one to finish before doing the next?
I made a serious attempt at using ed(1) for a few weeks. Read the book by Michael Lucas and everything. In the end, I kind of do want to see the file I’m editing, etc. But, some features, or lack of features, stuck with me. Do I need a menu item to count words in the file? That’s why we have wc -w after all. This can be said about a lot of functionality built into editors. It made me really appreciate the idea of programs that do one thing, and can be combined. But yes, in the end it was too much for me, mostly because I’m not good enough with coreutils.
In Phaedrus, Socrates talks about the invention of writing:
“it will introduce forgetfulness into the soul of those who learn it: they will not practice using their memory because they will put their trust in writing, which is external and depends on signs that belong to others, instead of trying to remember from the inside, completely on their own. You have not discovered a potion for remembering, but for reminding; you provide your students with the appearance of wisdom, not with its reality. Your invention will enable them to hear many things without being properly taught, and they will imagine that they have come to know much while for the most part they will know nothing. And they will be difficult to get along with, since they will merely appear to be wise instead of really being so.”
No, my passport has my real name of course, with “å”. In the airport system and on the boarding pass my name was spelled with “aa”.
I had to convince people to let me on board a plane because my name contain a swedish letter (å). Their computer system translated it into “aa”, which then didn’t match my passport.
The same arguments about learning vi/vim/neovim holds for ed. It’s not intuitive, you need to get used to it, you need to learn, etc. People choose not to learn vim for the same reason vim users don’t want to learn ed.
It’s a text editor. It all began with the ed editor, which is very simple and does one thing, it edits files. Then someone extended it into the ex editor. Then someone added a new feature: being able to visually see the file you’re editing, which became vi, the visual editor. Then someone improved that, into vim. What began as an editor where you needed to be fluent in regular expressions but otherwise was simple, is now a very complex editor, moving the functionality of the old UNIX tools into the editor itself.
Sorry, a “storage box” ìs a product by a company called Hetzner: https://www.hetzner.com/storage/storage-box/
sshfs is a way to mount something remote through ssh so it behaves like a local directory.
I have a hetzner storage box mounted with sshfs, but I wish I didn’t have to since I’m paying for protondrive too. It took me a whole day to upload my personal files to protondrive through the web interface since it crashed the browser repeatedly and I had to verify what got uploaded or not each time.
I’m not sure. A few years ago I remember that OpenBSD expected ASCII for files, but I think Linux expects utf-8. I could be wrong though.
Unicode in filenames can be a bad idea, since there are more than one way to achieve what looks like the same character. So matching patterns could fail if you think it’s one way, but it’s actually another representation in unicode.
Back in the day, lemon party was my girlfriends first encounter with online nudity.
“You mean I just made a very complicated array-manipulating way of calculating (2^n)-1?”
deleted by creator