I wish I could delete that partition for good, but my computer grqphics professor forces me to write code for DirectX instead of Vulkan.
I wish I could delete that partition for good, but my computer grqphics professor forces me to write code for DirectX instead of Vulkan.
No self-respecting UI designer would ever want to work on that dinosaur of a codebase. The GIMP team is simply unable to do what Blender did, even if they made the UI their number one priority.
Isn’t C just wonderful?
The worst thing you can do in non-unsafe Rust is perform an out-of-bounds indexing operation, or anything else that panics. The error you get tells you the panic’s exact location in the source code, down to the line and column. Meanwhile, C and C++ either don’t produce an error at all when accessing uninitialized memory (which is arguably the worst behavior), or it segfaults with zero extra info.
The only way to make Rust segfault is by performing unsafe operations, and those must always be clearly marked.
Except that many other languages have proven that C++ is simply terrible at providing meaningful errors.
I hope they can establish themselves somewhere, I wanna have a good laugh at their opinions every now and then.
I feel like all C++ does these days is badly and very slowly copy other languages. It wouldn’t be a huge loss.
You might have issues with permissions for serial ports on some distros, but there are loads of easy to follow guides for that. Linux definitely handles them better than windows though. I never had issues where they just stop working like on Windows.
Weird that it doesn’t work. The usual way to run scripts on startup is through systemd units though. That has the added benefits of automatically logging all output and letting you control it through commands like systemctl enable <unit name>
. It’s a really neat system, and I highly recommend learning it if you see yourself doing this kind of automation more often.
The “liberal” German coalition is being actively hostile as usual…
Let’s Encrypt is amazing, but are there any equally trustworthy alternatives people could switch to if something bad happens to it?
How would they earn billions without getting the money from other people’s work?
Lemmy is one of the healthiest fediverse communities. It’s starting to get to the point where it can emulate the hours of infinite scrolling people do on reddit. Whether that is a good thing is debatable.
Where is the piped bot when you need it
I refuse to believe fr*nce is a real place
Anyone know how I can program Anarchism?
That is why I always try to avoid installing Wine natively
I actually have some telemetry enabled on my system, cause I want the maintainers of my distro to have more data to base their decisions on. I always disable everything for proprietary software though, and I dislike opt-out systems.
I use Fedora KDE, and I don’t think ive ever seen crashes that bad on my system (AMD CPU and GPU). I used to have a small problem with RADV crashing during video playback, but that solved itself after a few updates.