this post was submitted on 09 May 2025
168 points (98.8% liked)

Linux

54087 readers
612 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
top 47 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 1 day ago

I'm enjoying the dedication to great defaults, by the Gnome team.

[–] [email protected] 14 points 1 day ago (3 children)

Weird, the cartoon doesn’t want to let me through. Something about an iPhone running lemmy pisses off anubus.

[–] [email protected] 2 points 1 day ago

To be fair, the link's just to git comments, so the headline captures the main point.

[–] [email protected] 2 points 1 day ago (1 children)

I'm having the same issue on Android. For me, switching to desktop mode to load the Anubis check then back to mobile mode so the website is usable again worked.

[–] [email protected] 2 points 1 day ago

works fine on android wih firefox webview

[–] [email protected] 3 points 1 day ago* (last edited 1 day ago) (1 children)

cartoon? Anubis? What?

(I've never used an iPhone in my life)

[–] [email protected] 18 points 1 day ago (4 children)

Websites are getting hammered by AI bots stealing content and jacking up their bandwidth usage. So they use a piece of software called Anubis which, for some reason, has a cartoon nurse that will grant or deny you access based on if she thinks you are human or AI. For some reason, she thinks I am AI so I can’t access the article.

[–] [email protected] 4 points 1 day ago (1 children)

Or for some reason you are an AI that thinks it's a person.

[–] [email protected] 2 points 1 day ago

Butter robot: “oh my god”

[–] [email protected] 0 points 1 day ago

I'll take Anubis over Google's capchas

[–] [email protected] 10 points 1 day ago* (last edited 1 day ago) (2 children)

Wonder if any of this is the reason why.

Anubis also relies on modern web browser features:

ES6 modules to load the client-side code and the proof-of-work challenge code.
Web Workers to run the proof-of-work challenge in a separate thread to avoid blocking the UI thread.
Fetch API to communicate with the Anubis server.
Web Cryptography API to generate the proof-of-work challenge.
This ensures that browsers are decently modern in order to combat most known scrapers. It's not perfect, but it's a good start.

This will also lock out users who have JavaScript disabled, prevent your server from being indexed in search engines, require users to have HTTP cookies enabled, and require users to spend time solving the proof-of-work challenge.

This does mean that users using text-only browsers or older machines where they are unable to update their browser will be locked out of services protected by Anubis. This is a tradeoff that I am not happy about, but it is the world we live in now.

[–] [email protected] 1 points 19 hours ago

It also means you are presented with a Faustian chouce: walk away, or give up any hope of privacy. "You wanna see this? Give me full access to your metadata, and a way to hack your system".

Qubes is starting to look like an everyday use requirement rather than a security nerd tool.

[–] [email protected] 1 points 1 day ago

Any website that blocks users with JS disabled doesn't deserve to be used. Terrible software.

[–] [email protected] 1 points 1 day ago* (last edited 1 day ago) (1 children)

That cartoon is so misleading, I thought I was deceived and sent to a bogus site.

[–] [email protected] 2 points 1 day ago

Lots of sites use her now

[–] [email protected] 21 points 1 day ago (4 children)

Gnome seems to swap out default apps pretty often. Are the old apps getting abandoned? Or are they always jumping to the next cool new thing?

[–] [email protected] 4 points 1 day ago* (last edited 1 day ago) (2 children)

In this case it's more of a switch away from the last cool new thing. Totem (like Music) was built around a media library navigated from within the app. By default Totem doesn't even support opening videos from the file manager, which is something you would probably expect of a video player. It also crashed for me when I tried using it as intended so I'm not surprised to see it replaced by an app that really is just a video player.

That said many apps get replaced not for feature reasons but just by being GTK3, and they tend to get replaced by their own forks to GTK4 (such as the upcoming replacement of Evince). Why their devs choose to upgrade toolkits this way I cannot say.

[–] [email protected] 2 points 18 hours ago

Why their devs choose to upgrade toolkits this way I cannot say.

I forget the exact details but iirc Evince was a special case because rendering PDFs in GTK4 was so different that they essentially just had to rewrite the whole application. I think Gnome Papers still doesn't support the full feature set that Evince supported (although it works well for most use cases now). This is why its still not the default for Gnome, although I think Ubuntu has decided to adopt it a little early.

[–] [email protected] 2 points 1 day ago

Thanks! This is probably the phenomenon i've been observing

[–] [email protected] 3 points 1 day ago

GNOME mostly abandons their old apps. However, in some cases, the Xapps project has taken over these older code bases.

https://linuxmint-developer-guide.readthedocs.io/en/latest/xapps.html

[–] [email protected] 36 points 1 day ago (1 children)

Here's what I found.

Why does Totem need to be replaced?

Totem is still a GTK3 app and is unmaintained (in part due to a crusty codebase), seeing no major development in years. Replacing it with a modern GTK4/libadwaita app designed to use modern technologies and meet modern needs has been a “high priority” for GNOME.

[–] [email protected] 4 points 1 day ago
[–] [email protected] 5 points 1 day ago

I don’t think they’re usually abandoned. At least not right away. But they rarely still get feature updates. Mostly just bug fixes. Not sure if it’s just different developers not wanting to stick to the same project of someone else’s code or what.

[–] [email protected] 14 points 1 day ago

Trademark suit from the premium cable channel in 5…4…

[–] [email protected] 2 points 2 days ago (3 children)

How come they don't just use VLC?

[–] [email protected] 2 points 4 hours ago

VLC the media player is using Qt. Unless you talk about libvlc, But why bother when Gstreamer itself is good.

[–] [email protected] 26 points 2 days ago* (last edited 2 days ago) (2 children)

In my opinion, MPV is even better. I mean, it is faster and has better codec support. On the other hand, VLC has a better user interface with a lot of preferences. As for Showtime, oh boy, it's a clear beauty!

For now I'm staying with MPV, because ffmpeg > gstreamer.

[–] [email protected] 10 points 1 day ago

I love VLC. I also love mpv.

I like to think that VLC is for window users for them to get a taste of what it's like to use Linux.

[–] [email protected] 6 points 2 days ago (1 children)

Doesn't feel gnomey enough.

[–] [email protected] 1 points 1 day ago

it can be skinned

[–] [email protected] 27 points 2 days ago (3 children)

I want to know only one thing: is it based on mpv?

[–] [email protected] 11 points 1 day ago

Can someone explain pros and cons of MPV vs gstreamer?