Just another guy playing to be a software engineer
🇳🇱 Amsterdam
It ensures we can dedicate time to critical maintenance and new features.
Thank you! Learn more about our sponsors: piscinajs.dev
#oss #Community #piscinajs
It ensures we can dedicate time to critical maintenance and new features.
Thank you! Learn more about our sponsors: piscinajs.dev
#oss #Community #piscinajs
- @joyeecheung.bsky.social revealed how @nodejs.org is moving to full ESM and why the future looks brighter for developers.
www.youtube.com/watch?v=I0jv...
- @joyeecheung.bsky.social revealed how @nodejs.org is moving to full ESM and why the future looks brighter for developers.
www.youtube.com/watch?v=I0jv...
github.com/nodejs/undic...
github.com/nodejs/undic...
They are advanced probability machines. They generate the next most likely token (word) based in the input and their training.
Under the hood, it’s a giant matrix multiplication that has eerily good output.
They are advanced probability machines. They generate the next most likely token (word) based in the input and their training.
Under the hood, it’s a giant matrix multiplication that has eerily good output.
It is just... too much.
It is just... too much.
Thanks @pmarchini for the contribution!
Thanks @pmarchini for the contribution!
The tech industry doesn’t exist without open source.
The tech industry doesn’t exist without open source.
- Circular Buffer by default
- Load Balancing Customization
- Piscina#runTask deprecation
- Atomics.waitAsync support
and more things came out! Check it out: github.com/piscinajs/pi...
- Circular Buffer by default
- Load Balancing Customization
- Piscina#runTask deprecation
- Atomics.waitAsync support
and more things came out! Check it out: github.com/piscinajs/pi...
Your support helps me keep building, improving, and maintaining them. Thanks! 💙
github.com/sponsors/met...
Your support helps me keep building, improving, and maintaining them. Thanks! 💙
github.com/sponsors/met...
• Lars Straathof - SSR for Web Components, a dead end?
• Jacob Smith - Node Just Run
• @metcoder.dev - Untangling Threads
🗓️ Date: March 6
📍 Location: ING Cedar, Bijlmerdreef 106, 1102 CT Amsterdam
🔗 Register now: lnkd.in/dz9QVwfX
• Lars Straathof - SSR for Web Components, a dead end?
• Jacob Smith - Node Just Run
• @metcoder.dev - Untangling Threads
🗓️ Date: March 6
📍 Location: ING Cedar, Bijlmerdreef 106, 1102 CT Amsterdam
🔗 Register now: lnkd.in/dz9QVwfX
satanacchio.hashnode.dev/everything-y...
satanacchio.hashnode.dev/everything-y...
Goodbye WinterCG, welcome WinterTC!
deno.com/blog/wintertc
Goodbye WinterCG, welcome WinterTC!
deno.com/blog/wintertc
But when I regularly pull late nights, my work (+mood, judgement) gets worse, not better.
Best work is (and has been) usually after taking enough rest and being full of energy+motivation.
But when I regularly pull late nights, my work (+mood, judgement) gets worse, not better.
Best work is (and has been) usually after taking enough rest and being full of energy+motivation.
(1) V8 is a JS and WASM engine. Perf implications here
(2) Easier to port outside of Node.js
(3) No need to precompile for every arch/os/libc/etc. combo
(4) Smaller packages
(5) Many more....
I *really* prefer when tools use wasm vs native bindings whenever possible (thanks to rollup for having a native build).
github.com/rollup/rollu...
(1) V8 is a JS and WASM engine. Perf implications here
(2) Easier to port outside of Node.js
(3) No need to precompile for every arch/os/libc/etc. combo
(4) Smaller packages
(5) Many more....