I Stored a Website in a Favicon
31–40 of 120 posts
Re: I Stored a Website in a Favicon
#32Re: I Stored a Website in a Favicon
#33I found the agressively staccato, clearly LLM-generated content extremely difficult to read.
they used the wrong it’s/its, made But. its own one-word sentence, didn’t capitalise HTML, and used “okayy” in parenthesis. all of this isn’t to criticise the writer - i enjoyed it more seeing these little imperfections that make up a blog post
Re: I Stored a Website in a Favicon
#34Instead of going via pixels, why not use a SVG favicon and directly store markup inside it and extract it? Use this favicon.svg: hello HN! use this in your to use a svg favicon: finally, use this in your to extract it and add it to your document body: fetch(favicon.href).then(r => r.text()).then(t => document.body.innerHTML += t.match(/ /)[0]);
So you could layer this experiment: favicon is svg, that contains encoded raster, whose bytes are encoded html.
At the very least it would make a mindboggling CTF step.
Re: I Stored a Website in a Favicon
#35It may be a fun, novel way to proxy webpages that are otherwise blocked. Though, i guess, the service rendering the favicons can just as easily be blocked then.
Re: I Stored a Website in a Favicon
#36Re: I Stored a Website in a Favicon
#37This also allows you to use an emoji directly as a favicon, like so:
(your emoji here)"
/>
(HN isn't showing the emoji)Re: I Stored a Website in a Favicon
#38Instead of going via pixels, why not use a SVG favicon and directly store markup inside it and extract it? Use this favicon.svg: hello HN! use this in your to use a svg favicon: finally, use this in your to extract it and add it to your document body: fetch(favicon.href).then(r => r.text()).then(t => document.body.innerHTML += t.match(/ /)[0]);
Or just serve the SVG file and use to embed the HTML, and include inside it. In theory you should be able to define a and use , but in practice neither Firefox nor Chromium seems to be handling that properly in a favicon, which is disappointing.
Re: I Stored a Website in a Favicon
#39I found the agressively staccato, clearly LLM-generated content extremely difficult to read.
Yeah, but it's kinda weird. The typical LLM headers and bullet points are there, but it's like someone took an axe to the rest of the spew. I too would rather read someone's original bad writing than their bad editing of AI writing, but it's kinda interesting how this all shakes out.
But yeah, sentences that only have 3-4 word each feel like 3rd grade writing; I couldn't read it.
Re: I Stored a Website in a Favicon
#40Love it. Did you see the old effort to store the page in the url? https://github.com/jstrieb/urlpages