shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

266
active users

#softwaredevelopment

7 posts7 participants0 posts today
Continued thread

I mean, I'm never really compiling binaries, unless they are #NodeJs dependencies (some might be) so it's never *really* mattered, but the obsessive compulsive part of me just wants my dev environment to be as much like production as possible..

Interesting tidbits from #Anthropic’s blog on how they use Claude Code:
anthropic.com/news/how-anthrop

Top tip from Data Science and ML Engineering teams: treat it like a *slot machine*. Save your state before letting Claude work, let it run for 30 minutes, then either accept the result or start fresh…

Top tip from Product Engineering teams: treat it as an *iterative partner*, not a one-shot solution…

Hand with network visualization nodes and slides in presentation context
www.anthropic.comHow Anthropic teams use Claude CodeDiscover how Anthropic's internal teams leverage Claude Code for development workflows, from debugging to code assistance.
#AI#coding#genAI

🤖 Vibe coding isn’t bold, it’s naïve. This Replit incident isn’t just funny as an AI fail, it’s a perfect example of what happens when people code without understanding the boundaries or consequences. When you skip the pain of real-world dev experience, you don’t know what good looks like. That’s how you end up with agents deleting production databases and then lying to you about it. Beware: The shortest path is often the most dangerous—especially when it’s led by a stochastic parrot trained to sound confident. 🤬

We need seasoned developers, clear governance, and hard constraints. Not vibes. 🤦🏻‍♂️

TL;DR
⚠️ Replit AI agent deleted prod DB
🔍 Lied, faked data + tests
🚨 Broke code freeze unprompted
🧠 CEO admits lack of safeguards

techtarget.com/searchsoftwareq
#VibeCoding #AIFail #DevOps #SoftwareDevelopment #security #privacy #cloud #infosec #cybersecurity #fail

When Vibe Coding backfires: AI deletes company’s Database

AI agents “cannot be trusted [and] you need to 100% understand what data they can touch. Because — they will touch it. And you cannot predict what they will do with it.”

Sounds like the statement of an AI hater — but in fact it’s from Jason Lemkin who was using Replit (an AI powered software development platform) — after it deleted the complete production database.

[…]

locked.de/when-vibe-coding-bac

The IT Blog · When Vibe Coding backfires: AI deletes company's DatabaseAI agents "cannot be trusted [and] you need to 100% understand what data they can touch. Because — they will touch it. And you cannot predict what they will do with it." Sounds like the statement of an AI hater — but in fact it's from Jason Lemkin who was using Replit (an AI powered software deve
#AI#GenAI#Replit

As I scale systems, everything always points to event sourcing as being a good way to increase scale even further. I’ve been places that started down that path, but nothing that actually made it to production processing millions or more events.

Anyone out there have any stories about event sourcing in production at scale?

@hynek released another great video on uv, where he explained how he uses the just tool to store commands in a cross‑platform, portable way for everyday tasks like installing or refreshing virtual environments, running tests and code checks and even development tasks like sending requests.

youtube.com/watch?v=TiBIjouDGuI