• ⚠️ UK Access Block Notice: Beginning July 1, 2025, this site will no longer be accessible from the United Kingdom. This is a voluntary decision made by the site's administrators. We were not forced or ordered to implement this block.

MissAbyss

MissAbyss

Just minding my own business...
Jul 20, 2025
418
devil satan GIF
 
  • Yay!
Reactions: U. A. and GlassMoon
EmptyBottle

EmptyBottle

:3
Apr 10, 2025
1,652
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
tho, that will probably be detectable when a suspicious amount of points (eg 20 points for 20 foods) are earned.
 
  • Informative
Reactions: MissAbyss
MissAbyss

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.
Yes, but why even mention food you don't like, so you get 0 points? Like wut?!
 
  • Like
Reactions: EmptyBottle
EmptyBottle

EmptyBottle

:3
Apr 10, 2025
1,652
Yes, but why even mention food you don't like, so you get 0 points? Like wut?!
so true.

on a side note, I don't like the "subtract 1" option for the counting game, because in fast play, it can cause inconsistencies, whether accidentally done due to lag, or intended due to favourite numbers or to "play on the other side"

personal totals .. don't have such issues and are preferred by real databases (eg youtube view count by country, and yes, they can subtract suspicious views later on)
 
  • Informative
Reactions: GlassMoon and MissAbyss
GlassMoon

GlassMoon

╠═···⢄⠔⠑ 👻 ⢄⠔⠑···═╣
Nov 18, 2024
358
@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!
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!!!
 
  • Informative
  • Love
Reactions: MissAbyss and EmptyBottle
EmptyBottle

EmptyBottle

:3
Apr 10, 2025
1,652
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!!!
It's a nice lil game, idk what threshold counts as like for me, if some food is inbetween.
 
  • Hugs
  • Informative
Reactions: GlassMoon and MissAbyss
EmptyBottle

EmptyBottle

:3
Apr 10, 2025
1,652
you should set a charge limit on 80 or something so your bettery last longer
ooo, good idea... on the server laptop, that probably should be implemented soon... and this laptop can run with that limit when at home.
 
  • Like
Reactions: MissAbyss
E

Eriktf

Warlock
Jun 1, 2023
714
ooo, good idea... on the server laptop, that probably should be implemented soon... and this laptop can run with that limit when at home.
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
 
  • Informative
Reactions: EmptyBottle
EmptyBottle

EmptyBottle

:3
Apr 10, 2025
1,652
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
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%.

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
 
E

Eriktf

Warlock
Jun 1, 2023
714
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%.

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
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%.

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 -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
 
  • Informative
Reactions: EmptyBottle
EmptyBottle

EmptyBottle

:3
Apr 10, 2025
1,652
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
Code:
charge_control_end_threshold
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.


PS: On the live OS, reboot will clear the config to the default on USB.
 
E

Eriktf

Warlock
Jun 1, 2023
714
Code:
charge_control_end_threshold
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.


PS: On the live OS, reboot will clear the config to the default on USB.
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
 
  • Informative
Reactions: EmptyBottle
EmptyBottle

EmptyBottle

:3
Apr 10, 2025
1,652
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
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.
 

Similar threads

Pale_Rider
Replies
52
Views
1K
Forum Games
GlassMoon
GlassMoon
mjolnir
Replies
0
Views
116
Suicide Discussion
mjolnir
mjolnir
totno
Replies
18
Views
431
Offtopic
user938838383335
U
autumn68
Replies
4
Views
293
Recovery
EmptyBottle
EmptyBottle