<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link rel="hub" href="http://tumblr.superfeedr.com/" xmlns:atom="http://www.w3.org/2005/Atom"/><description></description><title>Untitled</title><generator>Tumblr (3.0; @ddw17)</generator><link>http://ddw17.tumblr.com/</link><item><title>ArcConsole</title><description>&lt;p&gt;I just released something that I&amp;#8217;ve been working on recently: &lt;a href="https://github.com/CityOfPhiladelphia/arc-console" title="ArcConsole on GitHub" target="_blank"&gt;ArcConsole&lt;/a&gt;. &lt;a href="http://arc-console.s3-website-us-east-1.amazonaws.com/" title="ArcConsole Demo" target="_blank"&gt;Check out a demo&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It&amp;#8217;s a simplified, intuitive API console for the ArcGIS REST API. It uses awesome JavaScript libraries like Backbone, Backbone Forms, Chosen, Bootstrap, Leaflet and Leaflet Draw to take some of the pain out of querying data from the standard ArcGIS REST API. &lt;/p&gt;
&lt;p&gt;The ArcGIS REST API is really powerful and the City of Philadelphia (which I work for) is using it more in our open data efforts. We&amp;#8217;ve got some big time datasets on it like all of the Police Dept&amp;#8217;s Part I crimes since the beginning of 2006 and the Office of Property Assessments&amp;#8217; recent actual value initiative which set new values for almost every property in the city. But, it can be frustrating for developers and other users that are new to querying the API to get started. This application attempts to make that on-boarding a bit easier by stripping away some of the advanced features that we don&amp;#8217;t see being used very often. If the user needs those advanced features, like non-Web Mercator spatial references, they can use the standard API console at any time. But with this application the user doesn&amp;#8217;t have to navigate to the service and layer that they need, they just select the data set that they want from the top drop-down and the rest of the parameters and the application constructs the URL for them. There&amp;#8217;s a static JSON file that defines all of those endpoints and additional information like a description and links to metadata can be included as well. Plus the ability to draw the geometry that you want to query on instead of the frustration of trying to the object string just right is a big step up in my opinion. &lt;/p&gt;
&lt;p&gt;The app&amp;#8217;s still a work in progress and we&amp;#8217;ll look to improve it over time. With some server-side code, it could be extended into a full-blown data extractor. There&amp;#8217;s a lot still to do and you can check out the code at the City of Philadelphia&amp;#8217;s GitHub page.&lt;/p&gt;
&lt;p&gt;Adding a repo to the &lt;a href="https://github.com/CityOfPhiladelphia" title="City of Philadelphia on GitHub"&gt;official City of Philadelphia GitHub page&lt;/a&gt; was especially satisfying for me. The City of Philadelphia is on GitHub. And I have some of my code in it. How cool is that?&lt;/p&gt;</description><link>http://ddw17.tumblr.com/post/46297508752</link><guid>http://ddw17.tumblr.com/post/46297508752</guid><pubDate>Mon, 25 Mar 2013 20:50:08 -0400</pubDate><category>JavaScript</category><category>ArcGIS</category><category>API</category><category>console</category><category>ArcConsole</category><category>Backbone</category></item><item><title>PHL Crime Mapper Post Mortem</title><description>&lt;p&gt;It&amp;#8217;s been a little over a week since I released &lt;a href="http://www.phlcrimemapper.com"&gt;PHL Crime Mapper&lt;/a&gt; and the response has been beyond my wildest dreams. Here&amp;#8217;s a few select quotes that made me proud:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.philebrity.com/2013/01/14/theres-an-app-for-that-phl-crime-mapper/"&gt;&amp;#8220;&amp;#8230;a handy tool&amp;#8230;&amp;#8221;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.philly.com/philly/news/breaking/New_website_gives_easiest_look_yet_at_Philly_crimes_by_neighborhood.html"&gt;&amp;#8220;&amp;#8230;gives easiest look yet at crimes by neighborhood&amp;#8221;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://technicallyphilly.com/2013/01/15/phl-crime-mapper-app"&gt;&amp;#8220;&amp;#8230;wins points for simplicity&amp;#8230;&amp;#8221;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://blogs.phillymag.com/the_philly_post/2013/01/15/phl-crime-mapper-documents-citys-pain/"&gt;&amp;#8220;&amp;#8230;nifty&amp;#8230;&amp;#8221;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="http://www.newsworks.org/index.php/local//onward/49541-phl-crime-mapper-open-data-in-action"&gt;&amp;#8220;&amp;#8230;handy interface for seeing where serious crimes are being committed.&amp;#8221;&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://twitter.com/greenperspectiv/status/291251453278949376"&gt;&amp;#8220;&amp;#8230;crisp, easy to use&amp;#8230;the simplicity and refinement of design is excellent.&amp;#8221;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://philadelphia.cbslocal.com/2013/01/20/philadelphias-serious-crime-database-gets-makeover/"&gt;I was even on the radio to talk about it!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I like seeing words like &amp;#8220;handy&amp;#8221; and &amp;#8220;simplicity&amp;#8221; because that&amp;#8217;s definitely what I was going for.  The app strives to do one thing and hopefully do it well.&lt;/p&gt;
&lt;p&gt;I also got a lot of feedback by email from community leaders and others about how they found the app useful.  I didn&amp;#8217;t think of it before, but this would be really helpful for community organizations and neighborhood watch groups. I&amp;#8217;ll have to think about ways to get the word out to them in the future.  Overall so far I&amp;#8217;ve gotten a lot of feedback that has solidified how I should move the development forward. &lt;/p&gt;
&lt;p&gt;A few things have been identified that need improvement.  Some users had issues with using the application in so far as drawing an area and changing the date range.  So tonight I added a &amp;#8220;Draw&amp;#8221; button to the black box on the left that explains how to use the app.  In the process I actually decreased the height of that box by removing some copy from the last sentence.  So that&amp;#8217;s good.  &lt;/p&gt;
&lt;p&gt;The other thing that I have to work on is finding a date selector that is easy to use.  I really like the &lt;a href="http://ghusse.github.com/jQRangeSlider/"&gt;current one&lt;/a&gt; but I&amp;#8217;ve actually witnessed myself a few people having trouble figuring out how it works.  I may find a different one (although I hate the calendar picker ones) or at least put a hover over the slider that explains how to use it.&lt;/p&gt;
&lt;p&gt;Beyond that I&amp;#8217;ve thought about some long term bigger additions that could really make the app awesome. I also have to work on making sure the codebase remains maintainable by using Backbone and maybe porting the JavaScript to CoffeeScript.  I&amp;#8217;ve never used CoffeeScript before so this would be a good way to learn.&lt;/p&gt;
&lt;p&gt;Finally, some closing stats:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;30% of visits from mobile devices (including tablets).  This number was a bit surprising to me, but it shouldn&amp;#8217;t be. There was a mobile version but a healthy amount of these hits were on tablets, which the app currently doesn&amp;#8217;t support at all, which has been been driving me crazy.  I have to spend some time soon adding that support.&lt;/li&gt;
&lt;li&gt;The app was viewed in 46 states and 54 countries (whoa)!&lt;/li&gt;
&lt;li&gt;Internet Explorer, Chrome and Safari split 70% of the traffic down the middle, Firefox got 16% and a bucketful of other browsers got the rest.  Great to see Internet Explorer not in the lead.&lt;/li&gt;
&lt;li&gt;Most toggled crime: Thefts.  Which makes sense because there are so many of them.&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.philly.com/philly/news/breaking/New_website_gives_easiest_look_yet_at_Philly_crimes_by_neighborhood.html"&gt;The Philly.com article&lt;/a&gt; accounted for about 63% of traffic, which is amazing. Interestingly enough, a fifth of that came in through the mobile version of their website.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;The traffic has died down, so now it&amp;#8217;s time to get back to work on making the application better long term.&lt;/p&gt;</description><link>http://ddw17.tumblr.com/post/41175514956</link><guid>http://ddw17.tumblr.com/post/41175514956</guid><pubDate>Tue, 22 Jan 2013 00:22:00 -0500</pubDate><category>PHL Crime Mapper</category><category>app</category><category>crime</category><category>post mortem</category><category>open data</category></item><item><title>PHL Crime Mapper</title><description>&lt;p&gt;Last month the &lt;a href="http://opendataphilly.org/opendata/resource/215/philadelphia-police-part-one-crime-incidents/"&gt;City of Philadelphia released data&lt;/a&gt; on Part I (violent and serious property) crimes over the last six years.  Today I&amp;#8217;m releasing a web application that uses that data to help folks visualize these crimes in their area: &lt;a href="http://www.phlcrimemapper.com/"&gt;PHL Crime Mapper&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;On a computer (non-mobile device), the application allows users to select a time frame and draw a polygon around the area that they want to view the crimes for. They can then toggle on/off different types of crimes and can always change their data range or start over again.&lt;/p&gt;
&lt;p&gt;On a smartphone, users select either a 3, 5 or 10 block search area (approximate) around their location.  A tablet version is coming soon, for now the app should be pretty worthless on iPads and the like.  It was important to me that there was a version of this app that worked on smartphones and that it was just not the desktop version shrunken down.&lt;/p&gt;
&lt;p&gt;The ultimate vision with this is to allow users to select the region they want to know about and get a text or email alert weekly/monthly of all the new crimes in that area.  It&amp;#8217;ll take some time to get there, but I think the app really becomes useful at that point.&lt;/p&gt;
&lt;p&gt;I showed this to my friends over the weekend and one of them asked what the objective is.  I don&amp;#8217;t really have one and I don&amp;#8217;t know how people will use it specifically.  If they&amp;#8217;re like me they&amp;#8217;ll draw a polygon around their house to view the recent crimes in their neighborhood. Perhaps they&amp;#8217;ll change the data range to see how crimes have changed over time.  To me the more you know the better, especially when it comes to crime in your city and the Police Department thankfully releasing this data lets it to happen.&lt;/p&gt;
&lt;p&gt;It was fun working on this project and I&amp;#8217;m pleased with the results for now although there are some UX and loading time improvements that have to be made.  This was the first time that I got to work with &lt;a href="http://leafletjs.com/"&gt;Leaflet&lt;/a&gt; extensively, which is 100% awesome. There were a few steps along the way where I thought that I would be stuck because Leaflet has a smaller API than other client-side mapping libraries, but it always had the perfect solution.  Where Leaflet cannot offer the functionality there are some great plugins that give you more, including the awesome &lt;a href="https://github.com/jacobtoye/Leaflet.draw"&gt;Leaflet Draw&lt;/a&gt; that I am using here.  I may have to post again later about Leaflet.  I have always been a fan of the &amp;#8216;Toner&amp;#8217; basemap from &lt;a href="http://maps.stamen.com/#toner/11/40.0020/-75.1180"&gt;Stamen Design&lt;/a&gt; and I finally get to use it here.  Overall the app is pretty fast once it&amp;#8217;s initially loaded, due to the fast Esri REST server that I&amp;#8217;m calling for the data (and geometry services) from and the markers being &lt;a href="http://fortawesome.github.com/Font-Awesome/"&gt;Font Awesome&lt;/a&gt; CSS sprites.&lt;/p&gt;
&lt;p&gt;I hope folks find this useful.  &lt;a href="https://github.com/davewalk/phl-crime-mapper"&gt;The code is up on GitHub&lt;/a&gt; and pull requests and new issues are welcome.  It&amp;#8217;ll be interesting to see how people use it and I&amp;#8217;m definitely open to making changes to make it more useful and easier to use.&lt;/p&gt;</description><link>http://ddw17.tumblr.com/post/40514610034</link><guid>http://ddw17.tumblr.com/post/40514610034</guid><pubDate>Mon, 14 Jan 2013 07:33:00 -0500</pubDate><category>PHL Crime Mapper</category><category>app</category><category>deploy</category><category>open data</category><category>crime</category><category>Leaflet</category></item><item><title>Know When To Go To Sleep</title><description>&lt;p&gt;Recently I&amp;#8217;ve been working on some side projects late into the night.  If I don&amp;#8217;t have any commitments on a weekend I may stay up late working on something and then sleep in the next day.  Because I can, and it&amp;#8217;s awesome.&lt;/p&gt;
&lt;p&gt;But I also have to learn when it&amp;#8217;s time to stop and &lt;a href="http://youtu.be/CseO1XRYs9I"&gt;go the f**k to sleep&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A few nights ago I was working on one of these projects and got stuck on one thing that wasn&amp;#8217;t working even though I KNEW it should have been.  After struggling and trying to debug for 45 minutes, I gave up, commented my battle in the code and went to bed.&lt;/p&gt;
&lt;p&gt;Tonight I came back to that code and fixed my problem in less than a minute.  It made so much sense that I had a function call inside a loop when it shouldn&amp;#8217;t have been.  With a clear head I caught the mistake almost instantaneously, but a few nights before I toiled away forever to no avail, cursing computers the whole time.&lt;/p&gt;
&lt;p&gt;The same thing just happened to me tonight: some parameter in a POST request isn&amp;#8217;t working and it&amp;#8217;s not working even though it SHOULD BE.  So for now I&amp;#8217;ll just go to sleep, dream of successful Ajax calls and come back to it when the sun is up.&lt;/p&gt;</description><link>http://ddw17.tumblr.com/post/39725227181</link><guid>http://ddw17.tumblr.com/post/39725227181</guid><pubDate>Sat, 05 Jan 2013 01:09:07 -0500</pubDate><category>sleep</category><category>coding</category></item><item><title>My 2013 New Year's resolutions</title><description>&lt;p&gt;So it&amp;#8217;s about that time again, isn&amp;#8217;t it?  For the past few years I&amp;#8217;ve tried to make and keep a list of New Year&amp;#8217;s Resolutions.  Problem is that I&amp;#8217;ve been changing my blogging platform so much that I can never link back to review it a year later.  Here&amp;#8217;s to hoping this time is different.&lt;/p&gt;
&lt;p&gt;2012 was an awesome year for me, probably the best of my life.  Here&amp;#8217;s what happened to me this year:&lt;/p&gt;
&lt;ol&gt;&lt;li&gt;Got married&lt;/li&gt;
&lt;li&gt;Got a great job that I really enjoy&lt;/li&gt;
&lt;li&gt;Got to visit Paris, London and Brussels on our honeymoon.  The first time I&amp;#8217;ve ever been outside of the United States&lt;/li&gt;
&lt;li&gt;Got my Master&amp;#8217;s Degree (pending, but I&amp;#8217;m done with classes)&lt;/li&gt;
&lt;/ol&gt;&lt;div&gt;While all of this was awesome, it&amp;#8217;s all stuff that I &lt;em&gt;knew&lt;/em&gt; was going to happen and was already planning for in 2011.  The challenge in 2013 is to keep the momentum going after getting a lot of the big life things done.  So here&amp;#8217;s what I&amp;#8217;m shooting for in 2013.&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;h3&gt;Skills&lt;/h3&gt;
&lt;div&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Learn HTML5 and the mobile web&lt;/strong&gt;.  I&amp;#8217;ve started this already and it&amp;#8217;s clearly where the future of technology is going.  A sub-goal here is that every app I launch this year will look great on smartphones, tablets and traditional desktops and a majority of them will be designed for mobile first.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Learn Android&lt;/strong&gt;.  Yeah yeah, you can make more money in iOS, but Android is going to continue to spread like a disease.  Long term this is a really good skill to have. Measurement: release at least one app in the Google Play store.  I&amp;#8217;ve already got pretty solid ideas for three, I just have to wrap my mind around how it all fits together.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Learn functional programming by the way of Scala&lt;/strong&gt;.  I&amp;#8217;ve started this already by beginning the &lt;a href="https://www.coursera.org/course/progfun"&gt;Coursera&amp;#8217;s Scala class&lt;/a&gt;.  How awesome is it to learn a programming language from its creator?!  End goal: write one substantial application in Scala.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Contribute to at least 3-5 open source projects&lt;/strong&gt;.  This could be creating and maintaining something that others find useful or having pull requests accepted for other projects.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Attend five hackathons&lt;/strong&gt;.  They&amp;#8217;re a good way to stretch yourself, code as a team under pressure and learn from others.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Learn D3.js&lt;/strong&gt;.  Like really learn it, not just make a few bar charts.  Make something cool.  At least five original, substantial data visualizations.&lt;/li&gt;
&lt;/ol&gt;&lt;h3&gt;Personal&lt;/h3&gt;
&lt;div&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Run 750 miles&lt;/strong&gt;.  In 2010 I ran 1,000 miles, but I wasn&amp;#8217;t able to replicate that in 2011 due to injuries and just a lack of free time.  It&amp;#8217;s not the energy that&amp;#8217;s the problem but devoting 10+ hours a week to running can be challenging.  But 750 miles is a pretty healthy number.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Less distractions&lt;/strong&gt;.  I&amp;#8217;m constantly swamped in Google Reader like it&amp;#8217;s my job.  I&amp;#8217;ll have to make some subscription cuts to get my unread count down and maybe sometimes &amp;#8220;Mark all as read&amp;#8221; button.  Also, cancel my magazine subscriptions (Wired and Fast Company).  There just isn&amp;#8217;t enough time in the day to read everything I want to read and I have to get used to that.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Read 12 books&lt;/strong&gt;.  In 2010 (man, I had free time in 2010) I read 24 books, which isn&amp;#8217;t insane, just two books a month.  While devoting time to the above I think I can manage one book a month.  Hopefully more fiction than technology books to give myself a break.&lt;/li&gt;
&lt;/ol&gt;&lt;h3&gt;Self Quantification&lt;/h3&gt;
&lt;div&gt;&lt;ol&gt;&lt;li&gt;&lt;strong&gt;Get back onto Daytum&lt;/strong&gt;. In the second half of 2011 I sort of fell off with Daytum which I was putting a lot of data into every day.  In 2013 I resolve to be more dedicated to it, but not for everything but only the important stuff.  Also, I&amp;#8217;ll work towards visualizing the large dataset that I currently have about myself.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Write five days a week in 750 Words&lt;/strong&gt;. Writing in a journal helps me reflect, especially at the beginning of end of a day.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Use at least one passive logging technique&lt;/strong&gt;. &lt;a href="https://github.com/gurgeh/selfspy"&gt;Selfspy&lt;/a&gt; looks interesting.&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;
&lt;div&gt;And that&amp;#8217;s about it.  Some of this kind of scares me, but I guess that&amp;#8217;s the point.  I doubt that anyone will find this interesting, but I have to put this list out publicly to motivate myself to get to work.  I&amp;#8217;ll check back in the beginning of 2014.&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</description><link>http://ddw17.tumblr.com/post/39341524803</link><guid>http://ddw17.tumblr.com/post/39341524803</guid><pubDate>Mon, 31 Dec 2012 18:37:00 -0500</pubDate><category>New Year's Resolutions</category><category>2012</category><category>2013</category><category>Android</category><category>Scala</category><category>D3.js</category><category>Daytum</category><category>hackathons</category><category>open source</category><category>software</category><category>programming</category><category>HTML5</category><category>functional programming</category></item><item><title>Monitor crapped out, but kind of cool.  No filter.</title><description>&lt;img src="http://25.media.tumblr.com/59a8988da4dc503a3221bc9a23d17ed6/tumblr_mfs5b1hB0g1s022gqo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;Monitor crapped out, but kind of cool.  No filter.&lt;/p&gt;</description><link>http://ddw17.tumblr.com/post/39109559839</link><guid>http://ddw17.tumblr.com/post/39109559839</guid><pubDate>Sat, 29 Dec 2012 01:42:37 -0500</pubDate></item><item><title>Did The Cavs Win Last Night?</title><description>&lt;p&gt;So yesterday I finished up a little web app that I&amp;#8217;ve been working on over the last few weeks when I get a chance: &lt;a href="http://www.didthecavswinlastnight.net"&gt;Did The Cavs Win Last Night?&lt;/a&gt;  A while back I came across &lt;a href="http://isthereagiantsgametoday.com/"&gt;Is there a Giants game today?&lt;/a&gt; and thought it was a great idea in its simplicity.  I&amp;#8217;m definitely a fan of one-purpose single-page apps because they can be really good at the very one thing that they are trying to do.&lt;/p&gt;
&lt;p&gt;So I created something similar for the NBA that not only tells you when the next game is, but tells you if your team won the night before.  And not only that, but it&amp;#8217;ll give you fresh stories and videos about the game.  I envisioned folks waking up the day after a game to see how their team did the night before.  In the past I maybe went to NBA.com or ESPN.com to get the score and some single wrap-up, but now with this app it&amp;#8217;s possible to get a bunch of viewpoints in one place.&lt;/p&gt;
&lt;p&gt;&lt;img alt="image" src="http://www.didthecavswinlastnight.net/screenshot.png"/&gt;&lt;/p&gt;
&lt;p&gt;The app is entirely static.  When a user accesses it it checks if there was a game yesterday by calling a JSON file of the team&amp;#8217;s schedule.  If there was, it&amp;#8217;ll ask the Twitter account &lt;a href="http://www.twitter.com/SimpleNBAScores"&gt;@SimpleNBAScores&lt;/a&gt; for the score.  It then pulls up stories from blogs and websites and videos on Youtube about the game to give a more complete view of what happened and what people are saying about it.&lt;/p&gt;
&lt;p&gt;It was fun to make and it gave me a chance to try out a few new things like: media queries (pretty simple since this was one column), Canvas (just one element but quadratic curves can be tricky) and &lt;a href="http://www.yeoman.io"&gt;Yeoman&lt;/a&gt;, which I can&amp;#8217;t live without now.  I also have it hosted on S3, which is new to me but was pretty easy and working well so far.  Deploying through their web client is a pain, but I think I&amp;#8217;ll try to make a command line application that streamlines that a bit.&lt;/p&gt;
&lt;p&gt;While planning this project I did a lot of research into how I can get sports scores on the client-side and basically there are none besides that Twitter account.  ESPN has an API, but the general public isn&amp;#8217;t given access to scores and you need a key anyway so it wouldn&amp;#8217;t work on the client.  All other APIs for sports info are paid.  There is one way person that found a ESPN live score stream and he created RSS feeds to scrap it, but I couldn&amp;#8217;t make jQuery GET requests to it.  So there&amp;#8217;s almost nothing, which is strange to me because sports scores are so ubiquitous.  You&amp;#8217;d think that it would be in the NBA&amp;#8217;s best interest to put out a robust API, why not, but I guess there&amp;#8217;s too much money at stake.  For now I&amp;#8217;ll have to use the Twitter feed even though it&amp;#8217;s using a depreciated non-auth version of the API.  If that goes down I&amp;#8217;ll probably have to create my own API that all version of Did The&amp;#8230; can use.&lt;/p&gt;
&lt;p&gt;Anyway, I hope people find it useful.  &lt;a href="https://github.com/davewalk/did-the-nba-team-win-last-night"&gt;The code is on GitHub&lt;/a&gt; and I&amp;#8217;ve included instructions on how to setup it up for other teams.  Hopefully folks will fork it and deploy a version of their team!&lt;/p&gt;</description><link>http://ddw17.tumblr.com/post/38067603479</link><guid>http://ddw17.tumblr.com/post/38067603479</guid><pubDate>Sun, 16 Dec 2012 11:05:00 -0500</pubDate><category>app</category><category>deploy</category><category>GitHub</category><category>basketball</category><category>Cavs</category></item><item><title>I don’t know why, but I always love seeing when public...</title><description>&lt;img src="http://24.media.tumblr.com/f8bca89ca871d5735528e5546d44f43c/tumblr_meye3xxa8n1s022gqo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;I don’t know why, but I always love seeing when public displays aren’t working properly.  Something about revealing the curtain to show…a regular old Windows PC! &lt;/p&gt;</description><link>http://ddw17.tumblr.com/post/37814113031</link><guid>http://ddw17.tumblr.com/post/37814113031</guid><pubDate>Thu, 13 Dec 2012 00:04:44 -0500</pubDate></item><item><title>New blog!</title><description>&lt;p&gt;Well here&amp;#8217;s another try for me with maintaining a blog.  This time I&amp;#8217;m using the excellent &lt;a href="https://github.com/rigoneri/syte"&gt;Syte&lt;/a&gt; platform.  It&amp;#8217;s made in Django and built to be deployed primarily on &lt;a href="http://www.heroku.com"&gt;Heroku&lt;/a&gt;, which I&amp;#8217;m quite the fan of.  It&amp;#8217;s based around the idea of using services to display all of your content - for example I&amp;#8217;m writing my blog posts in Tumblr (when it&amp;#8217;s up).  Consequently there&amp;#8217;s no database, which is completely awesome to me.  It&amp;#8217;s really a forward-thinking way of personal publishing on the internet and I hope to add some pull requests to improve it when I get a chance.&lt;/p&gt;
&lt;p&gt;So let&amp;#8217;s see where this blog new website goes.  I&amp;#8217;ll probably be writing mostly about technology and projects I&amp;#8217;m working on, but maybe about music and basketball too.  I hope to launch a new app, which I will make sure to share with you, loyal reader(s).&lt;/p&gt;</description><link>http://ddw17.tumblr.com/post/37813769572</link><guid>http://ddw17.tumblr.com/post/37813769572</guid><pubDate>Wed, 12 Dec 2012 23:58:49 -0500</pubDate><category>hello</category><category>world</category></item></channel></rss>
