Headlines Flash
Sat, Jul 25 10:00 AM

#code

Page 3 of 5118 headlines

TechnologyHacker News1d ago

Show HN: BDFL – Open-source supervisor for Codex and Claude Code

BDFL is an open-source terminal supervisor for Codex, Claude Code, and Ollama sessions. Work with a planning agent, compare and approve versioned plans or individual sections of it, then let isolated worker agents implement the approved work while BDFL handles scheduling, checks, review, verific...

TechnologyHacker News1d ago

Show HN: HimitsuShell – DRM for Shell Scripts with Obfuscation

I built this because of the problem of source code being fully exposed when deploying shell scripts to client companies. Existing tools like shc (a shell script compiler) wrap shell scripts in C code and convert them into binaries. Because of this, using kernel-level monitoring tools like audit...

TechnologyDev.to1d ago

Database Migrations: Managing Schema Changes as Version-Controlled Code

Database Migrations: Managing Schema Changes as Version-Controlled Code A practical guide to database migrations — the discipline of evolving a database schema through version-controlled, repeatable scripts rather than manual changes, covering migration tools (EF Core, Flyway, Liquibase, DbUp), s...

TechnologyDev.to1d ago

Why AI-Generated GIS Code Can Run Successfully and Still Be Wrong

Geospatial code has an unusual failure mode: it can execute without errors, produce a clean-looking result, and still be methodologically wrong . This problem is becoming more important as AI coding agents generate complete GIS workflows from short natural-language instructions. The issue is no...