Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
JanoMartinez
54 days ago
|
parent
|
context
|
favorite
| on:
Show HN: DD Photos – open-source photo album site ...
Nice project. I like the approach of using static generation instead of building a full backend for something that’s mostly read-only.
Did you find any challenges handling large numbers of photos when generating the indexes?
dougdonohoe
54 days ago
[–]
No real challenges. I made the Go `photogen` tool run in parallel using goroutines (e.g., 3-6 depending on your CPU). It's pretty fast at churning through hundreds of photos.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Did you find any challenges handling large numbers of photos when generating the indexes?