They should only talk to chatbots. Keeps the rest of us sane. That’s a total loss anyway.
Lucy :3
- 1 Post
- 1.11K Comments
Lucy :3@feddit.orgto
Linux@programming.dev•mirrors.kernel.org is down because it threw 2 disks in a RAID-6 array and then ground itself to a halt.
39·4 months agoThe difference being that one is a billion dollar company whose only job is to stay online, for which they are being paid even more money while building and supporting fascist regimes in order to grow even more, while the other is a handful of people with two hosts, paid/financed barely enough, without doing nothing but that (serving Linux anonymously).
Also, AWS went down due to the stupidest shit imaginable.
A Raid 6 Array going down, that’s the first time I heard of that. Either one/two drives were dead for longer, or three drives just died instantly. That’s just unlucky for everyone. And instead of said fascist supporters (read: fascists) going down, it’s core infra of the Libre/FOSS existence.
Lucy :3@feddit.orgto
Selfhosted@lemmy.world•Element/Matrix Official Docker Install Method?English
5·4 months agoAny client should be compatible with any server, if both are fairly up to date. Though, I never found a client nor server that are actually fully feature complete. The closest to that are synapse and element
Having experienced the UAE, that’s probably a double-death sentence. Similar to exiting Islam and being gay.
Lucy :3@feddit.orgto
World News@lemmy.world•Putin thinks he can outsmart the US during Ukraine peace talks, a European intelligence chief saysEnglish
11·4 months agoThe thumnail looks like Metro Exodus Enhanced Edition
Lucy :3@feddit.orgto
Selfhosted@lemmy.world•GitHub - spacebarchat/spacebarchat: 📬 Spacebar is a free open source selfhostable discord compatible communication platformEnglish
91·4 months agoUntil I get in the way of capitalism (with a shotgun)
Lucy :3@feddit.orgto
Selfhosted@lemmy.world•GitHub - spacebarchat/spacebarchat: 📬 Spacebar is a free open source selfhostable discord compatible communication platformEnglish
4·4 months agoI do. I just completed pulling the core piped components (piped-backend, -frontend and -prox as well as -html-proxy) from Docker to native installs from the AUR, as well as installing searxng without a venv. Spacebar (the server and client) even have AUR pkgs, but they’re unmaintained… I’m gonna change that.
Lucy :3@feddit.orgto
Ask Lemmy@lemmy.world•If you HAD to dig your face into the thighs of any fictional character, who would you choose and why?
32·4 months agoMy bf… wait, @FQQD@lemmy.ohaa.xyz is real :33 ❤️
Lucy :3@feddit.orgto
Ask Lemmy@lemmy.world•Are there any auto translating iOS lemmy clients?
2·4 months ago!ich_iel@feddit.org has much less Zangendeutsch than r/ich_iel
Lucy :3@feddit.orgto
Ask Lemmy@lemmy.world•Are there any auto translating iOS lemmy clients?
6·4 months agoTbf you could use an OCR -> translating -> stitching engine
Lucy :3@feddit.orgto
Ask Lemmy@lemmy.world•Has ICE's aggressive interior enforcement strategy, intended to protect citizens, instead made them less safe by eroding the trust that local police need to solve crimes in their own communities?
3·4 months ago“intended to protect citizens”? You’re aware their only mission is to establish and hold the fascist regime?
Lucy :3@feddit.orgto
Selfhosted@lemmy.world•SSH Client for Linux Desktop and Android - Alternative to TermiusEnglish
2·4 months agoopenssh client in foot and termux
Lucy :3@feddit.orgto
World News@lemmy.world•Ghanem al-Masarir: I mocked the Saudi leader on YouTube - then my phone was hacked and I was beaten up in LondonEnglish
13·4 months agoI’ve seen remote hacks with Pegasus with three different Models and Roms, including a stock Pixel.
No one is safe. Except with TempleOS, maybe.
Lucy :3@feddit.orgto
Technology@beehaw.org•How ICE Already Knows Who Minneapolis Protesters Are: Agents use facial recognition, social media monitoring and other tech tools not only to identify undocumented immigrants...
4·5 months agoThe russian-chinese drone doing its job
Lucy :3@feddit.orgto
Programming@programming.dev•How AI assistance impacts the formation of coding skills - Anthropic study
12·5 months agoThe wording is very, very self serving tho.
Lucy :3@feddit.orgto
Technology@beehaw.org•ASCII characters are not pixels: a deep dive into ASCII rendering
7·5 months ago> The image of Saturn was generated with ChatGPT.
wtf?
Lucy :3@feddit.orgto
Programming@programming.dev•Cloudflare claimed they implemented Matrix on Cloudflare workers. They didn't
4·5 months agoI’m not gonna be trusting anything Cloudflare after this.
Welcome to the club, except it’s been very visible for years.


No, docker-desktop (an aur package) just explicitly requires a version of qemu that is not available in the repos anymore, as Arch is a rolling release distro and therefore only has the most recent stable version* in the official repos. This means that maintainers of other packages (official and AUR) need to always test compatibility against dependencies. In this case, the docker-desktop maintainer specifically requires qemu with a version older than 10.2.0, however, 10.2.0 is the current version in the repos. As 10.2.0 is equal to and not less than 10.2.0, it can’t use the version available in the repos.
Either wait one day, or update manually with sudo
pacman -Syud(-d skips dependency checks, so it will ignore docker-desktops request. This may lead to docker-desktop breaking tho.)*if we ignore the testing repos