Chris Adams

1,052 Followers
2.2K Following
131 Posts
Software developer at a big library
Homepagehttps://chris.improbable.org
GitHubhttps://github.com/acdha
Being able to write off a hundred billion dollars with little impact really underscores how profitable advertising is for Facebook:
https://www.cnbc.com/2026/03/18/meta-horizon-worlds-metaverse-vr.html

New blog post: https://ohhelloana.blog/overthinking-ai/

A post without any conclusion, solution or nothing. Just thoughts, processing memories and feelings.

Yesterday I was thinking about why I gave up one of my passions: films. And I jot down how the heartbreak is similar to stupid AI. Whatever.

Overthinking: AI wasn't the first to break my heart

In this post I do a shit job at trying to carry on when values misalign. Ta-da!!

Jottings from Ana

Kenneth Reitz has been the subject of some controversy but this is worth reading:

“If you're maintaining open source projects and you notice that your productivity comes in surges, that you don't sleep much during the good periods, that your best work happens in states that feel elevated and electric, please pay attention to that. It might just be flow. It might be something else. I didn't know the difference, and by the time I learned, the crash had already happened.”

https://kennethreitz.org/essays/2026-03-18-open_source_gave_me_everything_until_i_had_nothing_left_to_give

Open Source Gave Me Everything Until I Had Nothing Left to Give

I thought I was having a spiritual awakening. I was having a psychiatric emergency. I was at a tech conference in Sweden when it started. I hadn't slept in...

Kenneth Reitz
Y'all know this Kagi Translate thing is just a wrapper for ChatGPT, right? You're not being clever translating something to "Furry Pirate," you could ask ChatGPT to do it and get the same result.

“Great news—we’ve hit our (very modest) performance goals for the CPython JIT over a year early for macOS AArch64, and a few months early for x86_64 Linux. The 3.15 alpha JIT is about 11-12% faster on macOS AArch64 than the tail calling interpreter, and 5-6% faster than the standard interpreter on x86_64 Linux.”

https://fidget-spinner.github.io/posts/jit-on-track.html

Python 3.15’s JIT is now back on track

Python 3.15’s JIT is now back on track

Ken Jin’s Blog
Relatedly: Tech union when?

Some regrettable personal news:

As of ~45 mins ago I am no longer employed. I'm still trying to find my bearings, but would be gateful for whatever leads y'all have.

(I will say more in a bit, once I actually have the time to spare)

#GetFediHired

Cloudflare has a new API endpoint for crawling the web. I wanted to see how completely it crawls websites, and whether Cloudflare's caching infrastructure can help reduce the load on source websites.

It looks like the crawls can be pretty thorough (but not always). They also do appear to be drawing from cached content sometimes, but it isn't exactly clear when.

https://inkdroid.org/2026/03/16/seeing-the-web/

(apologies for fedi-cross-posting)

Ways of Seeing the Web

The @linuxfoundation, today announced $12.5 million in total grants from Anthropic, AWS, GitHub, Google, Google DeepMind, Microsoft, and OpenAI to strengthen the security of the open source software ecosystem.

The funding will be managed by Alpha-Omega and the Open Source Security Foundation (OpenSSF), to develop long-term, sustainable security solutions that support open source communities worldwide.

https://openssf.org/press-release/2026/03/17/linux-foundation-announces-12-5-million-in-grant-funding-from-leading-organizations-to-advance-open-source-security/

During production of Finding Nemo, we started using Linux boxes in addition to SGIs.
Why?

3D painting software we wrote for laying out coral was written in C++ using templates, and the debug info was too large for IRIX, but was debuggable on Linux.

Was this a 32 bit vs. 64 bit issue?

No.

IRIX reserved half the address space for the kernel, while Linux only did a quarter.

So on Linux, we had 3GB, and the symbols fit.

It was a 32 bit show, both machines had 4GB max.

Plenty for Finding Nemo.