Hasty Briefsbeta

Bilingual

Show HN: The Front Page – Newspaper-style front page for Hacker News

15 hours ago
  • #Research
  • #Technology
  • #Innovation
  • HBM now accounts for 63% of AI chip component costs, up from 52% in Q1 2024, with spending rising from $12B to $32B.
  • LLM agents face constraint decay with performance dropping 30 points as requirements tighten, especially in convention-heavy frameworks like FastAPI and Django.
  • Scientists identified missing genes and enzymes in tobacco plants that produce nicotine, enabling future biotech applications for pharmaceuticals and vaccine production.
  • A 1,000-year-old dingo burial shows evidence of community care and ritual, highlighting deep Indigenous-dingo relationships.
  • Vacancy taxes are being explored in West Coast cities like Portland and Seattle, inspired by Vancouver’s Empty Home Tax, but face legal and measurement challenges.
  • Colossal Biosciences hatched 26 chickens using a synthetic egg system, advancing de-extinction efforts for species like the dodo and moa.
  • A 4-day work week study in Australia found productivity maintained through workload adjustments, emphasizing flexibility over long hours.
  • Demoscene program 'wake up! 16b' creates Sierpinski fractals and audio from 16-byte x86 assembly, leveraging BIOS memory and PC speaker port.
  • A high-resolution map reveals Roman roads extended 300,000 km, double previous estimates, using satellite imagery and historical data.
  • Bayesian Gaussian process models predict uranium/vanadium concentrations at Walker Lake with location error, using latent coordinates and NUTS sampling.
  • Texas-based Colossal Biosciences successfully hatched 26 chickens using a synthetic egg system, a step towards de-extincting birds like the dodo.
  • Go 1.24 simplifies unencrypted HTTP/2 (h2c) configuration, beneficial for Cloud Run environments with TLS termination.
  • Jujutsu VCS helps combat 'git rigour fatigue' by allowing post-development reorganization of commits into logical units.
  • Segmented iterators boost algorithm performance by exposing internal block structure, enabling auto-vectorization and up to 17x speedups.
  • Microsoft open-sourced early DOS source code (86-DOS 1.00), recovered from printed documentation, shedding light on MS-DOS origins.
  • Firefox supports Web Serial for programming Adafruit hardware directly in-browser, eliminating extra tools for makers.
  • Scammers exploited a Microsoft account loophole to send phishing emails from an internal address, prompting an investigation.
  • Noroboto attacks embed malicious TrueType fonts in documents to swap visible text with Unicode private-use characters, fooling AI processing.
  • DeepSeek API offers models deepseek-v4-flash ($0.14/M input tokens) and deepseek-v4-pro ($1.74/M input tokens) with a 75% discount on pro until May 2026.
  • Italy signed a €1.39B contract for six Airbus A330 MRTT tankers, shifting from Boeing KC-46 and aligning with European logistics.
  • Researchers found that fine random micro-roughness (DMR) on surfaces can cut aerodynamic drag by up to 43.6%, delaying laminar-to-turbulent transition.
  • Daniel Lemire's AVX-512 IPv6 parsing method is ~12x faster than inet_pton, processing 70M addresses/sec via data parallelism.
  • Hezbollah's fiber-optic drones evade Israel's electronic jamming, challenging Iron Dome defenses and prompting AI-driven countermeasures.
  • Chrome for Developers introduces Declarative Partial Updates, including out-of-order streaming and Content-Defined Chunking APIs for faster HTML delivery.
  • Sales & Dungeons turns thermal printers into TTRPG tools for generating items, spells, and notes, supporting multiple OS and data formats.
  • Despite AI automating entry-level coding, computer science graduates still enjoy low underemployment and high wages, with education shifting towards AI literacy.
  • Susam Pal argues against custom UI implementations, urging developers to use native browser controls for scrolling, navigation, and date pickers.
  • A macOS keyboard customization guide combines hardware macro pads with Karabiner Elements and Keyboard Maestro for context-sensitive workflows.
  • WebAuthn's credentialProtectionPolicy extension offers three protection levels to control credential discovery and use with user verification.
  • SpaceX's Starship V3 completed its first suborbital test flight, featuring hot staging and deploying 22 payloads, including prototype Starlink satellites.
  • PT Barnum's principles include aligning work with natural abilities, avoiding debt, committing fully, and maintaining integrity for lasting success.
  • Selling SaaS in DACH requires understanding risk-averse culture, IT department veto power, longer sales cycles, and localization focused on compliance and security.
  • Android phones can tether older Windows PCs to the internet via USB-C to Ethernet adapters by enabling Ethernet tethering.
  • Migrating from Go to Rust involves tradeoffs: Rust offers compile-time safety and performance but has a steeper learning curve; Go remains better for rapid iteration.
  • Vivado 2026.1 removed Linux support from the free Basic tier, limiting it to paid tiers, sparking community criticism over platform restrictions.
  • C64 'Dead Test' diagnostic cartridge uses a custom font stored in ROM, with an Easter egg symbol and released fonts for C64, VIC-20, and PET systems.
  • LAN-LOK, a DOS sabotage game from 1991 Antarctica, has been rediscovered; players sabotage a network while an AI repairs it, predating similar mechanics.
  • Apple's PICO is a learned image compression system optimized for human vision, offering 2.3-3x bitrate savings over traditional codecs and fast iPhone encoding.
  • Graham confesses difficulty internalizing Scheme due to ALGOL/OOP thinking, resolving to treat himself as a junior developer in functional programming.
  • Linux swap subsystem cleanups aim to reduce per-page overhead, enable flash-friendly swapping with compression/deduplication, and modularize backends via swap_ops.
  • Silk is a cooperative fiber scheduler for Linux with per-CPU scheduler threads, io_uring integration, and topology-aware work-stealing for high concurrency.
  • Hengefinder calculates sunset alignments with streets/canals by solving road bearing, sun azimuth, and alignment date challenges, inspired by Manhattanhenge.
  • PHP arrays are ordered dictionaries requiring re-indexing after operations like array_filter, and typed properties have an uninitialized state complicating deserialization.
  • Charlie Holland warns against letting AI agents drive software architecture, citing lack of critical 'no' and real-world constraints leading to unsuitable designs.
  • FatihArslan rotated his desk to face the room, creating digital and analog sides for work and family activities, emphasizing mental boundaries.
  • Bicycling interventions show mental/cognitive benefits, with outdoor, moderate programs offering the most reliable improvements, while high-intensity indoor cycling can impair performance.
  • Japanese companies succeed through diverse operations and deep integration of practices like lifetime employment and internal cooperation, not just innovation.
  • ACAV is an interactive AST viewer for C/C++/Objective-C, built with Clang/Qt, enabling exploration of ASTs from compilation databases for learning and development.
  • ARPG skill/item systems can be structured like a compiler pipeline, treating content as declarative data compiled into runtime caches to avoid ad-hoc conditionals.
  • AWS ex-employee criticizes the company's 'fungible' view of employees and pivot to GenAI, arguing it loses institutional knowledge and human element.
  • Project Glasswing uses Claude Mythos Preview to scan for security vulnerabilities, reporting thousands of high-severity flaws to accelerate patching.
  • Andrei Gudkov optimized matrix transpose on x86_64 from 3.90 to 0.35 cycles/element via block decomposition, prefetching, SIMD, and non-temporal stores.
  • Lex shipped a MacBook to a Congolese refugee in Uganda, navigating shipping restrictions, Ukrainian TIN requirements, and Ugandan customs hurdles.
  • Reasonix is a terminal-native AI coding agent for DeepSeek, assisting with code generation, debugging, and automation within the command-line environment.
  • "50 Hours to Draw Some Lines" documents hand-drawn data visualization using traditional drafting tools, arguing for mindful, artistic alternatives to digital methods.
  • The KnowledgeProject features Greg Brockman on OpenAI's post-ouster crisis, technical roadmap, and global AI race, including code share and reasoning traces.
  • MasteringDyalog APL is a CC-licensed, interactive Jupyter-based update of the 2009 edition, modernized for Dyalog APL 12.0 with a static site and print version.
  • .NET 11 introduces union types via the `union` keyword in C# 15, allowing a type to hold one of several unrelated types with exhaustive pattern matching.
  • Quadratic sandwich bounds functions between parabolas using strong convexity (μ) and L-smoothness (L), defining condition number κ = L/μ for optimization reliability.
  • HRW (Highest Random Weight) hashing in Elixir offers stateless consistent hashing as an alternative to ExHashRing, with O(log n) performance via a skeleton structure.
  • C# 11/12 redesign memory safety, turning `unsafe` into a compiler-enforced contract requiring explicit documentation and caller obligations at boundaries.
  • Schlitz beer discontinued by Pabst; Wisconsin Brewing Co. brews a final batch using a 1948 recipe, honoring the brand's 1858-1970s legacy.
  • Reverse engineering of a Mitra 125 MS minicomputer ALU board reveals a 32-bit ALU built from 74181 chips, part of France's Plan Calcul initiative for Spacelab.
  • HTML `<dl>` element is a semantic tool for description lists (e.g., glossaries, product details), improving accessibility for screenreader users over non-semantic markup.
  • Selling SaaS in DACH region requires understanding risk-averse culture, IT department veto power, longer sales cycles, and localization focused on compliance.
  • AI-driven search edge cases: Google's AI summaries can fail, e.g., searching 'disregard' returns empty AI response, pushing useful results down.