

Uh, what? The Ayn Rand garbage philosophy? I’ve never heard that and don’t see how that jibes with a free, crowd sourced encyclopedia…


Uh, what? The Ayn Rand garbage philosophy? I’ve never heard that and don’t see how that jibes with a free, crowd sourced encyclopedia…
I’ve never seen a repo so reticent to tell you what it is.
My guess is it’s the journal software running the .org but everything also seems to be down half the time.


So, the answer to the question “Can Linux directly host another Unix-like operating system’s binary interface?” at the moment is “partly, experimentally, and impressively.”
As if there was any question on that? You can have Linux “handle” Windows PE binaries by telling it to invoke wine, dealing with a Unix-like scenario is a much lower bar.
The question is who is this useful for? FreeBSD has the Linux compatibility layer because it’s playing catch up to Linux, but the Venn diagram of stuff FreeBSD can do but Linux can’t is tiny, especially if extra special kernel feature stuff is stubbed.
Can anyone name a project that is BSD first, doesn’t rely on BSD kernel features, doesn’t have a native Linux port, and isn’t a distro tool?
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.
Was there drama with D? I’m out of the loop…


Do 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.


I don’t think it’s misleading, you just have to know that “KDE Linux” is a distro, not the DE. If anything, poor choice on the devs for choosing such an overloaded name.


Yeah, couldn’t care less if Chrome is faster when it is controlled by Google and actively working against extensions.
Not to mention we crossed a performance line maybe 10 years ago where browser engines on modern processors are basically trivial. Once we started having 8+ threads and the browsers got smart enough to leverage them, I’d bet bandwidth (or memory if you have many tabs), is a way more typical bottleneck.


Eh, it makes sense for Steam share, this data is entirely gaming users. It would be a mistake to try to relate this to overall market share though.


I’m also generally skeptical, but the fact that it’s a coupon code and a token amount makes me think it’s legit. You shouldn’t need to give up any personal info to redeem a coupon.


Yeah, I picked that up, but is that so novel it can’t just be a layer on DBus or something? Again, I don’t know shit, it’s just rich IPC seems like a solved problem at this point.


This is cool, love to see the Haiku / BeOS lineage playing nice with Linux. The graphics stack is ripe for experimentation in the KMS/Wayland era, although I don’t have enough knowledge of the architectural differences to know why this makes sense as an alternate stack and not just a compatibility layer built into a Wayland compositor…


Btrfs has a bunch of features and is one of the contenders for the “next” filesystem. Ext4 is utterly bulletproof though and has good enough perf so it’s still your best bet unless you specifically want to use the advanced btrfs features.


Oh, that makes more sense, but then “unsigned” void?


Okay, U8, sure, but a boolean is U0? Surely U1 if you absolutely must…


I’m with you on rejecting AI being sane, but the idea that gaming wikis should be integrated into wikipedia is kinda nuts. If I search “Iron” on wikipedia I’m looking for facts, not a thousand item long disambiguation cluttered with every game that has iron as a resource. Conversely, on a game wiki my search for “Iron” has an entirely different context and I’m looking for different info.
Not to mention game wikis have way lower editorial standards, their own tone (e.g. making jokes), versioning concerns, their own new user friendly homepages etc.
Wikipedia could tuck this all into a separate namespace, sure, but that’s effectively a separate wiki anyway and then it raises questions like “why is wikipedia hosting a mechanical guide for this porn game?” or “How long do we need to host the content for this game that peaked in 2012 and is now abandonware?” that are conveniently sidestepped by those communities supporting themselves.


I have a giant FLAC collection and I sometimes wish I could use these local players because I used Winamp/XMMS/quod libet back in the day, but I feel like I just can’t give up consistent access from outside the house.
I ran Tauon for a while (and have run a few of the others over the years) but I always end up back at my Airsonic setup. Works in any browser, works in a few different Android apps (Subsonic compatible), less of a pain than mpd.
Maybe it’d be different if I was still sitting in front of my computer virtually all the time, but nowadays phone to Bluetooth speaker/car/Chromecast is like 90% of my listening.
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.