I did not enjoy finding out only at the end that the images in this blog post are generated/made using AI.
- 2 Posts
- 39 Comments
Sweet, perhaps it will run better than Whisper (according to the graphs at least) on my poor phone as voice input method. Whisper works great if I give it 20-30s to think :)
mat@linux.communityto Linux Gaming@lemmy.world•How are RDNA 1 and 2 (AMD RX 5000 & 6000 series) cards on Linux nowadays? EDIT: Apparently they're quite good :)English2·18 days agoI had a ROG Zephyrus G14 “AMD Advantage” laptop with a AMD GPU in it that suffered from these “ring” crashes (according to dmesg). They came and went every few months sometimes with several weeks between crashes. When it would happen, audio kept playing but the display was frozen (can’t even go to tty) and I had to force poweroff. The crash could also happen on Windows (I installed it just to test repro) but Windows handled restarting the GPU so it wouldn’t freeze unlike Linux. The conclusion, at least in the community of people with that laptop, is that it was a hardware defect and the laptop needed to be RMA’d. ASUS wouldn’t do anything for mine though despite explaining the issue to them and showing it happening on Windows.
Either way, I now own a Framework 16 with a 7000 series GPU and am very happy :)
mat@linux.communityto Linux Gaming@lemmy.world•2 gamers, 1 cpu, NO Virtualization! Using the power of Systemd's Multiseat feature to share a single powerful gaming PC with multiple people in the same house, at the same time.English6·19 days agoWhat magic incantation are you using? My OBS either crashes with the ffmpeg setting or uses software enc, and is always blurry. Firefox does all video and audio enc+dec on CPU. Am on all-AMD NixOS and so far gave up on any hw accel for media.
Absolutely +1 for flakes. It’s got some annoying UX sometimes (make sure you
git add
any new files before building!) but absolutely makes up for it by its features.
NixOS is indeed probably the safest way to run an “unstable” distro. No matter what you do or mess up you can always reboot back.
I (maybe) ended distrohopping last year when I gave NixOS a shot. I can’t recommend it for beginners but once you understand generally how things work on Linux (and have an interest in programming) it’s a superpower to be able to define your entire setup as a single git repository. If something ever breaks, I can reboot into an older commit and keep using my computer, or branch off in a different direction… I’ve only scratched the surface of NixOS and yet I can already make a live USB containing my setup with a single command, or deploy it (“infect”) to another machine and manage e.g my work desktop and my personal laptop sharing most settings. Also it taught me about Nix (the package manager, which also runs on any distro and macOS independent of NixOS) which I now use to set up perfect development environments for each of my projects… if I set up dependencies once (as a flake.nix shell), it’ll work forever and anywhere.
mat@linux.communityto Linux Gaming@lemmy.world•A Hat in Time gets a surprise update with DirectX 12 and Vulkan supportEnglish3·1 month agoPeeeeck… neeeeeck!!!
mat@linux.communityto Technology@lemmy.world•Blocking real-world ads: is the future here?English10·1 month agoEnjoyed the article but augh that sticky banner at the top that follows as I scroll took up 30% of my reading space. Gave up halfway through to enable reader mode on Firefox mobile…
mat@linux.communityto Technology@lemmy.world•French city of Lyon ditching Microsoft for FOSSEnglish14·1 month agoBravo la France ! Here’s to hoping more cities follow suit :)
mat@linux.communityto Linux Gaming@lemmy.world•Escape Simulator drops the Linux build to focus on supporting ProtonEnglish5·2 months agoAh, yes… if only. I’ve upgraded internally SLR 1.0 -> SLR 3.0 but we can’t deploy it until a bug is fixed in the Steam client that causes, when we enable SLR 3, all Steam Decks to run the Linux build. Yes, Steam Decks run the Proton version, solely because the save file has different letter casing (yes I know it’s so annoying haha). We’ve spent quite some time on this and there’s no way to fix this without some folks losing their saves, and that is absolutely not an option. Soooo for now desktop Linux is stuck on runtime 1.0, and Steam Deck users are stuck on Proton. “fun” :/
mat@linux.communityto Linux Gaming@lemmy.world•Escape Simulator drops the Linux build to focus on supporting ProtonEnglish62·2 months agoAt my studio we maintain a native Linux version with a custom game engine, and it indeed takes a lot of time. I don’t consider Proton a viable option as we lost the ability to integrate with Linux-specific stuff such as Wayland APIs or better input, but I can definitely see the appeal of switching to Proton… if your team uses Windows. If you have some developers on Linux, you naturally get a Linux build (if using cross platform APIs ofc) and it’s actually faster to cross-compile a Windows build every once in a while (skip the slow ntfs I/O) and ship that. But it requires getting more of the team on Linux :)
Really cool to see more WINE Wayland support, I ought to try it out and see games running natively on my system!
mat@linux.communityto Linux@lemmy.ml•Can someone get through college on GNU Linux?English2·2 months agoThanks. I’ve successfully “upstreamed” some of my patches to some courses, but sadly still most of the education is Visual Studio-based. It’s good to see more people in the new years contacting me after asking teachers about Linux and being given my name for help, but of course I want this to be a base part of the curriculum!
mat@linux.communityto Linux@lemmy.ml•Can someone get through college on GNU Linux?English451·2 months agoI did a bachelor of videogame programming in Belgium 99% on Linux (minus exams), but it was definitely a huge struggle. All the courses and assignments were Windows-only, and 90%-ish required Visual Studio (non-Code) and Windows-only libraries like DirectX or Win32. I got by writing my own tooling to auto-convert these to CMake projects and convincing each teacher to allow me to hand in CMake projects. I wrote SDL backends for most of the win32 assignments, falling back on clang’s excellent cross-compiling for stuff that requires e.g Windows.h. I wrote a blog post about this: https://blog.allpurposem.at/adventures-cross-compiling-a-windows-game-engine And using e.g DirectX natively on Linux, easier than expected: https://blog.allpurposem.at/directx
I also wrote a small wiki on my general experience + a summary of courses and main problems encountered… Windows was non-negotiable during exams: https://dae-linux.allpurposem.at/ I maintain tools, converted assignments, and information on this for future students who want to attempt something like me, but it’s hard to recommend the Linux challenge if you are totally new to programming!
Hope some of this is helpful!
mat@linux.communityto Technology@lemmy.world•Duolingo will replace contract workers with AI | The VergeEnglish1·3 months agoThank you for sharing! I will check it out.
mat@linux.communityto Technology@lemmy.world•Turning the Tables: How to Make Spammers Reveal Their Own IP AddressEnglish13·3 months agoI started getting spam in German to an email address I gave to the town hall of my town. They use multiple domains to send it, but they all have the same link format that redirects to a fake AI-generated dating site. I’ve tried reporting some to the police, as well as the hosting providers, but haven’t heard back at all. I’d like to delete the address, but it’s the one town hall uses to reach me…
Found out just now he made a video about it and explained his actual experience using it, it’s really cool! Glad to see more folks sharing this stuff.
Awesome! I hope he will help share this with more folks, the friends who I’ve talked into finally giving modern non-Ubuntu Linux a shot love it, but there’s a lot of work to get over the damaged image created by the countless “linux user installing a browser” memes. I’m sure someone with his reach can help though :)
Cool! Hope it works out.