Screenshot of a shell session that shows a node session calling the parseInt function on a string comprised of ASCII digit 2 followed by the 4 keycap emoji which looks like a rounded button with '4' etched on it. The result of parsing is 24.
$ node
Welcome to Node.js v23.11.0.
Type "help" for more information.
> parseInt('24οΈβ£ ')
24
>
atoi, never change.
22.04.2025 23:40
π 7
π 2
π¬ 1
π 0
How decentralized is Bluesky really? -- Dustycloud Brainstorms
How Decentralized Is Bluesky Really? dustycloud.org/blog/how-dec...
A technical deep-dive, since people have been asking me for my thoughts. I'll expand a bit on some of the key points here in a thread. π§΅
22.11.2024 16:06
π 712
π 331
π¬ 53
π 120
The implementation is super clean leveraging Go embeds github.com/junegunn/fzf...
11.04.2024 01:06
π 0
π 0
π¬ 0
π 0
If your fzf shell key binds stopped working check if your system pulled a new version which changes (for the better imo) how to configure completions.
github.com/junegunn/fzf...
11.04.2024 00:57
π 0
π 0
π¬ 1
π 0
The beginning of advent of code: so much hope.
Reality is: Iβll lose interest between 1 to 4 problems and be done until next year.
02.12.2023 04:14
π 0
π 0
π¬ 0
π 0
this is such a good debugging story ("Rust std fs slower than Python!? No, it's hardware!β) xuanwo.io/2023/04-rust...
29.11.2023 17:04
π 21
π 6
π¬ 1
π 0
Ugh, thatβs a bummer π. Havenβt used niv and morph so maybe my use-cases are too basic.
20.11.2023 15:51
π 0
π 0
π¬ 0
π 0
Iβm that guy who has refused to adopt flakes. With those removed, the tooling is stable and boring π€·ββοΈ
20.11.2023 15:06
π 0
π 0
π¬ 1
π 0
some notes on nix flakes jvns.ca/blog/2023/11...
14.11.2023 14:25
π 9
π 2
π¬ 1
π 1
New models and developer products announced at DevDay
GPT-4 Turbo with 128K context and lower prices, the new Assistants API, GPT-4 Turbo with Vision, DALLΒ·E 3 API, and more.
New OpenAI features: openai.com/blog/new-mod...
Great changes/features but the phrasing around "Reproducible outputs" cracks me up:
> The new `seed` parameter enables reproducible outputs by making the model return consistent completions most of the time.
07.11.2023 14:27
π 3
π 0
π¬ 0
π 0
Goodbye, Node.js Buffer β It's time to move from Buffer to Uint8Array
sindresorhus.com/blog/goodbye...
24.10.2023 09:10
π 6
π 2
π¬ 0
π 0