HackerTrans
TopNewTrendsCommentsPastAskShowJobs

jackking1

no profile record

Submissions

Show HN: ReportRemarks – A report card comment workflow for K-12 teachers

reportremarks.com
2 points·by jackking1·hace 4 meses·1 comments

Show HN: WizardFlow – Client-side watermarking for Reddit

chromewebstore.google.com
2 points·by jackking1·hace 6 meses·1 comments

Show HN: I built a webapp to inject Exif/XMP GPS metadata into video files

getgeovideo.com
1 points·by jackking1·hace 7 meses·1 comments

comments

jackking1
·hace 4 meses·discuss
[dead]
jackking1
·hace 6 meses·discuss
Hello HN!

I’m the developer of WizardFlow. I built this because I noticed users on r/PhotoshopRequest were wasting minutes manually watermarking images in Photoshop and copy-pasting reply templates just to follow subreddit rules.

The Problem: The workflow was fragmented (Edit -> Save -> Watermark -> Upload -> Copy Text -> Reply). The Solution: A Chrome Extension that handles watermarking and templating directly in the browser.

Technical Details:

Privacy First: It uses HTML5 Canvas (OffscreenCanvas) to generate tiled watermarks locally. No images are uploaded to my servers.

Efficiency: It interacts with the Clipboard API to allow a "One-Click Copy" workflow for both the image (Blob) and the markdown text.

Stack: Plain JavaScript (Vanilla), Manifest V3.

It’s currently free. I'd love to hear your feedback on the implementation or features I should add next!

Link to extension: https://chromewebstore.google.com/detail/wizardflow-image-as...
jackking1
·hace 7 meses·discuss
Hello HN,

I'm the maker of GetGeoVideo.

While helping a friend with their shop's Google Maps profile, I realized a weird technical issue: most modern video editors (Premiere, Resolve, Canva) strip out GPS metadata (Exif/XMP) upon export to protect privacy.

However, for Local SEO, this location data is actually a valid signal.

I built this simple tool to "hard-code" the Latitude/Longitude back into the video file headers. It's built with Next.js. It's currently an MVP. I'd love to hear your thoughts on the implementation or if you've encountered issues with video metadata retention before.

Link: https://www.getgeovideo.com/
jackking1
·hace 7 meses·discuss
Very cool website, is it all made with AI?