Is edlin still around?
- 0 Posts
- 24 Comments
Maybe it can be translated into something else, like, “Documentation is like toilet paper, when it’s good it’s good, when it’s bad it’s better than nothing”? Or, “Documentation is like clothes, even if they are bad it’s better than nothing”, or “Documentation is like having something you need, it’s better to have the thing you need even if is not good, than to not have the thing you need at all”?
pmk@lemmy.sdf.orgto Showerthoughts@lemmy.world•Programming as a hobby is just knitting for nerds11·1 month agoYesterday I was looking at Donald Knuths Art of Computer Programming, and the book store had a “Often bought together with…” recommendation for a book about knitting inspired by the finnish national epos Kalevala.
pmk@lemmy.sdf.orgto Showerthoughts@lemmy.world•Programming as a hobby is just knitting for nerds8·1 month agoI like to program in the evenings until I hit a problem I don’t immediately know how to solve, then the problem is something I can think about while driving to work or taking a shower or falling asleep. There’s no pressure, and sometimes this takes weeks, with some reading up on things and research here and there. And then suddenly, a plan starts to form for how to deal with the problem, and I can’t wait to go home and implement the solution. The important part is that it feels good, to thoroughly understand the task and to write code that flows like a clear line of thought.
Now I want to know how different distros measure up in unix socks per 1000 users or something. I have a feeling that Debian has a higher total number, but NixOS a higher percentage, maybe?
pmk@lemmy.sdf.orgto Programmer Humor@programming.dev•Python needs an actual default function4·1 month agoHow do you feel about other peoples Go code?
Isn’t a shopping list more like a data structure? A recipe would be an algorithm. I don’t know, I could be wrong.
If someone told me to use the fdisk app I’d be confused.
pmk@lemmy.sdf.orgto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Torrenting without vpn for EU residentEnglish19·3 months agoSomething similar happened in Sweden, the politicians said that the EU is forcing Sweden to store data about users. Like, “we don’t want this… but we have no choice!” And then it turned out that what they did was actually against EU laws and Sweden was fined for doing what they did and ordered to stop.
Do they start at the same time or waiting for one to finish before doing the next?
pmk@lemmy.sdf.orgto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Pirating "The Pirate Bay" TV Series is Ironically DifficultEnglish2·7 months agoWell, it’s SVT, the swedish tax funded national tv. I think it’s more the case that they fundamentally don’t understand the people who were part of the Pirate Bay.
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.
pmk@lemmy.sdf.orgto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Pirating "The Pirate Bay" TV Series is Ironically DifficultEnglish14·8 months agoPeter Sunde said that the show is not a fair description of what happened and that it’s missing the focus on what was important.
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.
pmk@lemmy.sdf.orgto Showerthoughts@lemmy.world•Underrated benefit of lemmy is like minded people will tend to join the same instances and if I don't want to interact with those groups I can just filter the whole instance.2·8 months agohello fellow sdf’er :) I specifically chose SDF so I could choose what to block myself, and so far I have just blocked a lot of anime. Anything political I see is leftist.
Recently I decided to try ed for real and used it exclusively for a coding project. There is a certain joy in the simplicity, but ultimately I found myself printing lines and searching files more than I liked. And rewriting long lines instead of getting the substitutions wrong again.