I googled this story to, uh, fact check it, and found this article saying that her move to OF is fake news. Except, upon closer examination, it seems the article is AI slop and completely made up. How ironic.
UnityDevice
- 0 Posts
- 17 Comments
UnityDevice@startrek.websiteto
Programmer Humor@programming.dev•Something something case-insensitive file something...
203·2 years agoThe issue isn’t just a simple oversight. Git includes the file name as part of the tree and commit hash. The hash has security implications. There’s really no way to make the hash support case insensitivity without opening up a multitude of holes there. So there will always be a mismatch, and you can’t just fix it without changing how git works from the ground up.
deleted by creator
If this was done by multiple people, I’m sure the person that designed this delivery mechanism is really annoyed with the person that made the sloppy payload, since that made it all get detected right away.
UnityDevice@startrek.websiteto
Linux@lemmy.ml•As a linux user, do you know about/use openwrt?
151·2 years agoTIL there are Linux people that don’t use OpenWRT. I always assumed everyone in the Linux community used it. It’s great.
Works great with mt7621 based routers if anyone ends up looking for something compatible.
UnityDevice@startrek.websiteto
Linux@lemmy.ml•Do you daily drive Wayland, if so since when, if not when will you?
1·2 years agoI use gnome for the most part. I have been checking out kde recently to see how the newer versions stack up (gave up on it during the 4.0 days). As you mention kde supports dpms changes on wayland because they have their own protocol extension for that.
That’s actually my biggest gripe with wayland - the huge amount of fragmentation it has caused. I’m pretty confident that almost all the missing features I talked about are possible on one or two of the compositors, but not all of them. And definitely not on the one I use. I’m sure once some pragmatism takes hold that all the issues will be ironed out, but my plan for now is to stick to X11 until that happens.
UnityDevice@startrek.websiteto
Linux@lemmy.ml•Do you daily drive Wayland, if so since when, if not when will you?
3·2 years agoFor me it’s a million little details that just don’t work. Stuff like positioning windows, removing decorations from a window, remapping buttons on a trackball, setting a graphics output to tvrgb, disabling a display via ssh and enabling it again, etc.
UnityDevice@startrek.websiteto
Linux@lemmy.ml•Do you daily drive Wayland, if so since when, if not when will you?
4·2 years agoIt’s not just about hardware compatibility. It has to be compatible with existing workflows, and it’s currently very limiting.
UnityDevice@startrek.websiteto
Linux@lemmy.ml•A Linux user's nightmare: the machine was wiped clean with one click
27·2 years agoset -euo pipefailat the top of every script makes stuff a lot safer. Explanation here.
It’s an American obsession.
UnityDevice@startrek.websiteto
Programmer Humor@programming.dev•programmer job in a nutshell
11·2 years agoOr libcinder. Or even simply Arduino.
UnityDevice@startrek.websiteto
Programmer Humor@programming.dev•Tinder to ban web developers who use 'engineer' in their bio
2·3 years agoThat’s a very arbitrary delineation that just seems to be something you worked out backwards to support your claim. I’m an EE and software developer and I sometimes do projects involving both fields (which would be computer engineering, I guess), and there’s really not that much difference. I certainly don’t see why I would label half of it engineering and the other half not.
UnityDevice@startrek.websiteto
Linux@lemmy.ml•GNOME 46 is Coming in Hot With These 6 Features
162·3 years agoI love how the complaint makes even less sense when you look at the KDE mega announcement from yesterday. The third thing listed is a new wallpaper.
Love KDE, but they have some really annoying users.
UnityDevice@startrek.websiteto
Linux@lemmy.ml•What application do you use to rdp into your Linux machine from you mobile (android)
2·3 years agoXfreerdp and gnome work really well together for me. Extremely reliable and very quick. My only complaint is lack of multi monitor support.
I remember having this realisation about Mir, but only after we collectively ran it off the cliff wall. The main reason everyone piled on Mir was that it was thought that Canonical would be priming Linux desktop for fragmentation with two competing standards.
But in fact, Mir was providing a solution to the fragmentation Wayland was bringing. Now we have 3, 4, 5 Mir-s, all with slight incompatibilities. Want a feature? Better hope all of them decide to implement the extension after someone proposes it. We know how well that worked in the past.
This is also ironic because the detractors of Xorg constantly talked about the issues with Xorg extensions and how many of them there were. But I never really had to look up which extensions Xorg supported, while I have had to do that with Wayland compositors.
UnityDevice@startrek.websiteto
Linux@lemmy.ml•KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future
4·3 years agoI remember some 10-15 years ago when I’d look at the y windows website every couple of months hoping for some news of progress, simply because I was sick of x11 being so crappy. I hated it, it was so fiddly, it didn’t work right, I just wanted something that worked.
So you can imagine how happy I was when Wayland started taking off. Here was the promise of something better, something that just worked, it sounded amazing. And yet, today I’m still running xorg and I will be for the foreseeable future.The reason is simply that in the time passed xorg just became usable, I don’t have to think about it, it works reliability, it has all the features I need and I hardly ever have to touch it. Meanwhile, I log into my Wayland session and instantly 3 or 4 of the applications I use daily either don’t work or act weird. I go and try and fix the issues and I’m told to just accept it, or that I actually don’t exist because Wayland works perfectly for everyone. And I’m not even using an Nvidia card, just plain Radeon.
So I quit and go back to what works. Maybe in a couple of years, until then: no thanks.
UnityDevice@startrek.websiteto
Linux@lemmy.ml•QEMU 8.2 Released With New VirtIO-Sound & VirtIO-GPU "Rutabaga" Devices
1·3 years agoIf you need this frequently, I really suggest you look into GPU forwarding. I have a Windows VM setup with a second card and it works perfectly, I use it for games and CAD all the time. Figure out your iommu groups, pop a second card in your computer (and optionally a second nvme drive if you want max performance), and use virt-manager and the arch wiki to set it up.
For accessing the machine you can use a second monitor input, or you can get a window to the machine with looking glass or moonlight. I use moonlight as it lets me play games from my laptop on the couch, and looking glass was causing windows to crash sometimes.
It’s a bit of work to set it all up but when you’re done it should just be one XML file and maybe one modprobe.d config file.
I think I’ve been using this for over a year now and the single pain point I encountered in all that time was maybe that usb input hotplug isn’t supported, though there’s ways to fix that, but I haven’t bothered.

As they point out at the end, this wasn’t about the old control panel, but the new settings panel. It’s all brand new code.