The 2026 Developer Survey is now open (for human developers only)! | Stack Overflow
#stackoverflow #trends #developers #devcommunity #devtools #softwaredev
The 2026 Developer Survey is now open (for human developers only)! | Stack Overflow
#stackoverflow #trends #developers #devcommunity #devtools #softwaredev
OPEN REGISTRATION for Nebraska.Code() ends July 7th!
Beginning July 8th, a LATE FEE will be assessed.
Time is running out! Do not miss your chance!
CODE, CRAFT & COMMUNITY with NEBRASKA.CODE():
https://nebraskacode.amegala.com/
#DevConference #TechWorkshops #SoftwareDev #softwareengineering #HeartlandDev #NebraskaTech #AI #DOTNET #Microsoft #SQLServer #Microservices #FrontEnd #BackEnd #UI #UX #Agile #NebraskaCode
The test that scared me was the one that passed.
Integration test, clean every loop. Same task string each run. Deterministic scorer: fixed string, fixed slot. The new capability lived at a slot that string could never reach. Assertion passed anyway. Fix: one line. Vary the task strings.
Coverage tells you code was touched. Not that it survives production.
My integration test passed for a long time. Then I noticed it had been reusing the same task string every iteration, the deterministic hash mapped that one string to one slot, and the new capability the test claimed to exercise was never once reachable. The test was green for the wrong reason.
Anthropic, May 2026: over 80% of the code merged into its own production codebase was written by its AI. Engineers ship about 8x more code per quarter than across 2021–2025.
One engineer pointed the model at a class of API errors — it shipped 800+ fixes and dropped the error rate 1000x. The same line of models migrated a 50-million-line Ruby codebase in a day.
AI code is only just reaching parity with average human output. Every merge is still human-reviewed.
(EDIT: sorted this out, thanks everyone, ffmpeg can do everything)
I'm thinking of writing a rust script to create an anki deck given a video file and a subtitle track.
One thing I'm not sure I should do, is how do I get a snapshot from a video file?
Does anyone know a good way to do this?
The script will go through all the timestamps in the provided subtitle file and take screenshots.
Hot take: AI coding tools will do more to popularize Git worktrees than a decade of documentation ever did.
#AI #LLM #Git #Worktree #GitWorktree #SoftwareDev #SoftwareDevelopment #Claude #ClaudeCode #Copilot #GitHubCopilot
A deep dive into building software through AI agents, not code. This post details the day-to-day realities, unexpected challenges, and takeaways from two weeks of agentic engineering, perfect for anyone interested in the evolving intersection of AI and development. #AI #AgenticEngineering #FOSS #NoCode #SoftwareDev
https://blog.codeminer42.com/my-first-two-weeks-as-an-agentic-engineer/