Hacker News
Ask HN: In the age of AI, how are you marketing your products to differentiate?
Show HN: GeoDirect – Create universal map links that work everywhere
Hello HN,
I'm a French firefighter and independent developer. For several years I have been building a simple tool called GeoDirect.
It allows anyone to create a universal location link in seconds that works across different map apps and platforms.
No login No installation No tracking Works with Android, iOS, email, messaging apps and QR codes.
The goal is very simple: make sharing a place universal and effortless.
I would love to hear your feedback.
Comments URL: https://news.ycombinator.com/item?id=47286062
Points: 1
# Comments: 0
System Design and ML Interview Material
Article URL: https://github.com/Ali-Meh619/System_Design_Principles
Comments URL: https://news.ycombinator.com/item?id=47286052
Points: 2
# Comments: 1
System Design and Machine Learning Interview Material
Hi HN,
I created a GitHub repository that explains system design concepts using diagrams and real-world examples (Twitter, Uber, Netflix), as well as machine learning key points.
The goal is to make system design and ML easier for engineers preparing for interviews.
I would really appreciate feedback or suggestions for new systems to include.
GitHub: https://github.com/Ali-Meh619/System_Design_Principles
Comments URL: https://news.ycombinator.com/item?id=47286042
Points: 1
# Comments: 0
While Hinkley Nuclear Was Being Built, the UK Grid Decarbonized
Article URL: https://cleantechnica.com/2026/03/06/while-hinkley-nuclear-was-being-built-the-uk-grid-decarbonized/
Comments URL: https://news.ycombinator.com/item?id=47286030
Points: 1
# Comments: 1
Simple Maturin Based Python Bindings to Scryer Prolog
Article URL: https://github.com/philzook58/scryerpy
Comments URL: https://news.ycombinator.com/item?id=47286002
Points: 1
# Comments: 0
OpenChaos: Strangers vote on what code ships to production (2 months in)
Article URL: https://blog.openchaos.dev/posts/weeks-8-and-9-the-bot-only-listened-to-its-master
Comments URL: https://news.ycombinator.com/item?id=47285998
Points: 1
# Comments: 0
Show HN: CV10X – AI resume builder that remembers your profile
Post body: Hi HN, I built CV10X (cv10x.com) — an AI career workspace for job seekers who apply to multiple roles and are tired of starting from scratch every time. The core problem I wanted to solve: Most resume builders make you re-enter your information every single time. When you're applying to 20+ jobs, that's exhausting and error-prone. What I built: Memo Context — save your career history, experience, and skills once. Every resume and cover letter you generate automatically pulls from your saved profile. Profile Image — upload your photo once, automatically included in every resume. Other features:
AI resume & cover letter builder tailored to job descriptions ATS analyzer to catch keyword gaps before submission Interview prep built around your own resume Upload existing resumes as PDF or image and let AI rebuild them Free ATS-compatible templates PDF export
Business model: Free tier with limits, Standard $8.99/mo, Pro $19/mo What I'm looking for: Feedback on the product, pricing, and positioning. Especially from anyone who has been through a serious job search recently. cv10x.com — free tier, no credit card required.
Comments URL: https://news.ycombinator.com/item?id=47285996
Points: 1
# Comments: 0
Writing a simple VM in less than 125 lines of C (2021)
Article URL: https://www.andreinc.net/2021/12/01/writing-a-simple-vm-in-less-than-125-lines-of-c/
Comments URL: https://news.ycombinator.com/item?id=47285994
Points: 1
# Comments: 0
Ask HN: Doctor with software development experience – careers combining both?
I’m a trained medical doctor currently working in clinical genetics.
At the same time, I’ve been programming on and off for about five years and spent over two years working full-time in an IT company as a front-end developer.
Despite being back in medicine, I constantly feel drawn back to programming. I enjoy building things, solving technical problems, and working with code.
I’m trying to figure out what the best direction forward might be. One option is to leave medicine and go fully into software again. But it feels like a waste not to somehow combine my medical background with my technical skills.
I’m not primarily interested in going down the data analyst route — I’d rather leverage my frontend/full-stack development skills if possible.
Are there career paths where medicine and software development meaningfully intersect? Has anyone here taken a similar path?
Comments URL: https://news.ycombinator.com/item?id=47285978
Points: 2
# Comments: 0
Uploading Pirated Books via BitTorrent Qualifies as Fair Use, Meta Argues
Article URL: https://torrentfreak.com/uploading-pirated-books-via-bittorrent-qualifies-as-fair-use-meta/
Comments URL: https://news.ycombinator.com/item?id=47285960
Points: 1
# Comments: 0
Show HN: Spectra – local finance dashboard with offline ML categorization
Article URL: https://www.withspectra.app/
Comments URL: https://news.ycombinator.com/item?id=47285953
Points: 1
# Comments: 0
Cloudflare-Native Starter Kits
Article URL: https://greeff.dev/starter-kits
Comments URL: https://news.ycombinator.com/item?id=47285949
Points: 1
# Comments: 0
Show HN: Pre-Launch – $15/Mo Status Page (Vs Atlassian $299) – Join Waitlist
45min outage yesterday → 60 "is it down?" support tickets.
Current solutions: - Statuspage by Atlassian: $299/mo - Better Uptime: Complex monitoring suites - Open source: No auto communication
StatusEmbed (launching March 17th): - Deploy status.yourapp.com: 5 minutes - Zero false positives incident detection (2x IP verification) - Email notifications to subscribers: <2min - Public page with 90-day uptime + incident timeline - Custom domain + SSL (Cloudflare) - Embeddable widget - 7-day trial, auto-billing $15/mo
Waitlist: https://se-snowy-ten.vercel.app/
Curious: What's your biggest pain with status pages today? False positives? Setup time? Cost?
Feedback shapes the MVP. Comments welcome.
__Powell
Comments URL: https://news.ycombinator.com/item?id=47285913
Points: 2
# Comments: 0
Hetzner bans website for 'violating terms'
Article URL: https://twitter.com/tyleraloevera/status/2030064144980873434
Comments URL: https://news.ycombinator.com/item?id=47285893
Points: 1
# Comments: 1
Show HN: µJS, a 5KB alternative to Htmx and Turbo with zero dependencies
I built µJS because I wanted AJAX navigation without the verbosity of HTMX or the overhead of Turbo.
It intercepts links and form submissions, fetches pages via AJAX, and swaps fragments of the DOM. Single tag, one call to `mu.init()`. No build step, no dependencies.
Key features: patch mode (update multiple fragments in one request), SSE support, DOM morphing via idiomorph, View Transitions, prefetch on hover, polling, and full HTTP verb support on any element.
At ~5KB gzipped, it's smaller than HTMX (16KB) and Turbo (25KB), and works with any backend: PHP, Python, Go, Ruby, whatever.
Playground: https://mujs.org/playground
Comparison with HTMX and Turbo: https://mujs.org/comparison
About the project creation, why and when: https://mujs.org/about
GitHub: https://github.com/Digicreon/muJS
Happy to discuss the project.
Comments URL: https://news.ycombinator.com/item?id=47285876
Points: 2
# Comments: 0
NASA's Dart Mission Changed Orbit of Asteroid Around Sun
Article URL: https://www.jpl.nasa.gov/news/nasas-dart-mission-changed-orbit-of-asteroid-didymos-around-sun/
Comments URL: https://news.ycombinator.com/item?id=47285873
Points: 2
# Comments: 0
How to Untwist Your Fractions
Article URL: https://mathvoices.ams.org/featurecolumn/2026/03/01/how-to-untwist-your-fractions/
Comments URL: https://news.ycombinator.com/item?id=47285863
Points: 1
# Comments: 0
The Internals of PostgreSQL
Article URL: https://www.interdb.jp/pg/
Comments URL: https://news.ycombinator.com/item?id=47285855
Points: 2
# Comments: 0
QGIS 4.0
Article URL: https://changelog.qgis.org/en/version/4.0/
Comments URL: https://news.ycombinator.com/item?id=47285846
Points: 26
# Comments: 0
