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 :)
This article reads like satire... it's sentence after sentence of "and I did it using one of the [best office chairs]" which is a link to some review by themselves. Every bit mentioned had an affiliate link and there wasn't an actual review of what the experience (software, setup, visual fidelity) is like??
I never knew about this (using Linux) but when I plugged my mouse onto a friend's laptop and suddenly a big banner animated onscreen, my heart sank lol. No idea how this works but it was pretty unexpected.
So tired of hearing about this platform that, afaiu, is barely even federated and not really decentralized. Why the hype when fedi exists?
My cybersecurity course uses Linux... in a VM. We boot into Windows 10, then start Kali in VMware and do everything inside of it. I still don't know why, I just bring my own laptop with NixOS and add whichever package we are using to my shell.nix for that course.
I did contact Wube, they said they can't take interns sadly :') Would be awesome to work with them.
Yeah, the interference argument is fair, but I think this is also the ISP (totally separate third party) trying to protect the paid plans they sell for connecting more than one device...
Thanks, I can't think of it as anything but duke nukem forever now. Your comment made my day.
I can echo the frustrations expressed about social media becoming a necessity as it becomes the primary channel for communication by an institution. Both my university and student dorm use exclusively Discord to communicate events, exams, and general announcements. I don't run Discord on my phone and due to this I have come close to missing several important things, if not for a friend letting me know. I'm not sure what if anything could be done to change this...
Can't hurt to do a little self-promotion ey? I recently started writing https://blog.allpurposem.at/minecraft-qr about FOSS stuff I work on and ways I've managed to survive my gamedev degree on Linux. Aiming for one post per month, though my next one is taking a bit longer.
Cool! Might make me reconsider the next laptop I get. The all-AMD Zephyrus G14 I currently run has been an awful experience (overheating after 15min of gaming, random iGPU freezes, fTPM stuttering, no video accel on Wayland, HDMI is broken, wifi randomly stops working, and mic disappears on 99% of boots), and I was looking to replace it with an Nvidia laptop, but maybe Tuxedo can fix these issues on their own hardware and make AMD viable.
I 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!