0 Followers
0 Following
1 Posts

I use this in a cronjob to turn a raspberry pi screen off at night and back on in the morning:

wlr-randr --output “HDMI-A-1” --off

wlr-randr --output “HDMI-A-1” --on

I’ve also go this environment variable set but I don’t know if it is needed outside of cron:

XDG_RUNTIME_DIR=/run/user/1000

It depends on the plug-in hybrid. Mine has a big enough battery that it runs as an EV until you run out of battery (usually after 40 miles). Works great for day to day city driving where I regularly get 1000 miles before having to refuel. And if you are doing long road drives, acts as a standard gas powered vehicle.

If you want a calculator, try an actual calculator or a website that actually does math like Wolfram alpha.

A chatbot can’t actually do math. It can only give you an answer that looks right because it has no fundamental understanding of what “right” actually is.

I didn’t realize the paperclip maximizer was a real thought experiment outside this game I found a few years back: www.decisionproblem.com/paperclips/

Late onset type 1 diabetes for me. The big symptoms for me were suddenly having to use the bathroom all the time and everything being blurry. I got those symptoms all of a sudden after being down with covid for a week. Diagnosed about a month later with an a1c of 10.

Metformin and a low-ish carb diet kept it in check for a bit before my doctor figured out it was type 1 and put me on insulin.

VR works just fine on linux. I’ve got the index and run it exclusively on a linux mint machine. It was a little rough around the edges a few years ago but has been running with no issues for the past couple years.
Don’t lick security cameras.

Setting a max password length is sometimes done to prevent ddos attacks. Without it, attackers could just spam 1MB passwords constantly and force the login server to just spend all its cpu time hashing garbage.

That being said, a password limit of under 20 characters probably just means they are just sorting passwords in plaintext.

Endless sky. You start off with a single spaceship and fly around the galaxy trading, fighting pirates, and buying/capturing more ships. The devs are still regularly adding new content too.
As soon as a bash command gets to multiple lines, i save it as a bash script and then edit it in a text editor.