• 0 Posts
  • 16 Comments
Joined 1 年前
cake
Cake day: 2023年6月16日

help-circle







  • Or barred because he literally posted a literal dick measuring picture to twitter. Or that he ran off Bootsy. Or that his drunken antics were always causing problems. He’s a problematic guy even without considering the racist comic.

    Too bad lots of people stay friends with shitty people, I won’t fault James for that. It’s hard to cut them off once they are already in your life.

    At least they separated professionally for the most part(I think Mike has shown up in costume uncredited in two recent episodes, and James has joined a stream or two of Mike’s when hanging out with him)


  • Quasari@programming.devtoMemes@lemmy.mlthe right reacting to a leftist meme
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    2
    ·
    9 个月前

    I think the big issue is that joking about school shootings is satirical to bring up how common it is in hopes to change it, while joking about fat people is just to be mean. No one is going to change because you made fun of them, in fact it might make the problem worse as state of mind is a factor in being unhealthy.

    You could probably make the same argument about abortion jokes being satirical, but I don’t think abortion jokes are made in order to enact social change. It’s usually just to be offensive. Satire is usually used to point out how ridiculous something is, the hope is that we as a society will see it and do something about it.


  • The 1m was confiscated because it was ‘illegal income’, not because he used VPN.

    Yes, it’s still shitty that using VPN to access GitHub makes his income illegal

    using VPN … makes his income illegal

    Yes, they fine wasn’t a flat 1m or whatever, but because he earned it while using a VPN on and off(cuz the great firewall periodically blocks github). None of that would of happened if he didn’t use a VPN, so saying that the direct reason he’s in trouble isn’t why he got punished is less honest.

    If your complaint is about how the number was determined, perhaps it would be better as “Chinese programmer ordered to pay entire income(1m yuan) for using Virtual Private Network.” Honestly, either headline is fine as long as the details of how that number was chosen is in the article.




  • Quasari@programming.devtoMemes@lemmy.mlJesus and Capitalists
    link
    fedilink
    English
    arrow-up
    2
    ·
    10 个月前

    While the concept as capitalism didn’t exist, there are certainly many facets of the ancient economy that are facets of capitalism.

    Most of the economy was privately held, just certain facets of modern capitalism like corporations didn’t exist.

    So, while you are technically true, you know exactly what they are talking about. We can’t 100% relate, but issues like laborers getting a fair wage and the rich exploiting the poor were just as relevant then as now.


  • You are probably correct. I don’t know if it’s true, it’s probably more likely it was a way for it not to fail.

    I said HTTP mainly because HTML is plaintext because of it. 1.0s main purpose was to manipulate the page. Of course Array objects weren’t added til 1.1, when netscape navigator 3.0 released, but it was still mostly 1.0 code. I felt like having everything be coercable to string made it easy for you to just assign it to the document. If you assigned the wrong thing it wouldn’t crash.

    I originally thought there was a precursor to microsofts XMLHTTP in an earlier version due to the 1997 ECMAScript documentation specifically talking about using it both client and serverside to distribute computations, but it was far more static. So, I’m probably just wrong.