User Tools

Site Tools


todo
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
Next revision
todo [2012/04/04 09:53] – [Location Service] dblume
Line 1: Line 1:
 +====== To Do ======
  
 +  * Install a [[http://www.engadget.com/2012/02/01/how-to-set-up-a-home-file-server-using-freenas/|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 [[http://flowingdata.com/2012/03/14/personal-map-of-2-5m-gps-data-points-3-5-years-in-the-making/|Geoloqi]] vs. OpenPaths. An interesting iPhone app is [[http://www.abvio.com/|Abvio]]. (Example [[http://scripting.com/stories/2012/03/21/preknicksGameRideInThePark.html|map.]])
 +
 +  * Optimize writes. (Maybe copy original file, then open copy with w+?)
 +  * Add support for URLs of the form ?t=1333556881 [[http://stackoverflow.com/questions/979975/how-to-get-the-value-from-url-parameter|GET parameters in Javascript]]
 +
 +<code python>
 +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] )
 +</code>
 +
 +**Test Data corresponding to ?t=1333556881**
 +<code javascript>
 +{"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."}
 +</code>
 +{{:map_for_t_1333556881.jpg|}}
 +===== Exit Strategies =====
 +
 +  * Maybe migrate delicious to [[https://pinboard.in/u:dblume/|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 =====
 +
 +  * Add a "[[http://diveintomark.org/archives/2011/04/15/nativity-scene|Respond Privately]]" or email link after comments get closed.
 +  * Consider that mobile style used by Leigh Reyes and Milkypink.  Do something like that.
 +  * Blog about: [[http://www.fastcompany.com/magazine/49/motion.html?page=0,1|Building the factory next to the gold mine]].
 +  * Blog about the making of the [[http://techcrunch.dlma.com/|TechCrunch Filter Feed]].
 +  * Blog about the Life Unexamined.  Maybe reference [[http://www.plurk.com/p/73qa1q|some links here]].
 +  * Block about [[http://blog.wilshipley.com/2011/04/success-and-farming-vs-mining.html|this metaphor of software development strategies]], farming vs. mining.
 +  * Blog about [[http://motherjones.com/politics/2011/03/denial-science-chris-mooney|Why we should present evidence in a context that doesn't trigger a defensive, emotional reaction when trying to sway opinion]]. Maybe mention [[http://dblume.livejournal.com/33780.html|Lovaglia's Law]].
 +  * [[http://news.uchicago.edu/article/2010/09/21/psychologist-shows-why-we-choke-under-pressure-and-how-avoid-it|Why we choke and how to avoid it]].
 +  * [[http://www.marco.org/2011/07/11/own-your-identity|Own your identity]].
 +  * [[http://tantek.com/2011/204/b1/accelerating-addictiveness-vs-willpower-productivity-flow|Accelerating Addictiveness vs. Willpower]] Framing in terms of the positive.
 +  * [[http://www.wired.com/magazine/2011/11/st_thompson_searchresults/|Why Johnny Can't Search]]
 +  * [[http://www.nytimes.com/2012/01/01/opinion/sunday/the-joy-of-quiet.html?_r=2&pagewanted=2|The Joy of Quiet]] There are some excellent quotes here.
 +===== Back Burner =====
 +
 +  * Upload mentos+soda video
 +  * Upload fraps video of Minecraft worlds
 +  * Add Python cronjob daemon template to [[http://cloud9ide.com/|cloud9]]
 +  * Visualizations: Check out that awesome HTML5 visualization from colleague.
 +  * imdb.dlma.com: Consider replacing imdbphp with [[http://imdbpy.sourceforge.net/|imdbpy]].
 +  * Investigate [[http://www.bridworks.com/anote/en/main/index.php|Awesome Notes]] and [[http://www.instapaper.com/|Instapaper]] and [[http://www.hogbaysoftware.com/products/taskpaper/|Taskpaper]].
 +  * Mobile Dokuwiki: See if I can disable plugin sidebarng based on the value of [[http://forum.dokuwiki.org/thread/3410|$INFO['ismobile']]], and make other mobile stylesheet customizations.
 +  * Keep reading [[http://diveintohtml5.org/detect.html|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.txt · Last modified: 2023/04/12 20:44 by 127.0.0.1