Comment on
might be a form of Jevons Paradox
why do anime girls have to be right all the time?
Comment on
might be a form of Jevons Paradox
why do anime girls have to be right all the time?
Comment on
Amazon AI
Reply in thread
pointing to 80 port was the salt in the wound, i presume?
Comment on
Asking the real questions
"ethics aside" truly a starter for a qa
Comment on
Biblically Accurate Java Class
Wait until you see Rust API docs with generics and lifetimes and trait implementations: the biblically accurate crab.
Comment on
How can I render a custom component in `head` with React Helmet?
Reply in thread
Using an array and unpacking seems the most genius hacky solution to this problem. Imma go with that I guess.
Comment on
Alright nerds, who can guess what this RegEx matches?
Reply in thread
truly a sunglasses moment indeed
Comment on
*Permanently Deleted*
Reply in thread
And the brownest nose of the century award goes to...
Comment on
Blade Render v0.2 release
Waiting for that 2.0.49 version
Comment on
The DX shift no one noticed: Web interoperability
Reply in thread
Just wanted to say I adore your username
Comment on
Coding Addiction: How Programming Affects Your Brain
Reply in thread
I've even installed a browser extension to filter Medium from Google search results. Their pricing is not reasonable nor localized.
Comment on
How can I render a custom component in `head` with React Helmet?
Reply in thread
Comment on
Help me understand module system in ES
Reply in thread
Yep, tried ChatGPT on that but screwed up the project and had to revert back to an older tag for it, but I will try this surely.
Comment on
Help me understand module system in ES
Reply in thread
Thank you, I've used files to exclude them from the bundle. :)
Comment on
How do I parse the escape characters of the content of a string literal input with nom?
Reply in thread
Hmm, didn't see that. Lemme play with that a little. Maybe I can come up with something. Thank you.