Infamousblt [any]

Bit idea: DM me your bit idea

  • 0 Posts
  • 12 Comments
Joined 4 years ago
cake
Cake day: October 1st, 2020

help-circle








  • Valve doesn’t care one whit about good moderation. I got kicked from a CS game recently because I wouldn’t say the n word. The team agreed that only racists are allowed on the team and since I wouldn’t say the n word they kicked me. Of course I reported all of them but I have no doubt that report falls into a black hole and the 4 people proud of their racism just get to keep playing as if nothing happened.

    Riot does a ton of things very very wrong but one thing they do a decent job of is actually punishing people for bad behavior like that and then notifying the reporters that hey, you helped us get those guys. Valve needs to take that kind of approach or their games and services will just continue to be overrun by this shit


  • Capital, clearly. Not a single anti communist has ever read it because they never once refute a single talking point from the actual book. But every anti communist acts like they totally understand what’s in the book and some go so far as to lie about having read it. And then you ask them what it says or why they’re anti communist and they just make shit up or parrot 1950s Nazi propaganda and pretend like that’s what’s in Capital or what communism is about.

    It annoyed me the first few times it happened to me but now it just makes me laugh. Having a book on your shelf or knowing the title of it is not the same thing as reading it or understanding it


  • The line of code (well, documentation in the code) used to look like something like this (I’m not sure if this formatting will work on mobile, sorry):

    The code ends with an s

    ----------------------

    And after her changes it looks like this:

    The code ends with an s

    ------------------------

    See how I added an extra - in that second line? That makes the S happier because now it also has a - below it like all the other letters. This also just generally makes that line more consistent with other spots in the code. So it’s not a bad change. It doesn’t do anything really but making your code format nice, easy to read, and consistent is usually important in programming so although it doesn’t do anything tangible it’s still a valuable change!