Should we plan on systemd ?

For interesting topics. But remember this is a Linux Forum. Do not post offensive topics that are meant to cause trouble with other members or are derogatory towards people of different genders, race, color, minors (this includes nudity and sex), politics or religion. Let's try to keep peace among the community and for visitors.

No spam on this or any other forums please! If you post advertisements on these forums, your account may be deleted.

Do not copy and paste entire or even up to half of someone else's words or articles into posts. Post only a few sentences or a paragraph and make sure to include a link back to original words or article. Otherwise it's copyright infringement.

You can talk about other distros here, but no MX bashing. You can email the developers of MX if you just want to say you dislike or hate MX.
Message
Author
User avatar
Artim
Posts: 349
Joined: Sun Apr 01, 2018 9:04 am

Re: Should we plan on systemd ?

#71 Post by Artim »

"One Ring to Rule them All" is what systemd looks like from us non-technical ordinary users, and "standardization" is probably seen as a good thing by uninformed non-techy types as well, confused by the sheer number of Linux distributions, desktops, package managers, and other options.

I think the choices are wonderful, and that full "standardization" would be a great loss to Linuxland. That's why I resist systemd and why I hope that if Linux does become "standardized" to that degree, that BSD will be more desktop-ready by then.

User avatar
kc1di
Posts: 254
Joined: Sun Sep 28, 2008 8:47 am

Re: Should we plan on systemd ?

#72 Post by kc1di »

I too resist systemd , though the original Idea to Update boot software was a good one It's became an invasive program that wants to control every part of the system. I too believe one of the great benefits of linux is choice. So There are other boot systems that could be adopted when system V is no longer viable. Not to mention systemd will become a security risk at some point. Jesse Smith of Distrowatch wrote a good article a few weeks back comparing the different init options.
found here https://distrowatch.com/weekly.php?issue=20240527#qa

User avatar
thomasl
Posts: 479
Joined: Sun Feb 04, 2018 9:26 am

Re: Should we plan on systemd ?

#73 Post by thomasl »

Artim wrote: Wed Aug 07, 2024 6:02 am"One Ring to Rule them All" is what systemd looks like from us non-technical ordinary users, and "standardization" is probably seen as a good thing by uninformed non-techy types as well, confused by the sheer number of Linux distributions, desktops, package managers, and other options.

I think the choices are wonderful, and that full "standardization" would be a great loss to Linuxland. That's why I resist systemd and why I hope that if Linux does become "standardized" to that degree, that BSD will be more desktop-ready by then.
Well, I've always thought of myself as an informed techy guy and I think standardisation is (mostly) a good thing. No standards, no TCP/IP. No USB. No WiFi. No Linux kernel. Heck, no APIs at all: every API, whether a small web API or a huge OS API, like Win32 or indeed the Linux kernel , is an attempt at standardising access.

The problem is not standardisation. The problem is simply bad/sloppy engineering, both in the design and the implementation phases.
Frugal installs on Lenovo ThinkPad L14 Ryzen 5 4650U/24GB * HP Pavilion Ryzen 3 3300U/16GB * Toshiba R950 i5-3340M/12GB
I have a reservation... What do you mean it's not in the COMPUTER!

User avatar
oops
Posts: 1920
Joined: Tue Apr 10, 2018 5:07 pm

Re: Should we plan on systemd ?

#74 Post by oops »

thomasl wrote: Wed Aug 07, 2024 9:23 am ...
Well, I've always thought of myself as an informed techy guy and I think standardisation is (mostly) a good thing. No standards, no TCP/IP. No USB. No WiFi. No Linux kernel. Heck, no APIs at all: every API, whether a small web API or a huge OS API, like Win32 or indeed the Linux kernel , is an attempt at standardising access.

The problem is not standardisation. The problem is simply bad/sloppy engineering, both in the design and the implementation phases.
We should not confuse protocol standardization with application standardization ... for protocols it is relevant (speaking the same language, TCP, etc...), for low-level applications it is a monopoly in the long term leading to a lack of diversity (a lack of resilience and/or simplicity). So it is also a problem of standardisation (even for the kernel).
Pour les nouveaux utilisateurs: Alt+F1 pour le manuel, ou FAQS, MX MANUEL, et Conseils Debian - Info. système “quick-system-info-mx” (QSI) ... Ici: System: MX-19_x64 & antiX19_x32

User avatar
thomasl
Posts: 479
Joined: Sun Feb 04, 2018 9:26 am

Re: Should we plan on systemd ?

#75 Post by thomasl »

oops wrote: Wed Aug 07, 2024 11:55 am... for low-level applications it is a monopoly in the long term leading to a lack of diversity (a lack of resilience and/or simplicity)...
Eh? The Linux kernel is the best example that this is not necessarily the case. The kernel (or rather Linus) has put standardisation on a pedestal when he said "We do not break user-space". The API is fixed and any not backward-compatible change in user space is an automatic bug. And yet... I can't see any evidence of this "leading to a lack of diversity"... actually quite the opposite. Not least because IMO the more stable an API behaves the more people will be tempted to use it.

In fact, an API in itself is not much more than an (often very complex) protocol specification. One could easily (big understatement here) re-implement the kernel in 100% Rust or 100% <insert favourite language> without any user space apps seeing a change.
Frugal installs on Lenovo ThinkPad L14 Ryzen 5 4650U/24GB * HP Pavilion Ryzen 3 3300U/16GB * Toshiba R950 i5-3340M/12GB
I have a reservation... What do you mean it's not in the COMPUTER!

User avatar
DukeComposed
Posts: 1434
Joined: Thu Mar 16, 2023 1:57 pm

Re: Should we plan on systemd ?

#76 Post by DukeComposed »

oops wrote: Wed Aug 07, 2024 11:55 am We should not confuse protocol standardization with application standardization ... for protocols it is relevant (speaking the same language, TCP, etc...), for low-level applications it is a monopoly
It's not unheard of for someone to claim the tool is the standard. ISC BIND touted itself for the longest time as the de facto "reference implementation" for the DNS specification and effectively tried to steamroll people online by telling folks that whatever BIND did to implement a feature was how that feature was meant to be interpreted universally. The innumerable bugs in the designs of BIND 4 and BIND 8 that required yet another rewrite later on as BIND 9 didn't seem to change their argument.

User avatar
oops
Posts: 1920
Joined: Tue Apr 10, 2018 5:07 pm

Re: Should we plan on systemd ?

#77 Post by oops »

DukeComposed wrote: Wed Aug 07, 2024 12:29 pm ...
It's not unheard of for someone to claim the tool is the standard. ISC BIND touted itself for the longest time as the de facto "reference implementation" for the DNS specification and effectively tried to steamroll people online by telling folks that whatever BIND did to implement a feature was how that feature was meant to be interpreted universally. The innumerable bugs in the designs of BIND 4 and BIND 8 that required yet another rewrite later on as BIND 9 didn't seem to change their argument.
Yes, it is bluff and the Coué method... an attempt at tactical self-fulfilling phophesis. ;-)
Pour les nouveaux utilisateurs: Alt+F1 pour le manuel, ou FAQS, MX MANUEL, et Conseils Debian - Info. système “quick-system-info-mx” (QSI) ... Ici: System: MX-19_x64 & antiX19_x32

User avatar
oops
Posts: 1920
Joined: Tue Apr 10, 2018 5:07 pm

Re: Should we plan on systemd ?

#78 Post by oops »

thomasl wrote: Wed Aug 07, 2024 12:23 pm Eh? The Linux kernel is the best example that this is not necessarily the case. The kernel (or rather Linus) has put standardisation on a pedestal when he said "We do not break user-space"....
In this case it is not the same thing, it is its own standardization (for its own project) ... but like a kernel it is very very complicated and big in lines of code, there is no competition or diversity, it has a quasi monopoly that many want to get into to act from the inside and change or influence the course of its governance.
Pour les nouveaux utilisateurs: Alt+F1 pour le manuel, ou FAQS, MX MANUEL, et Conseils Debian - Info. système “quick-system-info-mx” (QSI) ... Ici: System: MX-19_x64 & antiX19_x32

MXRobo
Posts: 1834
Joined: Thu Nov 14, 2019 12:09 pm

Re: Should we plan on systemd ?

#79 Post by MXRobo »

oops wrote: Wed Aug 07, 2024 12:40 pm
Yes, it is bluff and the Coué method... an attempt at tactical self-fulfilling phophesis. ;-)
[/quote]
Theological discussions are frowned upon in the forum. :p

User avatar
oops
Posts: 1920
Joined: Tue Apr 10, 2018 5:07 pm

Re: Should we plan on systemd ?

#80 Post by oops »

@MXRobo ... Not here theological but tactical.
Pour les nouveaux utilisateurs: Alt+F1 pour le manuel, ou FAQS, MX MANUEL, et Conseils Debian - Info. système “quick-system-info-mx” (QSI) ... Ici: System: MX-19_x64 & antiX19_x32

Locked

Return to “General”