

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


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)


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!



Should be Higher (-2) because I have MicroG installed, and it misidentifies them as the proprietary GMS since they share the same app ID.
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.


Well, if you’re in the EU, a Linux phone might work as I think some of them support EU carriers.
If you’re in the US, however, I think you’re out of luck for the moment as I don’t think Linux phones support US carriers yet.
(Correct me if I’m wrong)


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.


Woah what theme is that? It looks cool.
Very true, especially when working with recursion. (Debugging recursion sucks)