• 0 Posts
  • 6 Comments
Joined 2 years ago
cake
Cake day: June 21st, 2023

help-circle

  • bisby@lemmy.worldtoLemmy Shitpost@lemmy.worldsoda
    link
    fedilink
    arrow-up
    56
    ·
    12 hours ago

    Things in favor of Peyton here:

    • Corporations in general
    • There is no rule against it
    • 7-11 has a pretty regular event where “fill a silly cup, feel free to be absurd” is a thing, so there is precedent
    • That amount of soda is still probably profitable for the company, fountain soda is incredibly cheap
    • This isn’t regular consumption and clearly not a regular occurrence, if beverages were regularly freely available, it wouldn’t be exciting to do this and this type of behavior would go away – you have to hoard service when public service is an artificially limited quantity.
    • This didn’t deprive any other customer of soda – the only downside here is a corporation losing a few cents of profit.

    Things against Peyton:

    • Hoarding is a bad mentality to be in (agreed with you here)
    • It will take days to drink that much soda, and it will be flat and nasty

    When poor people get a windfall of money, they tend to spend it all. It’s why lottery winners tend to wind up broke. Because historically, money is a “use it or lose it” for those people. If you’ve been trained your whole life to adapt to things, it can be hard to do the right thing when those things no longer hold true.

    Americans cant have decent public services because they abuse them… results in Americans desperate for public services… which results in Americans taking extra advantage of any public service that is available… which results in a mindset that Americans abuse public services… which results in less funding… Its a vicious cycle.


  • It’s not a sensory issue - I just like wearing socks.

    This part feels like you talking about yourself, and everyone agrees.

    Not everything needs to be pathologized.

    People are taking this as an assertion that sock preference should not be pathologized and cannot be related to ADHD.

    Clearly not what you meant, but the phrasing you used is ambiguous enough to not differentiate between “not everything about myself is pathologized” vs “please stop pathologizing everything”


  • You don’t have to have been a slave to have dealt with racism. Enough people still get really excited about their confederate flags that clearly the era is still heavily topical.

    The word “confederate” means nothing beyond referring to a type of government, but when I hear it, I think immediately of the American civil war. Even though that ended in 1865 so I was never alive to witness that.

    That’s not how word associations work.


  • Yeah. theres a fine line between advocating for positive change because it’s the right thing to do vs because it makes you look good. Theres a fine line between being an ally and empty virtue signalling, and those things may not look different within the scope of a single interaction. It can sometimes take a bit to understand if someone is genuine or just performing.


  • bisby@lemmy.worldtoProgrammer Humor@programming.devmaster vs main
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    6 days ago

    The point of political correctness is that it’s always things you’d never consider… but someone else does. I’m not here to say whether things are right or wrong or if “master” is good or bad. but you perfectly highlight the reasoning behind it.

    To you, the only thing that comes up is the technology context. And that’s perfectly reasonable. To someone else, the unrelated slave owning context may just be tightly coupled with that word, and that immediately comes to mind when they hear the word regardless of context. And someone in that scenario is probably not having a positive correlation with the word.

    So a group of people have a very understandable reason to have a negative correlation with the word, and it’s super easy to use a different word, so it seems to make sense to just use the other word.

    All my git scripts these days have a $(git remote show origin | sed -n '/HEAD branch/s/.*: //p') in them, which just fetches whatever origin calls the head branch. so if I want to rebase from main/master/prod/lead/front/etc … the command will figure out which one to use for me.