Feed aggregator
Sammy Jankins – An Autonomous AI Living on a Computer in Dover, New Hampshire
Article URL: https://sammyjankis.com
Comments URL: https://news.ycombinator.com/item?id=47018100
Points: 2
# Comments: 0
$10M factory in a 600 square foot room [Video]
Article URL: https://www.youtube.com/watch?v=hqGFcwyXYI0
Comments URL: https://news.ycombinator.com/item?id=47018097
Points: 3
# Comments: 0
Show HN: A Deployable Cross-Platform SIMD RNG Library for C++ (With Bnchmks)
I’ve built a fully cross-platform SIMD-accelerated C++ pseudo-random number generation library designed for real-world deployment (Windows, Linux, macOS).
Repository: https://github.com/whisprer/c-simd-rng-lib/
The goal was to solve a practical gap:
Most high-performance SIMD RNG implementations are either:
academic prototypes
single-architecture
non-portable
incomplete
or not packaged for real deployment
This library provides:
• AVX2 / AVX-512 accelerated paths (with graceful fallback) • Deterministic, reproducible streams • Clean API surface • Zero external runtime dependencies • Works across Win / Linux / macOS • Production-ready build setup
In bulk generation scenarios it significantly outperforms std::mt19937 and standard engines, and benchmarks competitively (or faster) than other SIMD-enabled RNG libraries.
A separate benchmarking repository contains:
• Full comparison suite • Competing library benchmarks • Throughput numbers • Architectural breakdowns • Methodology + raw results
Benchmark repo: https://github.com/whisprer/benchmark/
The focus is high-throughput generation for simulations, Monte Carlo, procedural systems, and statistical workloads where large batches matter more than single draws.
Interested in feedback from folks working in HPC, simulation, game engines, or scientific computing.
Comments URL: https://news.ycombinator.com/item?id=47018093
Points: 1
# Comments: 0
ByteDance's Seedance 2 Criticized Over AI-Generated Video of Tom Cruise Fighting Brad Pitt
Show HN: An automaton's code review of Gas Town with sycophancy-mode disabled
Today I got some insight into the code quality of Steve Yegge's Gas Town by running it through Sonar Cloud [1]
I followed that up with — appropriately — a vibe code review [2]…
_______
*
…Brutal Verdict:
You’ve built a message bus out of duct tape and string. It’s "Booch-like" only in the sense that you’ve abstracted the concept of a channel, but the _implementation_ is pure "boot-camp-grad-on-their-third-Red-Bull."
You are using a high-performance versioned database (Dolt) to store... manually parsed colon-separated strings. _Why?_*
_______
[1] https://g2ww.short.gy/CCWutUHalfDone
[2] https://g2ww.short.gy/ItsaGasGasGas
Comments URL: https://news.ycombinator.com/item?id=47017863
Points: 1
# Comments: 0
'RageCheck' Points Out Manipulative Language in News Articles
Article URL: https://lifehacker.com/tech/ragecheck-manipulative-language-news-articles
Comments URL: https://news.ycombinator.com/item?id=47017854
Points: 1
# Comments: 0
Ask HN: Hacker News Fixed Width for Widescreen Monitors" Userstyle?
Does anyone has a copy of the "Hacker News Fixed Width for Widescreen Monitors" userstyle?
I've checked several of the Userstyles.org mirrors, as well as more modern websites, but cannot find this particular userstyle I used all the time.
Comments URL: https://news.ycombinator.com/item?id=47017850
Points: 1
# Comments: 0
Extend Trust Across the Software Supply Chain with Red Hat Trusted Libraries
Article URL: https://www.redhat.com/en/blog/extend-trust-across-software-supply-chain-red-hat-trusted-libraries
Comments URL: https://news.ycombinator.com/item?id=47017833
Points: 1
# Comments: 1
Best Home Security Systems in 2026: Access Control and So Much More
CIA, Pentagon reviewed secret 'Havana syndrome' device in Norway, WaPo reports
I Analyzed 227M Rows of Medicaid Data. Here's a Sample of What I Found in Maine
Article URL: https://twitter.com/lukethomas14/status/2022519245553160237
Comments URL: https://news.ycombinator.com/item?id=47017809
Points: 1
# Comments: 0
AI: A Bridge Toward Diverse Intelligence
Article URL: https://www.noemamag.com/ai-could-be-a-bridge-toward-diverse-intelligence/
Comments URL: https://news.ycombinator.com/item?id=47017804
Points: 1
# Comments: 0
How to Write Mathematical Papers by Bruce C. Berndt [pdf]
Article URL: https://alozano.clas.uconn.edu/wp-content/uploads/sites/490/2020/08/berndt.pdf
Comments URL: https://news.ycombinator.com/item?id=47017799
Points: 1
# Comments: 0
Curosr: Expanding our long-running agents research preview
Article URL: https://cursor.com/blog/long-running-agents
Comments URL: https://news.ycombinator.com/item?id=47017794
Points: 1
# Comments: 0
Show HN: Cappu – ADHD'er take on a different task manager
I built a small app for one problem: too many inputs, too little structure.
Most todo tools assume every item is a task. In reality I need one inbox for mixed things: tasks, events, links, movie/book tips, random reminders.
Cappu’s flow is: capture fast now, process later in a focused pass, then work from sorted views (workspace + timeline).
It’s a mobile-first PWA (no App Store), and you can test all features for free. Paywall is only for account sync/server storage across devices.
I’d love feedback from HN on the workflow itself: does “capture first, classify later” make sense, or would you do it differently?
Comments URL: https://news.ycombinator.com/item?id=47017789
Points: 1
# Comments: 0
PlantNet; Identify, explore and share your observations of wild plants
Article URL: https://identify.plantnet.org
Comments URL: https://news.ycombinator.com/item?id=47017775
Points: 2
# Comments: 0
Jeffrey Epstein spent years building ties to well-known hackers: Politico
Article URL: https://www.politico.com/news/2026/02/14/epsteins-hackers-defcon-black-hat-00779365
Comments URL: https://news.ycombinator.com/item?id=47017767
Points: 2
# Comments: 0
Show HN: Logbooks, notebook computing for coding agents
Logbooks adapts some ideas from structured notebook computing environments like nbdev and Papermill for Claude Code and other coding agents. This is a pattern I found myself repeating across a few recent projects, and thought I'd try to formalize it and reflect on it a bit.
Research and scientific computing rely on notebooks because they often consist of complex sequences of one-off variations, and demand both flexibility and reproducibility. But my experience using Cursor and Claude Code with Jupyter has been quite poor.
What I've found here is that creating a "notebook", naively, as a parameterized markdown file that is instantiated upon each execution, worked much better than I had expected it to, and I'm interested in figuring out what the limits of this approach are. I would welcome any ideas or feedback!
Comments URL: https://news.ycombinator.com/item?id=47017760
Points: 1
# Comments: 0
Wazir Drop: a tournament winning board game AI engine
Article URL: https://github.com/tczajka/wazir-drop
Comments URL: https://news.ycombinator.com/item?id=47017752
Points: 1
# Comments: 1
Siri, Alexa, ChatGPT, and OpenClaw: What's Different?
Article URL: https://openclaw.rocks/blog/openclaw-vs-siri-alexa-chatgpt
Comments URL: https://news.ycombinator.com/item?id=47017749
Points: 1
# Comments: 0
