Live data from Hacker News

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

github.com

61–70 of 172 posts

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

#62

I really like this from a privacy point of view. So much so that I'm thinking about adding a purely URL-storage solution as an option in my https://kraa.io editor.

From a privacy point of view how is it any better than just using a local, native text editor?

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

#63
post #23

Earlier quoted context omitted.

LOL Tapping the address bar crashed my Chrome on mobile.

loaded OK for me on mobile safari.

Loaded fine for me too -- but like parent, tapping the address bar to share afterwards crashed it on Android here :)

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

#64
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…

> 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

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

#65
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…

Is this open source?

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

#66
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…

> 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

Fair. Though it seems that half of engineering is just giving a respectable name to whatever actually works.

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

#68

I really like this from a privacy point of view. So much so that I'm thinking about adding a purely URL-storage solution as an option in my https://kraa.io editor.

From a privacy point of view, you might not want to use textarea.my since it includes some tracking bits at the end:

    

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

#69
post #15
post #12

Per the spec [0], a URL can hold at least 8,000 characters. > It is RECOMMENDED that all senders and recipients support, at a minimum, URIs with lengths of 8000 octets in protocol elements. Note that this implies some structures and on-wire representations (for example, the request line in HTTP/1.1) will necessarily be larger in some cases. Mainstream browsers support at least 64,000 characters [1], and Chrome suppor…

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...

Interesting, in Firefox mobile (actually fennec) if I tap the address bar, I get an empty text box.

EDIT: actually I can edit the URL, but it takes a while to load.

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

#70

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

Fair. Though it seems that half of engineering is just giving a respectable name to whatever actually works.

For software, but that's a well trodden path at this point. I've seen a few projects that are actually "vibe engineering" outside of software on the 3d modeling side so the terms are confusing.
Post reply on HN