DeaDvey (moved instance)

@DeaDvey
4 Followers
13 Following
65 Posts
Moved to here https://mastodon.tuxcord.net/@deadvey
TimezoneGMT
ComputersThinkpad T61, Custom build AMD Tower, Beelink Minicomputer
ConsolesPS4, PS3, PS2, Nintendo DSL
Websitehttps://deadvey.com
I've moved to my own instance: https://mastodon.tuxcord.net/@deadvey
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

Mastodon

I actually think I'm preferring nginx to apache right now lol.

#apache
#nginx
#websitedevelopment

Certbot ssl verifying is a pain.

🐧✨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

#Linux #VTuber #ENVTuber #TokyoHackerGirls

APT! APT! Install! ✨ #shorts

YouTube
Made a firefox extension because I was bored:
https://git.javalsai.dynv6.net/deadvey/themedweb
eg:
let BG = "073642"
let backgroundColor=BG;
document.body.style.backgroundColor = `#${backgroundColor}`;
--> Page loads body.backgroundColor as #073642
themedweb

Loads custom colours into css from a config file

Javalsai's Gitea

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

Bug Report: Critical Issue with Resizing Logic in Tiling Mode · Issue #6333 · i3/i3

Welcome Yes, I'm using the latest major release or the current development version. These are the only supported versions. Yes, I've searched similar issues and discussions on GitHub and didn't fin...

GitHub
WTF? Burmese Python with its mouth open. Can swallow deers and crocodiles! #guardian #python #worstnightmare
A new Linux user is learning to use Linux graphics apps for the first time.

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.