So, you're inspecting strings on the hot path (clipperhouse.com)
1 points by ingve 6m ago 0 comments
Mill Build Tool v1.0.0 Release Highlights (mill-build.org)
2 points by TheWiggles 37m ago 0 comments
Acoustic Panels and Soundproofing Solutions (audimute.com)
1 points by hbcondo714 43m ago 0 comments
Show HN: A Fast, Single Page Image Resizer and Cropper
2 natewww 0 7/29/2025, 4:31:50 AM bestimageresizer.com ↗
Just sharing my simple one page image resizing and cropping tool, love webdev and single page apps, so it was a fun one to work on.
The code is not obfuscated so you can inspect it and see how it works - for uploaded image files, the work is done entirely by your browser!
Only the filename of the uploaded file and a log of buttons pressed goes to the server for analytics, so text only. The URL goes to the server to do the resize/crop if you submit an image by URL (URL is sent via proxy, has to work this way because of CORS.)
Made with love for the fun of it, no ads, no paid anything, it's totally free, any feedback would be awesome too.
No comments yet