Ask HN: Why hasn't x86 caught up with Apple M series?
421 points by stephenheron 2d ago 607 comments
Ask HN: Best codebases to study to learn software design?
100 points by pixelworm 4d ago 89 comments
Show HN: Show HN: Geotagged Photo Map
1 Beefin 0 8/28/2025, 1:29:11 AM ethan.dev ↗
I built a minimal personal site that’s entirely static—no frameworks, just `index.html`, `styles.css`, and a bit of vanilla JS. It has a geotagged photo album that renders a Leaflet map and a lightbox gallery from a simple `images/gallery.json`. I wrote small scripts to bulk ingest photos, read EXIF lat/lng, upload to S3/CloudFront, and update the JSON. It’s fast, portable, and easy to host on GitHub Pages or any static host.
- Live site: [ethan.dev](https://ethan.dev) - Tech: HTML/CSS/JS, Leaflet, Markdown frontmatter, static JSON - Looking for feedback on: accessibility, mobile performance, and better static content organization without a build step.
No comments yet