

There are very probably architectural limitations which will prevent large language models from ever getting much better than they are right now. They are most likely a dead end.
Alt account of @Badabinski
Just a sweaty nerd interested in software, home automation, emotional issues, and polite discourse about all of the above.


There are very probably architectural limitations which will prevent large language models from ever getting much better than they are right now. They are most likely a dead end.


Metro 2033 is so good, you’re gonna love it. He wrote such a fever dream of a novel.
Is your container using BusyBox? if so, then it’s not even real wget, it’s just the disgusting awful busybox version.
God I hate BusyBox.
Free as in speech, friend. I donate to multiple FOSS projects every month.


These other responses are annoying. This looks really cool, and I hope that it works well for you and your friends! We definitely need good discord alternatives ASAP, and more options are better imo.
One cool feature would be some sort of official support for interop/bridging to other services. That might help to boost adoption and would make the “why not just contribute to Y” people be quiet.


If you want extreme flexibility, use Arch Linux, since it makes it trivial to swap out which window manager you’re using. It sounds like you’re familiar with Linux at this point, so you probably have the requisite knowledge to give Arch a spin.
Niri is supposed to be a pretty interesting WM if you’re looking for something new. I’d be interested to hear why i3 was too much, since I found it to be pretty smooth to pick up.


It’s getting encoded. % is a special character in URIs. Let me try posting it inside of back ticks, as well as triple back ticks:
https://noai.duckduckgo.com/?q=%25s
https://noai.duckduckgo.com/?q=%25s
I’ve noticed that there’s a plague of threadiverse clients which improperly escape/encode URIs. It’s most evident with how they mangle parenthesis in Wikipedia article titles.


Sheesh, it’s 5 GB with pnpm. Isn’t that meant to deduplicate dependencies?
Anywho, it looks like --prod isn’t being set in the Dockerfile, so dev dependencies are being included. I’m no node dev, but I remember this being something that people needed to set to shrink node_modules with npm. That might be an easy win.
My public schools had teacher/student ratios up to 35-1. Good old Utah.


Piefed might support what they need at this point. I’ve heard the devs really focused on moderator tooling.


journalctl -b -1 will show you the logs from the previous boot. journalctl -k -b -1 will do the same for the kernel logs. If you’ve rebooted again since, just use -2 instead of -1.
I don’t believe that does the same thing either. What if I lock my computer, sleep it, and step away for the day? I haven’t logged out, but my interactive session has ended.
Uptime shows how long the system has been up, not how long one has been interacting with the system.


It does! The ease of exporting/importing mod packs as codes is part of what really sold me on it. r2modman’s UX around that task leaves something to be desired imo


If you’re using r2modman, you should check out Gale. It’s basically a drop-in replacement that’s WAY faster and has far better UX in my opinion.
If you want more help with Bash in the future, this is the best resource I’ve found in 13 years of writing bash professionally: https://mywiki.wooledge.org/EnglishFrontPage
Bash FAQs and pitfalls are the primary sections to look at there.
Thank you for providing the easiest and most portable answer. This will handle files with special characters perfectly unlike most of the responses here which rely on a while loop (to say nothing of a for loop ).
Shell scripts are one of the worst possible applications of an LLM. They’re trained on shit fucking GitHub scripts, and they give you shit in return.
Only possible AI thing I see is
.zedin the.gitignore, but that’s not an indicator of LLM usage. Plenty of people use zed with all AI features disabled.