“Youlag” lmao
“Youlag” lmao
Well, date time stuff for a system working with timers and scheduling actions might be pretty useful…
I don’t think they are using popularity as a metric. But I think the functionality of it is also very good, so dunno what their gripe is.
So even when you lose you win.
I feel like the glued together collection of scripts was way worse to manage than systemd.
No, UNIX philosophy demands that every single one of those things is one or more separate things and that half of them are poorly or not at all maintained. Just like God intended.
How is this functionality bad?
I’ve felt like systemd has been a breeze compared to the hodgepodge of different stuff that preceded it. Now most distros have it mostly the same way, tools are well documented, things works together. It wasn’t always like that from what I remember
Not that that’s bad when it’s stuff like this
I think this is for setting date oriented timers
Sucks a high hard one if you plan for others to use your services too. If it’s just you it’s not that annoying
How did KDE break your LUKS…? I find that hard to imagine
Also KDE Neon is a test distro (they don’t call it that from what I remember) for those who want to try out newest KDE lol
Kirghizia, Ukraine and Uzbekistan also added in the referendum a question about them being independent and only joining the new union as independent members. After the coup attempt Ukraine moved not to sign the treaty and held a referendum on just becoming independent.
The Soviet people voted overwhelmingly in favor of retaining the Soviet Union, albiet with reforms, in a referendum that was ignored when the leaders of the USSR’s constituent republics agreed behind closed doors to dissolve the nation.
The referendum (the only one they ever had) with it being in 1991 it was already a much different Soviet Union than we usually think and very late in its life as an effort to somehow keep it together, even though in a pretty different form. The wording makes it so that there was very little reason to oppose it unless you were a hardline independence advocate (so you might not respect their authority anyway or don’t want to give them credibility etc) since independence or no, it was promising more independence, human rights, freedom and so on. And in some countries that was tied to “let’s become independent at the same time but also keep in this new federation or what have you”. So it wasn’t even a “should we keep Soviet Union or not” but rather “should we make the union different, better”, which again, not much reason to oppose it no matter what you thought. Keeping it as it had been was the hardliner approach of keeping the older style Soviet Union and that wasn’t very popular.
And the new treaty was never signed because communist hardliners tried a coup to reverse the course. The attempt backfired horribly and just lead to even swifter dissolution. But I’d say it was already heading towards that anyway with people seeking to break away from Moscow and the whole system in a turmoil over reforms (to some too radical and to some not radical enough). In hindsight it feels like they would’ve needed a miracle to keep it together in any recognizable form.
Should’ve used a systemd timer for this
Yes but that wasn’t the original comment I replied to was about.
I know this doesn’t matter these days but once again that wasn’t what the original comment was about.
I agree, it was just about the size differences. I just think it’s good to bring up since there’s many confused about the flatpak size use. Often people might want to install some small app and they’re hit with gigs of stuff and come off thinking that’s the same for every app, which would be insane of course.
WAIT I just took a deeper look at the link, isn’t that guy just showing the runtimes without the applications using 8.7 GiB?
Yes it’s specifically comparing runtimes. Same for my number, I was calculating how much the runtimes used.
If you allocate 30 GB for / that seems pretty low these days for a desktop system. If you don’t have much space, it’s always best to go with regular repository packages
Here someone had 163 flatpaks and it used 8,7GB in runtimes. So I’m guessing the 30GB number is for whole of /.
I just checked out mine, I have 34 apps and runtimes use 3,1GB
Runtimes are shared in theory but not in practice.
I think three runtimes (newest freedesktop, KDE and GNOME) cover 90% of my flatpaks. Then there’s programs that use some EOL’d runtime and never get updated, which sucks
You should test it out with those 33 installed as flatpak. If you end up with 4.7GB for runtimes, that’s basically nothing these days as far as storage goes for that amount of programs. More you have, more you benefit from shared runtimes. I doubt it’ll be less than AppImages but it’s usually the starting runtime space use that shocks people.
Here someone tested it with 163 flatpaks and the runtimes used 8.7GB. With the top 5 most used runtimes covering 128 of those flatpaks.
https://blogs.gnome.org/wjjt/2021/11/24/on-flatpak-disk-usage-and-deduplication/
I just checked out mine, I have 34 apps and runtimes use 3,1GB
It doesn’t matter if they share if in the end they end up using several times more storage than the appimage equivalent.
Well we are talking about two gigs, after all. Unless you’re using an embedded system, it’s not a much of a concern if you ask me. But it is more, true
If it works for you then it works, no need to switch it up. I guess one other way of doing it would be a persistent install on that USB.
I definitely think so. Init was a mess of bash scripts and concurrency and whatnot was a problem. Making a script to start a service was very dependent on the distro, their specific decisions and whatnot. Systemd services and timers make things very easy and they have great tools to manage those. And now it’s basically the same on every distro.