ax@ax-radar:~/all $ grep -v 'tier=excluded' stream.log
40 srcsignal 72%cycle 04:32

all posts

50 items · updated 3m ago
RSS live
2026-07-02 · Thu
03:02
26d ago
Bloomberg Technology· rssEN03:02 · 07·02
UBS Says 'Absolutely No Sign' of Let Up in AI Demand
UBS says AI infrastructure demand remains strong with no sign of easing. The post does not disclose specific figures or timelines, but the bank's view suggests the capex cycle hasn't peaked yet.
#UBS#Bloomberg
editor take
UBS says AI demand shows no sign of easing, but the post has no numbers — take it as a bank's talking point.
HKR breakdown
hook knowledge resonance
open source
45
SCORE
H0·K0·R1
02:55
26d ago
● P1Hacker News Frontpage· rssEN02:55 · 07·02
Snorkel releases Senior SWE-Bench benchmark for evaluating coding agent capabilities
This benchmark gives agents natural-language feature requests and bug reports instead of over-specified specs. A validation agent writes behavioral tests to check solutions, and a taste-scoring system grades whether the code fits the codebase's actual style. The dataset and scoring approach are open-sourced on GitHub.
#Code#Snorkel AI
why featured
Featured · importance 88 · hook + knowledge + resonance
editor take
Snorkel upgraded SWE-bench from over-specified tickets to fuzzy natural-language tasks — the eval direction is right, but don't treat it as a hiring filter yet.
sharp
Snorkel released Senior SWE-Bench, and both HN and AI media picked it up. The coverage is consistent because it all traces back to Snorkel's own blog and GitHub — no third-party validation yet, so what we have is a design proposal, not measured results. The core change from the original SWE-bench: tasks are written as natural-language messages instead of over-specified requirement docs. Think Slack messages from a teammate, not a 40-line spec with function signatures. They also introduced a validation agent that auto-generates behavioral tests to check whether submitted code actually solves the problem, rather than just passing pre-written unit tests. On top of that, they score "tasteful solves" — code that follows the repo's existing patterns, not just code that works. Two discounts I'd apply. One, the validation agent is itself model-driven, so the benchmark's reliability depends entirely on how good those auto-generated tests are. Bad tests, meaningless scores. Two, there are zero model scores published yet — no leaderboard, no external reproductions. Read this as a design doc, not a ranking tool.
HKR breakdown
hook knowledge resonance
open source
88
SCORE
H1·K1·R1
02:53
26d ago
AI HOT (Curated Pool)· aihot-apiZH02:53 · 07·02
Kunlun Wanwei Tiangong 3.2 launches Skywork Tags, AI agents join work group chats
Tiangong 3.2 drops AI agents directly into Slack, Feishu, DingTalk, and other work group chats. @-mention it to join discussions—no window switching or data migration. The shared agent absorbs team context and eventually outperforms individually tuned versions, so teams end up switching fully. The core pitch is zero migration cost and an agent that gets stronger with group chat history.
#Kunlun Wanwei#Tiangong#Skywork Tags
editor take
Drops an AI agent into Slack/Feishu as a group member—just @ it to join the chat, no window switching.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R0
01:00
27d ago
Hacker News Frontpage· rssEN01:00 · 07·02
LibreCAD compiled to WebAssembly runs as a full desktop CAD app in the browser
Someone compiled the full LibreCAD 2D CAD app to WebAssembly so it runs in a browser tab with no install. First load is ~18 MB Brotli-compressed, cached after that. Only works on Chrome/Edge 137+ because it needs JSPI, which Firefox and Safari don't ship yet. The hardest part was nested modal dialogs: desktop apps block the main thread with exec(), which freezes a web page. Switching from Asyncify to JSPI fixed arbitrary nesting but required building Qt 6.9 from source. Canvas performance started at 4–5 fps; changing the Qt backing store from RGBA8888 to premultiplied ARGB32 roughly tripled the frame rate. File I/O bypasses Qt's helper APIs and uses a JS shim that reads/writes directly into Emscripten's in-memory filesystem. The author says GLM-5.2 did most of the porting work, but the model lacks vision-based debugging so a human had to step in for the last stretch.
#LibreCAD#Qt#Emscripten
editor take
Full LibreCAD compiled to WebAssembly, runs in a browser tab with no install, but Chrome/Edge 137+ only — Firefox and Safari lack JSPI.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
00:48
27d ago
Hacker News Frontpage· rssEN00:48 · 07·02
Oomwoo: An Open-Source Robot Vacuum You Build Yourself
Makers Pet launches Oomwoo, a fully open-source robot vacuum. It runs ROS 2 / Nav2 on a Raspberry Pi 5, uses 2D LiDAR for mapping and navigation, and integrates with Home Assistant locally—no cloud required. The chassis is 3D-printable, and the project provides a full BOM and build guide. Currently at v0 with Gazebo simulation and manual SLAM. The community can contribute to modules like the dust bin, blower, and cleaning algorithm. The post doesn't disclose final pricing or a release date, only mentions a convenience parts kit will be sold.
#Makers Pet#Oomwoo#Raspberry Pi
editor take
Oomwoo: an open-source robot vacuum on Pi 5, ROS 2, and local Home Assistant—no cloud needed.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
00:21
27d ago
Product Hunt · AI· rssEN00:21 · 07·02
Scritty: shared, searchable memory for AI coding agents
Scritty is a terminal emulator that captures every CLI agent conversation (Claude, Codex, Copilot, etc.) and indexes them into a searchable corpus. It serves the data back to agents via MCP and to users via CLI, with sync across desktop, browser, and mobile. All captures stay on your machine. The post doesn't spell out whether you can filter sensitive info or customize the indexing scope.
#Memory#Scritty#Claude#Codex
editor take
Scritty auto-captures every CLI agent chat, indexes it, and feeds it back to AI via MCP — basically persistent memory for coding agents.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
2026-07-01 · Wed
23:56
27d ago
Hacker News Frontpage· rssEN23:56 · 07·01
Chrome proposes the <usermedia> HTML element to make camera/mic access declarative
The Chrome team introduced the <usermedia> HTML element, a proposal to make camera and microphone access declarative. Instead of writing JavaScript to manage permission prompts and media streams, developers could use a simple HTML tag—like <img>—and let the browser handle permissions and rendering. The post frames this as a shift from permission management to capability control, reducing boilerplate and making active media devices more visible to users. No browser implementation timeline is given, but the article describes a progressive enhancement strategy that falls back to the traditional getUserMedia API when the element isn't supported.
#Chrome#Google
editor take
Chrome proposes a <usermedia> HTML element to replace getUserMedia boilerplate—no timeline yet, so treat it as an early spec.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
23:52
27d ago
Latent Space· rssEN23:52 · 07·01
Autoresearch: The feedback loop behind self-improving agents
Introspection CEO Roland Gavrilescu explains autoresearch at AIEWF: an outer loop where agents maintain and improve the primary system. Three patterns emerge—treat the loop as the product, package human expertise and evals into portable 'recipes,' and optimize for cheaper, better systems over time. Gavrilescu previously worked on agent infra at xAI. He compares the open-source Pi framework to Linux and positions Introspection as its Red Hat.
#Agent#Benchmarking#Reasoning#Introspection
editor take
Introspection sells the feedback loop as the product, open-sources Pi as the Linux of agent infra, and wants to be its Red Hat.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R0
22:45
27d ago
Hacker News Frontpage· rssEN22:45 · 07·01
NIST is hiring staff to evaluate frontier AI models and decide which ones to ban
NIST's CAISI center is hiring a Member of Technical Staff for Frontier Assessment, paying $121,785–$197,200, based in San Francisco or Washington, DC. The role develops novel evaluations for US and foreign AI systems, focusing on agent performance in national security domains, and tracks AI diffusion and strategic competition. Requires SCI clearance and drug testing; term is 13 months, extendable to 4 years. The post doesn't spell out the exact criteria or process for banning models, but duties include assessing cybersecurity and biosecurity risks and briefing government stakeholders.
#NIST#CAISI#US Department of Commerce
editor take
NIST's CAISI is hiring for frontier model evaluation, focused on agent risks in national security contexts — requires SCI clearance, term up to 4 years.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R1
22:27
27d ago
Hacker News Frontpage· rssEN22:27 · 07·01
Google open-sources ZKP libraries for private age assurance
Google open-sourced its Zero-Knowledge Proof libraries so users can prove they're over 18 without showing an ID or birth date. The libraries were built with Sparkasse for EU age assurance. Developers can integrate them without writing crypto from scratch. The post doesn't disclose performance benchmarks or supported languages.
#Google#Sparkasse
editor take
Google open-sourced ZKP libraries so users can prove they're over 18 without showing ID.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
22:13
27d ago
Dwarkesh Patel· rssEN22:13 · 07·01
Dwarkesh Podcast Announces Winners of AI Essay Contest: Biosecurity, Growth Policy, and Business Models
Dwarkesh Podcast announced the winners of its 'Big Questions About AI' essay contest. First place Jassi Pannu argues the OpenAI Foundation should spend tens of billions on physical infrastructure (e.g., far-UVC lamps) to end airborne pathogen transmission, yielding both everyday health benefits and pandemic tail-risk reduction. Second place Ege Erdil advises countries outside the AI supply chain to stick with strong property rights, low capital taxes, and open regulation—policies that will drive even larger growth differentials in an AI-driven world. Third place Michael Li draws an analogy to Hong Kong's MTR: AI labs' core product burns CapEx, but they can profit by buying complementary assets (like adjacent real estate). The post does not disclose prize amounts or judging details.
#Dwarkesh Podcast#Jassi Pannu#Johns Hopkins University
editor take
Dwarkesh essay contest winners: first place argues OpenAI Foundation should spend tens of billions to end airborne disease.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
21:50
27d ago
Product Hunt · AI· rssEN21:50 · 07·01
PopTask for Apple: Turn a messy thought into a scheduled task in 3 seconds
PopTask is an AI-powered to-do list for Mac, iPhone, and iPad. Type a messy thought like 'gym mon wed fri 6am' and it parses date, time, repeat, and reminder to create a structured task in about 3 seconds—no pickers or forms. It can break big tasks into steps and suggest follow-ups. On Mac it lives in the menu bar (⌘⌃P from anywhere); on iPhone/iPad it supports widgets, Control Center, Live Activity, Dynamic Island, and Siri. Everything runs on-device, syncs via your own iCloud, and supports 9 languages. Free to start. The post does not disclose the specific AI model or privacy details.
#PopTask#Apple
editor take
PopTask parses messy phrases like 'gym mon wed fri 6am' into tasks in 3s, runs on-device, free.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
21:41
27d ago
Hacker News Frontpage· rssEN21:41 · 07·01
Fable open-sourced NanoClaw's agent factory for just $800
Fable open-sourced NanoClaw's agent factory, costing only $800 to set up. The post doesn't spell out which agent workflows or models it supports, but the $800 price tag signals a focus on low-cost reproducibility.
#Fable#NanoClaw#Open source
editor take
Fable open-sourced NanoClaw's agent factory for just $800 — cheap enough for a small team to replicate.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K0·R1
21:00
27d ago
Bloomberg Technology· rssEN21:00 · 07·01
A $1.3 billion leveraged ETF is amplifying volatility in SK Hynix
Bloomberg investigates how a $1.3 billion 3x leveraged ETF tracking Korean chip stocks is distorting intraday trading in SK Hynix. The fund must rebalance in the final 30 minutes each day, creating a surge in volume and volatility at the close. The article uses specific trading-day data to show this tail-end pulse and notes that Korean regulators are paying attention. For AI watchers, it's a reminder that pricing power for critical AI hardware like HBM memory isn't just about supply and demand—financial derivatives are also driving the swings.
#SK Hynix#Bloomberg
editor take
Bloomberg shows how a $1.3B 3x leveraged ETF forces SK Hynix into a daily 30-minute volatility spike at the close.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
20:51
27d ago
Hacker News Frontpage· rssEN20:51 · 07·01
LangChain OpenWiki: CLI that writes and maintains agent docs for your codebase
LangChain released OpenWiki, a CLI that auto-generates and maintains agent documentation for your codebase. It scans code and outputs docs meant for AI agents, saving manual wiki upkeep. 133 stars on GitHub; the post doesn't spell out supported languages or integrations.
#Code#LangChain#GitHub
editor take
LangChain's OpenWiki CLI auto-generates docs for AI agents, not humans—saves manual wiki upkeep.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
20:45
27d ago
AI HOT (Curated Pool)· aihot-apiZH20:45 · 07·01
Claude Code v2.1.198 Released
Anthropic released v2.1.198 of Claude Code. The post does not disclose specific changes; only the version number is confirmed from the title.
#Anthropic#Claude Code#Product update
editor take
Claude Code v2.1.198 is a minor patch with no changelog — likely just bug fixes.
HKR breakdown
hook knowledge resonance
open source
35
SCORE
H0·K0·R0
20:38
27d ago
Product Hunt · AI· rssEN20:38 · 07·01
AssemblyAI launches Universal-3.5 Pro, its most accurate STT model
AssemblyAI launched Universal-3.5 Pro on Product Hunt today, calling it their most accurate speech-to-text model yet. It supports code-switching across 18 languages, improved speaker diarization, and contextual prompting for result steering. Available via Realtime and Async endpoints for free. The post doesn't disclose specific accuracy numbers or benchmarks.
#AssemblyAI#Product Hunt
editor take
AssemblyAI's Universal-3.5 Pro claims best-in-class STT with 18-language code-switching and improved diarization, but no accuracy numbers disclosed.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0
20:19
27d ago
Product Hunt · AI· rssEN20:19 · 07·01
PieterPost MCP: Let AI agents send physical mail
PieterPost launches an MCP server so AI agents like ChatGPT and Claude can prepare letters, upload attachments, generate payment links, and track orders. It bridges AI workflows with physical postal mail. Free for now; the post doesn't spell out international shipping or pricing.
#PieterPost#ChatGPT#Claude
editor take
PieterPost gives AI agents a physical mail API — ChatGPT can now send a letter for you.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
19:31
27d ago
Hacker News Frontpage· rssEN19:31 · 07·01
Claude Fable 5 free for a week, up to 50% of weekly limit
Anthropic offers a week-long free trial of Claude Fable 5 starting July 1 for Pro, Max, and Team subscribers. You can use up to 50% of your weekly limit on Fable 5; after that, either buy usage credits or switch models. API and standard Enterprise seats are excluded. The post doesn't disclose Fable 5's capabilities or pricing.
#Anthropic
editor take
Anthropic gives Pro/Max/Team users a week of free Fable 5 access, but the post doesn't disclose capabilities or pricing — treat it as a promo for now.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R0
18:12
27d ago
Hacker News Frontpage· rssEN18:12 · 07·01
Weave Robotics launches Isaac 1, a $7,999 home robot with fall 2026 deliveries
YC-backed Weave Robotics moved from a stationary laundry folder to Isaac 1, a mobile home robot that picks up dirty clothes, folds and puts them away, makes beds, and tidies clutter. It runs autonomously by default but falls back to remote human teleoperation when needed. Pricing is $7,999 upfront or $449/month, with a $250 refundable deposit. California deliveries start fall 2026, broader US in 2027. The company says its earlier Isaac 0 has logged 2,000+ field hours and folds 1,000+ pounds of laundry weekly, though autonomy varies by garment type. The pre-order agreement states the deposit only reserves a spot and does not guarantee final specs or delivery dates—worth discounting for now.
#Weave Robotics#Y Combinator#Kaan Dogrusoz
editor take
YC-backed Weave turned its laundry folder into a mobile robot that picks up clothes and makes beds, with remote human backup when it gets stuck. $7,999 or $449/month, but the pre-order agreement do...
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
18:00
27d ago
Hacker News Frontpage· rssEN18:00 · 07·01
Learn Vim motions by driving an ice-cream van through a town
Vim Scoops turns your cursor into an ice-cream van. You drive with h j k l to reach customers, learning one set of motions per level. No mouse allowed; the panel echoes every key. Beat the par to earn Wizard rank. The post includes a full command reference covering movement, editing, insert/visual mode, search, and macros. Good for beginners and for veterans who want to drill muscle memory.
editor take
Learn Vim motions by driving an ice-cream van with hjkl — one move set per level, par score included.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K1·R0
17:48
27d ago
● P1TechCrunch AI· rssEN17:48 · 07·01
Cloudflare sets September 15 deadline for AI companies to separate crawler uses
Cloudflare will start blocking mixed-use crawlers by default on ad-supported pages from September 15, 2026. The block applies to new customers, new sites from existing customers, and all free-tier users. Site owners can override it, but the default stance is: separate search crawling from AI training and agent use, or get blocked. The post doesn't say how many sites this covers or whether Cloudflare plans its own paid licensing path.
#Cloudflare
why featured
Featured · importance 88 · hook + knowledge + resonance
editor take
Cloudflare is forcing AI companies to split their bots into three categories—search, agent, training—by September 15, or get blocked as training crawlers by default.
sharp
This is Cloudflare's own blog post, and TechCrunch's coverage aligns with it—so we're looking at a coordinated policy rollout, not media speculation. The shift: instead of one blunt "block AI bots" toggle, site owners now get three separate controls for search indexing, agent traffic, and training crawlers. September 15 is the hard deadline. Any bot that hasn't declared its purpose by then gets treated as a training crawler, which means the default for most sites will be to block it. The part I'd discount: classification relies entirely on self-declaration by bot operators. Cloudflare hasn't said it'll verify behavior—if a crawler claims "search" but also scrapes for training, there's no technical enforcement described yet. TechCrunch's headline frames this as pushing AI companies to pay, but the blog post doesn't mandate payment. It gives site owners finer-grained permission controls; whether money changes hands still depends on separate negotiations.
HKR breakdown
hook knowledge resonance
open source
88
SCORE
H1·K1·R1
17:17
27d ago
AI HOT (Curated Pool)· aihot-apiZH17:17 · 07·01
Google Cloud Workbench Extension: Run Jupyter Notebooks from VS Code
Google launched a VS Code extension for Workbench Notebooks, letting data scientists connect to cloud Jupyter environments without leaving their local IDE. The extension is fully open-source; users pick a Workbench instance as the kernel directly in VS Code. It eliminates context switching for ML workflows that need local coding and cloud compute.
#Google#Google Cloud#VS Code#Open source
editor take
Google's Workbench Notebooks extension for VS Code lets you code locally and run on cloud compute without switching windows.
HKR breakdown
hook knowledge resonance
open source
39
SCORE
H0·K0·R0
17:05
27d ago
Hacker News Frontpage· rssEN17:05 · 07·01
chDB: ClickHouse OLAP engine compiled to WebAssembly, runs in browser
chDB compiles the full ClickHouse OLAP engine into WebAssembly, letting you run SQL directly in the browser. It loads a 95.3 MiB WASM module and supports SELECT, remote file queries (TSV, Parquet), and even S3 reads via s3(). The post doesn't disclose performance benchmarks or production readiness, but the working demo shows OLAP in the browser is now a tangible experiment.
#chDB#ClickHouse#Open source
editor take
chDB compiled the full ClickHouse engine into WASM — 95.3 MiB, runs SQL in the browser, even reads S3 files.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
16:19
27d ago
Hacker News Frontpage· rssEN16:19 · 07·01
GPU Cold Starts Cut to Seconds: Cerebrium Restores CUDA Workloads via Memory Snapshots
Cerebrium shares a GPU cold-start fix using memory snapshots. The real delay isn't pulling images—it's deterministic steps like loading PyTorch, copying weights, and compiling CUDA kernels. Their approach: run the full init once inside a gVisor sandbox, snapshot CPU/GPU memory, process state, and compiled kernels, then restore directly. Some workloads see >80% cold-start reduction. The post doesn't specify supported GPU models or max snapshot size, but confirms it works with real CUDA workloads like vLLM.
#Inference-opt#Cerebrium
editor take
Cerebrium snapshots a fully initialized GPU workload and restores it in seconds, cutting cold starts by >80%.
HKR breakdown
hook knowledge resonance
open source
65
SCORE
H1·K1·R0
16:12
27d ago
Product Hunt · AI· rssEN16:12 · 07·01
Retrace: Replay and fork AI agent runs to debug like a video editor
Retrace records every LLM call, tool invocation, and error an AI agent makes, then lets you replay or fork the run to debug. Free tier covers 1,000 traces per month. The post doesn't specify which agent frameworks or models it supports.
#Retrace
editor take
Retrace replays every LLM call and tool error an agent makes, and lets you fork a run to debug. Free tier: 1,000 traces/month.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
16:00
27d ago
AI HOT (Curated Pool)· aihot-apiZH16:00 · 07·01
Meta shares its AI storage blueprint to reduce GPU idle time at scale
Meta's engineering blog published a deep dive into the storage architecture behind Llama training and internal AI products. The main point: GPU compute roughly triples every two years, but storage and interconnect performance lag, making storage bottlenecks a top cause of GPU stalls. Meta's answer is a BLOB-storage layer built on top of a regional, multi-tenant block layer called Tectonic, which uses erasure coding, tiering across HDD and flash, and smart data placement to bound tail latency and sustain high throughput. The post explains that bursty, latency-sensitive AI training workloads can stall thousands of GPUs on a single slow I/O. It does not disclose specific latency numbers or cost savings, but confirms this BLOB-storage stack is gradually replacing the earlier NFS-based setup used for Llama, aiming to unify data lake access and speed up research iteration.
#Meta#Tectonic#Llama
editor take
Meta's eng blog explains why GPU stalls happen: compute triples every two years, storage lags, and a single slow I/O can stall thousands of GPUs.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H0·K1·R0
15:59
27d ago
AI HOT (Curated Pool)· aihot-apiZH15:59 · 07·01
Zhipu launches ZCode, the official dev environment for GLM-5.2, with 1.5x quota for subscribers
Zhipu released ZCode, the official dev environment for GLM-5.2, supporting macOS, Windows, and Linux. GLM Coding Plan subscribers get 1.5x usage quota, and BYOK is supported for existing subscriptions and APIs. The post doesn't spell out whether ZCode is free for non-subscribers or its pricing.
#Zhipu#GLM-5.2#ZCode
editor take
Zhipu launched ZCode, an official IDE for GLM-5.2. Subscribers get 1.5x quota, but free access and pricing aren't disclosed.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K0·R0
15:33
27d ago
AI HOT (Curated Pool)· aihot-apiZH15:33 · 07·01
xAI launches Voice Agent Builder for human-like voice agents with Grok
xAI released a no-code platform for building voice agents powered by Grok Voice. It costs $0.05 per minute and is available today. The post is brief and doesn't mention supported languages, latency, or telephony integration.
#xAI#Grok
editor take
xAI launched a no-code voice agent builder at $0.05/min, but the post is silent on latency, languages, and telephony.
HKR breakdown
hook knowledge resonance
open source
72
SCORE
H1·K1·R0
14:00
27d ago
Hacker News Frontpage· rssEN14:00 · 07·01
The C to Rust Migration Book: A Practical Guide
Mainmatter released a free online book on migrating C codebases to Rust safely. It skips theory and teaches hands-on: writing extern "C" bindings, using bindgen and cheadergen for cross-language headers, and handling errors across the FFI boundary. Each chapter includes a runnable Rust exercise with a test suite. Author Jonas Kruckenberg is a systems engineer and TC39 Invited Expert. The post doesn't disclose page count or completion status, but the TOC lists 6 chapters from FFI basics to production safety conventions.
#Code#Mainmatter#Jonas Kruckenberg
editor take
Mainmatter's free book teaches incremental C-to-Rust migration with hands-on exercises and FFI patterns.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H0·K1·R0
13:59
27d ago
Hacker News Frontpage· rssEN13:59 · 07·01
Cloudflare launches Monetization Gateway to charge for any resource via x402
Cloudflare announced Monetization Gateway, letting customers charge per request for web pages, APIs, datasets, or MCP tools. Payments settle in stablecoins over the x402 open protocol with near-zero fees and sub-second settlement. The pitch targets a world where AI agents bypass ads and subscriptions, making micropayments the natural model. The post does not disclose a launch date or pricing tiers.
#Cloudflare#x402 Foundation#Linux Foundation
editor take
Cloudflare launches a per-request payment gateway for any resource behind it, settling in stablecoins—built for the AI agent world where ads and subscriptions don't work.
HKR breakdown
hook knowledge resonance
open source
62
SCORE
H1·K1·R0
12:12
27d ago
Hacker News Frontpage· rssEN12:12 · 07·01
Box2D creator releases Box3D, an open-source 3D physics engine
Erin Catto open-sourced Box3D, the 3D physics engine he built for his own game. Forked from Box2D and Valve's Rubikon-Lite, it's written in C17 with triangle mesh, height-field, and baked compound collision. The direct trigger: Unreal's native Chaos engine couldn't handle tree falling and gyroscopic torques well in his survival game The Legend of California. Box3D already runs server-side with redwood trees, ragdolls, and voxel terrain. Architecture mirrors Box2D—SIMD wide contact solver, multi-threading hooks, recording and replay. His studio Kintsugiyama lets him work on it during his day job.
#Erin Catto#Box2D#Box3D#Open source
editor take
Erin Catto open-sourced Box3D, a 3D physics engine born from Unreal's Chaos failing at tree-falling in his survival game.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
12:00
27d ago
The Verge · AI· rssEN12:00 · 07·01
Google built a great smart speaker, but Gemini isn’t ready for it
The Verge reviews the new Google Home Speaker: great hardware, but Gemini for Home is not ready. The speaker itself nails design and sound, but the assistant often fails in conversation, speed, and smart home control. The post does not disclose specific failure cases or latency numbers, only states it's 'not the assistant we’ve been waiting for.'
#Google#The Verge#Gemini
editor take
Great hardware, but Gemini assistant fails often in conversation and smart home control.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H1·K0·R1
10:43
27d ago
Product Hunt · AI· rssEN10:43 · 07·01
nxt: Talk to your to-do list like a human assistant, AI picks what's next
nxt is an AI task manager you talk to in plain language. It extracts tasks, infers priorities, and files them automatically while learning your personal context. When you're ready, it surfaces just one task with a reason—no full list. The post doesn't disclose the underlying model, pricing tiers, or third-party integrations.
#nxt
editor take
nxt is an AI task manager that extracts tasks from plain chat and surfaces just one item with a reason when you're ready.
HKR breakdown
hook knowledge resonance
open source
45
SCORE
H1·K0·R0
09:26
27d ago
Product Hunt · AI· rssEN09:26 · 07·01
Macuse gives Claude, Cursor, and other AI clients local access to your Mac apps
Macuse is a local MCP server that turns Mac apps like Calendar, Mail, Notes, and Messages into tools AI clients can call. It works with Claude, Codex, Cursor, Raycast, and any MCP-compatible client, plus Computer Use for apps without APIs. Permissions rely on macOS native controls with per-connection approval and revocable access—not a one-time trust-all switch. The post doesn't disclose pricing or specific macOS version requirements.
#Macuse#Anthropic Claude#OpenAI Codex
editor take
Macuse turns Mac apps into MCP tools for Claude, Codex, Cursor, etc. Permissions are per-connection, not a blanket grant.
HKR breakdown
hook knowledge resonance
open source
68
SCORE
H1·K1·R0
08:58
27d ago
Product Hunt · AI· rssEN08:58 · 07·01
AnySearch: Real-time structured search for AI agents
AnySearch launched today on Product Hunt as a search tool for AI agents, not humans. It queries trusted sources in parallel, deduplicates, filters, and structures results so agents get cleaner inputs. Free to start. The post doesn't specify supported sources or latency, but the idea is clear: agents need a dedicated information layer.
#AnySearch#Product Hunt
editor take
AnySearch is a search layer for AI agents, not a search box for humans.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K1·R0
08:10
27d ago
AI HOT (Curated Pool)· aihot-apiZH08:10 · 07·01
NVIDIA Open-Sources Nemotron-Labs-TwoTower: A Diffusion LM on a Frozen Autoregressive Backbone
NVIDIA released Nemotron-Labs-TwoTower, an open-weight diffusion language model built on a frozen Nemotron-3-Nano-30B-A3B autoregressive backbone. It combines diffusion-based text generation with a 30B-parameter MoE model (3B active). The post doesn't disclose benchmarks or inference latency. For researchers exploring hybrid architectures or diffusion LMs, this is an experimental release worth watching.
#NVIDIA#Nemotron-Labs-TwoTower#Nemotron-3-Nano-30B-A3B
editor take
NVIDIA open-sourced an experimental diffusion LM on a frozen 30B MoE backbone, but disclosed no benchmarks or latency.
HKR breakdown
hook knowledge resonance
open source
55
SCORE
H0·K0·R0

more

feeds

admin