Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
User Journal

Journal emj's Journal: My URL is my content

A great inebriate hacker once told me "I schould build a content provider service, where the content is in the URL"... It took me about two years to understand what he ment, I think he ment that you can store data in "the cloud" or in the ether between the tubes. So I give openssl and some perl to make it look better:

echo "oh man where is this stored really? The intertubes?" |openssl base64 | perl -pne 'BEGIN{print "data:text/plain;base64,"} chop; END {print "\n"}'

Result:

data:text/plain;base64,b2ggbWFuIHdoZXJlIGlzIHRoaXMgc3RvcmVkIHJlYWxseT8gVGhlIGludGVydHViZXM/Cg==

This discussion has been archived. No new comments can be posted.

My URL is my content

Comments Filter:

1 + 1 = 3, for large values of 1.

Working...