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
3
Comments
1403
Joined
2 yr. ago

  • The Caps Lock LED being unresponsive is a good indicator the CPU is locked up hard. USB keyboards don't send interrupts like PS/2 so the bar for operation is slightly higher, but it still signals something is very wrong with the system

  • Does your machine have a PS/2 port by chance? That should give you magic keys when USB keyboards won't.

    Does the previous boot log show normal or error lines when it happens?

  • This is cool, but why the hell is it published by the straits times? Lol

  • A thing as in a meme, yeah

  • What do you see as its advantage(s) over other Arch derivatives?

  • I'm willing to give them a pass since this was a development build and while someone probably should've thought of it, it's the kind of bug that can happen. If this was the public release it would be a lot more outrageous.

  • Deleted

    Permanently Deleted

    Jump
  • Is this a Boltzmann brain in a universe where only Doom exists?

  • Yes, but support changes depending on your router. Not many in the consumer market support it, but you can run OpenWRT on either a supported router or a Linux box with at least two interfaces - a usb adapter works if you're on a budget, and ethernet+WiFi also counts. I would suggest looking into VPN providers that support Wireguard, as that's in my experience both faster and more reliable than OpenVPN.

    For commercial alternatives you can just buy and import a wireguard conf file into, I know MikroTik routers support it and I believe GL.iNet does too. I'm pretty sure there are more, hopefully people can contribute their experiences.

    I wouldn't recommend TOR for this usecase btw, you'd be adding a lot of latency when you don't need the additional anonymity layer.

  • Deleted

    Permanently Deleted

    Jump
  • Rule 35

  • Also, "concentrating it" makes it sound like you're making it worse, but the total amount (mass/moles) stays the same.

    Plus if you build a simple condensation setup, boil the whole thing and drink the condensed steam, you're also getting rid of 99%* of those heavy, inorganic impurities

    *out-of-my-ass number

  • Set swappiness to 5 or something similar, or disable swap altogether unless you're regularly getting close to max usage

  • Press Freedom and democracy indices

  • Someone's grumpy. You should lossen up

  • It has layers, like apples

  • I lost, you lost, we loss

  • DEI = nepotism? Are you a Republican?

  • Regulating tech companies, not tech users right?

    ...right?

  • A government-organized non-governmental organization

    The US continues to be the land of oxymorons

  • Yeah but we're talking about API tools, not web browsers. People are using postman to see JSON, XML, or whatever horrible format the devs on the other side chose to use, not to render HTML graphically. If you query an HTML page using curl, you should get the HTML back, I don't see what's the problem