Did you know most coyotes are illiterate?

Lemmy.ca flavor

  • 0 Posts
  • 8 Comments
Joined 19 days ago
cake
Cake day: June 7th, 2025

help-circle

  • CoyoteFacts@piefed.catoLinux@programming.devOn X11 and the Fascists Maggots
    link
    fedilink
    English
    arrow-up
    49
    arrow-down
    1
    ·
    2 days ago

    As a commenter on that post says, this sort of talk is also common in the comments of Phoronix articles. The commenter says they’ve completely stopped supporting Phoronix since it’s clear that Michael enables this behavior by not moderating it (the least he could do is disable commenting; the type of people that are in the Phoronix comments are the absolute worst). It’s been festering for a very long time, unfortunately. Click any Phoronix article that’s older than a day and check the negativity. Worse, click an article about a controversial topic like X11/Wayland/Systemd/bcachefs/KDE/GNOME/etc. and it’s just a shitshow.

    I’ve been seeing it to a lesser degree here as well. I don’t know what it is about X11 that really riles up the conspiracy theorists.



  • I’ve been using this a lot lately, and it’s been great after a bit of a learning curve. It even incorporates some of the functionality from the addons and userscripts that I needed for YouTube, like getting rid of clickbait titles/thumbnails and blocking specific channels. Since you never really have a tracking profile when using YouTube this way, it’s very obvious when YouTube is trying to shoe-horn in political channels and clickbait, and you can just continually keep blocking those channels in the recommended section until you get all of them. I’m still missing a way to boost the volume on certain videos that are too quiet for me, though. I use LibRedirect to auto-open YouTube links in FreeTube. FreeTube has occasionally broken because of YouTube API updates, which requires them to figure out the problem and push a new FreeTube release (which could take a day or more), but other than that I’m fairly happy with it.



  • It’s important to use services with a workflow that works for you; not every popular service is going to be a good fit for everyone. Find your balance between exhaustive categorization and meaningless pile of data, and make sure you’re getting more out than you’re putting in. If you do decide that an extensive amount of effort is worth it, make sure that the service in question is able to export your data in a data-rich format so that you won’t have to do it all again if you decide to move to a different tool.



  • By default, Wine/Proton has access to your full Linux filesystem under the virtual Z:/ drive from within the Wine environment, so any dedicated adversary could include your Linux stuff into its data collection. The odds of this already occurring are probably low-ish. You can use bubblewrap raw to start sandboxing resources (e.g. blocking network access or masking directories), or there’s a project called sandwine which presumably auto-configures the important stuff through bubblewrap (though I’ve never gotten around to trying it). Wine itself can also be configured to drop the Z:/ drive through its winecfg tool.

    Without a dedicated configuration, I’m not sure Wine has any real priority or guarantee about sandboxing your original system from Windows executables, which is also why it’s important to remember that Windows malware can still do damage when running on a Linux system. The malware doesn’t really even have to be aware that it’s running in Wine if it just tries to encrypt any files it can reach.