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/)F
Posts
0
Comments
12
Joined
12 mo. ago

  • Given ICE's general level of competence, is it possible the gun accidentally discharged as the agent was carrying it away?

  • Only time something like that happened to me was when LTT got hacked. I was suddenly subscribed to some channels promoting a crypto scam pretending to have ties with Elon Musk. Turns out they had hacked and renamed a bunch of channels owned by the Linus Media Group.

    Are any of your previous subscriptions missing?

  • Deleted

    Permanently Deleted

    Jump
  • We prefer to be called "experiencers"!

  • Deleted

    Permanently Deleted

    Jump
  • "Threshold" is one show I really liked that nobody seems to have heard of. Sadly cancelled after one season before anything was resolved. Loved the twist about the motivations of the alien intruders, though.

    Currently rewatching "People of Earth". Most amusing part for me is always the corporate office like vibe in the alien spaceship.

  • The Millionaire Tax will impose an additional 2% income tax on the top 1% in NYC, who are earning over $1 million per year.

    As a European I am shocked! Shocked that you call this guy a socialist!

  • I've got a Meta Quest 2 as a hand-me-down and yes, it's extremely locked down. It's possible to use a third-party app store, but to make it work you have to get a developer account with Meta and enable wireless debugging.

  • YOUR HOUSE IS A HOUSE OF PSEUDOSCIENCE! IN THE NAME OF FEYNMAN, MAY NONE OF YOUR PAPERS PASS PEER-REVIEW!!!

  • In this house we do not recognize phosphine as a biomarker! Get the fuck out of my face!

  • The SR-71 is really fast and sleek, sure, but how can it be your favourite when it doesn't even have a massive gun that goes BRRRRRRRRRRRRRRRRRRRRRRRRT!...?

  • Using the command prompt is not coding.

    Ackshually, whenever you write something into the command prompt and it works, you're writing valid Bash (or whatever shell you're using) code. Bash is a programming language, so technically you are coding.

    For example, try typing the following into a terminal:

     
            for ((i = 0; i < 10; i++)); do echo $i; done
    
    
      

    You just counted to nine using a loop and a variable!