Feed aggregator
Show HN: HN Summary – AI-generated summaries of Hacker News comments
Over the Easter weekend, I hacked together a little side project to solve a personal pain point: reading through massive Hacker News threads.
I love HN and read it daily, but sometimes the most interesting posts have hundreds of comments. While the discussions are often gold, it’s hard to find the time (or the eye-ache/stamina) to read them all.
So I built HN Summary. I used Cursor (using Gemini 2.5/Sonnet 3.5) for most of the work, and was able to get things going quite quickly (ps. I'm not a professional software developer but learnt how to code to an okay level).
The tool that gives you readable, nuanced summaries of the top HN stories and their comment threads. The app refreshes twice a day with summaries of the top 10 stories, and you can also request custom summaries of any HN thread (you get 12 free credits to start).
The app is very much experimental, and some things may break, but I'd love feedback from the HN community. Let me know what you think, what you'd change, or if you've come across anything like it.
Comments URL: https://news.ycombinator.com/item?id=43764749
Points: 1
# Comments: 0
Aimi Sync
Article URL: https://aimi.fm/sync
Comments URL: https://news.ycombinator.com/item?id=43764738
Points: 1
# Comments: 0
I built an AI service like chatbase and want to keep it free or super affordable
Article URL: https://www.batyr-ai.com/
Comments URL: https://news.ycombinator.com/item?id=43764733
Points: 1
# Comments: 0
I started a devblog about mixing SwiftUI and C++ to make a Twitch app
Article URL: https://www.kulve.org/blog/tech_stack
Comments URL: https://news.ycombinator.com/item?id=43764705
Points: 3
# Comments: 0
Vending-Bench: Testing long-term coherence in agents
Article URL: https://andonlabs.com/evals/vending-bench
Comments URL: https://news.ycombinator.com/item?id=43764701
Points: 1
# Comments: 0
Show HN: I gamified a fitness app for people who get bored and quit
Article URL: https://www.kovofitness.com/
Comments URL: https://news.ycombinator.com/item?id=43764697
Points: 2
# Comments: 0
Amateurs Solve a Famous Computer Science Problem on Discord [video]
Article URL: https://www.youtube.com/watch?v=rmx3FBPzDuk
Comments URL: https://news.ycombinator.com/item?id=43764689
Points: 1
# Comments: 1
Parcom: CL Parser Combinators
Article URL: https://github.com/fosskers/parcom
Comments URL: https://news.ycombinator.com/item?id=43764677
Points: 10
# Comments: 0
Deep Dive into Yann LeCun's JEPA (2024)
Article URL: https://rohitbandaru.github.io/blog/JEPA-Deep-Dive/
Comments URL: https://news.ycombinator.com/item?id=43764675
Points: 2
# Comments: 0
A way forward
Article URL: https://geohot.github.io//blog/jekyll/update/2025/04/22/a-way-forward.html
Comments URL: https://news.ycombinator.com/item?id=43764672
Points: 2
# Comments: 0
Short Video Isn't Just Rotting Our Brains. It's Rewiring Them
Article URL: https://thedispatch.com/article/digital-orality-tiktok-short-video-speech-literacy/
Comments URL: https://news.ycombinator.com/item?id=43764657
Points: 2
# Comments: 1
Docker said it plans new tools integrating the emerging agentic AI standard protocol into existing workflows, including security controls.
A cyber attack at Marks & Spencer has caused significant disruption to customers, leaving them unable to make contactless payments or use click-and-collect services.
Motorola Razr 60 Promo Pictures Leak Ahead of Announcement
The Elder Scrolls IV: Oblivion Remastered – Official Reveal [video]
Article URL: https://www.youtube.com/watch?v=kk5cymSWmqo
Comments URL: https://news.ycombinator.com/item?id=43764171
Points: 1
# Comments: 0
Show HN: Powering React with Python (WASM)
A few weeks ago, Theo T3 posted a read-through of a Medium article showing how to augment an AngularJS website with WebAssembly in order to compute a factorial.
I've been building a general(-ish) purpose Python compiler, mainly focused on numerical computing and AI inference. I figured it would make a good exercise to create something similar, this time with a bit more number crunching.
I vibe-coded a Lightroom-esque image editor UI (thanks Claude!) then wrote a tiny Python function that does a contrast adjustment using PyTorch. It gets compiled to wasm with what I'm building, and runs blazing fast thanks to vectorized 128-bit wasm intrinsics (I wonder if we'll get 256-bit anytime soon).
Play with it here: https://github.com/olokobayusuf/photo-editor . I'm exploring building a WebGPU-powered tensor framework to go even faster. Let me know what you think!
Comments URL: https://news.ycombinator.com/item?id=43764169
Points: 1
# Comments: 1
Adaptive Computer wants to reinvent the PC with vibe coding for non-programmers
Article URL: https://techcrunch.com/2025/04/22/adaptive-computer-wants-to-reinvent-the-pc-with-vibe-coding-for-non-programmers/
Comments URL: https://news.ycombinator.com/item?id=43764166
Points: 1
# Comments: 0
Anyone scaling ArgoCD across multiple clusters?
I’ve been using ArgoCD with GitHub Actions for GitOps, and it worked well in the beginning. But once I started managing multiple clusters, it got more complicated:
- Syncs slowed down
- Had to spin up separate ArgoCD instances
- CI/CD felt disconnected from the GitOps flow
Would like to hear how others have approached GitOps at scale. Did you stick with Argo and layer on tooling? Or move to something like Flux or a custom setup? Any lessons learned are welcome.
Comments URL: https://news.ycombinator.com/item?id=43764162
Points: 1
# Comments: 0