(I think that's their goal, either ads or no watch)
(I think that's their goal, either ads or no watch)
It's not ifn't
The EU already has one for anyone interested https://social.network.europa.eu
The thing with Wayland and X11 is: this couldn't really be done because of how fundamentally broken incompatible X11 is (and there is XWayland for most clients that mostly works)
Lossless is pointless
I wouldn't say its pointless, but it really doesn't help much considering the quality of your average headset/earpieces.
You misspelled "System and Service Manager"
Wouldn't that need them to get the fu.ck
domain itself? I have a feeling that is already used by someone else, but there currently isn't any website at that domain (doesn't mean it isnt used)
This isn't exactly a "new" attack surface, so removing the attack surface that sudo
(and alternatives) is, is probably a net positive.
What’s wrong with rendering?
Oh I dunno, maybe something with almost 700 comments? (HDR).
However session saving is very important for any work, especially office tasks. It’s becoming critical now when all major DEs make Wayland the default.
If apps don't want to save their state when they close there isn't much a window manager can do about that. The only part the window manager would be involved in is with positioning its window and that is hardly something very critical to the functionality of an app.
Apparently google doesn't even offer new registrations anymore
This is a proposal by people funded by companies that would provide the services for this (https://balkaninsight.com/2023/09/25/who-benefits-inside-the-eus-fight-over-scanning-for-child-sex-content ).
A lot of actual politicians oppose this https://tbbacherle.eu/2024/06/18/open-letter/
I have NekkoDesktop
, NekkoLaptop
, NekkoLaptopJr
(new laptop) and NekkoServer
:) (Phones are just Nekko
with release being S9 and S21 for Samsung or G6 for LG)
NGL, I read it as "harass", which is kinda ironic.
Do NOT associate Mastodon stuff with that shit
The thing with AppImages is: it requires FUSE2 which doesn't really get packaged/included by default anymore in a lot of places and the recommendation is "build on the most old and crusty distro you want to support" which just sounds like a nightmare in multiple ways :)
And with snaps the sandboxing only really works on Ubuntu and nowhere else last time I looked into it (then there is also the entire problem if you want to host your own repository/"storefront").
So really the only universal sandboxing method that effectivly makes sense is Flatpak.
Fun fact: open source has a definition: https://opensource.org/osd
I don't know much about Grayjay, but how you are describing it, it at best is "source open"
IIRC Mono was mostly used for WASM as it was optimized for smaller builds than the full fat CoreCLR (talking about .NET non-Framework Mono)
The BSOD really isn't something to be mad at, it actually in theory is good but there is only so much you can do when a kernel panics. What you should be mad at is shitty drivers causing BSODs
I recently bought a gaming laptop. Specifically a Lenovo Legion 5 with a rx 6600. It has both the big powerbrick charger and can be charged via USB-PD, obv not at the same speed but it is an option that is available.
Those benchmarks under "Upstream" does not include esync/fsync from my understanding
The thing with this is: its just a symlink to the systemd-run
binary, which talks to PID1 to spawn new processes (in separate cgroups IIRC). Its one of the most fundamental parts of systemd. Even the debian systemd
package includes systemd-run
.
I guess the other question is if some tools the distro provides might switch to supporting it by default. For example on Arch there is makepkg
that should never be executed as root, but does internally call some things with elevated privileges (mostly pacman
to install and remove packages). Currently it checks for sudo
and if not falls back to su
, but maybe it might be worth considering changing su
for run0
if its guaranteed to be there.
I suspect they skipped checking who controls that domain at the time and just saw that it would make for a good name. Not good practice but I can see how that happened.
https://kbin.social/m/random/p/4648694/To-the-people-who-are-like-What-did-you-expect
They should test this much more often and frequently. Unlike Gnome, KDE do actually care about their users, not just about themselves.
It's not like GNOME is the only outlier here (for the specific icon problem sure), someone on the linux subreddid also posted this screenshot https://imgur.com/a/1ELtsJb. It seems to really just be that KDE apps kinda struggle out side of KDE. And most of the GNOME devs do care about the users as well, just they also care that their apps look as intended.
They arent suitable for gaming laptops while gaming. They are fine enough to just charge during light/no usage at somewhat reduced speeds.
This has already been possible, the patch modifying run.c
to be able to do this is not even 400 lines long and was mostly just exposing its feature in a different way. (the entire patch was <1.5k lines, with most being docs, tests and a bit of plumbing for the colored terminal)
You should see the comments on the Phoronix forums...
At this point it wouldn't even surprise me if they wanna end Xbox in its current form. To my knowledge it's very low margin if it's not a net negative, so using other platforms instead to host it would end up with them making more in the long run.
Basically. systemd-run
was already able to do it, all that really changed is the interface for it. The change to run.c
in the patch itself was <400LOC, and the entire patch was <1.4k lines with most being docs, tests and utils for coloring the terminal.
homed
isn't exactly a home directory replacement, more of an extension. You can mix and match homed and normal home directories like you want (on a per-user basis at least, not within a single user). It does have some nice things, such as user-password based encryption of the home directory, so the password is required to unlock it (no admin access) or automatically using subvolumes on btrfs.
I guess my interpretation was too charitable.
Nothing in the protocol prevents you from splitting the server from the window manager, just everyone implementing the wayland server protocol didn't see any benefit in splitting it out.
It’s incredibly easy to fuck your partitions to hell and back, especially through Windows.
Fun fact: Windows won't allow you to delete any EFI partition (that is the only one I know of/tried) unless its through diskpart
with a specific override/force option.
But then again, I somehow nuked my recovery partition by accident at some point as well.
IIRC it's because they wait for the X.1 release of GNOME before actually updating
Generally the only groups I would maybe sign such a CLA in regard to the GPL is: the FSF and the Linux Foundation. Anybody else (especially individuals I don't know) I wouldn't sign any CLA unless my contribution is like a 1 off, trivial patch.
I genuinly hate NV as a company and their propriatary software, but I can say that the software they provide is decent/good. Like... good cards and software, terrible company and philosophy/moral
Just a minor clarification/correction: the "or later" part also depends on the license per se. There is a GPL-3.0-only and a GPL-3.0-or-later. Usually you'll find something like "or at your option any later version." if that is the case, but by default you should expect the GPL-3.0-only to apply.
I would have guessed that Ubuntu would install it by default since its a very common way to get stuff from the internet (when in the terminal), but apparently not (the other option is
wget
which is most likely installed, but that uses a different way to get the stuff).You should be able to install curl with
sudo apt install curl