Live data from Hacker News

Show HN: Minimalist editor that lives in browser, stores everything in the URL

github.com

131–140 of 172 posts

Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL

#131
post #125

I am thinking from a piracy perspective. If I share a link that contains a book, what can be done from DCMA or legal regulators? They can't ask the server (textarea.my) to remove the link because it doesn't exist. They can't track every website with the link and ask to be removed, either. Could they ask textarea.my to not parse the link and thus, not display the content? Could textarea.my refuse?

A book won't fit in the URL anyway even with compression

Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL

#132
post #15

Earlier quoted context omitted.

Chrome limit is 2MB, Firefox is 1MB, WebKit is no limit. Here is the Crime and Punishment by Fyodor Dostoevsky: - https://medv.io/goto/crime-and-punishment-by-fyodor-dostoevs...

Incredible. My absolute favorite thing about modernity is how enabled we are to riff on a riff of a riff. In 1346, if a blacksmith came up with something cool, its quite possible that it died with them.

One thing I've learned from checking up on assumptions I've had about history is that it's easy to underestimate people in past times. They were probably better at communicating this stuff than you think.

Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL

#133
post #116

Earlier quoted context omitted.

> Vibe engineered While I'm all for vibe coding as appropriate, there's a lot of humor to be found it calling it engineering. :D

this is not something I came up with, Simon wrote it and I liked the differentiation between "vibe coding" where there is less effort for this case project I think I would actually go back and say it's vibe coded, but I didn't want to just call it vibe coding because I did spend time going back and forth and directing the agent https://simonwillison.net/2025/Oct/7/vibe-engineering/

Interesting distinction. I've previously heard vibe coding described as "vibe prompting, but you actually do some work." That aside though, I just call what you're describing as coding with AI.

Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL

#134
post #131
post #125

I am thinking from a piracy perspective. If I share a link that contains a book, what can be done from DCMA or legal regulators? They can't ask the server (textarea.my) to remove the link because it doesn't exist. They can't track every website with the link and ask to be removed, either. Could they ask textarea.my to not parse the link and thus, not display the content? Could textarea.my refuse?

A book won't fit in the URL anyway even with compression

Someone in another comment posted Crime and Punishment by Fyodor Dostoevsky, so a book fits in the URL. It is just that the URL is ~500000 characters :-P (the book itself is ~1.2M characters)

Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL

#135
post #125

I am thinking from a piracy perspective. If I share a link that contains a book, what can be done from DCMA or legal regulators? They can't ask the server (textarea.my) to remove the link because it doesn't exist. They can't track every website with the link and ask to be removed, either. Could they ask textarea.my to not parse the link and thus, not display the content? Could textarea.my refuse?

I would hope not. The copyrighted content seems to be the link rather than anything in the app. Your example sounds like stopping notepad from rendering copyrighted content

From a technical perspective, you're absolutely correct.

From a regulatory perspective, it seems unlikely that most courts would appreciate the difference. In their mind - you run a website, and that website contains copyrighted content. Take it down.

You'd probably have to just blacklist the link in question to avoid a legal headache.

Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL

#136
post #116

Earlier quoted context omitted.

> Vibe engineered While I'm all for vibe coding as appropriate, there's a lot of humor to be found it calling it engineering. :D

this is not something I came up with, Simon wrote it and I liked the differentiation between "vibe coding" where there is less effort for this case project I think I would actually go back and say it's vibe coded, but I didn't want to just call it vibe coding because I did spend time going back and forth and directing the agent https://simonwillison.net/2025/Oct/7/vibe-engineering/

I suspected it needed to be directed with a specification to call it vibe engineered

Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL

#138

Cool project, but loading "Crime and Punishment" crashed my mobile browser. I don't think urls were built for that kind of punishment.

I think it was the text-wrap-style value. https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/P...

Re: Show HN: Minimalist editor that lives in browser, stores everything in the URL

#139
post #54

Funny how I made almost exactly the same but for maps. I needed a way to share a link to a map, with drawings and the ability for the receiver to see their own location on the map. Annotated screenshots solves the first but not the second. Vibe engineered this, with many of the same ideas as OP. Took an evening. Just in time apps for one specific use case is a thing. And because it's so cheap to make and can be hoste…

Really cool—this is the fastest-loading map I’ve ever used.
Post reply on HN