Hacker News
Hierarchies of Storage from Electrons to Bits
Article URL: https://syncretica.substack.com/p/hierarchies-of-storage-from-electrons
Comments URL: https://news.ycombinator.com/item?id=47086604
Points: 1
# Comments: 0
TypeScript-Derived Languages
Article URL: https://github.com/orta/awesome-typescript-derived-languages
Comments URL: https://news.ycombinator.com/item?id=47086570
Points: 1
# Comments: 0
Minions – Stripe's Coding Agents Part 2
Article URL: https://stripe.dev/blog/minions-stripes-one-shot-end-to-end-coding-agents-part-2
Comments URL: https://news.ycombinator.com/item?id=47086557
Points: 1
# Comments: 0
New Library to build and deploy AI agents (the best I have seen in a long time)
Article URL: https://github.com/teleonAI/teleon
Comments URL: https://news.ycombinator.com/item?id=47086546
Points: 1
# Comments: 0
How to use Rain Sounds for sleeping?
Article URL: https://rainsounds.xyz/how-to-use-rain-sounds-for-sleeping
Comments URL: https://news.ycombinator.com/item?id=47086542
Points: 1
# Comments: 0
Nexus State – Lightweight Atomic State Management for Modern Apps
Article URL: https://jsdev.space/nexus-state-manager/
Comments URL: https://news.ycombinator.com/item?id=47086536
Points: 1
# Comments: 0
Show HN: Our calendar is political, not mathematical – explore alternatives
365 is nearly prime (5×73), which is why our months are uneven and weeks don't fit into months. But 360 has 24 divisors — swap 5 days for year-end holidays and you unlock dozens of clean calendar systems where every month is identical.
I built a tool to explore them all: pick a base, see every valid factorization, compare against Gregorian side-by-side.
Comments URL: https://news.ycombinator.com/item?id=47086526
Points: 1
# Comments: 0
Show HN: Fun Cricket 26 – 3 clicks to bowl, 3 to bat, 1000s of possibilities
Growing up in India in the 90s, I always wanted a cricket game I could just play - no downloads, no loading screens, no flashy 3D graphics that get in the way. Just pure cricket fun in the browser where every ball feels different.
So I built one. Choose ball line, length, pace, shot timing, power, direction and fielder positions. It all matters! Every delivery is a battle between bat and ball, and the result comes from the combination of all these factors - not from random dice rolls.
What's in the game: - Day and Night matches - Knockouts and full tournaments - Historical scenarios - drop yourself into legendary chases and famous collapses - 16 real-world-inspired teams with unique play styles and momentum traits
It runs entirely in the browser. No installs, no signups. Just pure cricket fun.
Would love to hear any feedback.
Comments URL: https://news.ycombinator.com/item?id=47086521
Points: 1
# Comments: 0
Google Cloud APIs (gcloud CLI) seems to be down or broken
gcloud CLI calls are throwing 500 errors { "error": { "code": 500, "message": "Internal error encountered.", "status": "INTERNAL" } }
Comments URL: https://news.ycombinator.com/item?id=47086518
Points: 2
# Comments: 0
Show HN: I made HappySRT to transcribe, translate, & summarize easily
Had some friends in the Media Space (think super into cameras, video editing, vfx, etc...) & 3 years ago they asked me to make a simple srt editor. Fast forward 3 years later (& with much more programming skills under my belt) - spent the last 2 weeks rewriting HappySRT to allow media uploads, threads (like chatgpt), transcribe uploaded files w/ SRT Editing, Translate the transcribed file (also each translation is individually editable & savable), as well as summarize what the video/audio is about (it does it via the transcription).
I used Appwrite, Deepgram, NextJS Pages Router, OpenAI API, UpliftAI Scribe, and my favorite npm packages to create this: npm i styled-components & npm i styled-icons
Launching on Play Store soon (I used next-pwa for that, which meant I couldn't use turbopack but instead used webpack) & submitted it already for approval, hope it goes well.
Comments URL: https://news.ycombinator.com/item?id=47086506
Points: 1
# Comments: 0
Design Docs Considered Harmful
Article URL: https://www.lucasfcosta.com/blog/design-docs
Comments URL: https://news.ycombinator.com/item?id=47086505
Points: 2
# Comments: 0
Show HN: TemplateFlow – Build AI workflows, not prompts
When building AI video workflows, I kept running into the same problem: the tools were powerful, but every project felt like starting from scratch. Blank canvases, endless parameters, fragile prompt chains. I wasn’t blocked by the models — I was blocked by the lack of reusable workflows. So I built TemplateFlow. Instead of tuning prompts or writing scripts, you drag ready-made AI templates onto a canvas, connect them, and run. Workflows are reusable, shareable (JSON-based), and designed for creators who want results fast. TemplateFlow is fully open source and still early. Sharing it here to get feedback from the community.
Comments URL: https://news.ycombinator.com/item?id=47086501
Points: 1
# Comments: 0
Show HN: Searchable aggregator of 24M London council spending transactions
Article URL: https://cspend.uk
Comments URL: https://news.ycombinator.com/item?id=47086486
Points: 2
# Comments: 1
Why AI Models Fail at Iterative Reasoning and What Could Fix It
Article URL: https://medium.com/@contact.n8n410/why-ai-models-fail-at-iterative-reasoning-51f8f9930625
Comments URL: https://news.ycombinator.com/item?id=47086474
Points: 1
# Comments: 0
The Missing Sidebar in Cursor
Article URL: https://morningcoffee.io/git-compare
Comments URL: https://news.ycombinator.com/item?id=47086468
Points: 1
# Comments: 0
The path to ubiquitous AI (17k tokens/sec)
Article URL: https://taalas.com/the-path-to-ubiquitous-ai/
Comments URL: https://news.ycombinator.com/item?id=47086181
Points: 1
# Comments: 0
SwiftUI Agent Skill: Build Better Views with AI
Article URL: https://www.avanderlee.com/ai-development/swiftui-agent-skill-build-better-views-with-ai/
Comments URL: https://news.ycombinator.com/item?id=47086170
Points: 1
# Comments: 0
Chess engine, pt. 3: Elo, and rigorous SPRT testing
Article URL: https://www.dogeystamp.com/chess3/
Comments URL: https://news.ycombinator.com/item?id=47086156
Points: 1
# Comments: 0
Show HN: R2Stat – Monitor your Cloudflare R2 free Class B quota
I built a tiny tool to monitor Cloudflare R2 free Class B operations in real time.
I was running a small side project on Cloudflare R2 and realized the dashboard doesn’t make it very obvious how close you are to the free Class B limit. I didn’t want surprise charges, so I built a simple browser-based tracker.
R2Stat connects via the official Cloudflare GraphQL API and shows current usage against the free quota.
The API token is stored locally in the browser (not sent to any backend server).
It’s intentionally minimal – just a focused utility for indie devs and small projects that rely on the free tier.
Would love feedback from anyone using R2 in production.
Comments URL: https://news.ycombinator.com/item?id=47086137
Points: 1
# Comments: 0
