User Tools

Site Tools


todo

This is an old revision of the document!


To Do

  • Install a FreeNAS server. (Mike mentioned old Infrant ReadyNAS and QNAP.)
  • Blog about the dream on vacation: “You are not wanted here. Go away.” Mention favorite songs? Peaches? Rest for Wicked? Or maybe, “The cameras want to see it.”

Location Service

Need to compare Geoloqi vs. OpenPaths. An interesting iPhone app is Abvio. (Example map.)

  • Optimize writes. (Maybe copy original file, then open copy with w+?)
  • Add support for URLs of the form ?t=1333556881 GET parameters in Javascript
import cgi
 
print "Content-Type: text/html"
print
 
cgi_fields = cgi.FieldStorage()
for i in cgi_fields.keys():
    print "%s -> %s<br />" % ( i, cgi_fields[i] )

Test Data corresponding to ?t=1333556881

{"past":[new google.maps.LatLng(37.458023,-121.908165), new google.maps.LatLng(37.437016,-121.919182), new google.maps.LatLng(37.420177,-121.924469), new google.maps.LatLng(37.420067,-121.964455), new google.maps.LatLng(37.401611,-122.028145)],
"past_str":["I was here about an hour ago.", "I was here about an hour ago.", "I was here about an hour ago.", "I was here about an hour ago.", "I was here about an hour ago."],
"future":[new google.maps.LatLng(37.390911,-122.029518), new google.maps.LatLng(37.388912,-122.036926), new google.maps.LatLng(37.386475,-122.042130), new google.maps.LatLng(37.401272,-122.068802)],
"future_str":["I will be here in about 28 minutes, around 9:55am.", "I will be here in about four hours, around 1:24pm.", "I will be here in about six hours, around 3:45pm.", "I will be here in about six hours, around 3:49pm."],
"text":"I was here about an hour ago.",
"clue":"Added 6 rows in 1.711s. OpenPaths took 1.629s. Removed 18 points. Used one week history. Prediction took 0.015s."}

Exit Strategies

  • Maybe migrate delicious to pinboard
  • Maybe migrate from flickr to picasaweb or smugmug or http://23hq.com/
  • Archive livejournal posts

Maybe use https://www.greplin.com/ to search them all?

Blogs

Back Burner

  • Upload mentos+soda video
  • Upload fraps video of Minecraft worlds
  • Add Python cronjob daemon template to cloud9
  • Visualizations: Check out that awesome HTML5 visualization from colleague.
  • imdb.dlma.com: Consider replacing imdbphp with imdbpy.
  • Investigate Awesome Notes and Instapaper and Taskpaper.
  • Mobile Dokuwiki: See if I can disable plugin sidebarng based on the value of $INFO['ismobile'], and make other mobile stylesheet customizations.
  • Keep reading Dive into HTML5

OpenTape and MuxScrobbler

  • Ayu\(miss)understood\16 rainy day.mp3 ←- tags are all wrong for this song.
  • Songs not playing - symbolic link problem vs. file copying
  • OpenTape data is encrypted.
todo.1333558418.txt.gz · Last modified: 2023/04/12 20:44 (external edit)