[-] dihutenosa@piefed.social 6 points 1 day ago

This implies that waiters are the root of all evil.

[-] dihutenosa@piefed.social 3 points 1 day ago

AI deepfake? Meh.

[-] dihutenosa@piefed.social 2 points 2 days ago

Sounds like a bug in the applet, frankly.

Try this in Bash:

$ echo $((`cat /sys/class/power_supply/BAT0/energy_now` * 100 / `cat /sys/class/power_supply/BAT0/energy_full`))
[-] dihutenosa@piefed.social 2 points 2 days ago

You'll have to try :) I'd be wary of having multiple daemons managing your battery, though - it sounds like a recipe for conflicts, infinite loops and such.

[-] dihutenosa@piefed.social 2 points 2 days ago

No idea about TLP, I'm not using that.

I created a systemd service for setting the charging threshold on boot, works for me.
This is NixOS syntax, but you get the idea:

	systemd.services.battery-charge-control = {  
		description = "Set battery charging behavior";  
		script = "echo 70 > /sys/class/power_supply/BAT0/charge_start_threshold; echo 81 > /sys/class/power_supply/BAT0/charge_stop_threshold";  
		wantedBy = [ "multi-user.target" ];  
	};  
[-] dihutenosa@piefed.social 24 points 2 days ago

Yep. You could start with searching for "Lazy newb pack".

[-] dihutenosa@piefed.social 2 points 6 days ago

My dog takes me to walks, which is healthy and pleasant.
Tho I think I still prefer my little humans, they're way more trainable and fun to have around.

[-] dihutenosa@piefed.social 11 points 1 week ago

VS Code runs flawlessly on Linux, as does dotnet the compiler/runtime.
C# is a fine language, and you can easily upgrade to F#, if adventurous.
I use nvim with omnisharp-roslyn myself, which doesn't work as reliably, but I'm used to Vim, so meh.

[-] dihutenosa@piefed.social 4 points 2 months ago

Was it the depilation that made it so grumpy?

dihutenosa

joined 2 months ago