Badabinski
A book which resembles my favorite series ever, and which is endorsed by one of my other favorite authors? That's a hell of an endorsement. Final Architecture was a DNF for me, but I've enjoyed basically all of Adrian Tchaikovsky's other books.
This book made me feel so much dread that I couldn't even finish it.
So uh, OPNSense?
I'm here for it.
Ed Zitron seemed to estimate that it was probably 4-5x the current going rate, so a $20 ChatGPT subscriber likely costs OpenAI $80-100.
"sucundus dick" oh my god I love it
Sounds like a perfect use-case for some subsonic .300 Blackout rounds.
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.
You like that? I'm a fan of it.
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.
while I appreciate that the author mentions how weird this is, nobody is going to learn all the caveats correctly. Don't use
set -e. Don't useset -e. Don't useset -e. It's a shit ass broken ass fucked feature that half of nobody understands well. Here's a great wiki page explaining why it's trash: https://mywiki.wooledge.org/BashFAQ/105People like Go, and Go requires you to manually and stupidly handle every possible error case. Why not do the same for shell? It's really quite easy:
Look at that, descriptive error messages! And it doesn't depend on a shell feature that is inconsistent between versions with no good documentation about all of the fucked up caveats.