Live data from Hacker News

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

github.com

121–130 of 172 posts

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

#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?

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

#127
post #120
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…

I put a copy of the source on GH in case in case someone wants to improve things https://github.com/gnyman/mapdraw

[deleted]

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

#130
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

Post reply on HN