#Mapfile
Wer einen wirklich geilen Thread über die Claude code base lesen will, weil deren Code open sourced wurde, bitte, enjoy, es ist ein wild ride, aber so gut:

neuromatch.social/@jonny/11632...

#AbolishAI
jonny (good kind) (@jonny@neuromatch.social)
- Claude code source "leaks" in a mapfile - people immediately use the code laundering machines to code launder the code laundering frontend - now many dubious open source-ish knockoffs in python and...
neuromatch.social
April 1, 2026 at 5:35 AM
* Claude code source "leaks" in a mapfile
* people immediately use the code laundering machines to code launder the code laundering frontend
* now open source knockoff in python and rust

What's anthropic going to do, sue them? Insist in court that LLM recreating copyrighted code is a […]
Original post on neuromatch.social
neuromatch.social
March 31, 2026 at 4:15 PM
This Mastodon thread about the leak was really eye opening andc concludes basically what the article you shared above does - this code is functional but it's spaghetti and only sustainable while the VC cash is flowing.

neuromatch.social/@jonny/11632...
jonny (good kind) (@jonny@neuromatch.social)
- Claude code source "leaks" in a mapfile - people immediately use the code laundering machines to code launder the code laundering frontend - now many dubious open source-ish knockoffs in python and...
neuromatch.social
April 4, 2026 at 9:41 AM
Lovely code review of the Claude leak from jonny, starts here:
neuromatch.social/@jonny/11632...

It's a house of kluges held together by an infinite recursion of tokens-to-json, regexes, and brainrot prompts. These people should have their software engineering licenses revoked
April 2, 2026 at 8:11 PM
dak_1001 on X made this script to check AUR pkgs

raw=$(curl -fsSL "https://md.archlinux.org/s/SxbqukK6IA")
mapfile -t INFECTED < <(echo "$raw" | sed 's/<[^>]*>//g' \
| grep -E '^[a-z0-9][a-z0-9_.+\-]*[a-z0-9]$' | sort -u)
comm -12 <(pacman -Qmq | sort) <(printf "%s\n" "${INFECTED[@]}" | sort)
June 12, 2026 at 10:50 PM
when Harmonix's "Holmes" debugger/development tool is attached to the game's dev builds, stack traces shown on the exception screen are actually generated by the Holmes server running on the PC so you can indeed just send whatever to the game

github.com/InvoxiPlayGa...
March 29, 2026 at 9:45 PM
His prompts are sweaty, code's weak, regex heavy
Why's there vomit on his sweater already? Claude's spaghetti.
neuromatch.social/@jonny/11632...
jonny (good kind) (@jonny@neuromatch.social)
- Claude code source "leaks" in a mapfile - people immediately use the code laundering machines to code launder the code laundering frontend - now many dubious open source-ish knockoffs in python and...
neuromatch.social
April 2, 2026 at 5:23 AM
A Bash Script to Read All Command Line Arguments into an Array Using mapfile Command: Simplify Argument Handling 
www.cyberciti.biz/tips/a-bash-...
A Bash Script to Read All Command Line Arguments into an Array: Simplify Argument Handling
This page explains how to read all command line arguments into an array using Bash's mapfile (readarray) built-in command.
www.cyberciti.biz
May 7, 2024 at 11:31 AM
A new, nice little tool: #Mapfile previewer. Browser-based app that allows you to edit #MapServer #mapfiles preview them in #WMS or #WFS
March 5, 2026 at 9:24 PM
Tiens, on ne connaissait pas "mapfile" :
$ mapfile -t MYVAR < fichier
$ printf "%s\n" "${LINES[0]}"
(la première ligne)
November 22, 2025 at 9:54 PM
neuromatch.social/@jonny/11632...

This is a long, sometimes hard to get through thread on what can be found in the Claude Code sources leak, and for all the madness, it works exactly like you’d think it would, because that’s the only way it could possibly work based on the underlying LLM tech.
jonny (good kind) (@jonny@neuromatch.social)
- Claude code source "leaks" in a mapfile - people immediately use the code laundering machines to code launder the code laundering frontend - now many dubious open source-ish knockoffs in python and...
neuromatch.social
April 4, 2026 at 9:50 AM
Oh this is a great read

Sourcecode of Claude code leaked (?) and it’s a fucking mess

neuromatch.social/@jonny/11632...
jonny (good kind) (@jonny@neuromatch.social)
- Claude code source "leaks" in a mapfile - people immediately use the code laundering machines to code launder the code laundering frontend - now many dubious open source-ish knockoffs in python and...
neuromatch.social
April 3, 2026 at 10:31 AM
a recurring chunk of claude's code base is literally just anthropic begging it to not be completely useless lmaooo

neuromatch.social/@jonny/11632...
jonny (good kind) (@jonny@neuromatch.social)
- Claude code source "leaks" in a mapfile - people immediately use the code laundering machines to code launder the code laundering frontend - now many dubious open source-ish knockoffs in python and...
neuromatch.social
April 2, 2026 at 4:05 PM
I have been somewhat following the Claude Code leak stuff, and so much has already been said that I agree with but won't rehash.

I'm just struck by the lack of self respect and pride in one's work it takes to produce something like this.
jonny (good kind) (@jonny@neuromatch.social)
- Claude code source "leaks" in a mapfile - people immediately use the code laundering machines to code launder the code laundering frontend - now many dubious open source-ish knockoffs in python and...
neuromatch.social
April 3, 2026 at 12:53 PM
Entire Claude Code CLI source code leaks thanks to exposed map file https://arstechni.ca... #ClaudeCode #repository #sourcecode #typescript #Anthropic #mapfile #GitHub #repo #cli #AI
March 31, 2026 at 9:03 PM
Jonny has always been a delight and a source of great info. Here's his awesome takedown of the Claude code leak. It's entertaining and informative and you'll love it if you're into this stuff. neuromatch.social/@jonny/11632...
jonny (good kind) (@jonny@neuromatch.social)
- Claude code source "leaks" in a mapfile - people immediately use the code laundering machines to code launder the code laundering frontend - now many dubious open source-ish knockoffs in python and...
neuromatch.social
April 2, 2026 at 8:37 AM
This thread analyzing Claude Code's underlying architecture (which leaked recently) is worth a read despite being lengthy.

neuromatch.social/@jonny/11632...
jonny (good kind) (@jonny@neuromatch.social)
- Claude code source "leaks" in a mapfile - people immediately use the code laundering machines to code launder the code laundering frontend - now many dubious open source-ish knockoffs in python and...
neuromatch.social
April 3, 2026 at 6:08 AM
Have you seen this breakdown of the Claude code leak? Pretty damning, and makes an absolute mockery of all the 'is it alive' headlines they've been pumping out: neuromatch.social/@jonny/11632...
jonny (good kind) (@jonny@neuromatch.social)
- Claude code source "leaks" in a mapfile - people immediately use the code laundering machines to code launder the code laundering frontend - now many dubious open source-ish knockoffs in python and...
neuromatch.social
April 2, 2026 at 9:19 PM
People who looked at the original [typescript] code behind Claude code are not exactly impressed, but it does feel indeed that this will be a notable event in the history of whatever we are living through 🤣

neuromatch.social/@jonny/11632...
jonny (good kind) (@jonny@neuromatch.social)
- Claude code source "leaks" in a mapfile - people immediately use the code laundering machines to code launder the code laundering frontend - now many dubious open source-ish knockoffs in python and...
neuromatch.social
April 2, 2026 at 11:04 AM
Once upon a time, we read book like “the art of computer programming”, talking about the elegance of code, fighting to get rid of one line if one computational flow could be reproduced with one line less. Then greedy people decided t #claude

From: @jonny
neuromatch.social/@jonny/11632...
jonny (good kind) (@jonny@neuromatch.social)
- Claude code source "leaks" in a mapfile - people immediately use the code laundering machines to code launder the code laundering frontend - now many dubious open source-ish knockoffs in python and...
neuromatch.social
April 1, 2026 at 5:20 PM