- 1 Post
- 116 Comments
NixOS as the first Linux distro is an interesting choice, definitely not bad, but probably not what most people would go for
Laser@feddit.orgto Linux@lemmy.ml•TIL Kitty terminal can show a dock panel on Linux desktops!53·13 days agoSorry if I sound dumb, but which kind of program would be the one to display the output of text based interfaces, also called terminal applications, if not a terminal?
Okay, that sucks. Yeah, I bought a refurbished business device
Then the “avoid at all costs” like Dell
Must have gotten lucky then. Bought a used Dell about one and a half years ago. Everything worked out of the box
I don’t think his statement is true though. If https://www.reddit.com/r/linux_gaming/comments/1ce7z19/gaming_on_linux_ep131_ntsync_vs_fsync_nobara_39/l1ho8od/ is not manipulated in any way, games with lots of these calls still get big improvements with ntsync over fsync (about 30% in this particular case, which is a massive boost). So while nobody can rule out that his statement may be true on average or in general, there are still cases where ntsync offers a tangible advantage – be it improved FPS or the fact that the game runs at all.
Edit: in the video that the thread is about, fsync didn’t beat ntsync in a single one (or I missed it when jumping through it). In the best one, they were exactly tied. Sure, the difference wasn’t really big, but again there are titles not working with fsync.
However, I want to stress that I’m not trying to talk about fsync. It’s a good solution that significantly improved performance. But ntsync is, from everything I’ve seen, almost always better; how much depends on the case, and it never seems to be worse.
Yes, sorry
Any linking against GPL software requires you to also release your source code under GPL.
ALGPL allows you to link to it dynamically without relicensing, but as explained, there are platforms where dynamic linking isn’t an option, which means these libraries can’t be used if one doesn’t want to provideALGPL licensed source code of their own product.
fsync isn’t faster than ntsync, it’s merely a workaround to match Linux to Windows synchronization primitives. From ntsync’s official description:
It exists because implementation in user-space, using existing tools, cannot match Windows performance while offering accurate semantics.
So without this, you either have a huge perfomance hit in case of an accurate implementation or you have good performance, but might run into edge cases where software doesn’t work well or at all because it’s not accurate (see https://github.com/ValveSoftware/Proton/issues/2922 for examples)
the average package quality is currently closer to that of the AUR than the official repos of other distros.
Care to elaborate? I don’t remember packages not working, but if anything, they’re not building; which is basically the reverse of what happens at other distributions where sometimes, breakage during building isn’t noticed because the packages aren’t getting rebuilt when a dependency or the compiler toolchain changes.
While the full number might be inflated, it still has one of the most complete official repositories.
Laser@feddit.orgto World News@beehaw.org•Conservatives win German election but far-right AfD doubles support14·2 months agoExit polls showed the AfD did well among younger voters, winning in the 25-34 age bracket with 22% …
My source (https://www.spiegel.de/politik/deutschland/bundestagswahl-2025-ergebnisse-so-hat-deutschland-gewaehlt-aktuelle-daten-a-6ace92df-43cc-48de-b183-2c98c7c19c2f) says it was 24% there, and unfortunately, that wasn’t their strongest voting age bracket. That was rather mine (35-44). Oh well
You can game “now” ? 🤨
Well, you can… in fact you you could also before… but it’s technically correct
True! My original point though is that just providing a hash for a downloaded file is generally not required. It doesn’t provide anything that other layers haven’t already (a hash only guarantees integrity, while downloading over HTTPS provides authenticity). Personally, I see them as a relic of the past that made more sense when transmission was less robust (though even back then, a lot of layers provided some sort of error detection and correction), and modern filesystems can detect errors as well.
Those must have been really helpful in 1999.
Or any long-running process that’s attached to a terminal for which you can’t or don’t want to guarantee that you keep it open all the time, yet still want to look at the output.
As someone said. they’re different things, though they overlap in some areas.
SSRIs and SNRIs helped a lot of people, going after them is a recipe for disaster.
Sure, I’d prefer if fewer people needed them, and they do have downsides. But in my opinion, the reasons for the mental conditions that require treatment are mostly societal, and there are no signs of these improving.
What’s the alternative going to be? Tricyclics? Therapy for everyone? I suspect it’s a “fuck you” to everyone affected.
My only hope is that he’ll actually push for legalisation of psychedelics which in some cases might offer an alternative, though they come with their own downsides (e.g. a friend of mine is on SSRIs but probably couldn’t replace them with psychs for his depression because he had panic attacks and could be at risk for psychosis).
Luckily we aren’t US citizens.
Ah cool, that’s interesting.
Laser@feddit.orgto World News@beehaw.org•Sticker shock: Inflation rages on in Russia in 2024 as food prices rise by up to 90 percent, official data shows18·3 months agoButter also significantly increased in price here in Germany, although probably for completely different reasons. My previously pricey fancy all natural yada yada margarine that felt like it cost double the price of (cheap) butter is now cheaper than the same amount of butter. Or at least was some days / weeks ago.
Long story short, Russia can get fucked, I have zero sympathy left for anyone just tolerating the situation. But these are the logical consequences that actions can have.
SDL is kind of the equivalent to DirectX. It provides a standard interface for multimedia applications regardless of underlying mechanisms. Except the 3D acceleration part I think which is handled by OpenGL / Vulkan.
I really like fish. It’s just so pragmatic, I don’t know how to describe it differently. No groundbreaking concepts (like nu or elvish), but the tools you need are right there and easily accessible with syntax that doesn’t make me scratch my head (bash).