Is edlin still around?
Is edlin still around?
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”?
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?
How 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.
Distance between pole and equator is… 10 km?
Sometimes I think “if debian had a flashy website and a few tweaks for user friendliness, then it would be just as attractive as linux mint or ubuntu for new users”, and other times I think “isn’t this exactly what most debian based distros are already?” Would there be a benefit if those projects worked under the debian name, something like debian workstation pure blend, or debian corporate pure blend? I don’t know.
Is it still based on Fedora?
Expanding on this, we could make it so that root must use ed(1) to edit files?
For JavaFX I ended up putting both JDK and JavaFX in my home dir and pointed vscodium to the right paths, I could get programs to compile but for some reason it would not let me open windows from inside, complaining that DISPLAY was not set or available iirc, even though I did set the env variable inside. Either way, I’m not ready for this container work-flow. Though I suspect that I could get used to better practices. Do you install git and your editor of choice separately in all dev containers? Like, how much of the tooling should be inside or on host?
About a year ago I started experimenting with the whole container-based workflow thing. I don’t know how much time I’ve spent on setting up various programming environments, and there’s always hurdles like getting a flatpak editor have access to java and actually be able to run javafx programs. And with distroboxes, what if my code needs access to a database that is started in a docker container on the host system, do I install docker inside the distrobox? I’ve had so many configuration issues. Every time I try I come back to debian stable and it feels like home.
For Sweden specifically that could be tricky at the moment with our current government.
We always need more nurses in Sweden, I imagine it’s the same in other countries too.
I like the debian way with a separate repo for the non-free things needed for the hardware to function, so it’s not all or nothing. I want my wifi to work, but beyond things like that I only want free software.
I like it this way. When you say old, I hear “the environment is predictable”. What works today won’t break in a week because an update changed functionality of something. As long as I have hardware support, I don’t need the latest packages for what I do.
Ugh, I’ve been down the same rabbit hole, but gave up and just downloaded the jdk to my home directory and set the java path in vscodium to point to it. Same with maven.
As someone not from the US, what can we do to help?
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.