Day 084
Python steganography
Decided to take a look again at my Bachelor’s thesis and do a nice rewrite in Python3 of the main code.
Setting date in Linux
The date
command can take STRINGS, which as mentioned in the man pages can be quite free-form. I moved my system clock back 1h with sudo date -s "1 hour ago"
. Wow.
DNB and Typing
For the first time got 100% on D3B! And in general even though the results aren’t the most important thing in D3B they do actually motivate quite a lot. Keeping records and gamification for the win!
d3b 64% Mon 25 Mar 2019 11:43:46 AM CET d3b 100% Mon 25 Mar 2019 11:45:39 AM CET d4b 39% Mon 25 Mar 2019 11:48:12 AM CET d4b 33% Mon 25 Mar 2019 11:52:23 AM CET d4b 44% Mon 25 Mar 2019 11:55:07 AM CET d4b 50% Mon 25 Mar 2019 11:58:35 AM CET d4b 50% Mon 25 Mar 2019 12:00:39 PM CET
Python keyring
Is a python module to save secrets.
python -m keyring [get/set]
for help.
Arch adding user to group
To be able to change backlight.
sudo gpasswd -a sh video
Clight and backlights
clight -b radeon_bl0 --day-temp=6000 --night-temp=2000
would be nice, but sadly my webcam is covered. But it might be a nice replacement for redshift, sometime.
i3 borders
hide_edge_borders both #<none|vertical|horizontal|both>