I really do think that’s their problem, and software shouldn’t cater to people who are afraid of checks notes typing. There can be real accessibility reasons why some users may require graphical tools due to various disabilities, but I don’t think it’s reasonable to feed into irrational fears of terminals when they can just copy paste in commands. It’s not programming, it’s very simple to understand the syntax of any command the average user might have to use (ie they’re not doing scripting or anything like that).
- 7 Posts
- 230 Comments
For Android? K-Mail. I think they renamed it to Thunderbird now.
communism@lemmy.mlto
Open Source@lemmy.ml•Software Heritage (basically internet archive, but for software code)
21·15 days agoSo it mirrors repos before they go down? I think I get it if that’s the case; I thought it was just a host for “lost” software/source code in which case if you have a copy you can upload it to any software forge (if permitted by the licence). But if it’s meant to contain all software that currently exists, even if it shows no sign of disappearing, that makes more sense.
communism@lemmy.mlto
Open Source@lemmy.ml•Software Heritage (basically internet archive, but for software code)
23·15 days agoMy point is that you don’t need a separate website for this; you can use existing software forge software and websites.
communism@lemmy.mlto
Open Source@lemmy.ml•Software Heritage (basically internet archive, but for software code)
23·16 days agoI don’t think it does address the question. In order to archive source code, you need to have the source code in the first place, ie you can’t archive truly lost source code. If you have the source code, you can upload it to any software forge.
communism@lemmy.mlto
Open Source@lemmy.ml•Software Heritage (basically internet archive, but for software code)
101·16 days agoThat’s cool but is it necessary? If the licence permits redistribution then anyone can just upload to an existing software forge like Codeberg etc
communism@lemmy.mlto
Programmer Humor@lemmy.ml•when you notice that the rm command takes longer to run than expected
3·17 days agoUse trash-put and trash-cli.
communism@lemmy.mlto
Linux@lemmy.ml•Is anyone planning on forking Plasma to restore X11 support when it is dropped?
3·18 days agoYeah. It looks like a lot of the BSDs might be the way to go if for whatever reason you want/need to stay on X11. I’ve been trying out OpenBSD on one of my machines, and following for quite a lot longer, and progress on Wayland support seems to be relatively slow over there.
communism@lemmy.mlto
Linux@lemmy.ml•Is anyone planning on forking Plasma to restore X11 support when it is dropped?
7·18 days agoI imagine that some graphical environments will always support X11. I’d suggest you switch to one of those. If someone forked Plasma, it’d have far fewer eyes on it than something like i3. I assume XFCE will continue to support X11 for a while too since it’s only just working on Wayland support. Maybe some of the less common DEs like MATE are worth looking into?
chezmoi does everything I need. It’s really nice; would recommend.
communism@lemmy.mlto
Linux@lemmy.ml•Is gamedev a good hobby? or should i try something else?
5·1 month agoGame dev is much more about creativity than technical excellence, for the average hobbyist. So I’d say it’s actually a good hobby to get into if you’re “not the sharpest tool in the shed”. You could even go down a no-code approach like with RPG Maker, if you’re averse to coding.
the Gecko engine is open source so it can be stuck with even if Mozilla goes away
Good luck finding people both capable and willing to maintain it if Mozilla abandons it.
The idea though that we need to switch to a new browser engine because we lost faith in Mozilla is a bit silly
I am saying the opposite. I explicitly said I don’t think that would achieve anything. Just because something constitutes a boycott (i.e. using a different browser engine) doesn’t mean that there’s a point to it.
Forking the codebase and stripping out any AI code is much easier than trying to invent another wheel.
I never said otherwise. I simply said that using Librewolf is not boycotting Firefox.
Using Librewolf isn’t boycotting Firefox. Librewolf is a soft fork and is dependent on Mozilla for updates. You could switch to Ladybird or something more obscure, but I don’t think you’ll achieve much with that either.
Any serif font is fine by me. I’ve been going with whatever Zathura’s default epub font is.
communism@lemmy.mlto
Linux@lemmy.ml•What folders do you make in addition to the default ones ?
4·2 months agoMine used to be the same but the last OS reinstall I reset everything, moved my files onto an external drive, and only copied them over on a needs basis. I’d been keeping the same home dir since I was like 4 or however old I was when I started using a computer. So needless to say there was a lot there that made me cringe to see every time I tried to navigate my files.
communism@lemmy.mlto
Linux@lemmy.ml•What folders do you make in addition to the default ones ?
31·2 months ago~/{nextcloud,git,pictures/screenshots,music,docs,videos}In terms of what I manually create. Dot directories normally get automatically created but I guess I’d create a
~/.configif it didn’t get created.
It sounds like a hardware issue that may not be captured by a software screenshot.
communism@lemmy.mlto
Linux@lemmy.ml•Im sorta a computer hoarder but what can i do with some older desktops?
4·2 months agoI’m in a similar boat. I use old computers for spare parts and hobby projects (e.g. I did Linux From Scratch on an old second-hand Thinkpad I picked up on a whim). I think cheap second hand computers are great for tinkerers e.g. you can flash custom firmware without worrying about bricking the mobo.
You could also use them as servers if you have any services you want to host.
Also if you truly have no use for them, fix them up, install something like Linux Mint on them, and give them away.

The terminal lets you delete the system with the same checks as GUIs, i.e. you’d be prompted for a privilege escalation password… If you delete random user files in the terminal then you can do that in a graphical file browser too. Just don’t run random commands without knowing what they do.