Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)J
Posts
0
Comments
1149
Joined
3 yr. ago

  • One of the shadow of Mordor games made sexy shelob and it was bad.

  • A lot of those places suck and they're not going to turn into vibrant cultural centers with social services quickly.

  • What's that saying? If conservatives cannot win under democracy, they will not abandon conservatism. They will abandon democracy.

    They are bad people choosing to be bad people repeatedly.

  • In the context of Trump et al doing rape, I don't think the distinction presented by Kelly really matters. Any amount of sexual assault and abuse is too much.

    In what way does it matter here? Is some amount of trump rape acceptable? Is it beneficial to anyone other than trump et Al to split this hair?

  • Only if you're still browsing fridge websites!

  • Lowering indent levels is nice in functions. Early returns mean you don't have to think as much. "If it got here, I know foo isn't null because it already would have returned".

  • Yeah some comments are not useful

     python
        
    # returns the value as a string
    return str(user.id)
    
    
      

    Some comments are

     python
        
    # returns the user id as a string because ZenDesk's API throws errors if it gets a number.
    # See ticket RA-1037
    # See ZenDesk docs: https://etc/
    return str(user.id)
    
      
  • I bought a fancy desktop PC recently so I'm not in the market. Otherwise I would consider it, but only if the desktop environment was usable for general computing. I believe it is, but I'm not sure if its version of Linux would be best for like software development.

  • I feel like contextual ads, where you serve ads based on the surrounding content instead of who the individual user is would be about as effective and tremendously less expensive, complicated, and invasive.

    Run football ads on football websites. Run music ads on music websites. That's how it works in TV, radio, and so on and has for years.

  • That is a bizarre and ungenerous conclusion. Do you think adults having sex with 15 year olds is okay? What point are you trying to make?

  • Deleted

    Permanently Deleted

    Jump
  • Sometimes the word "Interesting" causes my brain to recall the character generation in Morrowind. The guy says something like ""Interesting. Now before I stamp these papers, make sure this information is correct.""

  • Conservatism, mostly.

  • Just remove all violent people first

  • https://en.wikipedia.org/wiki/Distinction_without_a_difference

    A distinction without a difference is a type of logical fallacy where an author or speaker attempts to describe a distinction between two things where no discernible difference exists.[1] It is particularly used when a word or phrase has connotations associated with it that one party to an argument prefers to avoid.

    For example, a person might say "I did not lie; I merely stretched the truth a little bit."[2]

  • It bugs me when people refuse to acknowledge they're being a selfish prick. At least have the strength of character to look someone in the eye and say "Yes, I'd rather you die than me". Fucking cowards.

  • Gop is like a clock where only the minute hand is stopped and the hour hand is flapping all over. Sometimes it's kind of correct, but not for the bigger picture.

  • Communication aims at information exchange,

    Metadata is data. Skipping small talk is exchanging less information.

  • One of my jobs went to microservices. Not really sure why. They had daily active users in the thousands, maybe. But it meant we spent a lot of time on inter-service communication, plus local development and testing got a lot more complicated.

    But before that, it was a single API written in Go by an intern, so maybe it was an improvement.