Y
Hacker News
new
|
ask
|
show
|
jobs
by
prox
1867 days ago
Could you make whole webpages just through urls? Such as they will completely portable? Portable being taken with a grain of sand ofc.
3 comments
boomlinde
1867 days ago
Yes, I did this for self-contained reports in maybe 2014. All images referenced (containing diagrams) were embedded as data URIs. Restrictions are AFAIK more picky now, though so YMMV in 2021.
link
prox
1866 days ago
Cool project! It is kind of interesting that the link is the content, not sure it’s always useful, but for twitter like short form content perhaps?
link
makapuf
1867 days ago
Well webpages themselves including links, the embedding would need to be recursive.
link
lurkerasdfh8
1867 days ago
not the entire content, but a hash id is pretty common
https://en.wikipedia.org/wiki/Magnet_URI_scheme
link