Oh, and I suggest to search the Arch wiki for suggestions for Linux software that match what you want to do. The packages named there are usually available in other major distros, too!
- 8 Posts
- 58 Comments
That also happens to be good advice if you want to reduce addictions that are caused by “addictive by design” platforms and parasocial media.
In a nutshell, it is like controlling smoking: Not doing it at all is often easier and costs much less energy, than controlling the extend of usage.
One reason for this is that such a decision shifts your sub-conscious fous from "Should I do this on Linux or Windows??“ to: “How do I do this in Linux - or what might I enjoy doing instead?”
HaraldvonBlauzahn@feddit.orgto
Linux@lemmy.ml•I think i am ready to switch from windows and need advice
11·9 days agoMy feeling is that might be a lack of choice here. So, just my 0.00002 cents, to supply you with a few more options:
- Just use Debian. It is boring but it will work.
- Or, Tumleweed has been named. But it is not maximally stable. Better, use Tumbleweed in a VM on top of OpenSuSE leap. That way, you have both superb stability and a very current system.
- You could also sell your nvidia card (let’s be honest, it probavly will only bring you grief), and get a AMD radeon which is fully supported by a libre kernel. Then, you can install Guix on it. Then you have a truly reproducible, very lean and organized system.
- If dropping the nvidia card sounds too extreme for you, you can also install Debian, and install Guix as a package manager on top of it. That will work because the Debian kernel supports the hardware. But don’t forget that NVidia is a nuisance, often. Well, you might have luck.
- Let’s say you are short on money and you don’t want a system that consumes too much RAM, since that has gotten expensive, man. So, you could get Debian with XFce as Desktop environment. Or, even leaner, you could get ICeWM.
- Or in case you want a very fast Lisp-based window manager with very fast, manual tiling, try StumpWM, say, on Debian.
- Or, if you want an automatic tiling WM, give i3wm or sway a try. Or GNOME with paperWM extension.
- GNOME would also run on Ubuntu, or on Mint. Actually, it is all Debian under the hood, mostly. Just easier to install.
- Or you want a privacy-focused Distro. Try Trisquel.
- Or, you just want to keep it simple, perhaps. In that case, I’d recommend Debian. Or, perhaps for the start, Debian-derived distro that is easy to install. There are plenty.
- But when you want to have it even simpler, get rid of the nvidia card. This really simplifies things.
HaraldvonBlauzahn@feddit.orgto
Technology@lemmy.ml•Microsoft says Office bug exposed customers' confidential emails to Copilot AI
1·16 days agoBut when Copilot can share it, it was already exposed?!
HaraldvonBlauzahn@feddit.orgto
Technology@lemmy.ml•Microsoft says Office bug exposed customers' confidential emails to Copilot AI
2·17 days agoWhat do they mean by using the word “confidential” ? Considering the word in computing means something like “technically strongly protected against unwanted access by third parties” ?
HaraldvonBlauzahn@feddit.orgto
Linux@programming.dev•(solved) What is the best tool to mass resize all images in a directory, including sub-directories, while keeping aspect ratio?
1·23 days agoYou can simplify the for loop by something like
#!/bin/bash shopt -s globstar #assuming bash for i in images/**/*.gif do convert ..... $f doneor, if you don’t use bash,
find images/ -type f -name '*.gif' -print0 | xargs -0 convert .... '{}' # maybe xargs needs "-1" option to process only one file at a timeboth versions call imagemagick’s convert on all files ending in .gif in the images folder.
For testing, put an “echo” command in front of the “convert” .
You could also check out if there are Rust utilities which do what you want - you’d need to install these using “cargo install”.
HaraldvonBlauzahn@feddit.orgOPto
Linux@lemmy.ml•An alternative decentralized internet for sharing text and media: The Gemini Protocol
1·1 month agoHere another article on this: http://cheapskatesguide.org/articles/gemini.html (written in 2020)
HaraldvonBlauzahn@feddit.orgOPto
Linux@lemmy.ml•An alternative decentralized internet for sharing text and media: The Gemini Protocol
1·1 month agoOne huge advantage that I forget to mention: Since Gemini does not use “addictive by design” UI elements popularized by social media companies, like feeds, timelines, likes and upvotes, colourful and distracting elements, endless scrolling, and comments that invite trolling, it feels a lot calmer.
HaraldvonBlauzahn@feddit.orgOPto
Linux@lemmy.ml•An alternative decentralized internet for sharing text and media: The Gemini Protocol
2·1 month agoAnd for Arch / Desktop systems, also look here:
https://wiki.archlinux.org/title/List_of_applications/Internet
Ctrl-f “gemini”
HaraldvonBlauzahn@feddit.orgOPto
Linux@lemmy.ml•An alternative decentralized internet for sharing text and media: The Gemini Protocol
7·1 month agoThere are just too many things named Gemini
Here is a mnemonic for that: The port number of the open source Gemini protocol is 1965, which is the year of the first crewed flight of NASAs project Gemini, the first humans in space.
HaraldvonBlauzahn@feddit.orgOPto
Linux@lemmy.ml•An alternative decentralized internet for sharing text and media: The Gemini Protocol
7·1 month agoSee section 2.2 of the FAQ
https://geminiprotocol.net/docs/faq-section-2.gmi
Thete are aggregators. For example
gemini://warmedal.se/~antenna/
or gemini://rawtext.club/~sloum/spacewalk.gmi
gemini://gemini.circumlunar.space/capcom/
or comnunity interest sites, like
gemini://tilde.green/ ,
which is in turn a site of
gemini://tildeverse.org
https://gemini.tildeverse.org/
Then there are systematic directories, like
gemini://medusae.space/
and search engines like
gemini://geminispace.info/
see section 2.2.3 of the above FAQ.
HaraldvonBlauzahn@feddit.orgOPto
Linux@lemmy.ml•An alternative decentralized internet for sharing text and media: The Gemini Protocol
3·1 month agoThat might be the right thing if the bath water is toxic.
HaraldvonBlauzahn@feddit.orgOPto
Linux@lemmy.ml•An alternative decentralized internet for sharing text and media: The Gemini Protocol
2·1 month agoAnd after that, one only has to configure a folder for the gemini page files, and configure the home router to allow access to that port of the Raspberry Pi.
The alternative is to get a shell account to a shared gemini server like tildeverse. This is usually free of cost since the software is almost maintenance-free and the power draw is a few Euros per year for the entire server.
HaraldvonBlauzahn@feddit.orgOPto
Linux@lemmy.ml•An alternative decentralized internet for sharing text and media: The Gemini Protocol
3·2 months agoAnother advantage: The active Gemini user community might be small (it is maybe five thousand or ten thousand people). But compared to personal pages on Facebook or Microblog on Ex-Twitter, or Reddit or LinkedIn it has pretty high-quality content from people who like to write in long form, and also like to read. If you write there, the response / resonance will be more like what blogs or LiveJournal was around 2005. A part of this is that many people write in a personal, candid and thoughtful way. Like that Israeli evironmental engineer who wrote how much he hated to be conscripted for military service. And writing is also self-reflection. Like having a rare view into other peoples mind. ou do not find that on facebook.
HaraldvonBlauzahn@feddit.orgOPto
Linux@lemmy.ml•An alternative decentralized internet for sharing text and media: The Gemini Protocol
5·1 month agoWriting a page means editing a file with a simple syntax like markdown (called gemtext).
Running a gemini server is about as difficult as running a file sharing client.
There are pre-built server packages as part of Debian and its derivatives.
Or, one can install Rust and download and build the agate server. That’s what I did on my Raspberry Pi B. That Raspberry has an Ethernet port and USB port which can power it from my FritzBox. Needs half a Watt of Power when idle. Then, one needs to start the server on bootup. This is done via a service file for systemd.
HaraldvonBlauzahn@feddit.orgOPto
Linux@lemmy.ml•An alternative decentralized internet for sharing text and media: The Gemini Protocol
10·2 months agominimum required to deliver the message and nothing more
Wait, that’s not fair! How will Google make money from that!?
HaraldvonBlauzahn@feddit.orgOPto
Linux@lemmy.ml•An alternative decentralized internet for sharing text and media: The Gemini Protocol
5·2 months agoOne problem is that with this monopolization of the web, browser vendors like Google can yank the standard in any direction they like (for example for more tracking and more ads, or surveillance). And you can’t make another browser because the protocol and features are needlessly way too complex, so it is legally an open standard but practically not. In the end, everyone will have to use Googles browser and suffer the included tracking.
HaraldvonBlauzahn@feddit.orgOPto
Linux@lemmy.ml•An alternative decentralized internet for sharing text and media: The Gemini Protocol
11·2 months agoA work of Aaron Swartz, if I remember correctly. Don’t forget him.
HaraldvonBlauzahn@feddit.orgOPto
Linux@lemmy.ml•An alternative decentralized internet for sharing text and media: The Gemini Protocol
3·2 months agoWow, very nice! Runs well under SailfishOS !



The terms on the right to use user data in section 4.1 are also a bit surprising. I’d expect that from a social network like Facebook, but not from a text editor.