#BuiltIns
...those are the original builtins...
February 16, 2024 at 4:07 PM
use nix builtins whenever you can over nix code
December 1, 2024 at 3:38 PM
STOP MERGING THE BUILTINS AND NIXPKGS LIB ATTRIBUTES I SWEAR TO GOD
September 9, 2025 at 10:08 AM
builtins :o now that’s a nice feature!
September 24, 2026 at 8:51 PM
today in necroposting: if you write your batch files with keywords/builtins in lowercase, cmd.exe executes them (very, very marginally) faster than if they were written in uppercase

www.reddit.com/r/Batch/comm...
November 25, 2024 at 3:15 PM
Project living room builtins is moving along!
May 17, 2025 at 5:48 PM
If you maintain a @nodejs.org application that hasn't been updated for a couple of years, consider looking into replacing some userland dependencies with built-ins that are now available

flaviocopes.com/node-builtins/
Node.js built-ins that replaced npm packages
Twelve Node.js built-ins that replace axios, nodemon, dotenv, jest, chalk, glob and more, with their stability in Node 24 and one gotcha each.
flaviocopes.com
September 24, 2026 at 8:16 PM
Golang FINALLY gained min() and max() as LANGUAGE BUILTINS last year
May 25, 2025 at 12:49 PM
Node excitement 😉

HTTP proxies will be respected by builtins thanks to @joyeecheung.bsky.social 🎉
July 18, 2025 at 8:53 AM
(1) My C11 target did not have stdckdint.h since that was introduced in C23. TCC integers overflow by default but GCC/Clang required __builtin_* calls 🤮
Remove dependence on `__builtin_*_overflow` builtins in generated C · Issue #138 · ashn-dot-dev/sunder
Currently, addition, subtraction, and multiplication rely on the GCC/Clang builtins __builtin_add_overflow, __builtin_sub_overflow, __builtin_mul_overflow. Replace these builtins with an strictly s...
github.com
September 19, 2026 at 12:32 PM
Only Mathematica and R have as many insane builtins
July 31, 2026 at 11:19 PM
CRC Builtins (Using the GNU Compiler Collection (GCC))
CRC Builtins (Using the GNU Compiler Collection (GCC))
gcc.gnu.org
August 30, 2025 at 12:07 PM
you can overload some nix builtins.

e.g. `let __sub = x: y: x + y`

Now your builtins.sub will add
quote this with a fact you know?
January 27, 2025 at 11:22 PM
nix: true, false, null, map, and some other builtins are automatically in scope, unqualified

me: okay sure

nix: also fetchGit,
fetchMercurial, fetchTarball, fetchTree

me: (waiting)

me: ...

me: ... any? ...... all? mapAttrs? attrNames? attrValues?

nix: nah lmao
June 20, 2026 at 7:13 PM
AshJsonApi 1.6-rc.1 is out that allows transforming fields, with convenient builtins for camelizing/dasherizing fields. This applies automatically to reading, writing, filtering, sorting, field selection: everything 😎 #AshFramework #ElixirLang
March 2, 2026 at 7:48 AM
radically cool work going on with wasm wasip3+ getting initial push towards host/green threading, by @tartanllama.xyz. way above my head but obviously freaking awesome.
github.com/bytecodealli...
Cooperative Multithreading by TartanLlama · Pull Request #11751 · bytecodealliance/wasmtime
Implements WebAssembly/component-model#557 Submitting as a draft PR for now to share progress. Pass through all new builtins Basic implementations of new builtins Cancellation support Support ...
github.com
October 8, 2025 at 4:32 AM
yes. its aweful i keep seeing `lib // builtins` im more impressed at how little people have suffered from it
September 9, 2025 at 11:03 AM
“You shouldn’t care if JavaScript builtins are modified, just let things break when someone does dumb things!”

enter react2shell.com
React2Shell (CVE-2025-55182)
react2shell.com
December 8, 2025 at 9:03 PM
Landed support for proxies in Node.js http/https builtins github.com/nodejs/node/...

To enable proxies configured from *_PROXY env vars: use NODE_USE_ENV_PROXY=1.

This was already implemented for fetch and released in 24 github.com/nodejs/node/... - soon the old builtins will also support it.
http,https: add built-in proxy support in http/https.request and Agent by joyeecheung · Pull Request #58980 · nodejs/node
This patch implements proxy support for HTTP and HTTPS clients and agents in the http and https built-ins`. When NODE_USE_ENV_PROXY is set to 1, the default global agent would parse the HTTP_PROXY/...
github.com
July 18, 2025 at 7:33 AM
finally i am plotting how to get rid of some dependencies and replace them with node builtins in a great talk from @andreipfeiffer.dev 👀
May 14, 2026 at 1:41 PM
better SLA, service, & other builtins that aren't free on other providers 🤷
October 5, 2025 at 3:08 PM
She's empty
October 24, 2024 at 1:54 AM
oh shit odin has quaternion builtins
February 14, 2026 at 8:51 PM
Gecko: Intent to ship: WebAssembly js-string-builtins
Gecko: Intent to ship: WebAssembly js-string-builtins
Gecko: Intent to ship: WebAssembly js-string-builtins
groups.google.com
November 18, 2024 at 8:18 PM
TIL docker debug is based on #NixOS.

docs.docker.com/reference/cl...
November 5, 2025 at 8:03 AM