Hacker News new | ask | show | jobs
by purple-leafy 1 day ago
That’s awesome. I took this a bit further a few years ago making a url only notepad quine that as you add data to it, creates itself. that can be saved as a bookmarklet. Have to watch the gif to understand

https://github.com/con-dog/serverless-architecture

1 comments

I saw one before that was doing this and saved the whole thing as a base64 stream. So the url would dynamically update and have all its data. Pretty cool. I suppose the main obstacle is now where do I load the site from, and how much can be stored in itself or an image :)
That’s a pretty clever idea to treat it as a stream, why didn’t I think of that…
Lmk if you end up pushing this further!