Show HN: Pinggy – A free RSS reader for the web (pinggy.com)
5 points by vasanthv 13h ago 1 comments
Show HN: MP3 File Editor for Bulk Processing (cjmapp.net)
27 points by cutandjoin 2d ago 17 comments
Ask HN: What tool, tech or process in front-end dev would you improve/change?
2 herol3oy 1 5/6/2025, 7:38:42 AM
* I would create an alternate trust model for TLS not using certificates.
* I would make WebSockets the default transmission medium, not HTTP (or its variants).
* I would make JavaScript strongly typed, like TypeScript, and eliminate implicit type coercion.
* I would throw away a substantial amount of HTML5. HTML should be tiny, strict, and self validating.
* There are native methods I would add to the DOM.