• 0 Posts
  • 310 Comments
Joined 1 year ago
cake
Cake day: January 21st, 2025

help-circle
  • I worked in a community mental health hospital as a therapist in the run up to Trump one and and there was a small but vocal minority of pro Trump therapists

    It was really strange. Our hospital was contingent on Medicaid for like 80% of the budget. Talking with them more revealed a pretty sharp disdain for the clients we had and poor people in general. This was extra weird bc we generally made 20-30k there despite having masters degrees and phds


  • ragebutt@lemmy.dbzer0.comtoScience Memes@mander.xyzWonder why?
    link
    fedilink
    English
    arrow-up
    29
    arrow-down
    3
    ·
    29 days ago

    Adding green energy at 8x the rate of the USA with a total of 3.89 terawatts, which is 3x larger than the entire USA energy grid, and accounting over 30% of the worlds spending towards green energy while the USA has less than 25% of the grid as green energy

    Essentially ending homelessness

    A notably lower prison population than the USA despite like 6x the population

    A minimum wage set by provinces who are heavily encouraged to give increases every few years tied to inflation and cost of living

    Actually working to shift a fee for service healthcare system to a socialized model with significant progress occurring

    No airstrikes, bombings of another country, or declared wars since 1979. Even in terms of proxy wars post 1979 has been far more about economic support and diplomacy than shipping weapons

    Etc etc but yes Xi and Trump are equivalent because they have a social credit score and government surveillance. That’s definitely not like the America, who has just normal credit scores, palantir, and a large chunk of your tax money funding proxy wars (and now actual war) instead of maintaining critical infrastructure or any quality of life improvements for its people.


  • She became a billionaire and has almost certainly curtailed her social network to sycophants that not only agree with everything she says, they also boost her ego. That plus not wanting to lose the attention of the world will have her respond to whatever provokes the attention of the masses.

    I’m not up 100% on how this all started because I genuinely don’t give a shit about Harry Potter but I would not be surprised if she made a controversial statement as a person with a huge platform, got a bunch of flak, and then once the dust settled realized how much “engagement” (read: attention) she got from it and subsequently doubled down over and over.

    A great deal of human behavior is attention maintained. We have this ignorance though that “bad” attention is not desirable. Research continually shows that attention maintained behavior is perpetually reinforced by attention, not attention of a certain quality. Eg if your child exhibits an attention maintained behavior and you say “stop doing that or you’re grounded” the likelihood is that the behavior is still reinforced (and will subsequently be more likely) because attention was still achieved. The attention may have higher reinforcement potency if it is “positive” but that doesn’t mean “negative” attention doesn’t have a potentially powerful impact.

    This is why the current social landscape of 3rd place community centers being social media, which almost exclusively give algorithmic favor to content that shows high “engagement” (read: annoying bullshit that many simple can’t resist interacting with) is probably one of the most toxic developments in the modern history of humanity. It encourages ugly behavior and reinforces disgusting belief systems. It is also why the age old advice of “don’t feed the trolls” is sage wisdom










  • This is a new kind of Adblock detection that is being deployed on many blogs, some forums, and other websites and it’s the next generation. AdGuard or uBlock won’t save you because the way it works is outside the scope of those plugins.

    There’s essentially JS that happens before the page render that checks for resolution with fingerprinting servers. If this does not occur you get the error message about html-load.com or content-loader.com or whatever that looks like malware intercepting the page.

    If the page implements the JS poorly (eg the page renders before the checks come back) it’s easily defeated with ublock by just blocking element and selecting the overlay. Though the page usually isn’t fully rendered it’s enough to read the content. Reader mode can often work in this scenario too. But on more competent blogs with actual tech support (like seriouseats.com, fuck you kenji, like you don’t have enough money), it’s implemented more competently and the page won’t render at all prior to the checks coming back.

    As a result a solution is to lie. It’s cumbersome but if you run adguard dns (or maybe pihole, if that can also do dns rewrites, not sure), you can rewrite the offending servers checked for fingerprinting you like:

    api64.ipify.org
    cdn.cookielaw.org
    id5-sync.com
    cdn.id5-sync.com
    dotdash-meredith.solutions.cdn.optable.co
    static.cloudflareinsights.com
    html-load.com
    content-loader.com

    To a null route on your network for all subdomains. Somewhere run a docker and rewrite them to resolve to that docker, run nginx on that docker and basically just have it return 204 to all requests you funnel to it.

    Now those sites run the JS, there is dns resolution, tls handshake, fetch and response, but no fingerprint or analytics. It’s not perfect, the error still occurs 1:5 tries, but closing tab and retrying almost always has the page render fine without issue.

    Just keep in mind that some of these will break other sites (specifically cookielaw.org and lots of shitty shopping sites) especially if you do this lazily and just route to nothing instead of something that can return 204.

    Fuck all advertisers, never turn Adblock off, steal all content, defeat any antiadblock measure, destroy the ad industry because they ruined the world



  • Oh right! In admin console under server>general at the bottom there is a section called “performance”. Under this the first entry is “parallel library scan tasks limit”. Increasing this can significantly improve performance here. If it’s empty it is auto selecting. To that point if you’re running jellyfin in a docker and only allow it access to one core that would seriously limit performance here. Screenshot below, I currently have it set to 2 because I’ve done the “big” scan and I don’t need my cpu hammered when jellyfin does library scans

    Additionally an issue I ran into later: under playback>transcoding enable hardware transcoding must be checked. Trickplay task was taking literal months because even though I had configured igpu transcoding correctly this has to be enabled separately. UX stuff like this is where jellyfin needs more polish; I’m sure there’s debate about this but why would this not default to on once transcoding is enabled? Who knows. Maybe just oversight.




  • Interesting. I will say music is the weakest point of jellyfin db. Mine is currently good but I nuked my db for the new db style in 10.11 and created a new db, mainly bc of issues within music library. But this went back to like 10.9 and were probably from me fucking around in the db manually to try and override tags. I’ve since retagged my music as it was just the easier solution (artist ft artist got me all fucked up, I hated having 900 entries for like 1 artist who did frequent collabs)

    https://github.com/jellyfin/jellyfin/issues/15070

    This is the issue thread re the very long scanning after upgrading to 10.11

    Edit: also one thing I learned from the db editing and again from the 10.11 migration is that the jellyfin db can get “stuck” in such a way that nothing I can find will overwrite db entries, even manually opening the db in an sql editor (which makes me think there are hard to find tables I could never track down but db stuff is not my forte so I dunno)


  • I found the link

    “Library scans are expected to take (way) longer in 10.11 because we are now a) properly validating all existing data and b) properly applying concurrency limits. Usually only the first scan after the upgrade takes significantly longer because it will fix some data inconsistencies we can not repair while doing the initial migrations. Any subsequent scan should be faster but if you add a lot of new files it will still take longer than before because of the concurrency limit.”

    https://github.com/jellyfin/jellyfin/issues/15070

    From the thread for people with more realistic media libraries like yours (5-20tb) the initial scan is more like a few hours. However, if you’re like me and hoard shit expect it to potentially take days


  • Do you have music? I don’t know this for sure but I also wonder if music collections slow things down. My music collection is pretty massive (like 40% of my storage) and it’s a shitload of files to index.

    Thankfully I don’t put my books in jellyfin because my ebook/manga library is also pretty massive. If the apocalypse occurs I’m set for the 2-3 days I’d have power after the end of times