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/)JU
Posts
25
Comments
493
Joined
2 yr. ago

  • The first programmer was a woman (Ada Lovelace), the person who laid the foundation for all modern computing was gay (Alan Turing), and the person who revolutionized modern chip design was trans (Lynn Conway). Computer science history is filled with queerness and diversity.

  • Because of this I literally just checked my dream notes and found "Teleport, tile travel but moneyore as you go back" and I actually have no idea what it means other than tile probably being a typo for time.

  • Don't buy windows from eBay! You can download an iso for free from microsoft. Flash that to a USB and install it that way (or as others have suggested, just use a VM). It won't be activated but you don't need that for what you're doing: https://www.microsoft.com/software-download/windows11

    If you don't need windows 11, I actually recommend 10 ltsc. It doesn't come with all the bloat and adware that normal windows comes with: https://www.microsoft.com/en-us/evalcenter/download-windows-10-enterprise

  • Somewhat, but it's not a virus. It's contained to it's own file system unless it does something really stupid, and I can easily remove the while whole thing. But the reason i needed it privileged is because it loads the ppp kernel module, so if you know a way to do that without privileged mode, lmk.

  • For me it had to be run with --privileged and --network=host

    For some reason I also had to do "ip r add {remote IP}/{mask} via {the public IP assigned by the vpn}". A friend who knows more about networking found that out for me though, so I'm not entirely sure about it.