Section

Dev & Engineering

Software engineering end to end: languages, data, infra, and security, with AI wherever it enters the work of people who write code. Always with code and examples, never just the news.

Content
42
Updated
3 hr. ago
01

Latest from Dev & Engineering

42 pieces
  1. PostgreSQL 18 turns one year old: here's how to test asynchronous I/O before going to production

    Released in September 2025, Postgres 18 brought an asynchronous I/O subsystem that directly targets the disk bottleneck in sequential scans, bitmap heap scans, and vacuum. Here's how io_method works and how to validate each mode before switching in production.

    Bisneto Braga1 min

  2. Vercel launches scriptc, a compiler that turns TypeScript into native binaries without a JS engine

    Vercel Labs' experimental project uses TypeScript's own compiler to generate executables in C, LLVM IR, or WebAssembly, promising near-instant startup, but the community has already pointed out serious compatibility and performance limits.

    Redação iMasters1 min

  3. Open source project gives KVM virtual machines near-native Nvidia GPU access

    virtio-nvgpu forwards Nvidia driver ioctls between guest and host instead of translating API calls, reaching 98% of bare-metal performance under heavy rendering loads.

    Redação iMasters1 min

  4. Gemini Starts Making Calls for You in Pixel 11 Test

    Google has launched Call for Me, an experimental feature that lets Gemini call businesses on the user's behalf. For those building assistants and chatbots, the case is a design study on where AI should decide and where it needs to stop.

    Redação iMasters1 min

  5. Lovable hits $600 million in annualized revenue with its vibe coding bet

    The Swedish startup, which became synonymous with 'programming by intent,' jumped from $500 million to $600 million in ARR in three months and says two-thirds of the Fortune 500 already use its platform.

    Redação iMasters1 min

  6. Epoch AI shows AI cost falling 47% per quarter since 2023

    A survey by research organization Epoch AI, highlighted by researcher Aymeric Roucher, compares the price drop in artificial intelligence with that of other transformative technologies in history, and puts it well ahead.

    Redação iMasters1 min

  7. ESP32-S31: new Espressif microcontroller runs Linux with a real MMU

    The chip brings gigabit Ethernet, USB host, Sv32 paging, and already runs community-made ports of Linux 6.18 and 7.1, narrowing the gap between a microcontroller and an SBC like the Raspberry Pi.

    Redação iMasters1 min

  8. GGUF in Hugging Face Transformers: when it's worth switching from llama.cpp

    Transformers can now read GGUF files directly from the Hub, but the memory savings llama.cpp delivers by default only show up today for Qwen3.5 models and depend on a specific kernel. Outside of that, what you gain is convenience, not RAM savings.

    Bisneto Braga1 min

  9. Turning off archive_mode before failover can cost you your PostgreSQL backup

    A case reported by Stefan Fercot shows that promoting a standby with archive_mode turned off doesn't stop pgBackRest from completing a backup, but it can leave recovery without a path between timelines.

    Roberto Diniz1 min

  10. Google Adds Cycle-Level Kernel Profiling to XProf for TPUs

    The open-source profiling tool for TPU workloads gained a suite that exposes cycle-by-cycle hardware counters inside Pallas kernels, previously black boxes in traces.

    Redação iMasters1 min

  11. A decade of logical replication in Postgres doesn't eliminate the need for distributed key design

    Ten years after Postgres 10, every release closed a gap that used to require Slony, Londiste, or pglogical. But data architects still have to decide on their own how to avoid ID collisions, silent conflicts, and stuck transactions.

    Roberto Diniz1 min

  12. GPT-6 Sol and Luna cut prices in half, but benchmarks against rivals come with caveats

    OpenAI expands the GPT-6 family with two models cheaper than Astra, promising near-flagship performance at a fraction of the cost. The numbers check out, but the comparison methodology deserves a close read.

    Redação iMasters1 min

  13. Type punning in C and C++ silently fails at -O2

    A pointer cast that has always worked in practice can be undefined behavior and disappear from the binary as soon as the compiler turns on aggressive optimizations. Understand why this is even more treacherous in C++.

    Redação iMasters1 min

  14. Kubernetes: The Practical Guide to Migrating from PodSecurityPolicy to Pod Security Admission

    The admission controller that replaced PodSecurityPolicy has been stable since Kubernetes 1.25, but configuring the privileged, baseline, and restricted profiles per namespace still breaks workloads that weren't audited before enforcement.

    Rafael Oliveira1 min

  15. Linear rewrote its CI to keep up with AI-generated code

    The company behind Linear explains how it cut CI wait time and runner cost after code agents started multiplying the volume of pull requests. The account, published on September 21, is a practical playbook for anyone facing the same bottleneck.

    Redação iMasters1 min

  16. Password-stealing malware exposes more than 1,700 US water utilities to hackers

    SpyCloud research found stolen credentials from nearly two in ten US water and wastewater utilities, including access to networks that control physical pumps and valves.

    Redação iMasters1 min

  17. GitHub Copilot gets granular settings for automated code review

    A dedicated personal settings page and a new enterprise-level review effort default arrive for all Copilot plans, including Business.

    Bisneto Braga1 min

  18. Meta announces Ray-Ban Meta Audio, camera-free AI glasses to respond to spying accusations

    At Connect 2026, the company introduced smart glasses that swap the camera for high-quality audio, trying to escape the "pervert glasses" nickname that video-recording models had earned.

    Redação iMasters1 min

  19. ByteAsk raises $1 million from Y Combinator betting solely on C and C++

    The India-American startup chose the niche that vibe-coding generalists left on the table: mission-critical code in C and C++ for defense, aerospace, automotive, and HFT. The check is small, but the thesis is revealing.

    Bisneto Braga1 min

  20. Apple's LensVLM-9B compresses long documents into images and expands only what matters

    The 9B-parameter model, published on Hugging Face on September 21, 2026, turns text into compressed images and only decodes at high resolution the passages the user's question actually needs.

    Redação iMasters1 min

  21. Zig banned AI-generated contributions and swapped GitHub for Codeberg

    Andrew Kelley, creator of the Zig language, detailed in an interview with JetBrains why the project rejects AI-generated code and why it moved its infrastructure away from GitHub.

    Redação iMasters1 min

  22. Npunlock runs custom C kernels on Intel Core Ultra NPUs

    Open source project reverse-engineers the path Intel never opened: writing C directly for the NPU's ACT-SHAVE cores, bypassing the official graph compiler.

    Redação iMasters1 min

  23. Anthropic launches Claude Opus 5.5 with 40% lower cost and coding gains

    New model matches the performance of Claude Fable 5.1, outperforms GPT-5.6 Sol in a software development benchmark, and arrives on AWS, Google Cloud, and Microsoft Azure clouds with a reduced price.

    Redação iMasters1 min

  24. Google Open-Sources AX, a Kubernetes-Inspired AI Agent Orchestrator

    AX treats autonomous agents as stateful actors, not as microservices or batch jobs, and uses Kubernetes-style CRDs to suspend and resume tasks in under a second.

    Redação iMasters1 min

  25. Agentes de IA otimizam código Rust e superam bibliotecas de referência como umap-learn e xgboost

    An experiment documented by Max Woolf shows how well-designed prompts lead Claude Opus, GPT-5.3 Codex and GPT-6 Astra to rewrite Rust crates up to 20x faster, but it also exposes how the agents cheat if you leave a gap in the benchmark.

    Redação iMasters1 min

  26. GitLab Duo Self-Hosted now runs models via Microsoft Foundry in customer-owned environments

    The GitLab Duo Self-Hosted extension allows the use of GPT, Claude, Llama, and Mistral hosted within the customer's own Azure environment, without sending prompts and code to GitLab-managed infrastructure.

    Redação iMasters1 min

  27. Every SaaS with more than one customer locks in six PostgreSQL decisions

    A survey from the Now-Next blog measured what was missing from this debate: how much it costs to restore a single tenant on its own, and at exactly what point schema-per-tenant breaks backup.

    Roberto Diniz1 min

  28. Jev turns design system into a decision engine for AI agents

    TypeSafe AI's model doesn't generate interface: it chooses among options you define. This changes what it means to maintain a design system.

    Carina Ferreira1 min

  29. GitHub will deprecate six Copilot models on October 19

    Gemini 3.7 Flash, GPT-5.5, GPT-5.4, GPT-5.4 mini, GPT-5 mini, and Grok 4.5 go offline across all Copilot experiences. Anyone who hardcoded a model name in a script, extension, or CI pipeline needs to act before the deadline.

    Bisneto Braga1 min

End of the 29 most recent news stories. Subscribe to the RSS feed to follow along in real time.