RIP FX
We collected some texts from the community in memory of FX. You can find them here https://phenoelit.de/fx.html

RIP FX
We collected some texts from the community in memory of FX. You can find them here https://phenoelit.de/fx.html
RIP FX - You are a legend.
Here Dino is delivering his Pwnie Award, as well as the last public post FX made last year.

#MakeShitMonday
Finally built a RAW photo pipeline that I like. Can use it to backup in realtime from my camera (via phone), and for keeping track of my old photos from the last decade.
> Upload via any mobile S3 client
> S3 PUT notification
> async worker pulls first 500kb of RAW file, parses TIFF metadata
> range requests to extract embedded JPEGs
> store metadata and JPEGs in S3
> add entry to sqlite
> simple web app to browse JPEGs, with metadata & and focus area highlights
> "Send to Lightroom" button to push the big OG RAW files to an album in Lightroom for editing.
No more storing random albums all over the place. S3 clients support multipart uploads and resumes, PhotoSync has worked really well for me. And since it's all S3, I can easily sync to other S3 services for ultra cheap deep-archive storage.
