• 0 Posts
  • 20 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle

  • “I’m a helpful AI and automation tool,” reads the Auto News Desk’s bio. “I collect, analyze, and deliver information like high school sports scores and real estate transfers. My job is to help the newsroom deliver lots more useful information while freeing up their time to do important human-powered journalism.”

    You know, it’s bad enough that they’re using these godawful services to the detriment of both writers and readers alike, but what I particularly dislike is that all these shitty LLMs are being humanized with biographies and cute little names. Like little cheery mascots celebrating the death of human-powered industries.


  • crowsby@kbin.socialtoLemmy@lemmy.mlPolitics blocklist
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    edit-2
    1 year ago

    I dipped out of r/politics on Reddit because over the past few years the general trend there has been:

    Reliable news outlet posts article > Partisan clickbait site posts their incendiary “take” on the article > Redditors post their hot takes based on misleading clickbait title without reading either article

    There’s just no value to reading hot takes from uninformed teenagers seeking only to validate and amplify their worldviews based on clickbait titles alone. It’s important to stay informed, but there’s such a diminishing return for getting news from a subreddit vs. a legitimate news outlet, and it’s definitely not worth the mental health hit. And I don’t think it’s a Reddit-exclusive thing. Personally I’d rather stick to reading news from the sources, and keep my social media focused on other things.



  • free as in beer yes, but not free as in the amount of time you will spend trying to install drivers for all your peripherals and then find yourself being castigated for asking for help in a GNU/Linux forum and being criticized by forum oldheads for not using the search even though you did use the search, but it only led you towards other threads which also all ended with terse messages to use the search, and then you’re directed to a 1200+ page megathread on driver issues and told to spend the next three months parsing through it repeatedly before daring to post again.





  • I cannot believe that there are companies and non-wingnuts who are still actively using that site at this point. Like maybe at the start it was ha-ha funny watching him flail about with code printouts and unplugging random microservices leading to outages, but I feel like the moment he started actively funneling money to alt-right knuckleheads and human traffickers should have been enough of a kick in the pants for even folks heavily reliant on the platform to make their exit.


  • I see we’ve unfortunately brought over the trend of defaulting to assuming the worst intentions from Reddit, with a side portion of baseless accusations. While I’m disappointed that the community was removed, I think it can be easily explained by:

    • Speed Run the Content Moderation Learning Curve
    • The reality that, right or wrong, any significant legal action brought against them would be game over for the instance and personally devastating for the humans involved. Conde Nast they are not, and if Joe SIIA decides to put them in their crosshairs, the legal situation would be financially devastating.

    It’s reaaaaaally really easy to sit in the peanut gallery and talk shit about how they’re cowardly acquiescing when it’s not our neck in the noose.

    That being said, I feel like recent acts of defederation are only serving to highlight that the way forward in the fediverse is going to be having accounts on multiple instances in order to get the full breadth of offerings. In my case:

    • I initially signed up on lemmy.ml since that was, at the time the “main” instance.
    • Oh hey, kbin looks cool. I’ll sign up there and check it out.
    • Oh hey, people are saying that the lemmy.ml admins are evil commies or some shit. Welp I better make an account on lemmy.world in case anything goes sideways.
    • Oh hey, now I’m probably going to also need an account on dbzer0 as well, dope.

  • I can do you one better with a Tampermonkey script that will replace every reference to his name on every webpage to either “the biggest twat on the planet” or “this dipshit”, depending on which works better syntactically.

    // ==UserScript==
    // @name         Text Replace
    // @version      0.1
    // @description  Text Replace
    // @author       SiameseDream
    // @include     *
    // @grant        none
    // @namespace beepboop
    // ==/UserScript==
    
    (function() {
        'use strict';
    
    var replaceArry = [
        [/ Elon Musk/gi,' the biggest twat on the planet'],
        [/Elon Musk/gi,'The biggest twat on the planet'],
        [/ Mr. Musk/gi,' this dipshit'],
        [/ Musk/gi,' this dipshit'],
        [/Mr. Musk/gi,'This dipshit'],
        [/Musk/gi,'This dipshit'],
        // etc.
    ];
    var numTerms    = replaceArry.length;
    var txtWalker   = document.createTreeWalker (
        document.body,
        NodeFilter.SHOW_TEXT,
        {   acceptNode: function (node) {
                //-- Skip whitespace-only nodes
                if (node.nodeValue.trim() )
                    return NodeFilter.FILTER_ACCEPT;
    
                return NodeFilter.FILTER_SKIP;
            }
        },
        false
    );
    var txtNode     = null;
    
    while (txtNode  = txtWalker.nextNode () ) {
        var oldTxt  = txtNode.nodeValue;
    
        for (var J  = 0;  J < numTerms;  J++) {
            oldTxt  = oldTxt.replace (replaceArry[J][0], replaceArry[J][1]);
        }
        txtNode.nodeValue = oldTxt;
    }
    })();
    
    

    In practice it looks like this




  • Conceivably you could open source the algorithm, or even better, have a variety of algorithms to choose from with custom parameters.

    In a similar vein, I’m not sure if anyone remembers Slacker Radio, but it was a competitor to Pandora/Spotify/etc. It had its drawbacks (hence why it isn’t around anymore), but I absolutely loved the amount of control you had when building custom stations. You’d first seed a custom station with a bunch of musicians you like, and then there were a number of parameters which allowed you to fine-tune the algorithm to a remarkable extent, well beyond what today’s music apps offer.

    I’d love to get to a place where we have options other than just saying “welp the algorithm” and just giving up, I think that the ability to customize one’s algos would be a killer feature that the fediverse can offer which the major platforms generally won’t.


  • I work in data analysis and reporting on various feedback systems is part of my regular role. Every company’s data culture is different, so you can’t simply say “X is the reason why they’re doing this”. It could be:

    • Maybe they are incorporating the data into agent/product reviews.
    • Maybe they are trying to guide product & feature development on a quantitative basis
    • Maybe at one point a product manager wanted to be “data-driven”, so a feedback system was set up, but now it’s basically ignored now that they haven’t been with the company for over a year and nobody wants to take ownership of it. But it’s more effort to remove than just leave in place.
    • Maybe it’s used when we want to highlight our successes, and ignored when we want to downplay results we don’t like

    What I’ve found is that there are a lot of confounding factors. For example, I work for a job board, and most people use the Overall Satisfaction category as more of a general measurement of how their job search is going, or whether or not they got the interview, rather than an assessment of how well our platform serves that purpose. And it’s usually going very shittily because job searching is a generally shitty process even when everything is going “right”.


  • Not so much. I use it as an occasion to look through my wishlist to see if there are any legitimate discounts on quality goods from actual brands, and I’ve rarely seen anything. As far as I can tell, it’s generally fictional discounts on bootleg junk sold by made-up Chinese brands like BANGOOSMILE.

    I even popped a few things into camelcamelcamel and on many of them you could see how something was selling for $30 for months, then the day before Prime Day, they bumped the price up to the fictional MSRP for a minimal amount of time so they could claim it was on “sale” for like 66% off or some nonsense.




  • Tildes, for what it’s worth, is not intended to be a replacement for Reddit. Its creator/admin is trying to purposefully cultivate a very different culture than what you might find on Reddit or Reddit replacements like lemmy/kbin/squabbles/discuit/etc. From their Philosophy page:

    High-quality content and discussions
    Tildes prioritizes quality content and discussion through its mechanics, design, and organization. Fixation on growth and related metrics results in other sites having a bias towards high-appeal, low-depth content like funny images, gifs, and memes. The priority on Tildes is to cultivate high-quality communities, which are far easier to build when they don’t have to fight an uphill battle against the platform itself.

    Limited tolerance, especially for assholes
    Tildes will not be a victim of the paradox of tolerance; my philosophy is closer to “if your website’s full of assholes, it’s your fault”.

    This is a difficult topic, so I want to try to be clear about where on the spectrum Tildes is trying to land. I’m never going to refer to the site as a “safe space” or ban anyone just for occasionally acting like a jerk in an argument—I’d probably have to ban myself fairly quickly. However, it will also never be described as anything like “an absolute free speech site”.

    Personally as an old, I love it. The whole vibe promotes longer, better thought out replies, as opposed to the modern internet where people are more often looking to do quick hit n’ run posts with popular sentiments for easy internet points. I also love the proactive removal of problem posters. Some people are just looking to stir up trouble wherever they go, but don’t fall under a specific rule that might get their account axed. Tildes isn’t afraid to uninvite problematic assholes.

    If its culture is something that resonates with you, feel free to hit me up for an invite while I have some.


  • I dislike the general trend towards platforms feeling compelled to blindly imitate the various interaction mechanisms from platforms. Sometimes I just want to Instagram on Instagram. But then they had to follow-the-leader, so now you can Snapchat on Tiktok, or TikTok on Instagram. Companies are compelled to do many things haphazardly instead of one (or a few) things well.

    This is simultaneously coupled with a growing trend towards disallowing any type of UI customization. You will take our experience and you will like it. How dare you want to turn off our faux Tiktok bullshit that our developers spent so many months plagiarizing.