Live data from Hacker News

Claude Code's source code has been leaked via a map file in their NPM registry

twitter.com

941–950 of 1001 posts

Re: Claude Code's source code has been leaked via a map file in their NPM registry

#941
post #346

Earlier quoted context omitted.

Magical human verification technology is called "your own private forum" in conjunction with "invite your friends"

Until your friend writes a bot. Funny story, when I was younger I trained a basic text predictor deep learning model on all my conversations in a group chat I was in, it was surprisingly good at sounding like me and sometimes I'd use it to generate some text to submit to the chat.

[deleted]

Re: Claude Code's source code has been leaked via a map file in their NPM registry

#942
post #224

Earlier quoted context omitted.

Relieved to know I'm not the only one who grepped for that. Thank you for making me feel sane, friend.

is it a reference to something?

"Reticulating Splines" was one of many possible loading screen phrases for games like The Sims and Sim City.

Instead of realistic ones like "Loading assets" and "Reading file", they would give humorous nonsensical ones like "Reticulating Splines".

Re: Claude Code's source code has been leaked via a map file in their NPM registry

#943

Earlier quoted context omitted.

Until your friend writes a bot. Funny story, when I was younger I trained a basic text predictor deep learning model on all my conversations in a group chat I was in, it was surprisingly good at sounding like me and sometimes I'd use it to generate some text to submit to the chat.

I don't see what the value of this would be. Why would I want to automate talking to my friends? If I'm not interested in talking with them, I could simply not do it. It also carries the risk of not actually knowing what was talked about or said, which could come up in real life and lead to issues. If a "friend" started using a bot to talk to me, they would not longer be considered a friend. That would be the end.

Exactly. Pick friends that do not behave like dicks.

Re: Claude Code's source code has been leaked via a map file in their NPM registry

#944
post #567
post #134

Earlier quoted context omitted.

You'll never win this battle, so why waste feelings and energy on it? That's where the internet is headed. There's no magical human verification technology coming to save us.

Fatalism will also not fix anything. But I suppose death comes for us all, yes? Why do anything at all?

It's fun to pet the cat. It's not fun to rage against an unstoppable force. Well, maybe it is for some people. But I find people often underestimate the detrimental effects.

Re: Claude Code's source code has been leaked via a map file in their NPM registry

#945
post #111

Gemini CLI and Codex are open source anyway. I doubt there was much of a moat there anyway. The cool kids are using things like https://pi.dev/ anyway.

> I doubt there was much of a moat there anyway. There is _a lot_ of moat. Claude subscriptions are limited to Claude Code. There are proxies to impersonate Claude Code specifically for this, but Anthropic has a number of fingerprinting measures both client and server side to flag and ban these. With the release of this source code, Anthropic basically lost the lock-in game, any proxy can now perfectly mimic Claude C…

Is the difference between signing up for subscription billing vs api billing really a moat

Re: Claude Code's source code has been leaked via a map file in their NPM registry

#946

Earlier quoted context omitted.

They're sending it to an llm anyway tho? Not sure why they wouldn't just add a sentiment field to the requested response shape.

because a regex on the client is free vs gpu compute is absolutely not.

BUT THEY'RE ALREADY RUNNING IT THROUGH THE LLM.

Re: Claude Code's source code has been leaked via a map file in their NPM registry

#947
post #777
post #134

Earlier quoted context omitted.

You'll never win this battle, so why waste feelings and energy on it? That's where the internet is headed. There's no magical human verification technology coming to save us.

To feel something. To resist something bad. To stand for what is right. Do those sentiments mean nothing to you?

Well why not head for the front lines of Ukraine? Or Russia, depending on your preference.

Re: Claude Code's source code has been leaked via a map file in their NPM registry

#948
post #134

Earlier quoted context omitted.

You'll never win this battle, so why waste feelings and energy on it? That's where the internet is headed. There's no magical human verification technology coming to save us.

I assume we're heading to a place where keyboards will all have biometric sensors on every key and measure weight fluctuations in keystrokes, actually.

We already do this, and with mouse. It's been defeated long ago.

Re: Claude Code's source code has been leaked via a map file in their NPM registry

#949

Earlier quoted context omitted.

Until your friend writes a bot. Funny story, when I was younger I trained a basic text predictor deep learning model on all my conversations in a group chat I was in, it was surprisingly good at sounding like me and sometimes I'd use it to generate some text to submit to the chat.

I don't see what the value of this would be. Why would I want to automate talking to my friends? If I'm not interested in talking with them, I could simply not do it. It also carries the risk of not actually knowing what was talked about or said, which could come up in real life and lead to issues. If a "friend" started using a bot to talk to me, they would not longer be considered a friend. That would be the end.

I think you underestimate how many people already run their opinions and responses through LLMs, even if the LLM is not writing them wholesale. Intelligence is part of the social game, so appearing to have it matters to people. Friend groups are just social groups of a certain kind, they're not really removed from all this.

Re: Claude Code's source code has been leaked via a map file in their NPM registry

#950

Earlier quoted context omitted.

Yes, if it was made for human comprehension or maintenance. If it's entirely generated / consumed / edited by an LLM, arguably the most important metric is... test coverage, and that's it ?

Unit testing is much much harder when you have functions spanning thousands of lines and no abstractions. You have to white box test everything to ensure that you hit all code paths, and it is much more expensive to maintain such tests, both as a human and LLM. I don't think this can be ignored just because LLMs are writing the code.

Massive tests files are almost as bad a massive function.

Scrolling through a 3k line test suite with multiple levels of nesting trying to figure out which cases are covered is a fucking pain in the ass.

Post reply on HN