this post was submitted on 25 Mar 2026
97 points (65.1% liked)

Linux

64382 readers
543 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

Some of you need to watch this video, and hang your head in shame.

Dylan Taylor has been receiving constant harassment, including threats to his life and safety, for actions done collectively by SystemD. The article by Sam Bent was explictly mentioned as part of the harassment campaign, and rightfully so.

I don't think enough people realize that this is catastrophically bad. It'll discourage people from becoming open source developers, it'll discourage people from using Linux, and it'll discourage legislators from taking the Linux community seriously.

If you ever wished ill upon another human being for complying with a relatively inconsequential law, you are better off never touching a computer again. The Linux community has collectively gone so far beyond what is acceptable here.

you are viewing a single comment's thread
view the rest of the comments
[–] StealthLizardDrop@piefed.social 6 points 1 week ago* (last edited 1 week ago) (1 children)

Parental controls already exist in linux, they are entirely optional to those who want them, we do not need those controls to be rolled out to every user!

Not to mention

  • My router, an Asus one has parental controls settings already
  • My ISP router, bog standard one has parental controls settings already
  • My ISP account has parental controls settings already at account level, if Ia m not technical enough, I can call them and ask them to set it up
  • My phone provider has parental controls
[–] Auth@lemmy.world 1 points 1 week ago (1 children)

this is entirely optional. Just because they exist doesnt mean they can be improved. The ones currently available do not cover this usecase. The use case being a locally installed application wants to check if the user is 18 before showing them something.

[–] StealthLizardDrop@piefed.social 1 points 1 week ago* (last edited 1 week ago) (1 children)

You do realise you can easily restrict who can run what applications (or terminal commands) by using guid? So you can easily restrict a child account being able to execute applications or games already? And you know what, this method does not rely on application developer implementing any kind of age gatekeeping using DOB field... Its generic to all distributions even ones that don't use systemd. This is why this change is dumb and not needed.

You can even use it to restrict access to terminal commands such as curl so children cannot download something they shouldn't...

[–] Auth@lemmy.world 1 points 1 week ago (1 children)

You realise some applications have a mix of content right?

[–] StealthLizardDrop@piefed.social 1 points 1 week ago* (last edited 1 week ago)

Right so mixed content steam already has parental controls specifically with an allow list

GOG provides individual installers, so you can control its access with guid

Content players pretty much all have child accounts

Even locally hosted ones, like Plex already have parental controls built-in (mostly via allow lists)

What other kinds of mixed content applications are there that already do not have some kind of parental controls implemented which are likely to actually make use of this?

I am honestly struggling to find specific examples of the types of applications which have mixed content, don't have parental controls or at least allow lists built in and are likely to actually implement this change. Again you are relying on developers to actually make use of this field, and outside of corporate applications (which imo are already likely to have some kind of content controls), I am struggling here to see why an indie developer would bother?