Comment on
Chinese makers of DRAM modules, SSDs have a serious advantage over American and Taiwanese suppliers, says SMI SVP
And they’re gonna sell to consumers right? And not cash in on the data center bubble right? …right?
Comment on
Chinese makers of DRAM modules, SSDs have a serious advantage over American and Taiwanese suppliers, says SMI SVP
And they’re gonna sell to consumers right? And not cash in on the data center bubble right? …right?
Comment on
Nvidia’s New Partnership Wants to Put Mini AI Data Centers on Your House
Consumers: “We don’t want AI data centers anywhere near our homes!”
Nvidia: “Ohhhh, you want them as close to your homes as physically possible?”
Comment on
GrapheneOS patches an Android VPN bypass that Google decided to leave alone
Reply in thread
The software for linux phones is pretty much there. Gnome and KDE mobile are surprisingly capable. There’s built in apps for every basic thing you’d need on a phone like a dialer, SMS app, camera, etc. plus all the normal apps adapted to work with mobile like the calculator and maps apps.
The only real limitation is with the hardware. I have no idea why all new linux phones launch with specs from a decade ago. You can get a better experience by flashing ported Postmarket OS to an Android phone like the Nothing phone or a OnePlus 6t.
It shouldn’t be like that, no idea why it’s impossible to just have a linux phone with decent specs and a good camera on par with modern flagships.
Comment on
Introducing JPEG-XL Support in the Gnome ecosystem
I’ve always thought JPEG-XL is an incredible standard, and I have no idea why it’s taking so long for platforms to adopt it. Glad GNOME finally does. Thanks for this informative write up!
Comment on
Trump and Vance face criminal charges over Springfield hoax
In case anybody doesn’t feel like disabling their ad blocker, here’s a bypass link: https://12ft.io/https://www.rawstory.com/trump-vance-criminal-charges/
Comment on
How do you feel about distributing small Linux tools via GitHub and Gumroad?
I’m highly suspicious that this entire project and even these responses are all AI-generated. Something about the grammar and use of em dashes that really seems fishy to me. And in their first (almost identical) post to this one, someone said that hiding the source code could make people suspicious it’s been authored by AI, and OP responded “what counts as ‘AI-authored’ to you?”. Veeeery sus
Comment on
AlmaLinux OS Kitten 10 Begins Supporting RISC-V
Image reading this title to some 16th century farmer
Comment on
Migrating away from Fedora, looking for advice.
Any specific reason why you’d like to move away from Fedora? It’s an amazing distro, all things considered.
Comment on
[Answered] Video players that look like IINA, or can?
It’s not blurred, but the UI for Showtime (GNOME Video Player) looks pretty similar with the edge to edge video playback and transparent controls overlay: https://gitlab.gnome.org/GNOME/showtime
Comment on
Who else has been here for a whole month?
A little over a month for me
Comment on
Is there a music app to which I can stream from my NAS that supports CarPlay?
I use Jellyfin along with the iOS client Manet. It’s not the best UI for CarPlay, but it gets the job done.
Comment on
When your code works, but you don't know how
Reply in thread
If you even know which line of random bullshit you changed that made it work, that is
Comment on
Another breakfast pic. Hopefully people will find this more enjoyable
I love J. Kenji López-Alt! He’s one of the people who inspired me to do more home cooking and learn the fundamentals!
Comment on
What distro do you game on?
Pretty much any distro will work for gaming these days. Really up to personal preference. I use Arch but have heard good things about Pop!_OS.
Comment on
A hacker built a tool to track police officers. Then he tried to warn them
How is it able to get the latitude and longitude of the devices? As far as I’m aware, the bluetooth spec doesn’t provide coordinates as part of its metadata. And you’d need some kind of triangulation method otherwise. I’m certainly not able to get the coordinates of my bluetooth devices. Wish I could, would make finding the remote a lot easier.
Comment on
OpenRouter shows that multiple smaller models working together surpass frontier performance
Reminds me of the Magi from Neon Genesis Evangelion
Comment on
What Are Your Favorite SBCs (Single Board Computers), Why, and How Did You Get Into Them?
I had a few Raspberry Pis and some Libre Computer boards a while back, but I recently decided to just build a beefy small form factor PC and put Proxmox on it, and honestly couldn’t be happier with the results. The ability to allocate resources for services and containers on the fly is a game changer. I can spin up a fresh container running whatever service I want in a matter of minutes without the hassle of flashing to a device and setting up networking, etc.
Comment on
Trump and Vance face criminal charges over Springfield hoax
Reply in thread
Unfortunately, Safari doesn’t support uBlock Origin or many other top tier ad blockers. The one I use (1Blocker) is detected on that site and blocked from viewing the article.
Comment on
Assuming I wire up the clip correctly could I use this to Libreboot a ThinkPad?
Reply in thread
Comment on
GDM not honoring custom monitor config
Reply in thread
Just checked the ownership of the monitor config, it was gdm:root, so I changed the ownership to gdm:gdm and rebooted. Still facing the same issue.
Didn’t see any error messages in the logs about not being able to load wayland, but just to confirm, I ran loginctl show-session {gdm session id} -p Type which returns Type=wayland, so it’s definitely running under wayland. I have an AMD GPU though so I wouldn’t expect there to be any problems there.
Not seeing anything else weird in the logs that are jumping out as strange to me either, so a bit at a loss here. Any other suggestions?