Do you know which packages and what defaults? I’ve tried to find the differences but I can’t really find what is different, except for wallpaper etc.
- 5 Posts
- 152 Comments
What is in LMDE that isn’t in plain Debian out of the box beyond branding?
pmk@lemmy.sdf.orgto Linux@lemmy.ml•What GNU + Linux software could enable deep integration of backup, sync, and transfer; just as convenient and beginner-friendly (edit: and efficient) as what Apple provides?1·30 days agoI’ve had this idea a few times over the years, but I always get stuck at figuring out: what is it actually I want to happen? If I remove a local file, should it be removed from the backup too? If I edit a file, should the newer version replace the old in the backup, or be saved separately, or just the delta between the files? I could never decide what I wanted.
pmk@lemmy.sdf.orgto Linux@lemmy.ml•Danish Ministry Replaces Windows and Microsoft Office with Linux and LibreOffice5·1 month agoIs it known which distro they are using?
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.
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?
pmk@lemmy.sdf.orgto Programmer Humor@programming.dev•Python needs an actual default function4·2 months agoHow do you feel about other peoples Go code?
pmk@lemmy.sdf.orgto Open Source@lemmy.ml•[AMA] We're Framasoft, we develop PeerTube, ask us anything!7·2 months agowhat does augmenting user retention mean in practice?
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.
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.
pmk@lemmy.sdf.orgto Linux@lemmy.ml•Progress towards universal Copy/Paste shortcuts on Linux261·2 months agoExpanding 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.
pmk@lemmy.sdf.orgto Linux@lemmy.ml•Lenovo Cuts the Windows Tax and offers Cheaper Laptops with Linux Pre-installed1·3 months agoI 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.
The urge to distrohop can be a distraction, but an itch that needs to be scratched now and then. I tend to always end up where I started, but when I do I feel better about it.