And it’s not even a new account.
UnityDevice
- 0 Posts
- 19 Comments
UnityDevice@startrek.websiteto Programmer Humor@programming.dev•In case you've ever wondered why the Windows control panel was so awful...26·3 months agoAs 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.
UnityDevice@startrek.websiteto Technology@beehaw.org•Lenovo is removing the iconic Trackpoint with its new ThinkPad X910·3 months agoIt’s worth noting that this is a new line of ThinkPad, there’s a bunch of existing lines that will all keep the classic look. Though I feel like the name X9 isn’t great, but whatever.
UnityDevice@startrek.websiteto Mildly Infuriating@lemmy.world•Mildly McInfuriatingEnglish51·3 months agoWhat’s actually infuriating are those bar charts.
UnityDevice@startrek.websiteto Technology@lemmy.world•Fan-less cooling solution for laptops up to 40W launchedEnglish4·4 months agoWell there’s no shortage of those, and they’re unusually cheaper too (unless they’re specced out). I prefer a thin silent one myself, so I welcome this innovation.
UnityDevice@startrek.websiteto Programmer Humor@programming.dev•Something something case-insensitive file something...203·4 months 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.
UnityDevice@startrek.websiteto Android@lemdro.id•Google picks a MediaTek modem for the Pixel 10 seriesEnglish6·4 months agoMediatek has been making phone SoCs since forever now, they have two lines - Helios and Dimensity. They’re used in many phones, usually on the lower end. Even Samsung uses them. Both lines have abysmal custom rom support compared to Snapdragon phones, so I don’t think you can hope for much there.
UnityDevice@startrek.websiteto Android@lemdro.id•The best phones with a headphone jack - December 2024English1·4 months agodeleted by creator
UnityDevice@startrek.websiteto No Stupid Questions@lemmy.world•Does anyone else think the NYPD photos of the UHC CEO shooting suspect don’t match?3·4 months agoWe did it,
redditNYPD!
UnityDevice@startrek.websiteto World News@lemmy.world•Putin threatens UK with new ballistic missile as Ukraine war escalatesEnglish7·5 months agoOh yeah, it was Tuesday yesterday.
UnityDevice@startrek.websiteto Selfhosted@lemmy.world•Podman or rootless docker?English1·5 months agoPodman not because of security but because of quadlets (systemd integration). Makes setting up and managing container services a breeze.
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.
My hp printer has worked perfectly and reliably with CUPS for years now. Just turn it on and print, works every time.
Open source print drivers, baby! I still hate CUPS though.
UnityDevice@startrek.websiteto Technology@lemmy.world•‘Front page of the internet’: how social media’s biggest user protest rocked RedditEnglish20·1 year agoCome on now, give him some credit. He waited a whole few days before completely going back on his words.
UnityDevice@startrek.websiteto Technology@lemmy.world•The EU common charger : USB-CEnglish2·1 year agoI’m hoping the legislation doesn’t forbid dual charging ports, where the device has usb charging which works as well as it can, and then a proper charging port. My current laptop has that configuration.
Because there’s also the issue of durability. A barrel power connector can freely rotate which can absorb a lot of stress when the laptop is moved around. I think a usb-c cable that’s used the same way would fail a lot sooner, especially with all the delicate wiring it has in comparison.
UnityDevice@startrek.websiteto No Stupid Questions@lemmy.world•Has google stopped working for finding anything?52·1 year agoThey’d tell you what the movie was, but they’d have to search for it and don’t want to waste an hour.
Jokes aside, I believe them, I spent close to an hour recently finding a YouTube I knew existed but I could only remember vague details. Ended up having crawl back months though my YouTube history in the end.
It used to be that you could just describe a movie to Google like "movie where " and it would be really good at finding that movie even if it was some obscure one. Now if you’re trying to find that one movie you saw years ago where you just remember one scene, be prepared to spend that hour.
UnityDevice@startrek.websiteto Linux@lemmy.ml•KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future4·1 year 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" Devices1·1 year 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.
UnityDevice@startrek.websiteto Android@lemdro.id•Android may soon tell you when it's time to replace your phone's batteryEnglish3·1 year agoIt’s for their own safety.
deleted by creator