Eldar
banner
eldar.social
Eldar
@eldar.social
💼 Frontend, Backend, Design since 2010
🌎 Montreal, QC
Zen is the way to use Firefox these days. Zero slop, great UX.
November 23, 2025 at 12:32 PM
Hoppscotch?
November 23, 2025 at 5:53 AM
Hah, I remember that metal-looking nav bar :)
November 23, 2025 at 5:48 AM
This is deeply concerning. Stay safe ❤️
November 23, 2025 at 1:19 AM
Okay, but I can still turn this stuff off because it is annoying...
November 23, 2025 at 1:10 AM
Are they mostly just harassing you via the media, or full-on trying to sue you?
November 23, 2025 at 1:00 AM
Yea, you're probably right.
November 22, 2025 at 12:47 AM
I'd kill for file/directory-based routing in Node BE framework world. Been thinking of ripping the TS router route gen out and hacking it together with Fastify somehow...
November 21, 2025 at 10:58 PM
Okay, I'll explain, I guess 🤷

Rockets are designed to minimize dry mass, are _just barely_ structurally sound when tanks are empty, and rely on pressure to maintain integrity. Think coke can but with relatively MUCH thinner walls. This kind of failure is likely SpaceX optimizing booster mass.
November 21, 2025 at 10:12 PM
It's almost like grain silos aren't designed with the same constraints as rocket tanks 🙄
November 21, 2025 at 8:50 PM
Ah grid, always seems like a good idea for layouts, and almost never is.
November 21, 2025 at 4:36 PM
On the other hand, raw CSS has gotten a lot more powerful, so I get folks being excited about things like conditionals and container queues. If you're stuck having to write raw CSS, these things are very useful. You just... don't really need them when you style through JS components. 🤷
November 20, 2025 at 3:16 PM
This is only "weird" in the same way that learning how something unfamiliar works is "weird". Promises are "weird". Prototypes are "weird".
November 20, 2025 at 2:59 PM
I didn't know about this 😅 Also, apparently dvh is dynamic and can cause content to resize on scroll? But there's svh (smallest value) and lvh (largest value)? So many units...
November 20, 2025 at 7:17 AM
You could implement access to ctx via .this, but IMO that's pretty limiting as far as composable functions go. Works better if you're into classes rather than functions, and most JS folk lean away from classes. 🤷
November 20, 2025 at 5:58 AM
Speaking from React's POV, these aren't the same thing? It's not '.this'. Context in React is like a portal between parents and children, with no manual passing of ctx args around. In vanilla JS, you either have to manually pass a context arg, or rely on global scope, both of which have trade-offs.
November 20, 2025 at 5:58 AM
I'm guessing he's asking for {}.keys(). length or similar. Other reply covered why chaining is risky.
November 19, 2025 at 7:36 PM
November 19, 2025 at 5:13 PM