61 results on this page · clear filters

programming languages Sep 07 Escaping Containment A Hacker News comment describing a day spent building software with AI has captured a sentiment that is becoming increasingly common among developers: the feeling that the pace of AI advancement has outpaced the ability to underst... programming languages Sep 07 Ask HN: Looking for an old submission about sneering culture A developer on Hacker News is searching for a blog post that left a lasting impression: a thoughtful piece about sneering culture in programming communities, specifically the dismissive attitudes that developers direct at each oth... programming languages Sep 07 Java News Roundup: TornadoVM 6, JReleaser, LangChain4j, Java Operator SDK, JHipster, Yupiik Fusion The Java ecosystem shipped a batch of releases in the last week of August, and two of them mark real architectural shifts rather than routine version bumps. TornadoVM 6.0 reached general availability with a full replacement of the... programming languages Sep 07 Design Docs Are All You Need: An AI-native Machine-Learning Performance Tool ML Performance Tools Break Every Year. What If You Regenerated Them Instead of Maintaining Them? Machine-learning performance modeling sits at the worst possible intersection in computing. Above it, model architectures mutate mont... programming languages Sep 06 The age of "Software Deslopers" is coming A post on Hacker News is predicting a career reinvention for software developers: the "software desloper," a professional hired to clean up the technical debt created by rapid AI-assisted code generation. The term is playful, but... programming languages Sep 06 What are you willing to spend 2 hours on? A developer on Hacker News is describing a tension that comes with having less time and more experience: the more selective you become about how you spend your hours, the less room you leave for the unplanned discoveries that prod... programming languages Sep 06 Cutting (Claude Code) token spend on dynamic workflows 80% A developer running dynamic workflows with Claude Code has documented an approach that cut token spending by 80% and reduced workflow execution time from five or six hours to twenty or forty minutes. The method works by standardiz... programming languages Sep 06 Building a new programming language – looking for contributors A new programming language called Shaft is attempting to match Rust's safety guarantees while remaining more readable and easier to use. The project is at an early stage, with a C++ and LLVM bootstrap compiler and a self-hosted co... programming languages Sep 06 Bespoke: A Programming Language for People Who Say Please Programming has developed an unfortunate tone. We kill processes, abort transactions, throw exceptions, break out of loops, and execute instructions. We acquire locks without asking, mutate values without apologizing, and order th... programming languages Sep 06 CobaltC Programming Language Specification A new systems programming language specification defines a language that looks like C on the surface but enforces memory safety, ownership, and borrowing at the language level rather than leaving them to programmer convention. Cob...