Thursday, 27 March 2014

Blast from the past

Not sure why it occured to me, but I remembered that I had a tripod account (I think that I might have had several). After doing some searching, I actually found it which surprised me. So now what? I've got some random family photos, some school schedules, a recipe and other random stuff.

Do I try to actually "fix it" so at least the things that I want discoverable are, or should I leave it? Half the stuff is broken, the other half is just so... from a different time. It's weird. It's been just over 10 years, but so much has changed. Yet I am still blogging, so I guess that some things stay the same.

I think that I may download and port over any old posts. Maybe. We'll see.

Edit: After getting a list of the urls of some of the files I want, I was able to dump them into a file and then run the following. Man, I love command line stuff.
while read line; do curl -O $line; done < blog-links-final.txt

No comments:

Post a Comment