#nodejs #javascript
Twitter account: @rochejul
Here's a parallax thing where randomly-fixed-positioned stars are moved different amounts (with a scroll-driven animation)
Here's a parallax thing where randomly-fixed-positioned stars are moved different amounts (with a scroll-driven animation)
Nested indentation:
--indent: calc(inherit(--indent, 0) + 1);
Overridable design token defaults:
--primary-color: inherit(--primary-color, blue);
Nested indentation:
--indent: calc(inherit(--indent, 0) + 1);
Overridable design token defaults:
--primary-color: inherit(--primary-color, blue);
- Give an intuition of how transformers work
- Explain what each section of the paper means and how you can understand and implement it
- Code it down using PyTorch from a beginners perspective
goyalpramod.github.io/blogs/Transf...
- Give an intuition of how transformers work
- Explain what each section of the paper means and how you can understand and implement it
- Code it down using PyTorch from a beginners perspective
goyalpramod.github.io/blogs/Transf...
gcc.gnu.org/pipermail/gc...
gcc.gnu.org/pipermail/gc...
Ooh what?!
I honestly had no idea about that!
And it works like a charm! ✨
Chrome 139.0.7244.0 canary with "Experimental Web Platform features" enabled.
vtbag.dev/basics/hide-...
View transitions clipped at their container!
Ooh what?!
I honestly had no idea about that!
And it works like a charm! ✨
Chrome 139.0.7244.0 canary with "Experimental Web Platform features" enabled.
vtbag.dev/basics/hide-...
View transitions clipped at their container!
variety.com/2025/tv/glob...
variety.com/2025/tv/glob...
https://go.nature.com/4kIRR01
https://go.nature.com/4kIRR01
Node does not support Import Elision which means it's important to enable "verbatimModuleSyntax"
vMS means the developer knows if an import statement/binding will be deleted - all via the `type` keyword.
Congrats to @searyanc.dev on landing big updates to the default tsconfig settings used by `tsc --init` 🎉
Defaults matter - and in TS 5.9 they embrace simplicity 💙
🔷 ESM (was CommonJS)
🔷 No down-leveling (was ES2016)
🔷 verbatimModuleSyntax: true
github.com/microsoft/Ty...
Node does not support Import Elision which means it's important to enable "verbatimModuleSyntax"
vMS means the developer knows if an import statement/binding will be deleted - all via the `type` keyword.
Firefox 139 ships the TC39 Stage 3 Temporal proposal 🎉
It's about time.
Congrats to those who worked on the implementation including Andre Bargull & Dan Minor 👍
developer.mozilla.org/en-US/docs/M...
Firefox 139 ships the TC39 Stage 3 Temporal proposal 🎉
It's about time.
Congrats to those who worked on the implementation including Andre Bargull & Dan Minor 👍
developer.mozilla.org/en-US/docs/M...
Toute l’équipe sera sur pkace pour présenter le projet, le mercredi 11 juin à 10h45 !
Toute l’équipe sera sur pkace pour présenter le projet, le mercredi 11 juin à 10h45 !
medium.com/@rochejul/ar...
medium.com/@rochejul/ar...
1️⃣ 1092 ♥️ #CSS infinite #scroll gallery codepen.io/thebabydino/... my only one to ever get to 1K ♥️ without being in most hearted of the year
mostly CSS scroll-driven animations + tiniest bit of JS (~200 bytes for infinity part)
1️⃣ 1092 ♥️ #CSS infinite #scroll gallery codepen.io/thebabydino/... my only one to ever get to 1K ♥️ without being in most hearted of the year
mostly CSS scroll-driven animations + tiniest bit of JS (~200 bytes for infinity part)
JS used only for
a) feature support detection
b) updating slider value in --val
Uses only
1 × input[type=range] for actual slider
1 × output for current value display
1 × datalist for ruler
One of my best sliders on @codepen.io.
#CSS
JS used only for
a) feature support detection
b) updating slider value in --val
Uses only
1 × input[type=range] for actual slider
1 × output for current value display
1 × datalist for ruler
One of my best sliders on @codepen.io.
#CSS
codepen.io/thebabydino/...
Viewport adaptive. Heavily commented code if you want to check how the demo works in the back. Makes use of modern #CSS features.
Made with ❤️.
codepen.io/thebabydino/...
Viewport adaptive. Heavily commented code if you want to check how the demo works in the back. Makes use of modern #CSS features.
Made with ❤️.
A custom element that uses the CSS Custom Highlight API for syntax highlighting
Link: andreruffert.github.io/syntax-highl...
A custom element that uses the CSS Custom Highlight API for syntax highlighting
Link: andreruffert.github.io/syntax-highl...