LedgeDrop

joined 10 months ago
[–] LedgeDrop@lemmy.zip 12 points 2 days ago

...and Big Tech (there user tracking/profiling becomes much more valuable when there is a real name associated with it).

[–] LedgeDrop@lemmy.zip 5 points 2 days ago

I completely agree - I'm even dreading installing updates, wondering: "oh, what features will I lose now? What additional AI harvester will be installed? Why am I not allowed to turn this off?"

[–] LedgeDrop@lemmy.zip 3 points 6 days ago* (last edited 6 days ago)

"While you're waiting here are some interesting full screen ads, by 500 of our closest affiliates."

edit: "Oh, we're going to have to throttle your update, so you can experience our streaming ads in Full 32k UHD"

[–] LedgeDrop@lemmy.zip 3 points 6 days ago

AI of course /s

[–] LedgeDrop@lemmy.zip 5 points 1 week ago

Yeah, I've got a custom domain and have zero problems making github accounts.

[–] LedgeDrop@lemmy.zip 9 points 1 week ago

I think the OP is suggesting that Windows OS has been/is a loss leader for Microsoft.

(Akin to Costco selling hot dogs for cheap)

The Microsoft playbook was "make windows accessible, then use it as a platform to up sell Office, Exchange, etc".

Now with their shift and focus into the cloud and cloud subscriptions. All the users need is a web browser and a dumb terminal: they don't have to run windows anymore.

Thus, Microsoft's investment in Windows and developing and cough testing cough a platform that will never be profitable is only costing MS money.

And in order to try to gain some net profit from Windows, they're turning it into the GeoCities of ad-ridden Operating Systems.

[–] LedgeDrop@lemmy.zip 0 points 1 week ago (1 children)

I have no idea how much it costs to make one of these props, but if the estimated values is between $5,000 - $10,000 - this doesn't really sound like an auction as in "my grandmother died and I need to liquidate everything", rather "hey, let's make a quick buck and fleece fans of the show of their disposable income". (eyeroll)

[–] LedgeDrop@lemmy.zip 3 points 1 week ago (3 children)

This is the number one reason, why I have hundreds of open tabs - I welcome this improvement.

Now do the same for hijacking control-f to replace my browsers "find" functionality.

[–] LedgeDrop@lemmy.zip 7 points 1 week ago

...no matter...

[–] LedgeDrop@lemmy.zip 26 points 2 weeks ago (3 children)

This is a good article, especially if you're the lucky 10,000.

[–] LedgeDrop@lemmy.zip 4 points 2 weeks ago
[–] LedgeDrop@lemmy.zip 1 points 2 weeks ago

You'd still need "developer mode" to install f-droid or epic games apk.

People shouldn't be scared or intimidated out of installing non-google store fronts.

...but yes, Grandma should avoid random apks pulled from the internet.

 

Anthropic, the flagship AI company, has inadvertently exposed the source code for its major CLI tool Claude Code. It has already been extracted with mirrors published on GitHub.

Chaofan Shou announced the discovery on X.

“Claude Code source code has been leaked via a map file in their npm registry!” the user posted.

The post immediately stirred the AI community, attracting nearly 10 million views and 1.5 thousand comments.

Claude Code is a massively popular agentic AI coding assistant that runs in terminal. It can edit files and manage entire projects locally. Anthropic’s tool is closed-sourced and distributed as an obfuscated npm package.

However, Anthropic's published npm package containing Claude Code v2.1.88 allegedly exposed the source map file cli.js.map, which contained the full and unobfuscated TypeScript source code.

It appears that Anthropic scrambled to remove the npm package. However, it was too late. Multiple GitHub users already exposed copies of the project.

One of the GitHub repositories has already amassed nearly 30,000 stars and 40,200 forks.

Another one has 425 stars and 520 forks, with many developers dissecting the inner workings of the tool.

The author claims that the leaked Anthropic’s .map file’s size was 57MB, mapping 1,900 files and 512,000 lines of code.

The leaked code includes the core engine for LLM API calls, handling streaming responses, tool-call loops, thinking mode, retry logic, token counting, permission models, tools, etc. Some Hacker News users noted the extensive regex filter containing many swear words for detecting negative sentiment in users' prompts. This leak doesn’t expose the AI models themselves or user data.

Exposed internal logic makes it very easy to reverse-engineer the tool, identify security risks, or steal intellectual property. Users already noted that Claude Code is using axios as its dependency, a tool that was just hacked.

Many GitHub users now advertise their own build of Claude Code. However, they’re risking legal action.

“Just because the source is now 'available' *DOES NOT MEAN IT IS OPEN SOURCE*. You are violating a license if you copy or redistribute the source code, or use their prompts in your next project! Don’t do that,” posted full-stack developer Justin Schroeder on X.

The .map files are typically used by developers fixing programs in software. These plain text files act like a mini map of the original code, helping developers trace where the errors or problems occur. However, .map files usually don’t include the full source code.

Anthropic hasn’t yet released an official statement. Cybernews reached out to the company and will include its response.

view more: next ›