DeaDvey (@[email protected])
67 Posts, 17 Following, 5 Followers · I run https://mastodon.tuxcord.net/ I use OpenSUSE Tumbleweed I like programming Personal website and blog: https://deadvey.com/ I read a lot of web comics
| Timezone | GMT |
| Computers | Thinkpad T61, Custom build AMD Tower, Beelink Minicomputer |
| Consoles | PS4, PS3, PS2, Nintendo DSL |
| Website | https://deadvey.com |
67 Posts, 17 Following, 5 Followers · I run https://mastodon.tuxcord.net/ I use OpenSUSE Tumbleweed I like programming Personal website and blog: https://deadvey.com/ I read a lot of web comics
I actually think I'm preferring nginx to apache right now lol.
* * * * * - Five star cron job. Will run again.
Fyi https://www.cyberciti.biz/faq/how-do-i-add-jobs-to-cron-under-linux-or-unix-oses/
🐧✨APT! APT! Install! 🐧✨
〜Windows tomorrow but tonight it's LINUX〜
🎀 Our first cover: Linux parody of APT - ROSÉ, Bruno Mars
🩵 Video, vocal & mix by @lina & @cyan
YouTube: https://www.youtube.com/shorts/PS2OUBuh4-g
@bagder They accidentally pasted their conversation history with ChatGPT into another issue as well...
You said:
What is the major bug in this code
[...]
ChatGPT said:
The code contains a critical logical bug that violates an assertion in the function tiling_resize_for_border:
[...]
You said:
Write a github bug report for that issue, make it sound extremely major
Why.
light=$(sunwait poll $LATITUDE $LONGITUDE)
if [[ "$light" == "DAY" ]]; then
sed -i 's/MODE\ =\ ".*"/MODE\ =\ "light"/' $HOME/.config/home/home.nix
home-manager switch
else
sed -i 's/MODE\ =\ ".*"/MODE\ =\ "dark"/' $HOME/.config/home/home.nix
home-manager switch
fi
Changes the mode (dark or light mode) across home manager based on whether it's the day or night.