rajsite.com
41 posts
183 followers
298 following
Active Commenter
comment in response to
post
JavaScript needs more friends
comment in response to
post
Like briefly stretching your legs into the aisle of a plane
comment in response to
post
Tend to avoid them as component authors on the host element to avoid conflicts with component users. We (try) to treat id, class, data-*, as user-owned attributes we don't touch.
comment in response to
post
"Pulitzer prize and Grammy award winning artist Kendrick Lamar"
"What is a diss-assembler?"
comment in response to
post
I do know a thing.
Everything is computer.
I know computer.
comment in response to
post
If you want a terrible idea you probably shouldn't use bsky.app/profile/rajs...
comment in response to
post
Very cool! Have you tried running a p2 component on wasmtime+pulley interpreter compiled for wasm32-wali-linux-musl?
comment in response to
post
Was so sad it didn't make the cut for interop 2025 but this is encouraging to hear! github.com/web-platform...
comment in response to
post
Still wish there was a way to accomplish this for static sites without needing a service worker 😖
comment in response to
post
Our issue with links out to the Blazor issue: github.com/ni/nimble/is...
comment in response to
post
Checkbox indeterminate state only being configurable as a property is another we hit with Blazor
comment in response to
post
Also give me a reasonable family plan so I can set my people up without much trouble.
comment in response to
post
Great episode! It's not a popular opinion but I'd pay $8 a month for a Chromium-based Firefox that also acted as my cross-platform password manager with a vision of using the funds for Firefoxes. I find it hard to daily Gecko Firefox today and uneasy about Mozilla usage of the funds otherwise.
comment in response to
post
Wasn't familiar with NODE_OPTIONS, I'll have to try it out! Thanks for the reply!
comment in response to
post
Awesome! Are there plans for an env var like DENO_TLS_CA_STORE or some way to make --use-system-ca the default?
deno.com/blog/v1.13#u...
comment in response to
post
That's awesome! Is there a concept of parsing inline tagged templates like: const style = css`p{}`?
comment in response to
post
Once you cut everything possible to ship the MVP you're done, time to move on to chat bot integrations. You have achieved the maximum value proposition.
comment in response to
post
Disqus flags glitch links as spam 🙄 Inspired a terrible / beautiful idea but "Uncaught NotAllowedError: Sharing constructed stylesheets in multiple documents is not allowed" 😢 glitch.com/edit/#!/evil...
(even so I expect some rethinking on custom properties would be needed anyway)
comment in response to
post
What an appropriately sized hello kitty!
comment in response to
post
Holograms 🕶️🎲 @tiltfive.bsky.social
comment in response to
post
Except boolean attributes? Despite the weirdness, great for styling.
comment in response to
post
Refurbished framework! frame.work/marketplace/...
comment in response to
post
Time to make comet real ☄️ @eccantwell.bsky.social
comment in response to
post
Don't hate on knock off Budae-jjigae 🍜🧀
comment in response to
post
I'd hope that state in components behave well even before connected like the native elements. If components don't do that we should treat it like a bug.
comment in response to
post
Have a similar setup but in storybook to get some visual diffs as well: 60e89457a987cf003efc0a5b-ywqmtevvrk.chromatic.com?path=/story/...
comment in response to
post
The wireit docs are where I first learned about that ts config: github.com/google/wirei...
comment in response to
post
Incremental builds and tsc -b might help if not already used
comment in response to
post
1. cross-origin-isolated on frames
2. +1 for anchor positioning
3. a better way to run unit tests cross platform (run Safari tests from Windows / Linux)
comment in response to
post
comment in response to
post
Maybe the AI junk is what the internet will become 😔 bsky.app/profile/kent...
comment in response to
post
@edzitron.com Freya gave great examples of gen AI's impact on the web
comment in response to
post
A is still open and focused with a dirty dot, B is saved and opened in a new tab.
comment in response to
post
National Instruments has good meeting space and has sponsored meetups like OWASP's Austin Chapter.
comment in response to
post
Gave up understanding `npm update` long ago. Now just delete lock and node_modules and let it rebuild clean (in npm workspace). Find it flattens the node_modules hierarchy better too.
comment in response to
post
Every 6-8 months or so it stops working and keeps erroring out until I eventually reformat a couple months after 🤷
comment in response to
post
Any clever way to make new instances? Maybe dynamic import with a random query param? Guess that would leak instances though.. Maybe I need to wait for source phase imports?
comment in response to
post
Wild that it worked on SpiderMonkey, very cool
comment in response to
post
💯
comment in response to
post
Makes perfect sense as a principle if it's polyfillable. Seems challenging to apply broadly if not.
comment in response to
post
Ours is not paginated but is virtualized (and very cool) nimble.ni.dev/storybook/?p...