GitHub's official MCP server exploited to access private repositories
https://invariantlabs.ai/blog/mcp-github-vulnerability
https://redd.it/1kxf7vo
@programmingreddit
https://invariantlabs.ai/blog/mcp-github-vulnerability
https://redd.it/1kxf7vo
@programmingreddit
invariantlabs.ai
GitHub MCP Exploited: Accessing private repositories via MCP
We showcase a critical vulnerability with the official GitHub MCP server, allowing attackers to access private repository data. The vulnerability is among the first discovered by Invariant's security analyzer for detecting toxic agent flows.
I accidentally built a vector database using video compression
https://github.com/Olow304/memvid
https://redd.it/1ky1zlf
@programmingreddit
https://github.com/Olow304/memvid
https://redd.it/1ky1zlf
@programmingreddit
GitHub
GitHub - Olow304/memvid: Video-based AI memory library. Store millions of text chunks in MP4 files with lightning-fast semantic…
Video-based AI memory library. Store millions of text chunks in MP4 files with lightning-fast semantic search. No database needed. - Olow304/memvid
AI is going to burst less suddenly and spectacularly, yet more impactfully, than the dot-com bubble
https://artificialindifference.substack.com/
https://redd.it/1ky607c
@programmingreddit
https://artificialindifference.substack.com/
https://redd.it/1ky607c
@programmingreddit
Substack
Artificial Indifference | Conor | Substack
My personal Substack. Click to read Artificial Indifference, by Conor, a Substack publication. Launched 21 hours ago.
Announcing dotnet run app.cs - A simpler way to start with C# and .NET 10
https://devblogs.microsoft.com/dotnet/announcing-dotnet-run-app/
https://redd.it/1kxmoez
@programmingreddit
https://devblogs.microsoft.com/dotnet/announcing-dotnet-run-app/
https://redd.it/1kxmoez
@programmingreddit
Microsoft News
Announcing dotnet run app.cs – A simpler way to start with C# and .NET 10
Run C# files instantly with dotnet run app.cs, no project file needed! Coming to .NET 10, try it out today in Preview 4.
Why did Microsoft-backed $1.3bn Builder.ai collapse? Accused of using Indian coders for ‘AI’ work
https://www.financialexpress.com/business/start-ups/why-did-microsoft-backed-1-3bn-builderai-collapse-accused-of-using-indian-codersforaiwork/3854944/
https://redd.it/1kyni31
@programmingreddit
https://www.financialexpress.com/business/start-ups/why-did-microsoft-backed-1-3bn-builderai-collapse-accused-of-using-indian-codersforaiwork/3854944/
https://redd.it/1kyni31
@programmingreddit
Financial Express
Why did Microsoft-backed $1.3bn Builder.ai collapse? Accused of using Indian coders for ‘AI’ work
Over the next eight years, it raised over $445 million, counted Microsoft and the Qatar Investment Authority as investors, and crossed the $1.3 billion valuation mark. By May 2025, it has gone bankrupt.
Qtap - An open-source tool to see through encrypted traffic
https://github.com/qpoint-io/qtap
https://redd.it/1kygpde
@programmingreddit
https://github.com/qpoint-io/qtap
https://redd.it/1kygpde
@programmingreddit
GitHub
GitHub - qpoint-io/qtap: Qtap: An eBPF agent that captures pre-encrypted network traffic, providing rich context about egress connections…
Qtap: An eBPF agent that captures pre-encrypted network traffic, providing rich context about egress connections and their originating processes. - qpoint-io/qtap
Stack Overflow's Radical New Plan To Fight AI-Induced Death Spiral - Slashdot
https://developers.slashdot.org/story/25/05/29/1921248/stack-overflows-radical-new-plan-to-fight-ai-induced-death-spiral
https://redd.it/1kyl3ey
@programmingreddit
https://developers.slashdot.org/story/25/05/29/1921248/stack-overflows-radical-new-plan-to-fight-ai-induced-death-spiral
https://redd.it/1kyl3ey
@programmingreddit
developers.slashdot.org
Stack Overflow's Radical New Plan To Fight AI-Induced Death Spiral
DevNull127 writes: Stack Overflow will test paying experts to answer questions. That's one of many radical experiments they're now trying to stave off an AI-induced death spiral. Questions and answers to the site have plummeted more than 90% since April of…
LLMs Will Not Replace You
https://www.davidhaney.io/llms-will-not-replace-you/
https://redd.it/1kz4vgw
@programmingreddit
https://www.davidhaney.io/llms-will-not-replace-you/
https://redd.it/1kz4vgw
@programmingreddit
David Haney - Blogging About .NET Core & Engineering Management
LLMs Will Not Replace You
“Any sufficiently advanced technology is indistinguishable from magic” - Arthur C. Clarke
Today I’d like to talk about LLMs. But first, I’d like to talk about an impressive invention from the late 1700s.
The Mechanical Turk The Mechanical Turk - or “The Turk”…
Today I’d like to talk about LLMs. But first, I’d like to talk about an impressive invention from the late 1700s.
The Mechanical Turk The Mechanical Turk - or “The Turk”…
Java at 30: How a language designed for a failed gadget became a global powerhouse
https://www.zdnet.com/article/java-at-30-how-a-language-designed-for-a-failed-gadget-became-a-global-powerhouse/
https://redd.it/1kz8xsq
@programmingreddit
https://www.zdnet.com/article/java-at-30-how-a-language-designed-for-a-failed-gadget-became-a-global-powerhouse/
https://redd.it/1kz8xsq
@programmingreddit
ZDNET
Java at 30: How a language designed for a failed gadget became a global powerhouse
It was never the sexiest language, but for decades Java has been a mainstay of modern technology, and it's going to be with us for years to come.
How we're beating $359M in funding with two people and OCaml
https://terrateam.io/blog/punching-above-weight
https://redd.it/1kz1av1
@programmingreddit
https://terrateam.io/blog/punching-above-weight
https://redd.it/1kz1av1
@programmingreddit
Terrateam
function title(pageContext) {
const { post } = pageContext.data;
return (post == null ? void 0 : post.title) || "Blog Post";…
const { post } = pageContext.data;
return (post == null ? void 0 : post.title) || "Blog Post";…
function description(pageContext) {
const { post } = pageContext.data;
return (post == null ? void 0 : post.description) || "Blog post from Terrateam";
}
const { post } = pageContext.data;
return (post == null ? void 0 : post.description) || "Blog post from Terrateam";
}
TLTSS: a programming language made in TypeScript's type system
https://skeary.me/blog/tltss
https://redd.it/1l0gjjw
@programmingreddit
https://skeary.me/blog/tltss
https://redd.it/1l0gjjw
@programmingreddit
skeary.me
TLTSS: a programming language made in TypeScript's type system
a type level typescript script!
IRS open-sourced its Direct File software and it is pretty great actually (check out the scala fact graph)
https://github.com/IRS-Public/direct-file
https://redd.it/1l13uvu
@programmingreddit
https://github.com/IRS-Public/direct-file
https://redd.it/1l13uvu
@programmingreddit
GitHub
GitHub - IRS-Public/direct-file: Direct File
Direct File. Contribute to IRS-Public/direct-file development by creating an account on GitHub.
Edit is now open source - Windows Command Line
https://devblogs.microsoft.com/commandline/edit-is-now-open-source/
https://redd.it/1l1farq
@programmingreddit
https://devblogs.microsoft.com/commandline/edit-is-now-open-source/
https://redd.it/1l1farq
@programmingreddit
Microsoft News
Edit is now open source
Edit is a new command-line text editor in Windows. Edit is open source, so you can build the code or install the latest version from GitHub!
Gauntlet is a Programming Language that Fixes Go's Frustrating Design Choices
https://github.com/gauntlet-lang/gauntlet
https://redd.it/1l1ui0u
@programmingreddit
https://github.com/gauntlet-lang/gauntlet
https://redd.it/1l1ui0u
@programmingreddit
GitHub
GitHub - gauntlet-lang/gauntlet: A compile-to-Golang programming language designed to alleviate some of Go's design choices 👾
A compile-to-Golang programming language designed to alleviate some of Go's design choices 👾 - gauntlet-lang/gauntlet
Germany and France to accelerate the construction of clouds in the EU (German)
https://www.golem.de/news/deutschland-und-frankreich-hoeheres-tempo-bei-souveraenen-cloud-plattformen-2506-196769.html
https://redd.it/1l258ow
@programmingreddit
https://www.golem.de/news/deutschland-und-frankreich-hoeheres-tempo-bei-souveraenen-cloud-plattformen-2506-196769.html
https://redd.it/1l258ow
@programmingreddit
Golem.de
Höheres Tempo bei souveränen Cloudplattformen
Die Regierungen in Deutschland und Frankreich wollen den Bau von Clouds in der EU beschleunigen. Eine europäische Darpa für Kriegsforschung wird eingerichtet.