Hobbyist developer, Linux enthusiast, and Arch Linux user.
"The only things constant in this world are death and taxes, I've got both!" — Skeleton Merchant, Terraria
Hobbyist developer, Linux enthusiast, and Arch Linux user.
"The only things constant in this world are death and taxes, I've got both!" — Skeleton Merchant, Terraria
Which type of player are you?
People with bad/no hearing, can you "hear" yourself chewing when you eat?
Budget, adjustable monitor for programming?
UFW: Allow from multiple subnets?
README Help for PyPI, Codeberg, and Possibly Local
Help with improving imports of built python package development?
Tips, Tricks, Arguments to make MPV work more like VLC in a script?
PEP: Is initializing typed variable with None bad practice?
Teardown Multiplayer update players: Did they change how tools are used?
Arch: Control VLC through terminal commands?
Good Spelling/Grammar Checkers for LibreOffice
Java Mods with similar mechanics to Palworld base pals?
Anyone else have this layout after fresh install of Kdenlive 25.12?
What are some good games to play while sick?
Until GrapheneOS supports non-Pixels, it is not worth using over LineageOS
LineageOS for MicroG 22.2 + Root Updating Procedure?
People with 8BitDo Ultimate 1/2 Controllers, how is the ergonomics?
How do you count on your fingers? How high can you count?
Linux QT apps/packages for YouTube alternatives?
Linux QT apps/packages for YouTube alternatives?
Mostly Linux built-in commands like
grep,awk, andcatwhen working with bash scriptsFor more serious projects that rely on a CLI interface, tools that allow for ANSI codes to be used. For example, I use
prompt_toolkit(for actual menus) andframed_text(for ANSI messages and yes, this is something I made) for my Python projects.gitis my main project branch program. It's just too good to pass up.I don't really use CLI/TUI text editors other than quick edits over SSH when I'm not at my PC. For that, I use
neovimwithnvchad, ornano.