«JavaScript Cheat Sheet – Complete Modern JS Reference (ES6 )»
I am not a JavaScript fan and prefer to use TypeScrypt in this regard, but a modern reference helps with their current implementation.
🧑💻 https://blog.harislab.tech/articles/java…
Anyone on here fancy themselves a TinaCMS expert? #ssg #javascript
🇺🇦 #NowPlaying on KEXP's #VarietyMix
Amel Larrieux:
🎵 Unanswered Question
#AmelLarrieux
https://hkmsyr42.bandcamp.com/track/amel-larrieux-unanswered-question-keemix-2k22
https://open.spotify.com/track/507JG4hPjRrTAJ82Zq1f5G
⭐ Starred a repository
rebane2001/x86CSS
x86CSS is a working CSS-only x86 CPU/emulator/computer. No JavaScript required.
github.com/rebane2001/x86CSS
I'm building webkit-gtk right now. It's one of these messy packages where a few source files need a lot of memory to compile, and ninja can randomly order jobs so that all of them suddenly start compiling simultaneously. So to keep things going smoothly without OOM-ing, I've been dynamically adjusting the available job count via steve the #jobserver.
While doing that, I've noticed that ninja isn't taking new jobs immediately after I increased the job count. So I've started debugging steve, and couldn't find out anything wrong with it. Finally, I've looked into ninja and realized how lazy their code is.
So, there are two main approaches to acquiring job tokens. Either you do blocking reads, and therefore wait for a token to become available, or you use polling to get noticed when it becomes available. Ninja instead does non-blocking reads, and if there are no more tokens available… it waits till one of its own jobs finish.
This roughly means that as other processes release tokens, ninja won't take them until one of its own jobs finish. And if ninja didn't manage to acquire any job tokens to begin with, it is just running a single process via implicit slot, and that process finishing provides it with the only chance to acquire additional tokens. So realistically speaking, as long as there are other build jobs running in parallel, ninja is going to need to be incredibly lucky to ever get a job token, since all other processes will grab the available tokens immediately.
This isn't something that steve can fix.
#Gentoo #NinjaBuild
IIRC, Shadcn is a Vercel gig, so of course it’s both spaghetti code and wrong.
“The Incredible Overcomplexity of the Shadcn Radio Button”
https://paulmakeswebsites.com/writing/shadcn-radio-button/
🇺🇦 #NowPlaying on KEXP's #DriveTime
New Order:
🎵 The Perfect Kiss
#NewOrder
https://softnews.bandcamp.com/track/new-orders-the-perfect-kiss
https://open.spotify.com/track/2bXR3wHjJ7zBZ7RRuTVCvQ
JS Returns Undefined
🟨 #javascript #undefined
Proč !== v JS není bezpečné pro porovnšvšní tajných řetězců - #WebDev
from my link log —
DUMPLING: fine-grained differential JavaScript engine fuzzing.
https://www.ndss-symposium.org/ndss-paper/dumpling-fine-grained-differential-javascript-engine-fuzzing/
saved 2026-02-21