

It’s like this meme was made for me. GET OUT OF MY HEAD, ANON.
Alt account of @Badabinski
Just a sweaty nerd interested in software, home automation, emotional issues, and polite discourse about all of the above.


It’s like this meme was made for me. GET OUT OF MY HEAD, ANON.
Using ohmyzsh and not antidote? Blocked /s
Yet another new account that shows up, posts 2 comics, and then auto-deletes.
I totally feel you. Hopefully this works for you. Barring that, I hope you and your partners are able to reach an accomodation on this. You sound really frustrated and defeated here, so hopefully they can help you, or work with you on a different solution.
Hopefully it helps! Killing them is not an option for me or my partner, so we did a fair bit of research. We found a lovely little wooded stream to drop the mice off at, and we made sure to sprinkle some good mouse food around the area before we let them out (since their survival rate will be quite low without some kind of help).
You need to take them a fair distance away. The recommendations I’ve seen are to take them at least 3 kilometers (~2 miles) away.


Yeah, I was being pretty thick earlier today. Oopsie!


It was obvious and I was being a bit of a dummy this morning. Mea culpa.


If you want a free and massive performance optimization, remove the cat:
fastWikiLookup() { grep "$@" ~/wikipedia.txt }
Reading and piping 156 GB of data to another process every time you want to look something up is a somewhat nontrivial action. Grep can directly read the file, which should result in a pretty damn good speed up.
As someone else linked, it’s called that because the Colt Single Action Army revolver was nicknamed as such. Colt’s slogan was some variation of this:
God created men equal, Col. Colt made them equal…
If equality is peace, then anything to enforce that would be a “peace maker.” I uh, don’t necessarily agree with that sentiment, but it was popular in the American West for a long ass time.
Hell, Bash provides filesystem-based sockets in /dev/tcp, so a tcp connection can almost be like Unix sockets or anything else.
I always found it weird that it was specifically provided by Bash…


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.
Yeah, plus it has type hints and tooling to make said type hints mandatory.
Also, like, fuck golang, it’s such a shit language and the compiler does very little to protect you. I’d say that mypy does a better job of giving you AOT protection.


Yeah, that’s icky. Machines like the Breville superautomatic ones are way better because they just have a regular fucking steam wand that’s easy to clean.


Childhood trauma is horrible, I’m sorry ): you deserved a safe home, and it’s tragic you felt so scared that you had to call the cops.
It annoys me when people don’t at least try to explain the advantages of language features. Like, there are some real advantages to writing “pythonic” Python, but if someone doesn’t know then it’s better to tell them why this other way rocks and is fucking cool and also happens to be considered best practice.
Also, sometimes you just have to do things in a non-pythonic way. PEP 8 literally says that a foolish consistency is the hobgoblin of little minds, which the pythonic nuts should hold as gospel.
Oh, I use vim, I don’t run an OS that can run Notepad++ natively. I meant using HEREDOCs as the responding anon suggested. I’ve absolutely done that on systems that lack a text editor.