<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>me &amp; my bad blog</title>
    <link>http://me.meandmybadself.com/index.php/site/index/</link>
    <description>Blog of the self-proclaimed genius, Jeffery Bennett</description>
    <dc:language>en</dc:language>
    <dc:creator>meandmybadself@gmail.com</dc:creator>
    <dc:rights>Copyright 2009</dc:rights>
    <dc:date>2009-11-17T19:37:56-08:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>A hit</title>
      <link>http://me.meandmybadself.com/index.php/site/a_hit/</link>
      <guid>http://me.meandmybadself.com/index.php/site/a_hit/#When:19:37:56Z</guid>
      <description>As an effort to record the more memorable things going on, I thought I&#8217;d toss this little doo dad up.


I was biking down to my final day of jury duty (for a guy who punched a loud public cellphone talker in the face), and was crossing an intersection, when a Prius cut two lanes left and ran into the front of my bike, causing me to eat its front quarter panel. Embarrassed, I picked up myself and my bike, and hobbled over to the side of the road. By this time, the Prius driver was two blocks away. I limped to jury duty, and sat in silence for three hours.


When I got back to my office, I wrote the following Craigslist ad (with my good friend, Ryan&#8217;s help):

http://www.craigslist.org/about/best/sfo/1288922120.html


Fast forward to October 7th, when I received an email from my friend Lalit:


Jeff,


Jay Leno just read your missed connection from Craigslist. You are sure to

find her now, would love to buy tickets to your coffee brawl.


The video he mentions is available here:

http://www.hulu.com/watch/100880/the&#45;jay&#45;leno&#45;show&#45;craigslist&#45;ads#s&#45;p2&#45;st&#45;i1


So, for all you aspiring writers out there wondering how to get their foot in the door with Jay Leno, I hope this post helps you find your way.</description>
      <dc:subject></dc:subject>
      <dc:date>2009-11-17T19:37:56-08:00</dc:date>
    </item>

    <item>
      <title>Getting Flash to see the proper webcam</title>
      <link>http://me.meandmybadself.com/index.php/site/getting_flash_to_see_the_proper_webcam/</link>
      <guid>http://me.meandmybadself.com/index.php/site/getting_flash_to_see_the_proper_webcam/#When:03:30:35Z</guid>
      <description>Having trouble using your Mac webcam w/ Flash sites?&amp;nbsp; Macs are notorious for selecting the wrong camera on behalf of the user.


Ensure you&#8217;ve got the latest Flash player, and the proper webcam selected in your Flash Player settings.

Right&#45;click the screen, choose Settings:





Then, click on the little webcam and choose USB Video Class Video:</description>
      <dc:subject></dc:subject>
      <dc:date>2009-05-28T03:30:35-08:00</dc:date>
    </item>

    <item>
      <title>BetamaXmas recap</title>
      <link>http://me.meandmybadself.com/index.php/site/betamaxmas_recap/</link>
      <guid>http://me.meandmybadself.com/index.php/site/betamaxmas_recap/#When:04:56:04Z</guid>
      <description>Much like the Super Nintendo was a sweet Christmas gift in 1992, the traffic and feedback for BetamaXmas was pretty awesome.


To date, it&#8217;s spit out 340,000 pages to 210,000 unique users, 9,000 of which returned more than once.


How it works

I add a video to my 80&#8217;s Christmas holiday playlist on YouTube: 

http://www.youtube.com/view_play_list?p=EE193C2FEDC59D2F

An hourly cron job uses the YouTube data API to snag my playlist.

If any videos have been added since the last time the cronjob ran, it adds it to my database (The TV Guide).

This adds the video to the XML running the site: 

http://betamaxmas.com/getPlaylist.php

Another cron job checks to see if any videos have been pulled from YouTube and marks them as deleted from the TV Guide.


The TV Guide

The site works on a system that shows everyone the same TV Guide at the same time. So, if you&#8217;re watching Have Yourself a Very Winslow Christmas, you can tell a friend across the country, and it&#8217;s on at the same time for them. I thought this reinforced the old style of television watching, where you were at the mercy of the networks. This effect is created by creating a timestamp on the XML telling us what time the server thinks it is. Flash does the modulus of that time against the time of a channel, which gives us the current show in the channel.


Some cool things I learned about along the way.


The YouTube Chromeless player

When traffic started getting a little more frequent, so did the Amazon S3 bill. Senore Baio suggested I look into the Chromeless player for hosting directly off of YouTube, which saved me a mint.


Reinvigorate

Reinvigorate rocks. They&#8217;ve got wonderfully stylized reports, and best of all, realtime traffic reports. They also have a sweet little app called Snoop that runs and notifies you when someone is visiting the site, and the referring site. Here&#8217;s a screencap:




Facebook and Stumbleupon throw a shitload of traffic. Mark and Garrett rock.


Coverage

The Onion&#8217;s Tolerability Index (above Shatner&#8217;s show, mind you)

New York Magazine&#8217;s Vulture section.

Digg

Comedy Central</description>
      <dc:subject></dc:subject>
      <dc:date>2009-05-14T04:56:04-08:00</dc:date>
    </item>

    <item>
      <title>Housemate Bill Notification</title>
      <link>http://me.meandmybadself.com/index.php/site/housemate_bill_notification/</link>
      <guid>http://me.meandmybadself.com/index.php/site/housemate_bill_notification/#When:06:21:53Z</guid>
      <description>I live with two housemates, and am the main recipient of the bills.


After receiving months of email bills that required reading / math / forwarding, I wrote up a quick PHP script that:

 &#45; checks IMAP email for bills

 &#45; finds the dollar amount due in the email

 &#45; divides the amount due by the number of housemates

 &#45; emails housemates with amount due


I run it as a cron script every half hour.


bills.php_.zip</description>
      <dc:subject></dc:subject>
      <dc:date>2009-03-14T06:21:53-08:00</dc:date>
    </item>

    <item>
      <title>Poker Cheatsheet</title>
      <link>http://me.meandmybadself.com/index.php/site/poker_cheatsheet/</link>
      <guid>http://me.meandmybadself.com/index.php/site/poker_cheatsheet/#When:06:02:37Z</guid>
      <description>We had a small poker game, and found it was helpful in the later hours to have a quick reference guide for Texas Hold Em&#8217;.


It shows hand order, steps through the dealing process, and orients the dealer / big blind / small blind / first bet.


http://me.meandmybadself.com/images/uploads/pokercheatsheet.pdf</description>
      <dc:subject></dc:subject>
      <dc:date>2009-03-14T06:02:37-08:00</dc:date>
    </item>

    <item>
      <title>It&#8217;s beginning to look a lot like betamaxmas!</title>
      <link>http://me.meandmybadself.com/index.php/site/its_beginning_to_look_a_lot_like_betamaxmas/</link>
      <guid>http://me.meandmybadself.com/index.php/site/its_beginning_to_look_a_lot_like_betamaxmas/#When:16:51:29Z</guid>
      <description>Happy Holidays, everyone.


To celebrate, I&#8217;ve created a time portal back to December 1988 at http://betamaxmas.com





So, go and check it out, as I&#8217;m making a list, and checking it twice, and I know where you sleep.


Thanks to Eddy Tofslie, Nick and Lucas


First day&#8217;s stats: First day stats for BetaMaXMas

Digg: http://digg.com/television/Have_A_Very_BetaMaXMas</description>
      <dc:subject></dc:subject>
      <dc:date>2008-12-05T16:51:29-08:00</dc:date>
    </item>

    <item>
      <title>IMAP2SMS</title>
      <link>http://me.meandmybadself.com/index.php/site/imap2sms/</link>
      <guid>http://me.meandmybadself.com/index.php/site/imap2sms/#When:05:09:11Z</guid>
      <description>Prior to purchasing the iPhoneBoredomKiller, I needed a way to get important emails sent to my phone.


So, I whipped up a quick script to do just that.


IMAP2SMS will log into an IMAP account (like GMail) and look for unread, unflagged emails. When found, it strips all the HTML out, flags it (so it won&#8217;t send you the same message twice) and delivers it to your cellphone.


Set this up using a cron job, to run every 10 minutes or so. 


Naturally, SMS charges still exist, so be wary if you have a cap on your SMS&#8217;s per month.


IMAP2SMS</description>
      <dc:subject></dc:subject>
      <dc:date>2008-10-27T05:09:11-08:00</dc:date>
    </item>

    <item>
      <title>sortdedupercoder</title>
      <link>http://me.meandmybadself.com/index.php/site/sortdedupercoder/</link>
      <guid>http://me.meandmybadself.com/index.php/site/sortdedupercoder/#When:04:16:24Z</guid>
      <description>Being a sweaty, heavy&#45;breathing nerd, I&#8217;ve found many occasions when I had a list of items and said to myself,

&#8220;Sweaty, heavy&#45;breathing nerd, you should sort / dedupe / url encode or url decode this string.&#8221;


I would commonly start to do it by hand only to get distracted halfway through and start moonwalking with my fingers on my desk

But today, I actually got up off my fingers and spent the 10 minutes building this, my opus, the thing i call the sortdedupercoder</description>
      <dc:subject></dc:subject>
      <dc:date>2008-10-21T04:16:24-08:00</dc:date>
    </item>

    <item>
      <title>FlashCamp!</title>
      <link>http://me.meandmybadself.com/index.php/site/flashcamp/</link>
      <guid>http://me.meandmybadself.com/index.php/site/flashcamp/#When:22:17:13Z</guid>
      <description>So, my boy Mike Nathanson and I wore our brains on our sleeves at Flashcamp this weekend.


We dreamed up a sweet idea of listening to stock prices, which we dubbed MoneyTalks.


It uses the new SampleDataEvent in Flash Player 10 to create sounds dynamically, which we map onto the value of a stock.


Not to pat ourselves on the back, but our app made Photoshop look like Minesweeper.


Sample videos of stock prices from Oct 06 &#45; 10:

Google

Microsoft

Yahoo

Microsoft v Yahoo


These bad daddies require the Flash Player 10 beta:

Demo

Source</description>
      <dc:subject></dc:subject>
      <dc:date>2008-10-12T22:17:13-08:00</dc:date>
    </item>

    <item>
      <title>Stripey iPhone wallpaper.</title>
      <link>http://me.meandmybadself.com/index.php/site/stripey_iphone_wallpaper/</link>
      <guid>http://me.meandmybadself.com/index.php/site/stripey_iphone_wallpaper/#When:06:47:56Z</guid>
      <description>Stripey wallpaper</description>
      <dc:subject></dc:subject>
      <dc:date>2008-09-28T06:47:56-08:00</dc:date>
    </item>

    
    </channel>
</rss>