Badabinski
Alt account of @Badabinski
Just a sweaty nerd interested in software, home automation, emotional issues, and polite discourse about all of the above.
- 0 Posts
- 65 Comments
I mean, just use any stable distro and you can live that life. Arch is good for its own reasons precisely because it’s this way.
Badabinski@kbin.earthto
linuxmemes@lemmy.world•what kind of a n00b uses a text editor to edit text
10·1 month agoOh, 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.
Badabinski@kbin.earthto
linuxmemes@lemmy.world•what kind of a n00b uses a text editor to edit text
11·1 month agoIt’s like this meme was made for me. GET OUT OF MY HEAD, ANON.
pissing in the pool produces awful nitrogen trichloride pls don’t
Using ohmyzsh and not antidote? Blocked /s
Badabinski@kbin.earthto
linuxmemes@lemmy.world•Yeah, I should probably donate again or something
6·2 months agoYeah, I was being pretty thick earlier today. Oopsie!
Badabinski@kbin.earthto
linuxmemes@lemmy.world•Yeah, I should probably donate again or something
12·2 months agoIt was obvious and I was being a bit of a dummy this morning. Mea culpa.
Badabinski@kbin.earthto
linuxmemes@lemmy.world•Yeah, I should probably donate again or something
54·2 months agoIf 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.
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…
Badabinski@kbin.earthto
Selfhosted@lemmy.world•Postiz v2.11.3 - open source social media scheduling tool! (creation modal refactored)
2·2 months agoSheesh, it’s 5 GB with
pnpm. Isn’t that meant to deduplicate dependencies?Anywho, it looks like
--prodisn’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 shrinknode_moduleswithnpm. That might be an easy win.
My public schools had teacher/student ratios up to 35-1. Good old Utah.
Badabinski@kbin.earthto
Asklemmy@lemmy.ml•Have there been shipwrecks that have been damaged by undersea communication cables (or even discovered because cables were being laid)?
4·2 months agoPiefed 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.
idk who downvoted you, it’s a very common sentiment. I advocate for
<<<, but a pipe is often fine when performance doesn’t matter.
Idk, writing POSIX-compliant shell is so miserable that I avoid doing it when I can. You can use Bash on BSD and all other unixes, so it’s still a relatively portable solution.
I was waiting for someone to come along with this response lmao
I’m terrible at remembering shell string operation syntax, but this is the ultimate answer.
no pipe necessary, just
sed -E 's/TH|[EL ]|DO//g' <<<"$line"



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.