crowsby

joined 1 year ago
[–] [email protected] 23 points 1 year ago

Which is also when they regularly try and get you to mistakenly click a button to make Edge your default browser. Scummy dark patterns.

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

Aside from the fact that "Joe Biden's" DOJ is correct here, the fact that both this case and this argument were originally established in 2015 under the Obama administration is what truly makes this article outrage clickbait.

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

This is what I believe too. With interest rates rising, companies have been under a great deal of pressure to show profitability, and especially with Reddit aiming for an IPO, it seemed (superficially at least) a great idea to badger their userbase into adopting their mobile app, where they could be monetized to a much larger extent.

So of course they made the conditions of using their new API incredibly onerous.

The whole point was to discourage developers from using it. And then by cherrypicking a handful of select 3rd-party developers to offer more amenable terms to on the downlow, they can show that they were just being reasonable good guys, and doing their best to work with everyone, and that it must be the developers at fault if they decided to walk away and abandon their users.

So yeah, they've managed to get their app center stage, and the only minor tradeoffs have been:

  • Launching/boosting a fleet of competitors (lemmy/kbin/squabbles/discuit/tildes/etc)
  • Driving their very talented 3rd-party app devs into making apps for said competitors
  • Creating a massive breach of trust between Reddit Inc and its unpaid volunteer mods
  • Squandering any remaining goodwill Reddit once had in the tech community
  • Driving away folks who enjoy using 3rd-party apps
  • Ruining the image of the CEO
  • Negatively affecting the overall community to the point where it's both a more hostile and unpleasant site, and simultaneously less moderated.
[–] [email protected] 5 points 1 year ago

I agree with the author in that balancing actual work vs. meta-work like writing tickets/documentation/scoping tickets is always going to be a pain point regardless of the project management system in play. Jira can be fine in that regard, but it also gives PMs & managers an opportunity to tinker with things and "improve" workflows in the glorious name of adding value.

It reminds me of the old quote about democracy: "Jira is the worst form of project management software except for all the others".

[–] [email protected] 76 points 1 year ago* (last edited 1 year ago) (9 children)

I'm just grateful to see that just when folks were beginning to doubt if Lemmy could actually serve as a Reddit alternative, we've been able to prove that we're equally if not more adept at insular slapfighting over petty bullshit and assuming the worst about others' intentions.

[–] [email protected] 188 points 1 year ago (14 children)

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.

[–] [email protected] 50 points 1 year ago (8 children)

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.
[–] [email protected] 12 points 1 year ago (1 children)

Don't create accounts on different Lemmy servers they said, one is all you need they said. Simply find the one where the values and judgement of the admins wholly reflect your own despite there being no effective way to make that determination.

[–] [email protected] 42 points 1 year ago (9 children)

This is my issue with the article.

Headline: Here's what we know about EG.5 so far

Body: Apparently not much. We uhh, know the name of it? Severity, how contagious it may be, symptoms, breakthrough rate...like umm, anything??

[–] [email protected] 17 points 1 year ago* (last edited 1 year ago)

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

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

Funny that he was "extremely concerned" when a report came out last month on how Instagram algorithms were promoting child exploitation, yet he completely gutted the Child Safety team at Twitter and then went out of his way to let everyone know that he was personally behind the decision to reinstate some conspiracy theory nutjob who's posting this garbage on his site.

[–] [email protected] 4 points 1 year ago

The NYT is reporting that it was actually produced by the DeSantis campaign, which is doing nothing to disavow the notion.

view more: ‹ prev next ›