Hacker News
Isar aerospace first test-flight (live)
Article URL: https://isaraerospace.com/newsroom-first-test-flight
Comments URL: https://news.ycombinator.com/item?id=43522884
Points: 2
# Comments: 1
Show HN: I just bootstrapped the best feedback tool for SaaS
Hey HN!
Transform your user's feedback into product success.
This is a sentence I really hear often, but nobody knows what that really means.
So I just bootstrapped Feedback Hunter to help every SaaS owner with this hard task.
I hope you like it, I would really like it if you give me some feedback, guys :)
Comments URL: https://news.ycombinator.com/item?id=43522759
Points: 2
# Comments: 1
Show HN: I built an AI Agent Navigation site
Article URL: https://www.agenthunter.io/
Comments URL: https://news.ycombinator.com/item?id=43522752
Points: 1
# Comments: 0
Smoking craving control through voice guided exercises
Article URL: https://apps.apple.com/rw/app/quit-smoking-vaping-puffstop/id6743709144
Comments URL: https://news.ycombinator.com/item?id=43522737
Points: 1
# Comments: 0
The Gleeful Cruelty of the White House X Account
Article URL: https://www.theatlantic.com/technology/archive/2025/03/gleeful-cruelty-white-house-x-account/682234/
Comments URL: https://news.ycombinator.com/item?id=43522712
Points: 1
# Comments: 0
Is it healthier to use household cleaning products – or not?
Article URL: https://www.bbc.com/future/article/20250327-is-it-healthier-to-use-household-cleaning-products-or-not
Comments URL: https://news.ycombinator.com/item?id=43522684
Points: 1
# Comments: 0
Generalizing Std:Midpoint
Article URL: https://biowpn.github.io/bioweapon/2025/03/23/generalizing-std-midpoint.html
Comments URL: https://news.ycombinator.com/item?id=43522681
Points: 2
# Comments: 0
JD Vance's ominous pitch to Greenland
Article URL: https://www.bbc.com/news/articles/cp3y3vdvdggo
Comments URL: https://news.ycombinator.com/item?id=43522673
Points: 2
# Comments: 0
Letters between John W Backus and Edsger W Dijkstra (1979)
Article URL: https://medium.com/@acidflask/this-guys-arrogance-takes-your-breath-away-5b903624ca5f
Comments URL: https://news.ycombinator.com/item?id=43522649
Points: 2
# Comments: 2
The Great Scrape
Article URL: https://herman.bearblog.dev/the-great-scrape/
Comments URL: https://news.ycombinator.com/item?id=43522638
Points: 3
# Comments: 0
A PhD student was snatched by masked officers in broad daylight
Article URL: https://www.cnn.com/2025/03/29/us/rumeysa-ozturk-tufts-university-arrest-saturday/index.html
Comments URL: https://news.ycombinator.com/item?id=43522624
Points: 3
# Comments: 1
Tqdm (Python Progress Bar)
Article URL: https://tqdm.github.io/
Comments URL: https://news.ycombinator.com/item?id=43522611
Points: 1
# Comments: 0
SaaS Overload? Is this the solution
Article URL: https://auth.heyjuno.co/chat/kiljcd
Comments URL: https://news.ycombinator.com/item?id=43522609
Points: 1
# Comments: 1
Show HN: Ts-result – Rust's Result<T, E> type for explicit error handling in TS
Hey HN,
Like many, I've often found standard error handling in JS/TS (heavy try-catch, ambiguous null returns) a bit cumbersome for representing expected failures explicitly. Inspired by Rust's Result enum (Ok(T) | Err(E)), we built ts-result.
It's a lightweight, focused TypeScript library bringing that pattern over:
Explicit Result return types for functions. Type safety via discriminated unions and type guards (isOk/isErr). Functional composition methods (map, andThen, orElse, etc.) to avoid deep if nesting for success/failure checks. Modern TS practices (strict types, ESM/CJS exports). We were evolving an internal version that started looking like Result anyway, so we decided to build a clean, open-source implementation based on the Rust API.
While there are other libraries (some older, some part of larger FP ecosystems like fp-ts/effect-ts), our goal was a minimal, easy-to-adopt implementation of just the Result pattern itself.
It doesn't magically replicate Rust's ? operator or compiler guarantees, and you still need try-catch at boundaries with exception-throwing code, but we've found it helpful for adding clarity and type-safety to our core logic where specific failure states are expected domain outcomes.
Links:
GitHub (Source/Docs): https://github.com/TrylonAI/ts-result npm (@trylonai/ts-result): https://www.npmjs.com/package/@trylonai/ts-result We wrote a blog post detailing the motivation, our journey from internal tools, design choices, and how it compares to exceptions or larger FP libraries: https://trylonai.github.io/ts-result/ts-result-blog-post.htm...
Would love to hear your thoughts and feedback
Comments URL: https://news.ycombinator.com/item?id=43522607
Points: 1
# Comments: 0
Built an Open Source Website Blocker After Distractions Stole My Workday
Article URL: https://www.ashdeck.com/
Comments URL: https://news.ycombinator.com/item?id=43522605
Points: 3
# Comments: 1
Ask HN: Code should be stored in a database. Who has tried this?
To me it seems obvious that code should be stored in a database rather than a hierarchical, text-based format.
The main way we navigate and organize code is by folder hierarchies. Everyone has a different approach: by feature, by module, by file type (template, component, etc.), by environment (backend/frontend).
Rather than folders and file names, everything could just be tagged in different ways.
Who has tried this and what is the best tool for working like this today?
Comments URL: https://news.ycombinator.com/item?id=43522602
Points: 1
# Comments: 0
Show HN: I made shopping AI chatbot from backend server of 289 API functions
Article URL: https://github.com/samchon/shopping-backend
Comments URL: https://news.ycombinator.com/item?id=43522600
Points: 2
# Comments: 0
Ask HN: AI bot to analyze Earthquake affected buildings
Myanmar was affected by Magnitude 7.7 earthquake a few days ago and a lot of buildings are affected. There are cracks in the buildings and people need something to identify + analyze the safety level of their houses.
Are there any ai bot which can triage and analyze the buildings' safety level based on the photos?
Comments URL: https://news.ycombinator.com/item?id=43522596
Points: 1
# Comments: 0
Show HN: Xian – A Python-native blockchain smart contract platform
Article URL: https://xian.org
Comments URL: https://news.ycombinator.com/item?id=43522585
Points: 1
# Comments: 0
Final Report on the Mochizuki-Scholze-Stix Controversy [pdf]
Article URL: https://math.arizona.edu/~kirti/Final-Mochizuki-Scholze-Stix-Controversy.pdf
Comments URL: https://news.ycombinator.com/item?id=43522584
Points: 1
# Comments: 0