Tootfinder

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

No exact results. Similar results found.
@fanf@mendeddrum.org
2025-11-17 18:42:03

from my link log —
JavaScript engines zoo.
ivankra.github.io/javascript-z
saved 2025-11-17 dotat.at/:/R0BZN.html

@cyrevolt@mastodon.social
2025-11-15 14:25:01

Ever wondered about #arithmetics in #JavaScript?
"For the most part, Javascript #numbers are double-precision floating point, so need to be treated the same as you would floating point…

@aral@mastodon.ar.al
2025-12-17 12:18:53

Little JavaScript tip:
You know you can comment out code to quickly disable it:
```js
/*
console.log(‘I won’t run’)
*/
```
But did you know you can also use a labelled block with a break statement to do the same thing in a more flexible manner?
```js
disable: {
break disable
console.log(‘I wont’t run’)
}
```
Then, you can quickly the move the `break disable` to different lines to execute different bits of code wit…

@fanf@mendeddrum.org
2025-12-17 18:42:02

from my link log —
Temporal: getting started with JavaScript’s new date time API.
2ality.com/2021/06/temporal-ap
saved 2021-06-29

@zachleat@zachleat.com
2025-12-16 14:24:37

Deno both supports and absolutely does not support CommonJS 😅
1️⃣ docs.deno.com/examples/cjs_to_
2️⃣

@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.
🧑‍💻

@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.

@fanf@mendeddrum.org
2026-01-17 12:42:01

from my link log —
k6: a web load testing tool, written in Golang and configured in JavaScript.
github.com/loadimpact/k6
saved 2020-11-28

@aral@mastodon.ar.al
2026-01-15 16:20:32

🥳 @small-tech/auto-encrypt-localhost version 9.0.1 released
Automatically provisions and installs locally-trusted TLS certificates for Node.js https servers (including Polka, Express.js, etc.) Unlike mkcert, 100% written in JavaScript with no external/binary dependencies. As used in Kitten¹
cod…

@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