It is now, haven't you heard? Computers are reserved for LLMs only.
HN user
PeakKS
Well no because it's not actually compatible with X11
To be fair, it's all "junk insurance"
Wow you're right, a massive coal plant would be much more ecologically friendly.
There is some activity in the mozilla bugzilla related to the gecko ios port, who knows when anything will be usable though.
While raw C is not super helpful for generating nice bindings, I think you could get most of the way there if there were annotations for everything, e.g. like how the __counted_by__ attribute was added.
Damn I tried the bee movie script, they got me.
Those two attributes are not contradictory.
No?
It's 2025, just use meson
What? Wayland is a protocol. Not an API.
Up and down and up again. The entire US economy is being used as a pump & dump scam.
Hah yeah I used to do the same thing for my USB DAC, except I just did had `play -qn &` start when I logged in.
How about we secure Americans' communications against domestic surveillance demands
No you are right, that is pretty much the basis of his platform.
It does
Dynamic triple buffering is basically just giving the hardware time to clock itself up when there is a sudden change in workload, e.g. idling then opening the overview (drawing basically nothing -> redrawing basically the whole desktop).
Well it's already better than X11, so task accomplished.
No, that article is about copying frames between gpus
This is pretty bad methodology for someone to call it "Hard numbers"
They are clearly building GW from MGS2
The American voter is sidelined the second their elected official is sworn in, and immediately reneges on everything they said they stood for in favor of their moneyed interests. 90% of politicians have no intent whatsoever of fixing problems, after all those problems are what got them elected.
I find a lot of his voters seem to respond to criticisms with "Oh don't worry, he's not actually going to do those things." I think your point about making his lying a feature of his candidacy is spot on. Here's to hoping that nothing ever happens.
The FTC would be well within their duties to obliterate every single tech company in existence
More like flatpak/flathub since it has it's own runtime, with the addition of community features and purchasing.
The writer is just using an old version, you can just click the bar to enter edit mode.
You can actually. New versions of Wine support WoW64, allowing you to run 32 bit windows programs on a fully 64 bit Linux system.
The xdg-portal attempt was misguided and I don't beleive anyone is pursuing it at this point. Ideally drm-leasing would be managed by the login manager, allowing multiple compositors to lease connectors and run independently on other monitors, as well as being used for VR headsets. https://github.com/systemd/systemd/issues/29078.
Sidenote: I hacked the wayland protocol implementation for gnome into working at least for SteamVR, but at least with AMD gpus there is some serious bug preventing the card from performing properly. It basically throttles itself for no reason and never hits the refresh rates needed for smooth VR, especially since there is no asynchronous reprojection at the moment. So while ideally the drm-leasing problem would be solved already there are other even more important problems to solve with linux VR for now.