

I misread that as “Trust Turtle God GIF”, and was confused by the downvotes.
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


I misread that as “Trust Turtle God GIF”, and was confused by the downvotes.


pacman /w chaotic-aur.
I don’t need the AUR directly, a GUI, or other managers. Just what came with my system + chaotic works just fine.
edit: typo


“Nanomachines, son”
Yeah, to me all of these scream “Run tf away, go inside and don’t come back out until tomorrow.” (I am deafly afraid of bees)


Hopefully, someone in Japan with a leek haircut will emerge and restore civilization /s


So is “Claw Code” supposed to mean Claude? I don’t see any explanation of what the repo actually is.
I’ve been working on my first Python package to upload to PyPI to be used in more of my projects.
It’s a lot of work compared to some of my hobbyist projects as I’m trying to be (somewhat) professional about it.
It’s also my first time writing actual documentation designed for others to read. It’s a lot harder than I though to write good documentation. Thankfully, sphinx helps with pulling docstrings from my code. I just wrote a Quick-Start Guide to get people started using the package.
It’s fun though as I’m learning a new stack for Python package development (hatch/hatchling, ReadTheDocs, sphinx, PyPI). I’m almost done with the initial release too!
I too would like that TACO to go
I can think of a way out:
Just throw the whole PC away. It’s someone else’s problem now!


I’m targeting a Linux release
Your 3, I’m not sure to understand what you want to do.
I don’t want the active MPV file info in the terminal as if I CTRL+C, CTRL+D, or close the terminal, MPV will close too. So I want it to run as a background process (like how you can minimize VLC to the tray)
I don’t know if using something like nohup mpv <some file> & would work. I guess I could use pkill mpv to close it then.
I saw mpv has a --quiet option. What does that do?
I think the main problem lies in the community.
Not everyone, but a few vocal rotten apples are hostile to new users who either:
Don’t already know the answer to their own question
Are not using their distro
Didn’t immediately read the wiki entry for their exact problem
This kind of gatekeeping is why some people are put off of Linux and the community as a whole. Just because someone asks a question you think is obvious, doesn’t mean it’s obvious to them.
I’ll take the guanteed $1000 and not the mystery box so the prediction is always wrong :)


Here’s mine:
That’s right, it’s empty. I clear mine when I’m done copying/pasting stuff. Mainly due to paranoia.


Everything but my server uses Arch (BTW). This is so I can have all devices have the same scripts for uniformity.
Thank you so much! One more thing: would there be a way to check if the user has playerctl installed on their system? Or is there a Python package like it?


I like to use white on a transparent/glossy color.
Kind of like this (very old pic I know):



My old Vista machine blue-screened mid-gameplay many years ago, and the computer was completely corrupted (would only boot in Safe Mode).


I feel JavaScript should be more of a backend scripting language, like with Node, than a frontend. PHP can already accomplish a lot of what JS can do, just on the server-side as opposed to client-side.
PHP+CSS is really all you need to make something feel good. People often use JS to make a site look good, yet it usually suffers in functionality.
Very true, especially when working with recursion. (Debugging recursion sucks)