• 2 Posts
  • 17 Comments
Joined 1 year ago
cake
Cake day: March 26th, 2025

help-circle


  • dgdft@lemmy.worldtolinuxmemes@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    169
    arrow-down
    1
    ·
    3 months ago

    They abuse the fuck out of their monopoly, basically.

    They made changes to limit the usefulness of adblockers (Manifest V3), they tried to force a remote attestation API (WEI API) a few years back that would let them do stuff like fully block users who aren’t running locked-down operating systems from using online banking software or accessing Youtube, they added many chrome-specific web APIs that are extremely helpful for fingerprinting and lock users into the chrome ecosystem, etc.

    And if you’re running stock chromium, there’s a fuckton of telemetry calling home to Google servers constantly.





  • Not really.

    It’s all about the rate of change: neoliberal globalization has brought down wages across industries, so fewer good jobs are left, and the not-so-good ones barely keep up the same standard of living.

    From a neutral historical perspective, some serious pearl-clutching about jobs is not ill-founded.

    As you say, people in the past facing these circumstances didn’t all commit suicide. Yet some did it explicitly, some did it indirectly with alcohol or other vices, others just lived less fulfilling lives than they otherwise would have. Nonetheless, we are very much encouraging deaths of despair en masse with our current societal outlook.





  • What are you basing that on?

    The linked article roundly suggests that the protestors in question are staunchly anti-war and largely a non-zionist cohort.

    From the outset, we protested because the consequences of this unlawful war were clear. It threatened to ignite a regional conflict that would claim countless civilian lives across the Middle East. To us, its stated objectives echoed past catastrophic Western attempts at regime change that produced nothing but prolonged instability and devastation.

    Prominent figures of the Zionist left like Yair Golan, and members of anti-government protest groups like “Brothers and Sisters in Arms” (who previously declared their refusal to show up for reserve duty in protest of Netanyahu’s judicial overhaul) failed to show up for a simple reason: They do not oppose the war. The sobering reality is that, beyond a handful of Palestinian and non-Zionist Jewish MKs, there is no genuine parliamentary opposition to the war.








  • dgdft@lemmy.worldtoSelfhosted@lemmy.worldYouTube Music Downloader
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 year ago

    Just to throw out an easy option: if the music is well-labeled on Youtube, you can get pretty close to that full suite with just yt-dlp by using --embed-thumbnail as a stand-in for album art, dumping your files with an “Artist - track - album” naming structure using the --output-template flag — then using an awk or python script as a second pass to add the artist/track/album names to each file as tags.

    E: and in case it isn’t self-evident, you don’t have to give yt-dlp a URL for each track; it’ll work fine with a playlist URL.