61 results on this page · clear filters

programming languages Sep 11 MALDA programming language reference manual A new programming language called MALDA entered the scene this month, and its pitch is specific: it treats AI agents and LLM calls as native language constructs rather than library imports you wire up by hand. The language ships w... programming languages Sep 11 Ask HN: What will happen if AI is mature and people have little work to do? A post on Hacker News this week revisited a question that has been gaining urgency as AI capabilities improve: what happens when AI matures and people have little work to do? The thread, from a user who asked the same question thr... programming languages Sep 11 Study: Generative AI Is Eroding the Development Pathway for Software Developers New Research Shows Generative AI Is Eating the Career Ladder Junior Developers Climb A team at Seoul National University has published findings that shift the debate about AI and software jobs. The question is not just whether gen... programming languages Sep 11 We Replaced MMAP with Io_uring in Our Rust Query Engine. It Got Slower Conviva's query engine hit a wall that looked familiar to anyone running data-intensive workloads on Linux: mmap made everything fast until it didn't. Under concurrent production load, their Rust-based engine saw p95 latency jump... programming languages Sep 11 Advancing Embedded Go: Recoverable Panics, UEFI, Radio and Hardware Dev Kit TinyGo 0.42 landed this week with two things the project has been building toward for years: recoverable runtime panics and a UEFI target that lets Go code run before any operating system boots. Alongside the software release, Tin... programming languages Sep 10 Presentation: Accelerating Performance by Incrementally Integrating Rust Into Existing Codebase Full rewrites are the default fantasy of every engineering team staring at a slow codebase. The logic goes: our Python monolith is slow, Rust is fast, let's rewrite everything. Lily Mara, a staff engineer at Discord and author of... programming languages Sep 10 Show HN: Sindlish, a programming language for Sindhi speakers Sindlish is a new programming language that lets developers write code using Sindhi keywords instead of English. The project, available as open source with a VS Code extension, targets the more than 30 million Sindhi speakers worl... programming languages Sep 10 IETF Publishes RFC 10008, Adding the QUERY Method for Safe Requests With a Body The IETF published RFC 10008 in June 2026, giving HTTP its first new standard method since PATCH arrived in 2010. The new method is called QUERY, and it solves a problem developers have been working around for years: how to send a... programming languages Sep 10 CPython Officially Adds RISC-V Support As a Tier 3 Platform Now I have all the context I need. Here is the rewritten article as raw HTML: CPython Now Runs on RISC-V, With More Performance Work on the Horizon The CPython interpreter officially supports RISC-V as a Tier 3 platform, following... programming languages Sep 09 Show HN: AutoShade – AI assisted RAW photo developer (MIT) AutoShade is a new RAW photo developer that splits the job into two clean layers: an AI model proposes edits, and a deterministic Rust engine applies them. The result is a non-destructive workflow where every adjustment is stored...