Systemd is mile ahead of the others, thing is that solves problems that you most likely don’t have or even know that exist. To boot a regular machine or small server pretty much any init system is good.
- 27 Posts
- 121 Comments
TCB13@lemmy.worldto
Linux@lemmy.ml•Wine 11 rewrites how Linux runs Windows games at the kernel level, and the speed gains are massiveEnglish
2 monthsBasic Windows 95-era GUIs made with standard Windows APIs still look broken.
@[email protected] latest code pushed into the repo splits the config into it’s own file.
TCB13@lemmy.worldto
Selfhosted@lemmy.world•Photofield v0.20.0 released: dark mode, photo details, best scrollbar, better map, more search filters, etc.English
7 monthsNot really incompatible, PHP provides configurable shared memory across processes that survive even if fastcgi releases every process and just keeps something idle for new requests.
TCB13@lemmy.worldto
Selfhosted@lemmy.world•Photofield v0.20.0 released: dark mode, photo details, best scrollbar, better map, more search filters, etc.English
7 monthsdon’t know a lot about fastcgi, but looking it up it seems like it also keeps a persistent process running to avoid execution overhead
More of less, the good thing about PHP + fastcgi is that it keeps a configure amount of minimum persistent processes (plus a dynamic number) to avoid execution overhead like you said… now there’s an important detail, PHP processes are generic, meaning if you’ve 50 apps hosted in your server they can all be served with just one persistent process. No need to spin up 50 processes for each app like with node/go etc.
Supervisors shutting down containers/processes are good, but starting up is slow compared to the single PHP idle process ready to go for any app. :)
TCB13@lemmy.worldto
Selfhosted@lemmy.world•Photofield v0.20.0 released: dark mode, photo details, best scrollbar, better map, more search filters, etc.English
7 monthsExactly my situation. Thanks @[email protected]. The only way this could be done better was to do it in PHP / have fastcgi so it wouldn’t require a constantly running background process specifically for it. People can say a lot of things about PHP, but nothing beats the fastcgi model.
TCB13@lemmy.worldto
Privacy@lemmy.ml•The new age verifying app for the EU will only accept Google Play integrity for Android, de-facto banning any aftermarket OS like GrapheneOSEnglish
10 monthsIs there anyone more familiar with this age verification process that can explain if and what data does this share with some UE body or government? Is the the system 100% client-side or is there any API or tie to other govt service that may be able to track when and where (website) you’re trying to verify your age? Thanks.
- 11 months
The only problem with Ungoogled that makes it “not ideal for a normal human” is that fact that it is still cumbersome af to download it. Regular people don’t know github and how to click on “show all assets” and pick the right build.
- 11 months
This isn’t true, there are other features that “emit code”, that includes: namespaces, decorators and some cases even async / await (when targeting ES5 or ES6).
- 11 months
This isn’t true, there are other features that “emit code”, that includes: namespaces, decorators and some cases even async / await (when targeting ES5 or ES6).
- 11 months
fair enough :D but it does happen and there are reasons for that: https://stackoverflow.com/questions/47363996/why-does-an-enum-transpile-into-a-function
- 11 months
Even that command wont really disable ALL animations.
- 11 months
Not really, because this stuff also happens: https://stackoverflow.com/questions/20278095/enums-in-typescript-what-is-the-javascript-code-doing a function call always has an inpact.
- 11 months
Its really not, have you noticed how an enum is transpiled? you end up with a function… a lot of other things follow the same pattern.
- 11 months
Sure, can they consider stopping wasting money / time actually develop useful stuff? For a DE that got €1M from the Sovereign Tech Fund they’re not showing results.
Okay fine, desktop icons can be a design decision, however a “disable animations” toggle on the settings that doesn’t disable ALL animations… that’s just poorly made software, not something you may have an opinion on.
TCB13@lemmy.worldto
Privacy@lemmy.ml•Most used encrypted messenger besides Signal, Whatsapp, iMessage, and RCS?English
11 monthsAnd to add to all of that the user experience is bad.
- 11 months
It does, the “compiler” adds a bunch of extra garbage for extra safety that really does have an impact.
- 11 months
I guess we can take the overhead of rust considering all the advantages. Go however… can’t even.






No, it isn’t. It should work if you do everything properly.