Hacker News
Atari Force DC Comic
Article URL: https://www.goto10retro.com/p/atari-force-dc-comic
Comments URL: https://news.ycombinator.com/item?id=43603996
Points: 1
# Comments: 0
Atom vs. RSS (2013)
Article URL: https://lobste.rs/s/aygeaq/atom_vs_rss_2013#c_mxxurc
Comments URL: https://news.ycombinator.com/item?id=43603970
Points: 1
# Comments: 0
Test Your Musical IQ
Article URL: https://www.themusiclab.org/quizzes/miq
Comments URL: https://news.ycombinator.com/item?id=43603951
Points: 1
# Comments: 0
Show HN: A "Buy Me a Coffee" Button for Crypto Donations
I am building a simple donation platform where creators can accept tips in crypto — kind of like “Buy Me a Coffee,” but Web3-native.
No signups required for supporters. Just share your donation page and anyone can send MATIC, ETH, or any ERC-20 token directly to your wallet. It’s gas-efficient and built on Polygon.
Each creator gets a customizable page with a short URL and optional message board. Everything is non-custodial — you own your keys and your funds.
Comments URL: https://news.ycombinator.com/item?id=43603911
Points: 3
# Comments: 3
Cell Death as a Driving Force in Glioblastoma
Article URL: https://news.feinberg.northwestern.edu/2025/03/27/study-establishes-cell-death-as-a-driving-force-in-glioblastoma/
Comments URL: https://news.ycombinator.com/item?id=43603906
Points: 1
# Comments: 0
Every productivity thought I've ever had, as concisely as possible (2018)
Article URL: https://guzey.com/productivity/
Comments URL: https://news.ycombinator.com/item?id=43603898
Points: 1
# Comments: 0
Show HN: YouTubeGO – Open-source YouTube/audio downloader built in Python
Hey HN,
I've been working on a cross-platform, fully open-source YouTube/media downloader called *YouTubeGO*.
Built with *Python + PyQt5*, it provides: - MP4/MP3 downloads using `yt-dlp` - Playlist support - System tray integration - Download queue + scheduler - Drag & drop support - FFmpeg detection for audio extraction - Modular code structure (core/ui/tests)
Why I built it: Most alternatives are either Electron-based (bloated) or CLI-only. I wanted something lightweight, native, and clean that just works on Linux, Windows and macOS.
Licensed under Apache 2.0 GitHub: https://github.com/Efeckc17/YoutubeGO Feedback & contributions welcome!
Comments URL: https://news.ycombinator.com/item?id=43603856
Points: 2
# Comments: 0
Ask HN: How do you write performant, scalable, testable and readable React code?
However I go about building React projects, they _ always_ turn into an unreadable buggy mess. How do you do it? How do you make sure your project is well-structured, DRY, readable, testable and bug-free?
Comments URL: https://news.ycombinator.com/item?id=43603851
Points: 3
# Comments: 0
Fail Fast, Move On: The Castle Is Under Siege – Are You the Bard?
Article URL: https://failfastmoveon.blogspot.com/2025/03/the-castle-is-under-siege-are-you-bard.html
Comments URL: https://news.ycombinator.com/item?id=43603845
Points: 1
# Comments: 0
Associations Between Class I, II, or III Obesity and Health Outcomes
Article URL: https://evidence.nejm.org/doi/10.1056/EVIDoa2400229
Comments URL: https://news.ycombinator.com/item?id=43603844
Points: 1
# Comments: 0
Writing a Rust SQL Parser in One Week
Article URL: https://lakesail.com/blog/sql-parser-in-one-week/
Comments URL: https://news.ycombinator.com/item?id=43603821
Points: 2
# Comments: 0
Tools that Just Work until they don't
Article URL: https://pointieststick.com/2025/04/06/tools-that-just-work-until-they-dont/
Comments URL: https://news.ycombinator.com/item?id=43603820
Points: 1
# Comments: 0
An and original free Python course
https://interactive-free-python-lab.uk
1. Build solid Python foundations from beginner to intermediate. 2. Learn through practice with 400+ examples and exercises. 3. Enjoy an intuitive, interactive interface. 4. 24/7 course access – learn anytime. 5. Explore Python applications in real projects.
Comments URL: https://news.ycombinator.com/item?id=43603819
Points: 1
# Comments: 0
Patchwork lab notebook: Version control for everything (2024)
Article URL: https://www.inkandswitch.com/patchwork/notebook/
Comments URL: https://news.ycombinator.com/item?id=43603815
Points: 1
# Comments: 0
Old calculator Comptometer J from 1927 and how to use it (Video 106)
Article URL: https://www.youtube.com/watch?v=4S5uJ7VKsdE
Comments URL: https://news.ycombinator.com/item?id=43603484
Points: 1
# Comments: 0
Recent AI model progress feels mostly like bullshit
Article URL: https://www.lesswrong.com/posts/4mvphwx5pdsZLMmpY/recent-ai-model-progress-feels-mostly-like-bullshit
Comments URL: https://news.ycombinator.com/item?id=43603453
Points: 2
# Comments: 0
How to Implement Spline Fitting
Article URL: https://tulon.github.io/spline-fitting/
Comments URL: https://news.ycombinator.com/item?id=43603450
Points: 1
# Comments: 0
Alex Ovechkin passes Wayne Gretzky as NHL all-time goals leader with No. 895
Article URL: https://www.nytimes.com/athletic/6258313/2025/04/06/alex-ovechkin-nhl-goals-record-wayne-gretzky/
Comments URL: https://news.ycombinator.com/item?id=43603447
Points: 2
# Comments: 2
Show HN: Latitude.sh Databases – Simple PostgreSQL DBaaS on Bare Metal
Hi HN,
Gabriel here, one of the developers at Latitude.sh (we're a bare metal cloud provider).
Over the past year or so, I've been the primary developer building Latitude.sh Databases – our take on a managed PostgreSQL service. The core idea was to offer a straightforward and competitively priced option for developers who need reliable PostgreSQL without overly complex configurations, leveraging the performance benefits of running directly on bare metal.
It runs on our global bare metal infrastructure. Key features we've implemented include:
* Built-in monitoring & connection pooling
* IP Address Whitelisting (Trusted Sources)
* Automated backups configured directly to your own S3 bucket (giving you control over storage and potentially costs)
* An optional integration with Supabase, allowing you to use parts of their dashboard for enhanced usability with your database.
Under the hood, it's built on Kubernetes running on our bare metal servers, using the CloudNativePG operator to manage the PostgreSQL instances. We've found this operator approach works well for handling stateful database workloads in K8s, challenging the old notion that databases don't belong there.
The service stemmed from internal needs and early interest gathered from a waitlist (~300 signups). It's currently live and available for use.
We're launching it here on HN because we'd genuinely appreciate your feedback on:
* The overall developer experience and UI simplicity.
* The current feature set (especially the S3 backup and Supabase integration).
* Performance perceptions (given the bare metal base).
* Our pricing model's competitiveness and clarity.
* Any technical aspects of the implementation (running PG on K8s/bare metal).
Happy to answer any questions you have!
You can check out the product page here: https://www.latitude.sh/databases
Thanks for looking!
Comments URL: https://news.ycombinator.com/item?id=43603441
Points: 1
# Comments: 0
Unleash Capitalism
Article URL: https://www.overcomingbias.com/p/unleash-capitalism
Comments URL: https://news.ycombinator.com/item?id=43603439
Points: 1
# Comments: 0