User Tools

Site Tools


todo

Differences

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

Link to this comparison view

- Both sides previous revision Previous revision
Next revision
- todo [2012/03/18 00:19] dblume [Location Service]
+ Previous revision
+ todo [2022/01/08 12:28] (current) dblume
@@ Line -1,59 +1,22 @@ removed created
 ====== To Do ======
 
   Slightly bigger: 
  
   * Learn about [[http://twitter.github.io/bootstrap/|Bootstrap]]. 
   * Learn about [[https://tech.dropbox.com/2012/08/some-love-for-javascript-applications-2/|dropbox-js]]. 
   * 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."
   * Russell Beattie did an Amazon talk on HTML5 Mobile Apps. See the source code [[http://dlma.com/mobile/|here]].
   * Ted is using Angular instead of jQuery. "It's incredible. We love it. We've been slaving away with jQuery / Backbone for a long time before switching."
 
 ===== 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+?)
   * Load and populate make after pageload.
   * Improve prediction
     * Check 100mile radius
     * Prefer biweekly schedule
 
 Fix this:
 
 <code>
 {"past":[
 new google.maps.LatLng(37.449352,-121.915108), 
 new google.maps.LatLng(37.425446,-121.879906), 
 new google.maps.LatLng(37.449482,-121.915154), 
 new google.maps.LatLng(37.425522,-121.879906), 
 new google.maps.LatLng(37.449482,-121.915100)],
 "past_str":["I was here about an hour ago.", 
 "I was here about 50 minutes ago.", 
 "I was here about 42 minutes ago.", 
 "I was here about 27 minutes ago.", 
 "I was here about 16 minutes ago."],
 "future":[
 new google.maps.LatLng(37.433140,-121.891083), 
 new google.maps.LatLng(37.449528,-121.915184), 
 new google.maps.LatLng(37.455101,-121.916595), 
 new google.maps.LatLng(37.451027,-121.898193)],
 "future_str":["I will be here in about ten hours, around 9:49am.", 
 "I will be here in about ten hours, around 10:01am.", 
 "I will be here in about 13 hours, around 12:50pm.", 
 "I will be here in about 13 hours, around 12:56pm."],
 </code>
 
 An hour ago, 42 minutes ago, 16 minutes ago are all correct.
 50 minutes ago, 20 minutes ago, I will be here in ten hours (half way) are all wrong and need to be purged.
 
 ===== 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.
@@ Line -64,13 +27,11 @@ removed created
   * [[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.
   * [[http://joekraus.com/were-creating-a-culture-of-distraction|We're creating a culture of distraction]], maybe this in combination with one or two links above?
   * [[http://scripting.com/stories/2012/06/01/afterXYearsProgramming.html|After X years programming]] Dave Winer writes why he loves programming, and so does Amir in [[http://amix.dk/blog/post/19692#Programming-is-an-art|Programming is an Art]].
   * Compare the thinking in [[http://gigaom.com/2013/07/31/a-digital-life-orange-is-the-new-black-shows-netflix-gets-how-millenials-watch-tv/|How Millenials Watch TV]] to the thinking of owning a Kscape system. Especially those who'll never see classics like Ermo.
 
 ===== 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]]
 
todo.1332055170.txt.gz · Last modified: 2021/10/24 23:48 (external edit)