

Grok? Oh, they mean MechaHitler
Grok? Oh, they mean MechaHitler
If I went to the USA now, they’d probably put me there after looking at my social media activity anyway
But higher quality ≠ more profits
AI apparently makes investors wanna dump in all their money tho
Yeah, that’s the only way I can see this work. I use Linux with the Mesa drivers, that are part of the kernel, anyway, so there’s not really a need for me to make driver backups.
How would that even work? But aside from that, I should probably upgrade my GPU before this goes into effect, even if the GPU I want will probably not be affected.
But they’re rich, so it’s just a smart business move
I’ve used it when I started out and it’s good, I can recommend it if you just want something where you can hit install and it works. I just use docker containers now though because I have more experience and it allows to set everything up exactly how I want.
I just don’t think it looks very good. I know that everyone has different tastes of what looks good but I personally love modern design when it comes to UI and IMO Android was the best looking OS UI and right after that GNOME. But part of why I think both of them look so good and why I think they even look better than Apples design, is that they don’t use blur. I don’t think it really fits into the Material 3 design language.
What isn’t?
You don’t see the things, you see the light reflecting off of them
Game Capture might be the same thing, I’d try that out
Thanks for linking that community, there’s some pretty interesting stuff in there
No way, capitalists are siding with fascists??? 🤯🤯🤯
I just hope you can enable that without needing to activate that “Advanced Protection” thing because no sideloading sucks
Pretty sure Vencord is what’s used now. It’s what I use at least because it’s preinstalled with Vesktop.
Let’s go! No more email notifications
Mastodon actually has way more users than Lemmy but you need to follow each person indivdually instead of just following a community, which is probably why it feels more empty
Idk if GIMP has a marketing problem but I definitely agree that FOSS projects should add screenshots and a description of what the program does to their website and repo. It really annoys me when someone links a piece of software and it just doesn’t say what it does and there’s no screenshots that would make it easy for me to see what it looks like and how the UI is structured. When there’s no screenshots I’m rarely even interested in trying it out because, even with a description, I don’t really know what it is. Like, I wouldn’t be interested in a car based on only a description, I’d have to see a picture of it too.
That sounds like a major drawback. I guess it’s still better than nothing tho. Did rain cause issues as well?
I use podman too and I set up hardware acceleration for Jellyfin. I’ll update this with how I did it once I’m home.
Edit: Here’s my compose.yml (I use
podman-compose
):services: jellyfin: image: lscr.io/linuxserver/jellyfin:latest container_name: jellyfin dns: - 9.9.9.9 environment: - PUID=1000 - PGID=1000 - TZ=Europe/Berlin volumes: - ./config:/config:Z - ~/drive/media:/media:z devices: - /dev/dri:/dev/dri ports: - 8096:8096 - 7359:7359/udp - 1900:1900/udp restart: unless-stopped