Top
Best
New

Posted by eappleby 16 hours ago

Another Corner of the Internet Has Been Ruined(www.freeformatter.com)
66 points | 78 comments
jubilanti 16 hours ago|
There was someone on HN who shared a collection of dozens of single purpose local/offline web apps for things like file conversions, I think image cropping, and other one-offs like that. Anyone remember?

Nice thing about local PWAs is you serve them statically, CDNs make bandwidth cheap, way fewer vulnerabilities for the host, and all the compute cost is paid by the user's browser.

1659447091 15 hours ago||
> There was someone on HN who shared a collection of dozens of single purpose local/offline web apps

Maybe this one?

Useful patterns for building HTML tools: https://news.ycombinator.com/item?id=46223882

The direct link to the collection of HTML tools: https://tools.simonwillison.net

oxinai 16 hours ago|||
IT-Tools, maybe? https://github.com/CorentinTh/it-tools
samschooler 16 hours ago|||
CyberChef? https://cyberchef.io/
inigyou 16 hours ago||
Not that one
phillipseamore 12 hours ago||
I see at least one pr. day here (but I only read /newest)
ashu1461 16 hours ago||
Though I empathise with the OP, I feel that SaaS tools now need to add much more value in order to be sellable or appeal to the audience.

The factors that used to influence the build vs. buy decision are now changing. Earlier, even small tools like Canny (which shows your product roadmap to your customers), link-in-bio tools, or even Calendly used to sell well. I foresee that changing.

criddell 16 hours ago|
Is it the same as the proverbial buggy whip manufacturers of 100 years ago complaining about how their business is yet another ruined by cars?
morkalork 14 hours ago||
In your example, humans are the horses
palmotea 13 hours ago||
> In your example, humans are the horses

And, frankly, fuck 'em if they can't keep up. It's truly the best and most ethical outcome for everyone if the people the economy no longer needs to the way of work horses. Maybe there's a business opportunity in organ harvesting. Sam Altman should fund some startups.

If you want a future, get on board with it.

teddyh 16 hours ago||
Last non-retired archived version: <https://web.archive.org/web/20260722191742/https://www.freef...>
pshirshov 15 hours ago||
In this particular case - good riddance. Such tools should not require a round-trip to an ad-infested website on the other side of the world. The crucial issue is that in the process you have to trust the owner (and perhaps ad network owners) with your data. Even if you want a round trip, you could have a static page somewhere on GitHub. The fact that the models made this business model obsolete is not necessarily a bad thing.
sceptic123 15 hours ago|
I liked Boop's[1] strapline for this:

> Stop pasting company secrets into random websites.

[1]<https://boop.okat.best/>

wxw 16 hours ago||
From Gemini,

> FreeFormatter.com [was] a popular online utility website that provides free formatting, validation, conversion, and minification tools for developers, data professionals, and web administrators working with code and data structures like JSON, XML, HTML, SQL, and Java

Makes sense. Great exit letter.

hyperhello 16 hours ago||
So I had to copy-paste my source code into a web site, submit, then copy-paste the text back out into my document? I'm not putting down the work the author did, but that workflow was always going to be completely obsolete at some point.
reactordev 16 hours ago||
for one-shots and non-developers, it was useful. Simply because you found no utility in it doesn't mean there isn't one.
hyperhello 15 hours ago||
I didn't say I found no utility, it could have tons of utility, but technology changes over time. Perhaps the gentleman author could have produced a desktop Electron app or something similar running locally.
nvme0n1p1 15 hours ago||
Or a static HTML file served by (GitHub|Codeberg|Cloudflare|Vercel|Netlify) Pages, and run the formatting logic client-side.
reactordev 15 hours ago||
It’s also entirely ok to manage something for a long period of time and reach your end. No shame in walking away.
Zancarius 14 hours ago||
I think this is something to keep in mind whenever approaching a new project, especially solo. Eventually, the end of the road is unavoidable.

I started teaching an (older) adult Sunday school class almost exactly one year ago this coming Sunday. I post the notes on one of my blogs. They're generated as a static site via Astro, and I have a few Markdown helpers for making it easier to link to scripture, etc., and while it's not a lot of work, I know I'll tire of it eventually. Or something else will come up.

I doubt I'll be happy whenever it does, but I'm extremely appreciative of your comment for this reason. I hope I'll remember what you've written when that day arrives.

morkalork 16 hours ago||
Thank you, I parsed the url as "free for matter" and was very confused
jareklupinski 16 hours ago||
Sure enough, even after the demise of the internet, the humble cookie consent banner still asks to share our personal information.
Tiberium 16 hours ago||
I don't know if this website specifically did it, but a lot of other similar websites provide such services in a very bad way, for example base64encode.org and base64decode.org send your data to the server instead of using JS, and no one knows what they do with it.

I do understand that some still prefer browsers with JS disabled, but a website could probably detect this and default to in-browser processing, while reserving server-side to those edge cases.

hskimse 16 hours ago|
That's surprising. Isn't that a quite famous service? Is there a service implemented using only clientside js without sending?
PUSH_AX 15 hours ago||
famous? not sure about that, but they have the best SEO so it's always the goto.
hskimse 13 hours ago||
There is sort of a file sharing community in Korea, and it is customary to encode links in base64 there.

I'm not really sure why they do that. It's not even a tech-related community. Anyway, they tell you to use base64encode.org.

aleksejs 16 hours ago||
I'm not sure I understand the intended message here. The author seems to describe their own project as "cover[ed] ... with invasive advertising" while saying that new technology accomplishes the same outcomes "faster, cheaper, and [with less maintenance burden]". So what exactly has been ruined?
D13Fd 15 hours ago||
Exactly. And having AI to work out the 2am dependency issues actually makes maintenance a lot easier. This seems like an odd message.
nvme0n1p1 15 hours ago||
What kind of urgent dependency updates could happen at 2am for a json formatter anyway?
brycewray 14 hours ago||
On that particular point, I wondered whether there was supposed to have been a "not" before "cover"; otherwise, it definitely doesn't seem to follow.
hskimse 16 hours ago||
Rather than saying LLM directly replaced it... isn't it because people can now use LLM to obtain tools like converters they previously couldn't find (due to the hassle), or create them themselves through code generation?
eappleby 16 hours ago|
I really liked freeformatter.com . Used it all the time. To those that build, host, and serve single-function websites, that (yes) can be easily replicated with AI, I salute you. Thank you for your service.
More comments...