Tootfinder

Opt-in global Mastodon full text search. Join the index!

@aral@mastodon.ar.al
2026-01-12 15:40:16

🥳 Auto-Encrypt Localhost version 9.0.0 released
Bye bye, Windows.
• Windows is no longer supported as Microsoft is complicit in Israel’s genocide of the Palestinian people¹ and Small Technology Foundation² stands in solidarity with the Boycott, Divestment, and Sanctions (BDS) movement³. Windows is an ad-infested and surveillance-ridden dumpster fire of an operating system and, alongside supporting genocide, you are putting both yourself and others at risk by using it.
Enjo…

@fanf@mendeddrum.org
2026-01-12 18:42:01

from my link log —
Deno: a runtime for TypeScript built with V8, Rust, and Tokio.
deno.land/
saved 2019-07-07 dotat.at/:/C5839.html

@kubikpixel@chaos.social
2026-01-05 07:05:12

2025 JavaScript Rising Stars
🧑‍💻 #RisingStars #javascript

@aral@mastodon.ar.al
2025-12-19 09:54:33

🥳 New Node Pebble release (version 5.3.0)
Thanks to the lovely folks at Let’s Encrypt tagging a new release of Pebble last night¹ (version 2.9.0), there’s now a new version of Node Pebble that uses it :)
codeberg.org/small-tech/node-p
Enjoy! 💕
¹

@zachleat@zachleat.com
2026-01-14 18:16:35

I think I found a Node.js bug! github.com/nodejs/node/issues/

@tante@tldr.nettime.org
2026-01-21 15:25:21

Well, less JS in the world would absolutely be an improvement to be honest.

Screenshot of the heading of an article titled:

"The creator of Node.js says the era or writing code is over"
@cyrevolt@mastodon.social
2026-02-19 22:01:43

Another way of dealing with many low-quality reports:
nodejs.org/en/blog/announcemen

@aral@mastodon.ar.al
2025-12-17 15:24:34

Just updated Node Pebble to support latest release version of Let’s Encrypt’s Pebble testing server.
#LetsEncrypt

@aral@mastodon.ar.al
2025-12-30 12:01:53

Caught a bug over the holidays so I’m mostly resting, feeling sorry for myself, and taking the time to at least carry out some mindless housekeeping tasks (updating dependencies, etc.) on some of my Node modules.
Released updates to the following packages yesterday:
Tape-based Node.js testing:
• Tap monkey (

@aral@mastodon.ar.al
2026-01-15 15:25:20

🥳 @small-tech/syswide-cas v7.0.2 released
Enables Node.js to use custom Certificate Authorities (CAs) alongside the bundled root CAs.
codeberg.org/small-tech/syswid
• Drops legacy Node support
• Is now ESM
• Improved code quality
•…

@aral@mastodon.ar.al
2026-01-15 16:20:32

🥳 @small-tech/auto-encrypt-localhost version 9.0.1 released
Automatically provisions and installs locally-trusted TLS certificates for Node.js https servers (including Polka, Express.js, etc.) Unlike mkcert, 100% written in JavaScript with no external/binary dependencies. As used in Kitten¹
cod…

@aral@mastodon.ar.al
2025-12-19 09:44:47

Node.js devs, so picture this: you run `npm install` and you get a bunch of packages with audit errors.
The only thing I want to know at that point is what’s the root package that these dependencies belong to? (Running npm audit fix is a last resort as I don’t like it fiddling around with the dependencies of nested packages.)
It’s also not a straightforward thing to do, but it’s nothing jq and a bit of piping can’t fix:
```bash
npm audit --json | jq -r '.vulnerabil…

@aral@mastodon.ar.al
2026-01-21 17:54:09

🥳 Minor releases
• Auto Encrypt 5.1.0: Moves automatic IP address detection from top-level await to asynchronous createServer() method to enable servers that import to run offline when they’re running on localhost) and exports IPAddresses class so servers can carry out their own automatic IP address detection (IPv4 and IPv6) if they want full control over exactly which domains and IP addresses are included in provisioned TLS certificates.¹
• @small-tech/https: Re-exports IPAddres…

@aral@mastodon.ar.al
2026-01-20 17:55:21

🥳 Multiple major releases today
• @small-tech/auto-encrypt v5.0.0 (codeberg.org/small-tech/auto-e)
• @small-tech/auto-encrypt-localhost v10.0.0 (