MissAbyss
Just minding my own business...
- Jul 20, 2025
- 418
tho, that will probably be detectable when a suspicious amount of points (eg 20 points for 20 foods) are earned.Ah, thanks for the explanation! Yeah, that's what I thought too. You can just cheat to get to 50 as quickly as possible.
Yeah, I'm not a picky eater... Well, easy peasy. lol
Yes, but why even mention food you don't like, so you get 0 points? Like wut?!tho, that will probably be detectable when a suspicious amount of points (eg 20 points for 20 foods) are earned.
so true.Yes, but why even mention food you don't like, so you get 0 points? Like wut?!
I took a guess, I think... @IncrediblePal summed it up quite well. The challenge is that at some point, someone may have to sacrifice themselves to post on a letter where no-one finds anything they like. But otherwise, no-one can ever win.@GlassMoon When you have a moment, can you explain to me how the Game: "Gluttony Game. Suppertime Edition" works in baby-language? I just don't see the logic. How did you figure it out? Dank u!
It's a nice lil game, idk what threshold counts as like for me, if some food is inbetween.I took a guess, I think... @IncrediblePal summed it up quite well. The challenge is that at some point, someone may have to sacrifice themselves to post on a letter where no-one finds anything they like. But otherwise, no-one can ever win.
Glad you're trying to join!!!
you should set a charge limit on 80 or something so your bettery last longerThis time the last post does indeed win (2048 with bluered theme... after a few tries for the session)
[Hidden content]
ooo, good idea... on the server laptop, that probably should be implemented soon... and this laptop can run with that limit when at home.you should set a charge limit on 80 or something so your bettery last longer
its under advanced power management settings in most Linux, theirs also a something ctl command to do it but that have to be done in a automated scriptedooo, good idea... on the server laptop, that probably should be implemented soon... and this laptop can run with that limit when at home.
I used the scripts from https://www.baeldung.com/linux/limit-battery-charge-level and used the PC for a bit. To confirm whether it works or not, I set initial thresholds to allow charging from 98% to 99%, but after 2 mins or so, the charge hasn't drained below 100%.its under advanced power management settings in most Linux, theirs also a something ctl command to do it but that have to be done in a automated scripted
➜ sudo tlp-stat -b
--- TLP 1.5.0 --------------------------------------------
+++ Battery Care
Plugin: generic
Supported features: none available
+++ Battery Status: BAT0
/sys/class/power_supply/BAT0/manufacturer = SIMPLO
/sys/class/power_supply/BAT0/model_name = Dell
/sys/class/power_supply/BAT0/cycle_count = 0 (or not supported)
/sys/class/power_supply/BAT0/charge_full_design = 4400 [mAh]
/sys/class/power_supply/BAT0/charge_full = 1339 [mAh]
/sys/class/power_supply/BAT0/charge_now = 1339 [mAh]
/sys/class/power_supply/BAT0/current_now = 1 [mA]
/sys/class/power_supply/BAT0/status = Full
/sys/class/power_supply/BAT0/charge_control_start_threshold = (not available)
/sys/class/power_supply/BAT0/charge_control_end_threshold = (not available)
Charge = 100.0 [%]
Capacity = 30.4 [%]
# echo 99 > /sys/class/power_supply/BAT0/charge_control_end_threshold
bash: /sys/class/power_supply/BAT0/charge_control_end_threshold: Permission denied
yes thats to see battery info the command is to change charge limlitI used the scripts from https://www.baeldung.com/linux/limit-battery-charge-level and used the PC for a bit. To confirm whether it works or not, I set initial thresholds to allow charging from 98% to 99%, but after 2 mins or so, the charge hasn't drained below 100%.
Then I noticed not available/permission denied errors:
Code:➜ sudo tlp-stat -b --- TLP 1.5.0 -------------------------------------------- +++ Battery Care Plugin: generic Supported features: none available +++ Battery Status: BAT0 /sys/class/power_supply/BAT0/manufacturer = SIMPLO /sys/class/power_supply/BAT0/model_name = Dell /sys/class/power_supply/BAT0/cycle_count = 0 (or not supported) /sys/class/power_supply/BAT0/charge_full_design = 4400 [mAh] /sys/class/power_supply/BAT0/charge_full = 1339 [mAh] /sys/class/power_supply/BAT0/charge_now = 1339 [mAh] /sys/class/power_supply/BAT0/current_now = 1 [mA] /sys/class/power_supply/BAT0/status = Full /sys/class/power_supply/BAT0/charge_control_start_threshold = (not available) /sys/class/power_supply/BAT0/charge_control_end_threshold = (not available) Charge = 100.0 [%] Capacity = 30.4 [%]
Code:# echo 99 > /sys/class/power_supply/BAT0/charge_control_end_threshold bash: /sys/class/power_supply/BAT0/charge_control_end_threshold: Permission denied
sudo -iI used the scripts from https://www.baeldung.com/linux/limit-battery-charge-level and used the PC for a bit. To confirm whether it works or not, I set initial thresholds to allow charging from 98% to 99%, but after 2 mins or so, the charge hasn't drained below 100%.
Then I noticed not available/permission denied errors:
Code:➜ sudo tlp-stat -b --- TLP 1.5.0 -------------------------------------------- +++ Battery Care Plugin: generic Supported features: none available +++ Battery Status: BAT0 /sys/class/power_supply/BAT0/manufacturer = SIMPLO /sys/class/power_supply/BAT0/model_name = Dell /sys/class/power_supply/BAT0/cycle_count = 0 (or not supported) /sys/class/power_supply/BAT0/charge_full_design = 4400 [mAh] /sys/class/power_supply/BAT0/charge_full = 1339 [mAh] /sys/class/power_supply/BAT0/charge_now = 1339 [mAh] /sys/class/power_supply/BAT0/current_now = 1 [mA] /sys/class/power_supply/BAT0/status = Full /sys/class/power_supply/BAT0/charge_control_start_threshold = (not available) /sys/class/power_supply/BAT0/charge_control_end_threshold = (not available) Charge = 100.0 [%] Capacity = 30.4 [%]
Code:# echo 99 > /sys/class/power_supply/BAT0/charge_control_end_threshold bash: /sys/class/power_supply/BAT0/charge_control_end_threshold: Permission denied
yes thats to see battery info the command is to change charge limlit
sudo -i
nano /etc/systemd/system/battery-threshold.service
## copy paste below
[Unit]
Description=Set battery charging threshold
[Service]
Type=oneshot
ExecStart=/bin/bash -c 'echo 80 > /sys/class/power_supply/BAT0/charge_control_end_threshold'
[Install]
WantedBy=multi-user.target
##
then
systemctl daemon-reload
systemctl enable battery-threshold.service
reboot
sudo tlp-stat -b
charge_control_end_threshold
hmm.... change config in the live os then i guess but if its not supported then it probably wont work, 99% sure it need hardware support to shutdown the charging.That's the file that couldn't be written to, even as root... so I fear the 2011 Dell doesn't support charge limits from linux.Code:charge_control_end_threshold
PS: On the live OS, reboot will clear the config to the default on USB.
ooo that's cool. Tbh, having a UPS with a Desktop PC would be cool, can disconnect the PC from the UPS for rapid shutdown... and if power merely goes out, there is time to save work (or read the rest of some posts) before shutdown.hmm.... change config in the live os then i guess but if its not supported then it probably wont work, 99% sure it need hardware support to shutdown the charging.
im a bit fancy made my power cabal to a dead man switch if i pull it runs poweroff and everything is encrypted in seconds
cool, it does clean shutdown