Tootfinder

Opt-in global Mastodon full text search. Join the index!

No exact results. Similar results found.
@kubikpixel@chaos.social
2025-10-15 05:05:26

»`Uint8Array.prototype.toHex()`
The toHex() method of Uint8Array instances returns a hex-encoded string based on the data in this Uint8Array object.«
I've only just discovered this and I think it's a cool new feature in JavaScript. I am now surprised when almost all users have up-to-date web browsers in order to use it easily in the frontend WebDev.
🧑‍💻

@aral@mastodon.ar.al
2025-11-14 16:23:30

🥳 New Kitten Release!
🚨 Breaking change: You can now add arbitrary JavaScript in script blocks in Kitten Markdown Pages front-matter (and the imports property is gone).
You can also use JavaScript string interpolation and all special Kitten tags (e.g., conditional tags, etc.) in Kitten Markdown Pages.
📦 kitten.small-web.org

@arXiv_csCR_bot@mastoxiv.page
2025-10-14 11:58:59

The Hidden DNA of LLM-Generated JavaScript: Structural Patterns Enable High-Accuracy Authorship Attribution
Norbert Tihanyi, Bilel Cherif, Richard A. Dubniczky, Mohamed Amine Ferrag, Tam\'as Bisztray
arxiv.org/abs/2510.10493

@arXiv_csSE_bot@mastoxiv.page
2025-10-14 09:14:28

OBsmith: Testing JavaScript Obfuscator using LLM-powered sketching
Shan Jiang, Chenguang Zhu, Sarfraz Khurshid
arxiv.org/abs/2510.10066 arx…

@philip@mastodon.mallegolhansen.com
2025-09-15 01:02:39

Spotted this book on a trip to #PowellsBooks this afternoon, and as a self-proclaimed #JavaScript hater I’m genuinely curious to read it.
Will I suddenly turn into a fan? Perhaps not. But even a hater has a thing or two to learn.

@zachleat@zachleat.com
2025-10-14 13:59:30

I want to intercept Boolean coercion for objects in JavaScript: zachleat.com/web/boolean-coerc

@mgorny@social.treehouse.systems
2025-12-06 17:32:10

Worked on some more #Gentoo global #jobserver goodies today.
Firstly, Portage jobserver support patch: #PyTest jobs will also be counted towards total job count.
Again, it's not a perfect solution, but it works reasonably. The plugin still starts -n jobs as specified by the arguments, but it acquired job tokens prior to executing every test, therefore delaying actual testing until tokens are available. It doesn't seem to cause noticeable overhead either.

@kubikpixel@chaos.social
2025-11-11 06:05:06

17 New(ish) Vanilla JavaScript Features You Might Have Missed
JavaScript: the language many love to hate. Yeah, we've all seen the memes about its quirks and limitations. Maybe that's why we slap a whole typing system on top of it. And add one, two, or... ten thousand npm packages into our apps.
🧑‍💻

@aral@mastodon.ar.al
2025-12-09 13:49:22

🥳 JavaScript Database (JSDB) version 6.1.4 released:
• Adds TypeScript type definitions
Been meaning to do this for a while and finally got round to it :)
codeberg.org/small-tech/jsdb#j

@kubikpixel@chaos.social
2025-11-13 18:45:14

»Over 67,000 Fake npm Packages Flood Registry in Worm-Like Spam Attack:
Cybersecurity researchers are calling attention to a large-scale spam campaign that has flooded the npm registry with thousands of fake packages since early 2024 as part of a likely financially motivated effort.«
How do you check if the JavaScript libraries and their libraries on which they are based are now safe?!??
🧑‍💻