101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

487
active users

#component

0 posts0 participants0 posts today

Schematic: "2022 - We've updated the circuit design to use widely-available part AB1234DL rather than the impossible-to-find one the original design used!"

<search Newark/RS/Element14>

Website 2025: "AB1234DL: obsolete, not available to order"

Sigh.

It sucks a bit that I still have to wrangle with three module loaders when building a frontend app in #vite:
- the one that configures how vite is found in the project (nodejs.org/api/packages.html#s)
- the one that configures how vite finds sources (vitejs.dev/config/shared-optio)
- tsconfig.json for #TypeScript (typescriptlang.org/tsconfig/#p)

I haven't found a perfect solution to get this to work everywhere "import foo from '#component/mymodule'".

nodejs.orgModules: Packages | Node.js v23.2.0 Documentation