AI Summarized Hacker News

Front-page articles summarized hourly.

How often do you think about the 1893 World's Fair?

Neil Flanagan argues that the 1893 World's Columbian Exposition, especially the White City, endures in American imagination as a symbol shaped by reinterpretation across media and conspiracy lore. He tracks how initial awe gave way to later nostalgia in urban planning and pop culture—from Burnham’s architectural utopianism to Burnett’s Pilgrim’s Progress, Chris Ware’s Jimmy Corrigan, Erik Larson’s The Devil in the White City, and BioShock Infinite. The memory persists because imagination reshapes the past; context determines what the fair means today.

HN Comments

Jev in 25 Lines of Python

A parody post presenting Jev as a 25-line Python snippet that loads a GGUF Llama model locally, prompts it to choose among Legitimate, Spam, and Phishing for a sample email, converts logits to log-probs and probabilities, and prints them. It emphasizes Jev is fast, runs on-device, doesn’t send data to APIs, and notes open-source OpenJev variants as better implementations.

HN Comments

Show HN: Npunlock – Run custom C kernels for Intel NPUs

npunlock lets you write and run custom C kernels inside Intel Core Ultra NPU graphs by compiling them to ACT-SHAVE machine code. Works on Windows x64 (Meteor Lake/NPU3720) with MoviTools; OpenVINO runtime not required. Supports FP16/binary and FP32/unary branches in a single graph; ACT-group preflight. Includes Python/CLI/C APIs and a GELU example. Prereqs: Windows x64, NPU driver, Python 3.10+, CMake 3.24+, MSVC toolchain, MoviTools MVC_DEPEND. Limitations: experimental; limited to listed hardware; Linux support experimental.

HN Comments

Grammarly will send unhinged messages to all your users if you try to cancel

Access is blocked by network security. To continue, log in to your Reddit account or use your developer token. If you think the block is a mistake, file a ticket for review.

HN Comments

No Easy Fix for Bogus Respondents in Online Opt-In Polls

Pew Research Center evaluated three screening methods to purge bogus respondents from online opt-in polls: trap questions, automated prescreening (Sentry), and matching to a national voter file. In a Nov 2024 online survey of 11,114 U.S. adults, purging reduced data-quality problems but was not a silver bullet: voter-file matching removed many valid respondents and sometimes worsened quality; trap questions and prescreening improved data quality—lower yea-saying, better open-end responses, and smaller primacy effects. All three methods increased estimated Democratic support in 2024; voter-file matching risks bias by excluding unregistered voters and over-representing certain groups.

HN Comments

Delta: Highly available, strongly consistent storage using chain replication (2022)

Delta is Meta’s low-dependency, highly available object storage service using chain replication. It provides four operations (put/get/delete/list) and prioritizes resiliency over latency. Data is organized into buckets of chains of fail-stop servers; writes go to the head and are committed after all chain members persist, while reads come from the tail. Delta supports horizontal scaling, automated repair via a control plane, apportioned reads to boost throughput, and global replication with hybrid synchronous/asynchronous propagation. It also integrates with archival backups for disaster recovery.

HN Comments

Data-Only Attacks Are Easier Than You Think

USENIX Security 2024 paper "Online Data-Only Attacks Are Easier than You Think" introduces Einstein, a tool that automatically generates data-only attacks—exploits that manipulate attacker-controlled data without changing a program’s control flow. Using dynamic taint analysis, Einstein tracks how tainted input reaches security-sensitive syscalls, identifies identity data flows, and builds candidate exploits, which it then confirms by replaying. Tested on httpd, lighttpd, nginx, postgres, and redis, it found many identity-flow taints; nginx yielded 944 confirmed exploits across code-execution and write/send primitives. Conclusion: data-only attacks are practical; defenses must be comprehensive.

HN Comments

Transit rewards (Waymo pays you to take the train)

Waymo launches transit rewards in the San Francisco Bay Area, giving Waymo Cash when users link a Visa card, take a Waymo ride, and use public transit within 2 hours; each eligible multimodal trip yields $2.85 (the SF bus fare). The program starts with employee access and will roll out publicly in coming weeks, partnering with 27 Bay Area transit agencies that accept Visa tap-to-pay and with Caltrain, which will provide 40 dedicated parking spaces. Goal: expand to more cities and deepen multimodal transit integration.

HN Comments

The Softness of Metal

An essayist watches Ozzy Osbourne’s final seated show and is moved to tears by his frailty, reframing metal from hypermasculine shock to vulnerability and longing. He contrasts his broken ankle and his father’s Parkinson’s with Ozzy’s struggle to stand, arguing metal harbors fear, suffering, and brokenness behind its power. Through personal family ties and his daughter’s disability, he suggests metal can be a compassionate space where weakness is acknowledged, even as Ozzy dies 17 days later.

HN Comments

US criticises Australia's proposed algorithm opt-out laws as 'censorship'

The US criticised Australia’s draft digital duty‑of‑care laws, which would let users opt out of social‑media algorithms, calling it “censorship of protected speech.” Washington warned vague “harm” definitions could enable viewpoint‑based censorship, harm independent voices, and impose one‑size‑fits‑all platform rules with global reach, potentially biasing minority speech. Australia says the measure returns control to individuals, not government overreach. The clash arose during Prime Minister Anthony Albanese’s US visit and follows earlier child‑safety online measures amid broader AI‑regulation debates, including Trump’s UN remarks.

HN Comments

Augustofaces: Pareidolia Fine Art

AUGUSTOSFACES (Augusto's Faces) is a basic site with Home, Images, About, and Contact pages. It shows a timestamp (2023-04-17), copyright 2002–2026 AUGUSTO.AT, and credits website development to GBA IT SOLUTION.

HN Comments

The new CC, an AI agent built for families

Google Labs unveiled CC, an experimental AI agent for families that has its own Google account and supports up to six members with a clear permission model. CC integrates with Gmail, Chat, Docs and Calendar to deliver a shared Your Day Ahead brief, auto-track events and tasks, and handle household logistics like registration forms, meal planning, and shopping lists. It can automatically fill forms, fetch live drive times, and create Docs/Sheets, using a household memory distinct from individual data. Availability is in the U.S. for 18+ users via upgrade or waitlist; runs on isolated cloud compute with Gemini models.

HN Comments

The current balance of power in open models

By 2026, open-weight AI models—weights with licenses and often inference code—are economically viable and widely adopted. Chinese labs lead in benchmarks, downloads (Qwen dominates ~80% of platform usage), and arXiv mentions, with GLM‑5.3 and Kimi K3 atop scores; American open-weight models trail by months. Distillation accounts for part of the gap, but Chinese models remain ahead. Adoption is rising across industries and academia, while policy and risk-management questions grow. The piece advocates sustaining U.S. investment in open models to preserve global AI leadership and soft power.

HN Comments

ReBarUEFI: Resizable BAR for almost any UEFI system

ReBarUEFI is a UEFI DXE driver to enable Resizable BAR on systems without official support. It patches the firmware to resize PCIe BARs during PCI enumeration, using ReBarState stored in NVRAM. Requires 4G decoding and possibly BIOS/DSDT patches or UEFIPatch workarounds; Secure Boot-friendly on many firmwares. Build with edk2/CMake; Linux or Windows builds; follow wiki for setup and troubleshooting.

HN Comments

The Trouble with 'Ntile()'

Danielle Navarro argues that dplyr::ntile() is a misnamed, ill-suited tool for quantile binning, especially for analyses submitted to regulators. Through a toy exposure–response dataset with many tied weights at the median, ntile() allocates tied values across bins based on row order, producing non-quantile groups that can mislead. It mirrors SQL NTILE behavior (nondeterministic tie-breaking) and thus is inappropriate for statistical analysis. She recommends implementing true quantile-splits by calculating empirical quantiles with quantile() and binning with cut(), avoiding tie-breaking and preserving a population-based definition. She notes conventions around edge handling are arbitrary but must be documented.

HN Comments

LLM Ass Bench

UI text for LLM AssBench showing a prompt area with "No matches" and controls to copy, close, or add a pane.

HN Comments

Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived

FoxDev Studio is a 64-bit, self-contained environment that lets you open and run Visual FoxPro 9 projects exactly as they are—forms, tables, libraries—without migration or export. It uses a Rust/WebAssembly VM to compile FoxPro code to bytecode, with a live object tree UI drawn by React, and a 32-bit bridge to keep legacy .fll libraries usable. FoxScript adds an HTTP API and web server, enabling outside requests while still running inside the same runtime. Packages for Windows and Linux, with full documentation and GitHub source.

HN Comments

The JavaScript Midlife Crisis

JavaScript is ubiquitous but its ecosystem chases speed, often at the expense of maintainability. Rewrites and replacements— from early patches like jQuery and Moment to TypeScript anchoring JS— have kept the language relevant while others (Rust, Go, Zig) accelerate toolchains. Faster bundlers and compilers trade openness for black-box complexity, shrinking the pool of contributors. The lure of ‘written in Rust’ and similar speed wins fuels shiny-object syndrome, but speed alone won’t save the web. Taken together, languages can coexist, but we may eventually need to rethink rebuilding the web rather than endlessly speeding it up.

HN Comments

No Sloptober

No Sloptober is a personal October challenge to abstain entirely from LLM-based tools, forcing mindful autonomy and skill development. Participants avoid AI tools at home/work, AI search, chatbots, code reviews, and AI agents, while exploring where humans excel and what LLMs can—and cannot—do well. The plan includes documenting experiences, blogging, sharing results (#no-sloptober), learning new languages, tackling coding projects, and evaluating the business case for LLMs by measuring velocity, costs, and risks. It also warns against 'meat proxy' behavior and emphasizes nuance, security concerns, and personal growth.

HN Comments

The UV index is not the warm sensation of sunlight on bare skin

Warmth from sunlight is not a reliable sunburn guide. Sunburn comes from UV-B (and some UV-A) damaging DNA; heating from visible/infrared light is a separate, non-damaging process. UV is far weaker than near-IR at the surface, so you can burn slowly even when it feels hot, or on cool days. Time of day matters: UV peaks at solar noon and declines faster than IR; clouds can reduce both, but gaps can boost UV, and snow increases exposure. Darker skin may feel warmer but burns slower. The article notes pvlib simulations with caveats.

HN Comments

Made by Johno Whitaker using FastHTML