This is definitely about the D language, I just haven’t heard anything about in a long time (since Rust ate its lunch) and nothing about it using AI or long time devs leaving.
- 0 Posts
- 36 Comments
Was there drama with D? I’m out of the loop…
themoken@startrek.websiteto
Linux@lemmy.ml•PorteuX 2.7 claims it is faster than CachyOS and may be the fastest Linux distro yet
11·2 months agoDo you think benchmark results like these are meaningful when comparing Linux distributions?
Almost never. Bumping the minimum architecture version and optimization levels is all well and good, but unless you’re doing tons of vector oriented workloads it’s not going to qualitatively make a difference.
themoken@startrek.websiteto
Programmer Humor@programming.dev•This is a joke about HolyC
3·7 months agoOh, that makes more sense, but then “unsigned” void?
themoken@startrek.websiteto
Programmer Humor@programming.dev•This is a joke about HolyC
61·7 months agoOkay, U8, sure, but a boolean is U0? Surely U1 if you absolutely must…
An anti-DEI fork by a wingnut and a project that isn’t even half way ready to use starting from scratch in a niche language. Neither of which are capable of dealing with the fundamental problem of X, the protocol itself, without becoming something entirely different.
… I’m not holding my breath.
Agreed. I was an early Wayland convert because once upon a time I started writing a WM and taking an interest in X internals… And then my face melted off like I’d opened the Ark of the Covenant.
Things are so much simpler now.
I use KDE Connect remote input on Wayland all the time…
KMag is broken (simply has not been updated, not like it couldn’t work) but you can zoom the entire screen in KDE with super +/- is that not good enough?
Didn’t they straighten out Wayland support? I thought this was a thing of the past as of 555, but I also haven’t run Nvidia myself in years and years.
Wayland is a sports car - modern, tailor made for performance. X is like a '99 Civic that’s had the seatbelts stripped out and the airbags replaced with cameras that let all the other cars on the road see you naked.
It’s fine to prefer X, but the older it gets the more people are going to roll their eyes at you. XWayland is fine for random old stuff, but there is zero reason X should be running your whole display these days.
Inb4 someone mentions network transparency that gimps the rest of the system or some 5000 year old app that needs to sniff events sent to every other program.
themoken@startrek.websiteto
Linux@lemmy.ml•I dumped Windows 11 for Linux, and you should too
5·8 months agoI have a wife stuck in the Adobe-verse and yeah, going back that far should work great. It didn’t become a huge hassle until they started being insane with the licensing.
Look on my works Sim Mayor and

themoken@startrek.websiteto
Linux@lemmy.ml•Valve's new Steam Machine and Steam Frame and implications for Linux
3·10 months agoDefinitely agree. Had a couple of them and loved some of the ideas (touchpad sticks, gyro to mouse aim, all of the Steam Input flexibility) but they never really eclipsed my rechargeable Dualshocks in terms of feeling right. Taking some of the Deck’s refinements and giving it another spin is welcome.
themoken@startrek.websiteto
Programmer Humor@programming.dev•ThePrimeTime reviews Zuck's AI glasses demo
4·11 months agoSeriously. I want a personal HUD for navigation and reminders that also corrects my vision (like normal glasses), not to become a walking surveillance device / info mine.
themoken@startrek.websiteto
Linux@lemmy.ml•Kernel: Introduce Multikernel Architecture Support
25·11 months agoIn a weird way this makes Linux a microkernel. They’re “macro” but isolated and cooperative. Coolest patch set I’ve read about in a while.
You are getting this from Xwayland, so you’re running a rootless X server in the background. It’s nice that it works seamlessly, but it’s not really Wayland doing anything but managing the X window.
I don’t have experience with MSI recently, but I’d be really surprised if you couldn’t flash a new BIOS off the system partition or FAT32 USB. You may not be able to update from Linux directly, but almost all motherboards I’ve seen support doing it from the BIOS interface.
themoken@startrek.websiteto
Linux@lemmy.ml•All good things come to an end: Shutting down Clear Linux OS
41·1 year agoIntel has been struggling overall, and lately has been letting some of its Linux engineers go. Nothing absolutely fundamental has been affected yet (AFAICT) but I guess Clear Linux didn’t make the cut.
themoken@startrek.websiteto
Linux@lemmy.ml•Black screen on wake from suspend on game mode
2·1 year agoIt would allow SSH if the desktop is locked, they’re separate. If you can get in via SSH then you can poke around logs like dmesg and see what’s up. There will probably be some messages to give you something more specific to search with.

It’s basically the best virtualization platform. It can do full system emulation across a number of platforms, or hardware assisted virtualization (using KVM). It’s incredibly useful for debug as well as doing real work.