S0AndS0.eth
s0-and-s0.bsky.social
S0AndS0.eth
@s0-and-s0.bsky.social
Tight technical tips, and links to Open Source projects are what I generally share here.

Thanks for stopping by lifeforms, and good luck to y'all!
uh, not saying who but, someone may have published a `toxic-cookies` tool for _"testing"_ (with permission) how backend handles junk inputs

... as for messing with scrapers directly, considering most assume consent I figure it only fair to auto-opt 'em into profit sharing plan via `robots.txt` ;-)
October 23, 2025 at 8:51 PM
Periodic reminder; fifteen minutes of reading the manual plus five minutes of Bash scripting, can save hours of faffing-about with a _real_ programming language's tooling.
October 10, 2025 at 9:25 PM
Maybe I won't delete my LinkedIn account today
October 8, 2025 at 8:37 PM
Periodic reminder; until your project truly, madly, deeply, _needs_ multiple micro-services

... that can scale horizontally, or vertically...

Your project probably doesn't need micro-services.
October 2, 2025 at 8:17 PM
🎉 it is now merged! So it be possible to easily declare `radio-active` configs via something like what's shown in attached image.

Much thanks be to `rycee` for showing me how to simplify things and where to find examples!
September 28, 2025 at 4:45 PM
I will not admit how long it took me to get this incantation _mostly_ behaving itself, but will share it with y'all for those that desire such thangs...
September 24, 2025 at 3:28 AM
Not only being able, but encouraged, to declare dependencies where used is becoming one of my favorite Nix bits!

No more "_package_ not found" errors because a script/config depends on something that wasn't installed, because declaring the dependency ensures it gets installed.
September 16, 2025 at 10:35 PM
I thought Orgs demanding free work was bad but Impactis Global made the bold, "hold my beer", decision to demand to be paid by workers for the privilege to work.
September 9, 2025 at 3:39 PM
It is probably better that no one asks _why_ I'd write code like this, just accept that NodeJS pushed me into doing some questionable things with Nix...

#development #devOops #javascript #nix #node #typescript
August 30, 2025 at 4:08 AM
Preview of some code I'm cooking to create Python Dict from Nix Attrs...

Probably best not to ask why x-)

#linux #nix #nixos
August 20, 2025 at 10:56 PM
August 19, 2025 at 3:52 PM
August 19, 2025 at 3:52 PM
Am I Mandela Effecting or does anyone else remember IBM putting-out a statement about accountability and computers?
August 15, 2025 at 6:55 PM
Today I reclaimed roughly 14 Gigs of hard-drive space!

> No-one: How?

I deleted `node_modules` from publicly published projects that are feature complete.

> No-one: How?

Bash pipeline to a file, some spot-checking/clean-up, and mass `rm -rf`-ing

#bash #devOops #devOps #development #linux #macOs
August 6, 2025 at 4:23 PM
Some CSS stuff I've been playing with recently is turning HTML lists into comma separated lists

Nothing fancy, like loading spinners or flashing animations, but sure is nice to simplify server-side rendering stuff and let HTML just be HTML :-)

#css #development #frontend #html #webdev
August 6, 2025 at 12:27 AM
Trigger warning!

Screenshot is taken from deepWiki, as of 2025-08-02, and is a place that automates sloppily slinging slop about dev-docs.

In this case it confidently asserts there be `try`/`catch` available within `.nix` files :-|

#ai #llm #nix #vibecoding #vibracoding
August 2, 2025 at 8:21 PM
I cannot say that Nix would fix me

... but functional programming is kinda fun to play with!
July 14, 2025 at 8:56 PM
Post preview of something that might get published some day, probably nothing to get too excited about...

#linux #nixos #sysadmin
July 8, 2025 at 3:09 AM
You can just reuse labels from your favorite products to decorate an Apple© Macintosh™ macOS® lap-book!

... No need to go to conferences for stickers 💸
June 30, 2025 at 11:01 PM
Bash is such a boon for productivity!

Today in less than 23 lines of executable code, written and tested in about as many minutes, I had a script happily mirroring committed changes in multiple Git repositories to a private server.
June 25, 2025 at 4:20 AM
Today I (re)learned how fantastic Bash scripting is for getting stuff done swiftly. There's often a tool ready to do a job!

And part of today's job was making debug output a bit prettier x-)
June 24, 2025 at 12:35 AM
Anyone else been psychicly damaged by Grammarly recently?
June 20, 2025 at 11:39 PM
It'd be too tempting for some to set 'em off for fun ;-)

On a related note, why ain't it mandatory for spiral staircases to have a slide incorporated into the hand-railing?
June 14, 2025 at 10:46 PM
Quick Bash scripting tip, `xargs` has the option to limit how many arguments it'll read from standard-in;

man --pager='less --pattern="^\s+-n"' xargs

... and here be a, "its really quite simple", Bash script demonstrating why this be useful ;-)
June 13, 2025 at 11:40 PM
May 30, 2025 at 4:02 PM