<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
 <title>Forge38</title>
 <link href="http://forge38.com/atom.xml" rel="self"/>
 <link href="http://forge38.com/"/>
 <updated>2011-04-18T18:12:34-04:00</updated>
 <id>http://forge38.com/</id>
 <author>
   <name>Randy Schmidt</name>
   <email>randy@forge38.com</email>
 </author>

 
 <entry>
   <title>Developing Canvas Facebook Apps with SSL</title>
   <link href="http://forge38.com/blog/2011/04/developing-canvas-facebook-apps-with-ssl"/>
   <updated>2011-04-18T00:00:00-04:00</updated>
   <id>http://forge38.com/blog/2011/04/developing-canvas-facebook-apps-with-ssl</id>
   <content type="html">&lt;p&gt;Facebook recently added a setting for users to browse the site over &lt;span class=&quot;caps&quot;&gt;SSL&lt;/span&gt; at all times. This is a &lt;span class=&quot;caps&quot;&gt;GREAT&lt;/span&gt; option for users, however, it makes developing canvas Facebook apps a little harder because you need to provide a non-ssl and ssl canvas url.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/ssl_canvas_app/canvas-urls.png&quot; title=&quot;Need to provide a canvas and secure canvas url&quot; alt=&quot;Need to provide a canvas and secure canvas url&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I started down the path of adding an &lt;span class=&quot;caps&quot;&gt;SSL&lt;/span&gt; certifate to my local development environment but decided I didn&amp;#8217;t want to have to deal with &lt;span class=&quot;caps&quot;&gt;SSL&lt;/span&gt; at all on my local machine. Instead, I decided to terminate the &lt;span class=&quot;caps&quot;&gt;SSL&lt;/span&gt; connection at one of our webservers and tunnel all traffic to my local machine. This info is targeted towards &lt;a href=&quot;http://www.engineyard.com/products/appcloud/&quot;&gt;Engine Yard AppCloud&lt;/a&gt; (EY) and EC2, however, I&amp;#8217;m sure it can be tweaked some to work in your environment.&lt;/p&gt;
&lt;h4&gt;Opening Up Some Ports&lt;/h4&gt;
&lt;p&gt;You need to open up two ports on one of the webservers so I fired up &lt;a href=&quot;https://aws.amazon.com/developertools/609?_encoding=UTF8&amp;amp;jiveRedirect=1&quot;&gt;Elasticfox&lt;/a&gt;, the Firefox extension for browsing stuff on &lt;span class=&quot;caps&quot;&gt;AWS&lt;/span&gt;. You can get your &lt;span class=&quot;caps&quot;&gt;AWS&lt;/span&gt; credentials by looking at /etc/.mysql.backups.yml on the web server.&lt;/p&gt;
&lt;p&gt;Add your credentials to Elasticfox then head to the Security Groups tab. Find the group that resembles your environment in EY and select it. You&amp;#8217;ll see a bunch of permissions on the right hand side. Click the green checkmark to add another set of permissions. You can pick any two ports you want for the most part, just make them something you&amp;#8217;ll remember. Hit &amp;#8220;Add&amp;#8221; and you&amp;#8217;ll see another line show up on the right-hand side.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/ssl_canvas_app/security-group_small.png&quot; title=&quot;Open up some ports&quot; alt=&quot;Open up some ports&quot; /&gt;&lt;/p&gt;
&lt;h4&gt;Set Up an &lt;span class=&quot;caps&quot;&gt;SSH&lt;/span&gt; Tunnel&lt;/h4&gt;
&lt;p&gt;Now we need to make our local development machine available to the internet somewhere. This can be done with an &lt;span class=&quot;caps&quot;&gt;SSH&lt;/span&gt; reverse-tunnel from your local machine to one open on the internet somewhere, like one of your servers. I chose to use &lt;a href=&quot;http://tunnlr.com/&quot;&gt;Tunnlr&lt;/a&gt; because it&amp;#8217;s just one less thing I have to worry about. After signing up, they&amp;#8217;ll give you a command to run that will set up a persistent &lt;span class=&quot;caps&quot;&gt;SSH&lt;/span&gt; tunnel. It looks something like &lt;strong&gt;ssh -nNt -g -R :remoteport:0.0.0.0:localport user@ssh1.tunnlr.com&lt;/strong&gt;. If you aren&amp;#8217;t going to use Tunnlr, I&amp;#8217;m going to assume you know what to do and I&amp;#8217;ll move forward.&lt;/p&gt;
&lt;h4&gt;Set Up Two Vhosts&lt;/h4&gt;
&lt;p&gt;So, now our Rails app is public through the &lt;span class=&quot;caps&quot;&gt;SSH&lt;/span&gt; tunnel but we don&amp;#8217;t have any way to serve up a secure website. The missing piece is setting up two vhosts (one for http and one for https) on a server and proxying all the traffic to the public end of our &lt;span class=&quot;caps&quot;&gt;SSH&lt;/span&gt; tunnel. EY uses Nginx as a web server so I created a &lt;a href=&quot;https://gist.github.com/920744&quot;&gt;new config file&lt;/a&gt; &amp;#8220;/data/nginx/servers/keep.r38y.conf&amp;#8221; and reloaded nginx.&lt;/p&gt;
&lt;p&gt;The one thing I haven&amp;#8217;t described yet is creating the self-signed certificate. Luckily, EY makes this easy. Just use their UI to create a new self-signed &lt;span class=&quot;caps&quot;&gt;SSL&lt;/span&gt; cert and install it in your environment. I know I skipped a bunch of details here, but it really is easy&amp;#8230; just hunt around the UI a little bit.&lt;/p&gt;
&lt;p&gt;Now you should be able to hit the http and https endpoints you set up and see your local Rails app! I know I have been somewhat vague in some of my steps, hopefully you&amp;#8217;ll be able to pick up on the gist of it and tweak it to your needs.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>pupCard: Because it Follows You Around Like a Puppy!</title>
   <link href="http://forge38.com/blog/2011/04/because-it-follows-you-around-like-a-puppy"/>
   <updated>2011-04-18T00:00:00-04:00</updated>
   <id>http://forge38.com/blog/2011/04/because-it-follows-you-around-like-a-puppy</id>
   <content type="html">&lt;p&gt;Managing contact information has bothered me for a long time. Right now, basically, we have a system where there are many copies of one&amp;#8217;s contact information all of which are wrong as soon as someone changes their information. You can help fight the problem by forwarding (e)mail from your old address or email everybody with your new information, but that seems like a hack. The truth record for any one person&amp;#8217;s contact information is only in &lt;span class=&quot;caps&quot;&gt;THAT&lt;/span&gt; PERSON’s head.&lt;/p&gt;
&lt;p&gt;The way It Should Be™ is everybody manages their own contact information and everybody else subscribes to it and gets updates when it changes. I started to build something many years ago but I insisted that everybody had to use the same company/website in order for it to work. This is where sites like &lt;a href=&quot;http://www.plaxo.com/&quot;&gt;Plaxo&lt;/a&gt; fall on their faces. I eventually gave up the project because I realized it was way too big and there was no way I could fix it.&lt;/p&gt;
&lt;p&gt;I started to think about this again a few months ago, but it manifested itself in the observation that my iPhone, address book and &lt;a href=&quot;http://highrisehq.com/&quot;&gt;Highrise&lt;/a&gt; had almost zero avatars in it. I have a hard time remembering words so having faces or icons really helps me. I started to think about this problem again because everybody should manage how they want themselves to show up in people&amp;#8217;s address books. I should be able to change my avatar and everybody who is subscribed to my info gets the new avatar in their address book.&lt;/p&gt;
&lt;p&gt;I knew a single silo of a site would never work, so I started thinking about making a distributed protocol where you choose who your contact info provider is and then update a router so that all your subscribers know who to talk to when fetching your new information. I really think people would start to use this once it has been made simple and ambiguous (think &lt;a href=&quot;http://facebook.com&quot;&gt;Facebook&lt;/a&gt;, &lt;a href=&quot;http://gravatar.com&quot;&gt;Gravatar&lt;/a&gt;, or &lt;a href=&quot;http://linkedin.com&quot;&gt;LinkedIn&lt;/a&gt; as providers). The hard part is getting there.&lt;/p&gt;
&lt;p&gt;The end goal is someone can subscribe to my contact information, and no matter what changes, provider, human friendly identifiers, etc, the person will still get notified when my info changes. Also, if someone is abusing my information, I can block them and change my information so everybody else gets it but the abuser doesn&amp;#8217;t. I want to be able to hand out business cards that just say “r38y” on them (If you want one, send your address to me@r38y.com).&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/pupcard_intro/pupcards.jpg&quot; title=&quot;My new pupCard-enabled business cards&quot; alt=&quot;My new pupCard-enabled business cards&quot; /&gt;&lt;/p&gt;
&lt;p&gt;To be able to start to build this, I made some simplifying assumptions. First, I need to start with a silo to develop the protocol which would eventually become the first provider. Also, I don&amp;#8217;t want to have to worry about figuring out how people will manage their contact information so I am just sticking with users uploading vCards for now. However, that will change soon.&lt;/p&gt;
&lt;h4&gt;Roadmap&lt;/h4&gt;
&lt;ol&gt;
	&lt;li&gt;Build a single site where people can subscribe to each other&amp;#8217;s contact information and get an email when their information changes. Contact information is simply a vCard the user uploads. &lt;a href=&quot;http://pupcard.me&quot;&gt;&lt;span class=&quot;caps&quot;&gt;DONE&lt;/span&gt;&lt;/a&gt;!&lt;/li&gt;
	&lt;li&gt;Update the site so that people can manage their contact info on the actual site. This will then help with figuring out what the structure of the information for the protocol will be.&lt;/li&gt;
	&lt;li&gt;Allow users to decide whether any one piece of information is public (email address, website, etc) or private (mailing address, phone number, etc). Public information will be displayed to everybody on the site and any subscribers will get notified when it changes. The user may optionally give a subscriber access to private information and only those subscribers will get an update when it changes. This will also allow people to block subscribers so that they won’t get updated even when their public information is changed.&lt;/li&gt;
	&lt;li&gt;Pull router out of primary site. The router maps people&amp;#8217;s identifiers to providers. Each account on the router is given a uuid which is the machine-friendly version of an identifier. This never changes. User&amp;#8217;s can also have alias&amp;#8217;, basically old and current things they give out to identify themselves. For me, this would be “r38y”. I want other people to search for me on the router with “r38y” and then subscribe to my information.&lt;/li&gt;
	&lt;li&gt;Allow exporting your contact information, contacts list, subscriber list and blocked list. The contact list is the list of people who you want to watch. If their info changes, you want it. The subscriber list is the list of people who have subscribed to your information as well as whether or not you have said they can see private information. When someone wants to fetch your information, we look them up in this list and see if they can access your private information. The block list is the list of people you don’t want to get updates no matter what.&lt;/li&gt;
	&lt;li&gt;Open source the first provider site so people can start their own provider sites. Each provider will have to register with the router to be able to work with it on behalf of the user.&lt;/li&gt;
	&lt;li&gt;Figure out how to make the router redundant (let people set up mirrors) and caching of the look ups. This may also include pushing contact information instead of polling since we’ll have a list of people who have subscribed to any one user’s information.&lt;/li&gt;
	&lt;li&gt;Figure out how to push people&amp;#8217;s contact information into user&amp;#8217;s other accounts, like Gmail.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Yes, I know that this is quite complicated and may not be usable to “normals”.&lt;/p&gt;
&lt;p&gt;I’m hoping that by talking about this, I’ll get lots of feedback about how it can be simplified. One of the trouble spots is the user interacting with and understanding the concept of a router. This a lot like &lt;span class=&quot;caps&quot;&gt;DNS&lt;/span&gt; and not many people know how that works. I am thinking that the user would interact with it through their provider and the provider may hide the details of what is actually happening.&lt;/p&gt;
&lt;h4&gt;Conclusion&lt;/h4&gt;
&lt;p&gt;I would love to talk to people about this and get other, much smarter, people to work with me. I know I described a Utopian picture but I&amp;#8217;m confident, over time, we can make it work because we&amp;#8217;re not requiring everybody to use the same provider.&lt;/p&gt;
&lt;p&gt;As it stands right now, you can sign up, find people, and subscribe to their information. It is all based around uploading a vCard but that should change to managing actual information soon. (Check out mine at &lt;a href=&quot;http://pcrd.me/r38y&quot;&gt;pcrd.me/r38y&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;http://pupcard.me&quot;&gt;Go sign up&lt;/a&gt;, &lt;a href=&quot;http://twitter.com/pupcard&quot;&gt;follow @pupcard on Twitter&lt;/a&gt; and tell me what you think below!&lt;/strong&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Fight Entropy! Keep Moving Forward!</title>
   <link href="http://forge38.com/blog/2010/07/fight-entropy-keep-moving-forward"/>
   <updated>2010-07-26T00:00:00-04:00</updated>
   <id>http://forge38.com/blog/2010/07/fight-entropy-keep-moving-forward</id>
   <content type="html">&lt;p&gt;I don&amp;#8217;t know about you, but I encounter a lot of distractions throughout the day and it can be hard to figure out &lt;span class=&quot;caps&quot;&gt;WTF&lt;/span&gt; you were really trying to get done today. Steven Bristol says it pretty well:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://twitter.com/stevenbristol/status/15960363246&quot;&gt;&lt;img src=&quot;/images/fight_entropy/stevenbristol-entropy_small.png&quot; title=&quot;@stevenbristol.&quot; alt=&quot;@stevenbristol.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Like Steve, I feel like I am constantly fighting entropy. I don&amp;#8217;t think there is any way you can get rid of all the distractions in the day, but I do think you can make it easier to get back to being focused.&lt;/p&gt;
&lt;p&gt;Let me give you a little background about my problem. I primarily work as a freelance web developer on client work and I also have a couple products, &lt;a href=&quot;http://nerdmeritbadges.com&quot;&gt;Nerd Merit Badges&lt;/a&gt; and &lt;a href=&quot;http://loseitorloseit.com&quot;&gt;Lose It or Lose It&lt;/a&gt;. Each of the projects have things that need to get done and they are stored in all different systems (project management software, ticketing systems, our heads, etc) I often have to say &amp;#8220;yeah, that&amp;#8217;s great, all these projects have things that need to get done, but what do I need to do today?&amp;#8221;.&lt;/p&gt;
&lt;p&gt;A few years ago I read &lt;a href=&quot;http://www.alistapart.com/articles/pickle/&quot;&gt;Time Management: The Pickle Jar Theory&lt;/a&gt; and loved it. The theory is, if you fill your day (jar) with sand (small meaningless stuff) first, you won&amp;#8217;t be able to fit larger stones (important things) in at all. However, if you fill the jar with larger stones, then smaller stones, then sand, you get big important meaningful stuff done on a regular basis.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/fight_entropy/dj-index_small.jpg&quot; title=&quot;Daily Jar on an index card.&quot; alt=&quot;Daily Jar on an index card.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Soon after I read that article, I decided I was going to try to use some of the ideas in it to help me get important things done every day. I started by writing 3-5 things (1-2 words each) on an index card every morning with a sharpie and kept it with me at all times. Anytime I got distracted and needed to figure out what was next, I would look at this index card and it would immediately bring me back to what was important. I would think of it as my personal beacon that always points me in the right direction and gets me back on track when I got distracted.&lt;/p&gt;
&lt;p&gt;The index card works great (still does), however, it doesn&amp;#8217;t help you keep a queue of &amp;#8220;next up&amp;#8221; items or things that need to get done on a certain day. I slowly started using my homepage in my &lt;a href=&quot;http://backpackit.com/&quot;&gt;Backpack&lt;/a&gt; account as my &amp;#8220;Daily Jar&amp;#8221; and &amp;#8220;Next up&amp;#8221; queue and &lt;a href=&quot;http://highrisehq.com/&quot;&gt;Highrise&lt;/a&gt; to schedule items that need to get done on a specific day.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/fight_entropy/backpack-highrise_small.png&quot; title=&quot;Backpack and Highrise being used as a daily jar.&quot; alt=&quot;Backpack and Highrise being used as a daily jar.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;This combination has worked great for the last year or two but it is starting to show some weaknesses. First, I have two lists of things that need to get done, one in Backpack and one in &lt;a href=&quot;http://highrisehq.com/&quot;&gt;Highrise&lt;/a&gt;. I&amp;#8217;ve also started to add metadata to items in my lists to signify what project it is for and sometimes how complex the task is. I note complexity because it helps me keep moving forward when I know I don&amp;#8217;t have enough brain power for something complicated.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve tried really hard not to build a dedicated product around this concept because I just wanted to use it to get other stuff done. Now I&amp;#8217;m thinking about it again because I really want to solve some of the weaknesses of my current system. &lt;a href=&quot;http://twitter.com/chrisconley&quot;&gt;Chris Conley&lt;/a&gt;, &lt;a href=&quot;http://twitter.com/alertmybanjos&quot;&gt;Jason Tremblay&lt;/a&gt;, and I actually built a prototype a couple years ago (yay Rails Rumble!) but I and the others stopped using it pretty quickly. We built it to show what we could do but didn&amp;#8217;t spend a lot of time solving actual problems.&lt;/p&gt;
&lt;p&gt;You may be thinking &amp;#8220;do we really need another to do list app?&amp;#8221;, a perfectly valid question. Have I mentioned I am trying really hard not to build this? Yet another to do list app? However, I think mine is different because it attempts to aggregate all your other to do lists. All your other lists live in many different places, this one would belong to &lt;span class=&quot;caps&quot;&gt;YOU&lt;/span&gt;. Items in it may correspond to whole to do lists in another tool. The item in this is just there as a note to help keep you focused.&lt;/p&gt;
&lt;p&gt;So, now lets talk about what I want to build. It is aptly called&amp;#8230; Daily Jar! Here are the features I think it absolutely needs in order to be an improvement on my current system:&lt;/p&gt;
&lt;h4&gt;Version 1&lt;/h4&gt;
&lt;ul&gt;
	&lt;li&gt;Create projects&lt;/li&gt;
	&lt;li&gt;Add items to a project&lt;/li&gt;
	&lt;li&gt;Move items from a project to your Daily Jar every morning (in a desktop web app)&lt;/li&gt;
	&lt;li&gt;Automated emptying (put items back) of your Daily Jar in the wee hours of the morning. This is to make sure you re-prioritize things every morning&lt;/li&gt;
	&lt;li&gt;Complete items&lt;/li&gt;
	&lt;li&gt;Read-only web-based mobile view of your Daily Jar. This takes the place of the index card and is the thing you look at throughout the day to bring you back to focus.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Version 2&lt;/h4&gt;
&lt;ul&gt;
	&lt;li&gt;Create items that will go in your Daily Jar on a certain day&lt;/li&gt;
	&lt;li&gt;Create items that will go in your Daily Jar every week on a certain day. (I often create 5-7 to do items for things I always do on Sundays)&lt;/li&gt;
	&lt;li&gt;Complete items in mobile app&lt;/li&gt;
	&lt;li&gt;Create items with &lt;span class=&quot;caps&quot;&gt;SMS&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Future Versions&lt;/h4&gt;
&lt;ul&gt;
	&lt;li&gt;Create items in a mobile app&lt;/li&gt;
	&lt;li&gt;Move items from a project to your Daily Jar from mobile app&lt;/li&gt;
	&lt;li&gt;Share a project with someone else (Say&amp;#8230; share a project named &amp;#8220;Redo Patio&amp;#8221; with my wife)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;I&amp;#8217;ve also created some simple mockups as a way to solve some of the core problems.&lt;/p&gt;
&lt;p&gt;The first one is the desktop version. The use case for this is moving items to your Daily Jar every morning.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/fight_entropy/dj-option2-desktop_small.png&quot; title=&quot;Daily Jar desktop mockup.&quot; alt=&quot;Daily Jar desktop mockup.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;The second one is the read-only web-based mobile interface. The use case for this is something to look at to help you stay focused throughout the day.&lt;/p&gt;
&lt;p style=&quot;text-align:center;&quot;&gt;&lt;img src=&quot;/images/fight_entropy/dj-option2-mobile.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;As I said in a previous post, I try not to build anything anymore that doesn&amp;#8217;t have a way to make money from the start. I&amp;#8217;ve thought about this quite a bit and I think I could totally charge a flat $5/month with a free trial to see if it helps you.&lt;/p&gt;
&lt;p&gt;What do you think? Would something like this help &lt;span class=&quot;caps&quot;&gt;YOU&lt;/span&gt; fight entropy and keep moving forward? I know it will help me!&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>How Do They Have Time For All of This?</title>
   <link href="http://forge38.com/blog/2010/06/how-do-they-have-time-for-all-this"/>
   <updated>2010-06-12T00:00:00-04:00</updated>
   <id>http://forge38.com/blog/2010/06/how-do-they-have-time-for-all-this</id>
   <content type="html">&lt;p&gt;If you are always wondering how people have enough time to do the things they are doing,&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;close Twitter&lt;/li&gt;
	&lt;li&gt;close Facebook&lt;/li&gt;
	&lt;li&gt;close email&lt;/li&gt;
	&lt;li&gt;turn off the tv&lt;/li&gt;
	&lt;li&gt;write 1-3 important (not urgent) things you want to do today on an index card&lt;/li&gt;
	&lt;li&gt;keep the index card in front of you at all times&lt;/li&gt;
	&lt;li&gt;get to work&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Any time you feel the urge to check Twitter, Facebook, email, or the tv, just look at the index card and it will keep you focused. &lt;br /&gt;
Trust me, it will be ok if you don&amp;#8217;t know what everybody is doing for 4 hours.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>How I Evaluate New Ideas</title>
   <link href="http://forge38.com/blog/2010/06/how-i-evaluate-new-ideas"/>
   <updated>2010-06-08T00:00:00-04:00</updated>
   <id>http://forge38.com/blog/2010/06/how-i-evaluate-new-ideas</id>
   <content type="html">&lt;p&gt;Like many of you I don&amp;#8217;t have a problem coming up with many ideas for new products. The hard part for me has been figuring out which ones to pursue.&lt;/p&gt;
&lt;p&gt;Some of you may not know this but I graduated from Drexel University as a structural engineer. I pretty much never touched a computer prior to my freshman year of college in 2000. Towards the end of college, I started to have many ideas for web apps that would solve my problems so I started to teach myself how to program using &lt;span class=&quot;caps&quot;&gt;PHP&lt;/span&gt;. Three years after graduating, I quit my job as a structural engineer and went out on my own as a freelance Ruby on Rails developer. Over the next year or two, whenever I came up with an idea for a new web app, I would immediately start building it. This was my way of communicating the idea and prove to potential customers that I could do what I said I could do. I think the main reason I did this was because I was excited I could finally implement my ideas. However, it involved a lot of work that I would eventually throw away.&lt;/p&gt;
&lt;p&gt;Last summer I went through everything I had built and archived things I was no longer interested in. I realized how much time I had wasted building things that ultimately didn&amp;#8217;t stand a chance of mattering. This drastically changed my perspective on what is worthwhile and helped me start to formalize a series of questions I consider before starting a project. &lt;strong&gt;This experience and set of questions ultimately led me to build &lt;a href=&quot;http://loseitorloseit.com&quot;&gt;Lose It or Lose It&lt;/a&gt; and I have been very happy ever since.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;So, without further ado, here are the questions:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Does it solve a problem I have?&lt;/strong&gt; It is hard to solve someone else&amp;#8217;s problem. You are guessing what will work and building based on what the people are saying they will/won&amp;#8217;t do, not what they are actually doing. If you are building it for yourself, you can constantly test whether or not it actually makes life easier.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Are there several ways it can make money at launch?&lt;/strong&gt; This is important because it is hard to maintain interest in something unless I can spend some significant time on it. If I don&amp;#8217;t don&amp;#8217;t have a way to make money form the start, then it is going to be a really long time (to never) that it will actually make money.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Am I excited about the idea?&lt;/strong&gt; There are many worthwhile ideas out there that I am not excited about. &lt;a href=&quot;http://alertmybanjos&quot;&gt;Jason Tremblay&lt;/a&gt; and I built a patient status app for some doctors and when their interest started to wane, so did ours. We were excited about possibly making money from it but not about the product or the subject itself. Now we are left with an application that nobody is excited enough about to want to take it to market. (Anybody interested in buying it? Let me know.)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Do I have the money to make it if needed?&lt;/strong&gt; I can develop web applications, however, there are many things I can&amp;#8217;t do very well. If the project involves some of these things, then I am going to need to pay someone to help me.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Can I build a first version myself?&lt;/strong&gt; This is necessary if I can&amp;#8217;t pay someone to work on the idea for or with me. For example, I could do the development of &lt;a href=&quot;http://loseitorloseit.com&quot;&gt;Lose It or Lose It&lt;/a&gt; myself but I had some money to outsource the design of the site to &lt;a href=&quot;http://wildbit.com/&quot;&gt;Wildbit&lt;/a&gt;. If you can&amp;#8217;t afford to outsource the stuff you can&amp;#8217;t do, then you need to find a partner that can do that stuff, work hard to save up the money, or pick another idea.&lt;/p&gt;
&lt;p&gt;[Rant warning] The &amp;#8220;Idea Guy&amp;#8221; is useless. He doesn&amp;#8217;t have money to pay someone to build his stuff and he doesn&amp;#8217;t think he can build his projects. If you are that guy, then work hard to raise money to pay people to build stuff for you, figure out how to do it yourself (I did, I&amp;#8217;m a structural engineer by trade), or save up your money to pay someone to help you build it.&lt;/p&gt;
&lt;p&gt;You may not need very much technical skill to build a first version yourself. One of my long-running ideas is a personal task management system called &amp;#8220;Daily Jar&amp;#8221;. I have been hacking &lt;a href=&quot;http://backpackit.com/&quot;&gt;Backpack&lt;/a&gt; to mimic it for months and only now am I growing out of it. It is much better to show a potential angel investor a draft UI for your product idea than to try to explain it in words. You could say &amp;#8220;If you invest $15k in this, then I can build the first version and prove the concept.&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Will the world be a better place if this thing exists?&lt;/strong&gt; I&amp;#8217;ve recently added this to the criteria because I noticed that I was happiest on projects that did make a difference. &lt;a href=&quot;http://isepta.org/&quot;&gt;iSepta&lt;/a&gt; really helped people get around the Philadelphia area. It was only when I tried to make money off it that I started to get grumpy.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Is this project realistically a hobby or a business?&lt;/strong&gt; This can really help with keeping you happy. A few years ago &lt;a href=&quot;http://www.alertmybanjos.com/&quot;&gt;Jason Tremblay&lt;/a&gt;, &lt;a href=&quot;http://twitter.com/chrisconley&quot;&gt;Chris Conley&lt;/a&gt;, and I created an app called &lt;a href=&quot;http://isepta.org/&quot;&gt;iSepta&lt;/a&gt;, Simple &lt;span class=&quot;caps&quot;&gt;SEPTA&lt;/span&gt; Schedules on the Go. We created it because it solved our problems and it made us feel great to create something people actually enjoyed using. However, we started to try to make money off of it and that is when things went down hill for me. By the time we were done trying, we hadn&amp;#8217;t made any money and I was very bitter. Converting it from a hobby to a business made me very unhappy. I would have been better off if I had never tried to make money from it.&lt;/p&gt;
&lt;p&gt;Summary: many partially implemented ideas is baggage and has a real cost. Be ruthless with your ideas and shut the door if they don&amp;#8217;t fit your criteria. See if there is a way to get most of the way to your idea without building something new.&lt;/p&gt;
&lt;p&gt;As part of my drive to evaluate ideas before implementing them, I&amp;#8217;m going to write some blog posts about a few ideas (Daily Jar, WunID and Conf&amp;#8217;d) I keep coming back to that I think are worthwhile. I&amp;#8217;m doing this to think through them more and see if there is a demand for them.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Lose It or Lose It has a New Partner!</title>
   <link href="http://forge38.com/blog/2010/03/lose-it-or-lose-it-has-a-new-partner"/>
   <updated>2010-03-18T00:00:00-04:00</updated>
   <id>http://forge38.com/blog/2010/03/lose-it-or-lose-it-has-a-new-partner</id>
   <content type="html">&lt;p&gt;&lt;img src=&quot;/images/lioli_new_partner/mustache_small.jpg&quot; class=&quot;alignleft&quot; title=&quot;John Young&quot; alt=&quot;John Young&quot; /&gt; I&amp;#8217;ve got some really exciting news (at least for me), &lt;a href=&quot;http://loseitorloseit.com/tikaro&quot;&gt;John Young&lt;/a&gt; has officially become a partner over at &lt;a href=&quot;http://loseitorloseit.com&quot;&gt;Lose It or Lose It!&lt;/a&gt; John and I have been working together on client projects for the last 18 months as well as partners on &lt;a href=&quot;http://www.nerdmeritbadges.com/&quot;&gt;Nerd Merit Badges&lt;/a&gt; for the last 15 months. That has worked out really well so far and he has been helping out with the PR and marketing of &lt;a href=&quot;http://loseitorloseit.com&quot;&gt;Lose It or Lose It&lt;/a&gt;. He will bring his awesome marketing skills as well as some cash to help with ongoing development. Both of us will be the brains behind the project. However, I will be concentrating on development and John will be concentrating on finding ways to get more people using the site. Now, go &lt;a href=&quot;http://twitter.com/tikaro&quot;&gt;follow him on Twitter&lt;/a&gt;, see his progress on &lt;a href=&quot;http://loseitorloseit.com/tikaro&quot;&gt;Lose It or Lose It&lt;/a&gt;, or read some of his excellent writing over at &lt;a href=&quot;http://tikaro.com/&quot;&gt;his blog!&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We are looking forward to making &lt;a href=&quot;http://loseitorloseit.com&quot;&gt;Lose It or Lose It&lt;/a&gt; kick ass even more and helping many people lose weight and be healthier!&lt;/p&gt;
&lt;h4&gt;About Lose It or Lose It&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;http://loseitorloseit.com&quot;&gt;Lose It or Lose It&lt;/a&gt; helps people stick to their desire to lose weight by making them try for 10 weeks or be punished! You pick lb per week and dollars per lb and give us the money up-front. Each week, if you skip a weigh-in or don’t make your goal, you lose part of your initial investment. We send you daily reminders, post your weigh-ins to Facebook and Twitter, and let you add accountability friends who are updated every week with the status of your weigh-in. You weigh in by taking a picture of your feet on the scale and uploading it.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Lose It or Lose It - Why, How, and How Much!</title>
   <link href="http://forge38.com/blog/2009/12/lose-it-or-lose-it-why-how-and-how-much"/>
   <updated>2009-12-20T00:00:00-05:00</updated>
   <id>http://forge38.com/blog/2009/12/lose-it-or-lose-it-why-how-and-how-much</id>
   <content type="html">&lt;p class=&quot;update&quot;&gt;&lt;strong&gt;9/9/2010 Update!&lt;/strong&gt; The site has been live for about 10 months and people seem to be doing great! I&amp;#8217;ve personally lost ~70 lb. Check out &lt;a href=&quot;http://loseitorloseit.com/r38y&quot;&gt;my profile&lt;/a&gt; or &lt;a href=&quot;http://loseitorloseit.com/people&quot;&gt;see how other people are doing&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://loseitorloseit.com&quot;&gt;&lt;img src=&quot;/images/lioli_how_much/lioli-blog-logo.png&quot; title=&quot;Lose It or Lose It Logo&quot; alt=&quot;Lose It or Lose It Logo&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On November 16th I launched a website called &lt;a href=&quot;http://loseitorloseit.com&quot;&gt;Lose It or Lose It&lt;/a&gt;. The basic premise is you lose the weight or you lose your money. You choose dollars per lb and lb per week and you must weigh in every week for 10 weeks at or below your weekly goal. Hopefully by the end you will be 10-30 lb lighter and get all your money back! We make our money when people don&amp;#8217;t make their goals, an optional tip at the end if they appreciate our service, and the held money in an interest bearing account.&lt;/p&gt;
&lt;p&gt;I have had some interest about how &lt;a href=&quot;http://loseitorloseit.com&quot;&gt;Lose It or Lose It&lt;/a&gt; was built. I want to start with why, then go into how, then on to how much.&lt;/p&gt;
&lt;h4&gt;Why?&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;http://loseitorloseit.com/r38y&quot;&gt;&lt;img src=&quot;/images/lioli_how_much/me-on-scale_small.jpg&quot; class=&quot;alignleft&quot; title=&quot;Me on the Scale at 282.2 lb!&quot; alt=&quot;Me on the Scale at 282.2 lb!&quot; /&gt;&lt;/a&gt; Over the summer I took the time to close the door on past projects and archive them. While I was going through them, I realized how much time, effort, and money I had spent building junk that never made any money. I decided the next project I worked on would have a way to make money from the start and would not be based on advertising. I hate advertising.&lt;/p&gt;
&lt;p&gt;Around the same time, my wife Rebecca and I spent ten days traveling through Arizona and California. We had a blast and I wanted to be able to do more of it. I realized there is only one way to be able to do that, I need to get serious about building some of my own products.&lt;/p&gt;
&lt;p&gt;A few months later, around September, I was thinking about how I am always trying to lose weight but never make any progress. I realized I needed an outside motivator where I would be punished if I didn&amp;#8217;t stick to my goals, and it needed to be &lt;strong&gt;public&lt;/strong&gt;. I was thinking other people probably needed the same thing and so I put two and two together and realized I came up with a project that fit all of my criteria! I decided to go all-in and build this for real.&lt;/p&gt;
&lt;h4&gt;How?&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;/images/lioli_how_much/wireframes.jpg&quot;&gt;&lt;img src=&quot;/images/lioli_how_much/wireframes_small.jpg&quot; class=&quot;alignleft&quot; title=&quot;Wireframes Spread Out on the Table&quot; alt=&quot;Wireframes Spread Out on the Table&quot; /&gt;&lt;/a&gt; I ran the idea past a few trusted people (you know who you are, thank you!) and they thought it was worthwhile so I started. I kicked it off by getting my thoughts onto something concrete as quickly as possible in the form of &lt;a href=&quot;/images/lioli_how_much/lioli-wireframes.pdf&quot;&gt;wireframes hand-drawn on paper&lt;/a&gt;. I like doing this for every project because they are easy to throw away if needed and force you to think of the website from the outside-in, the way your customers will see it. Many developers start with what makes them comfortable, the back-end, but your customers don&amp;#8217;t care about that&amp;#8230; so cut it out!&lt;/p&gt;
&lt;p&gt;I sent the wireframes over to Chris Nagele at &lt;a href=&quot;http://wildbit.com/&quot;&gt;Wildbit&lt;/a&gt; to review and estimate. They thought it would take three weeks to design the entire site so I gave them the money and they started. They did a fantastic job and &lt;a href=&quot;/images/lioli_how_much/wb-deliverable.zip&quot;&gt;delivered all the &lt;span class=&quot;caps&quot;&gt;HTML&lt;/span&gt;, &lt;span class=&quot;caps&quot;&gt;CSS&lt;/span&gt;, Javascript, and images&lt;/a&gt; required to make the site work. They even stubbed out the &lt;span class=&quot;caps&quot;&gt;AJAX&lt;/span&gt; responses! This was a great way to do it because I knew how the site would work before I did any significant development. I had started some of the message passing work but I didn&amp;#8217;t develop the part of the site that powered the front-end until they were completely done the design!&lt;/p&gt;
&lt;p&gt;During design I went back to doing client work to try to free up some extended free time to develop the site once the design was done. I also went in search of a good lawyer to review the site and prepare the necessary documents to ensure our safety and that we would keep the money we actually make. I ended up choosing Andrew Baer of &lt;a href=&quot;http://www.baerbizlaw.com/&quot;&gt;Baer Business Law&lt;/a&gt;. It was my first experience involving a lawyer in one of my own projects and a little nerve racking to spend that much money, but it was valuable. I have a kick-ass Privacy Policy, Terms of Use, and How It Works documents and he helped me think through how the business was going to work. I ended up simplifying some of it because of his advice.&lt;/p&gt;
&lt;p&gt;Around the middle of October I started development. The first step took about three weeks and up to today I have probably spent close to four solid weeks of development. I am not sure if that seems like a long or short time, but I feel like that is pretty quick. I also started using &lt;a href=&quot;http://cukes.info/&quot;&gt;Cucumber&lt;/a&gt; for the first time. It slowed down the development process but I now have a rock solid set of integration tests I can use to make sure I haven&amp;#8217;t screwed up anything in a major way. Starting design-first was also nice because I was easily able to write &lt;a href=&quot;http://cukes.info/&quot;&gt;Cucumber&lt;/a&gt; tests and make them pass to make the site work. I used &lt;a href=&quot;http://rspec.info/&quot;&gt;Rspec&lt;/a&gt; for the gritty details and all the stuff that goes on behind the scenes to make the site work.&lt;/p&gt;
&lt;p&gt;I launched with &lt;a href=&quot;http://blog.loseitorloseit.com/post/283256757/thank-you-awesome-beta-users&quot;&gt;eight AWEsome beta users&lt;/a&gt;. My goal was 15 users by the holidays and I have reached that goal, I now have 16 users! I have found it is a little difficult to convert visitors into users. This could be for a number of reasons including&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;They are waiting until after the holidays to sign up&lt;/li&gt;
	&lt;li&gt;They may not be sure if it works&lt;/li&gt;
	&lt;li&gt;They may not have the money to invest&lt;/li&gt;
	&lt;li&gt;It isn&amp;#8217;t clear to them how it works&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I think all of these can be overcome but it is going to take experimentation and patience.&lt;/p&gt;
&lt;h4&gt;How much?&lt;/h4&gt;
&lt;p&gt;People said they were interested in numbers, so I&amp;#8217;m going to put them out there.&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Design by &lt;a href=&quot;http://wildbit.com/&quot;&gt;Wildbit&lt;/a&gt;: $14,000 &amp;#8211; it was less than that due to a friend discount, but this is the full retail price. Finding a great designer (you rock &lt;a href=&quot;http://twitter.com/gttmnn&quot;&gt;Gilbert&lt;/a&gt;!) is key because they are responsible for the public facing side of your product. This purchased &lt;a href=&quot;/images/lioli_how_much/wb-deliverable.zip&quot;&gt;the design, &lt;span class=&quot;caps&quot;&gt;HTML&lt;/span&gt;, &lt;span class=&quot;caps&quot;&gt;CSS&lt;/span&gt;, images, and Javascript&lt;/a&gt; required to make the entire site work.&lt;/li&gt;
	&lt;li&gt;Legal by &lt;a href=&quot;http://www.baerbizlaw.com/&quot;&gt;Baer Business Law&lt;/a&gt;: $4,725 &amp;#8211; this paid for the incorporation, &lt;a href=&quot;http://loseitorloseit.com/privacy_policy&quot;&gt;privacy policy&lt;/a&gt;, &lt;a href=&quot;http://loseitorloseit.com/terms_of_use&quot;&gt;terms of use&lt;/a&gt;, &lt;a href=&quot;http://loseitorloseit.com/how_it_works&quot;&gt;how it works document&lt;/a&gt;, and 2 hours of &amp;#8220;discussion&amp;#8221; about using the word &amp;#8220;penalty&amp;#8221;.&lt;/li&gt;
	&lt;li&gt;Promotions: $3,210 &amp;#8211; I&amp;#8217;ve promoted the site through a &lt;a href=&quot;http://www.barcampphilly.org/&quot;&gt;Barcamp Philly&lt;/a&gt; sponsorship (yay cupcakes!), &lt;a href=&quot;http://www.refreshphilly.org/&quot;&gt;Refresh Philly&lt;/a&gt; sponsorship, &lt;a href=&quot;http://www.reddit.com/&quot;&gt;Reddit&lt;/a&gt; self-serve advertising, and on January 4th, a &lt;a href=&quot;http://daringfireball.net/&quot;&gt;Daring Fireball&lt;/a&gt; feed sponsorship. Word of mouth has worked the best but that has only gone so far. I&amp;#8217;m trying to see if getting the site in people&amp;#8217;s minds will lead to a signup sometime in the future.&lt;/li&gt;
	&lt;li&gt;Development by &lt;a href=&quot;http://forge38.com/&quot;&gt;Forge38&lt;/a&gt; (me): I have no idea because I did it myself, but many many hours! I didn&amp;#8217;t keep track of hours because I do that every day with my client work and don&amp;#8217;t like it.&lt;/li&gt;
	&lt;li&gt;Misc: $500 &amp;#8211; This includes having a friend do some market research and hosting costs.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I probably could have done this cheaper, but part of spending the money was making sure I stuck to the idea until the end; that I don&amp;#8217;t build it then move on to the next thing. I currently have $450 on the line to lose 20 lb which I will get either way, but really, this $16k website is what is on the line. If I don&amp;#8217;t lose weight, then others won&amp;#8217;t want to sign up!&lt;/p&gt;
&lt;p&gt;So far I have 16 users with a combined investment of $5,500. They have lost $115 (yay revenue!) and 141.6lb!&lt;/p&gt;
&lt;h4&gt;Next!&lt;/h4&gt;
&lt;p&gt;&lt;a href=&quot;http://awesome-software.net&quot;&gt;&lt;img src=&quot;/images/lioli_how_much/lioli-iphone-icon.png&quot; class=&quot;alignleft&quot; title=&quot;Lose It or Lose It iPhone Application&quot; alt=&quot;Lose It or Lose It iPhone Application&quot; /&gt;&lt;/a&gt; So, what&amp;#8217;s next? I&amp;#8217;m looking for an angel investor or similar to help me grow the business. I believe I have proven the concept to be valid in that it helps people lose weight and can actually make money. I would like to build &amp;#8220;Keep It Off or Lose It&amp;#8221; to help those people trying not to gain weight as well as pay Will Ronco &lt;a href=&quot;http://www.awesome-software.net/&quot;&gt;Awesome Software&lt;/a&gt; to finish the AWEsome iPhone app he prototyped for me. The app would make the weekly weigh-ins even easier!&lt;/p&gt;
&lt;p&gt;That is pretty much it, if you have any questions, please feel free to contact me. I would be interested in presenting this material to user groups if they would find value in it. You can also follow &lt;a href=&quot;http://loseitorloseit.com&quot;&gt;Lose It or Lose It&amp;#8217;s&lt;/a&gt; progress via &lt;a href=&quot;http://blog.loseitorloseit.com/&quot;&gt;the blog&lt;/a&gt; or &lt;a href=&quot;http://twitter.com/loseitorloseit&quot;&gt;twitter&lt;/a&gt;!&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Holy Confirmation!</title>
   <link href="http://forge38.com/blog/2009/11/holy-confirmation"/>
   <updated>2009-11-12T00:00:00-05:00</updated>
   <id>http://forge38.com/blog/2009/11/holy-confirmation</id>
   <content type="html">&lt;p&gt;&lt;img src=&quot;/images/holy_confirmation/Confirmation_small.gif&quot; class=&quot;alignleft&quot; alt=&quot;&quot; /&gt; I have a bone to pick with account activation. Many sites require you to &amp;#8220;activate your account&amp;#8221; but what I really think they want and mean is &amp;#8220;you need to confirm your email address&amp;#8221;. Why do you need to confirm your email address? Nothing takes the place of actually going to your email account, seeing an email, and saying &amp;#8220;Yes! I received the email and it didn&amp;#8217;t land to my spam folder!&amp;#8221;.&lt;/p&gt;
&lt;p&gt;Now, many of the sites that require account activation don&amp;#8217;t require reactivation when you change your email address. This leads me to believe that many people have forgotten &lt;strong&gt;why&lt;/strong&gt; they are requiring activation!&lt;/p&gt;
&lt;p&gt;I propose a process in which you are doing and calling it exactly how it is. Here it goes:&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;The users table has confirmed_email and new_email fields and the User model has a method called email that picks from those depending on what they contain.&lt;/li&gt;
	&lt;li&gt;When a new user signs up, their email address is stored in new_email and they are sent an email confirmation email with a link to confirm their email address. This doesn&amp;#8217;t mean they can&amp;#8217;t log in, it just means they have a message at the top of the screen and possibly limited functionality until they do confirm their email address.&lt;/li&gt;
	&lt;li&gt;When they click the link in the email, the email address stored in new_email is moved to confirmed_email and they go about their merry business.&lt;/li&gt;
	&lt;li&gt;When the user wants to change their email address, they are presented with a field where they can put in their new email which gets stored in new_email&lt;/li&gt;
	&lt;li&gt;An email is sent to the currently confirmed_email saying they are attempting to change their email address. This is done to prevent the email from being changed maliciously.&lt;/li&gt;
	&lt;li&gt;An email is sent to the new_email with a link to confirm their new email address&lt;/li&gt;
	&lt;li&gt;When the link is clicked, new_email is moved to confirmed_email&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;So there you have it. Unless I hear otherwise, I&amp;#8217;m going to start using this process to &lt;strong&gt;confirm&lt;/strong&gt; a user&amp;#8217;s email address.&lt;/p&gt;
&lt;p&gt;I don&amp;#8217;t think I&amp;#8217;ve ever typed the word &amp;#8220;email&amp;#8221; so many times in my life&amp;#8230; email email email email email.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>GILT Driven</title>
   <link href="http://forge38.com/blog/2009/05/gilt-driven"/>
   <updated>2009-05-06T00:00:00-04:00</updated>
   <id>http://forge38.com/blog/2009/05/gilt-driven</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Ketchup&quot;&gt;&lt;img src=&quot;/images/gilt/ketchup_small.jpg&quot; class=&quot;alignleft&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; The very first presentation I went to at &lt;a href=&quot;http://railsconf.com&quot;&gt;Railsconf&lt;/a&gt; was &lt;a href=&quot;http://en.oreilly.com/rails2009/public/schedule/detail/8505&quot;&gt;The Gilt Effect: Handling 1000 Shopping Cart Updates per second in Rails&lt;/a&gt;. I was expecting a good technical talk from the title but it ended up being a great business talk as well. Basically what &lt;span class=&quot;caps&quot;&gt;GILT&lt;/span&gt; does is take left over luxury goods and sells them in an invite-only, time-limited shopping cart. Normally manufacturers don&amp;#8217;t want to keep discounting the goods publicly because they don&amp;#8217;t want to devalue their brand, they would rather burn them.&lt;/p&gt;
&lt;p&gt;This is a great example, like &lt;a href=&quot;http://en.wikipedia.org/wiki/Ketchup&quot;&gt;ketchup&lt;/a&gt;, of a business that will bring in more revenue in a downturn. Less people are willing to spend money on luxury good so there are more left over. I have always kept my eyes open for examples of these in the hopes of coming up with one of my own!&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Times Open Nerd Merit Badge</title>
   <link href="http://forge38.com/blog/2009/02/times-open-nerd-merit-badge"/>
   <updated>2009-02-22T00:00:00-05:00</updated>
   <id>http://forge38.com/blog/2009/02/times-open-nerd-merit-badge</id>
   <content type="html">&lt;p&gt;The &lt;a href=&quot;http://nytimes.com&quot;&gt;New York Times&lt;/a&gt; contacted John and I a few a weeks ago about creating a special &lt;a href=&quot;http://nerdmeritbadges.com&quot;&gt;Nerd Merit Badge&lt;/a&gt; for their &lt;a href=&quot;http://www.nytimes.com/marketing/timesopen/index.html&quot;&gt;Times Open&lt;/a&gt; event on Friday 2/20. They were using this event to educate developers about different api&amp;#8217;s they have released or working on. We were able to make it to the event and it was a blast. It was full of meaty content and really demonstrated what you could do with so much open content.&lt;/p&gt;
&lt;p&gt;Here is a picture of the badge we created along with all of the other badges.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/times_open/times_open_small.jpg&quot; title=&quot;Times Open Nerd Merit Badge.&quot; alt=&quot;Times Open Nerd Merit Badge.&quot; /&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Nerd Merit Badge 02 - Inbox Zero</title>
   <link href="http://forge38.com/blog/2009/02/nerd-merit-badge-inbox-zero"/>
   <updated>2009-02-22T00:00:00-05:00</updated>
   <id>http://forge38.com/blog/2009/02/nerd-merit-badge-inbox-zero</id>
   <content type="html">&lt;p&gt;&lt;a href=&quot;http://nerdmeritbadges.com&quot;&gt;&lt;img src=&quot;/images/inbox_zero/inbox_zero_small.jpg&quot; title=&quot;Inbox Zero badge.&quot; alt=&quot;Inbox Zero badge.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This week &lt;a href=&quot;http://tikaro.com&quot;&gt;John&lt;/a&gt; and I released our second &lt;a href=&quot;http://nerdmeritbadges.com&quot;&gt;Nerd Merit Badge&lt;/a&gt;, Inbox Zero. Inbox Zero is when you take the time to process your inbox until there are zero things left in your inbox. To get there, you either reply, ignore, or record an action in some other system. It&amp;#8217;s amazing how productive you can be when you do this on a regular basis.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Interview over at Anthillz</title>
   <link href="http://forge38.com/blog/2008/07/interview-over-at-anthillz"/>
   <updated>2008-07-29T00:00:00-04:00</updated>
   <id>http://forge38.com/blog/2008/07/interview-over-at-anthillz</id>
   <content type="html">&lt;p&gt;Bill Quinlan from &lt;a href=&quot;http://www.anthillz.com&quot;&gt;Anthillz&lt;/a&gt; interviewed me the other week for their blog, and it has now been posted. &lt;a href=&quot;http://anthillz.wordpress.com/2008/07/29/anthillz-interviews-rockstar-freelancer-randy-schmidt&quot;&gt;Have a read&amp;#8230;&lt;/a&gt;&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>iSepta on The Digital Lifestyle</title>
   <link href="http://forge38.com/blog/2008/06/isepta-on-the-digital-lifestyle"/>
   <updated>2008-06-07T00:00:00-04:00</updated>
   <id>http://forge38.com/blog/2008/06/isepta-on-the-digital-lifestyle</id>
   <content type="html">&lt;p&gt;On May 27th, &lt;a href=&quot;http://www.alertmybanjos.com&quot;&gt;Jason Tremblay&lt;/a&gt; and I were interviewed about &lt;a href=&quot;http://isepta.org&quot;&gt;iSepta&lt;/a&gt; by &lt;a href=&quot;http://thedigitallifestyle.tv&quot;&gt;The Digital Lifestyle&lt;/a&gt;. &lt;a href=&quot;http://www.youtube.com/watch?v=qPQeKwMnKzk&quot;&gt;Check it out&lt;/a&gt;.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>Full Stack Web Developers</title>
   <link href="http://forge38.com/blog/2008/06/full-stack-web-developers"/>
   <updated>2008-06-03T00:00:00-04:00</updated>
   <id>http://forge38.com/blog/2008/06/full-stack-web-developers</id>
   <content type="html">&lt;p&gt;&lt;img src=&quot;/images/full_stack/pancakes_small.jpg&quot; class=&quot;alignleft&quot; title=&quot;Full stack of pancakes.&quot; alt=&quot;Full stack of pancakes.&quot; /&gt; Over the past few months, I have really started to admire what I call &amp;#8220;Full Stack Web Developers&amp;#8221;. A full stack web developer is someone that does design, markup, styling, behavior, and programming. Some examples of these types of developers are &lt;a href=&quot;http://www.alertmybanjos.com&quot;&gt;Jason Tremblay&lt;/a&gt;, &lt;a href=&quot;http://nubyonrails.com&quot;&gt;Geoffrey Grosenbach&lt;/a&gt; &amp;amp; &lt;a href=&quot;http://www.rubyisawesome.com&quot;&gt;Tom Preston-Werner&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.alertmybanjos.com&quot;&gt;Jason Tremblay&lt;/a&gt; is a Philadelphia local who I met a little over a year ago. Recently, we started working together on a little project called &lt;a href=&quot;http://isepta.org&quot;&gt;iSepta&lt;/a&gt; where he did all of the user interface design. I was blown away with what he was able to produce as well as the development feedback he gave. I literally could not stop grinning from ear to ear.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://nubyonrails.com&quot;&gt;Geoffrey Grosenbach&lt;/a&gt; is fairly well known in the Ruby on Rails world for the screencast and ebook company he put together called &lt;a href=&quot;http://peepcode.com&quot;&gt;Peepcode&lt;/a&gt;. He has done everything for that site from design to development as well as all of the editing and voiceovers. Everything he does looks spectacular but he also has the deep technical knowledge to make most of the screencasts and ebooks.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.rubyisawesome.com&quot;&gt;Tom Preston-Werner&lt;/a&gt; has become widely known for such projects as &lt;a href=&quot;http://gravatar.com&quot;&gt;Gravatar&lt;/a&gt; where he did all design and development and &lt;a href=&quot;http://github.com&quot;&gt;Github&lt;/a&gt; where he did some development but all of the design. He&amp;#8217;s also known for a project called Fuzed which is a Rails server stack written in Erlang. Yes, Erlang.&lt;/p&gt;
&lt;p&gt;About 4-5 years ago, I was in college going for a degree in structural engineering when I decided I had too many ideas &lt;strong&gt;not&lt;/strong&gt; to learn web development. I finished out my &lt;a href=&quot;http://en.wikipedia.org/wiki/Structural_engineering&quot;&gt;structural engineering&lt;/a&gt; degree and worked in that field for 2 years before finally going out on my own in July 2007. What that means is while I was learning how to make sure a 60 story condo building was able to withstand an earthquake, I also was trying to learn ruby, rails, html, css, and javascript. That was tough, but I made it through and I think I can finally call myself a developer.&lt;/p&gt;
&lt;p&gt;So, where am I going with this? I think I have finally decided that my next professional goal is to learn the last thing to becoming a full stack web developer, &lt;strong&gt;design&lt;/strong&gt;. I am already proficient at everything from the back-end development to javascript, but I have always thrown my hands up in the air when it came to design. I&amp;#8217;m not going to do that anymore. I&amp;#8217;m going to tackle this like I tackled learning web development over the past few years.&lt;/p&gt;
&lt;p&gt;If anybody has any suggestions about how I can go about achieving my new goal, please feel free to speak up! I have a feeling this is going to be quite a bit more difficult than web development since design is so subjective.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>I Think I Am Going to Play This Every Morning From Now On</title>
   <link href="http://forge38.com/blog/2008/05/i-think-i-am-going-to-play-this-every-morning-from-now-on"/>
   <updated>2008-05-28T00:00:00-04:00</updated>
   <id>http://forge38.com/blog/2008/05/i-think-i-am-going-to-play-this-every-morning-from-now-on</id>
   <content type="html">&lt;p&gt;I used to have a video embedded here… but it wasn’t working with this shiny new Wordpress blog&amp;#8230; &lt;a href=&quot;http://www.ted.com/talks/view/id/70&quot;&gt;so here is a link&lt;/a&gt;.&lt;/p&gt;</content>
 </entry>
 
 <entry>
   <title>iSepta Has Landed!</title>
   <link href="http://forge38.com/blog/2008/05/isepta-has-landed"/>
   <updated>2008-05-18T00:00:00-04:00</updated>
   <id>http://forge38.com/blog/2008/05/isepta-has-landed</id>
   <content type="html">&lt;p&gt;Last night we officially launched our latest project, &lt;a href=&quot;http://isepta.org&quot;&gt;iSepta&lt;/a&gt;, &amp;#8220;Simple &lt;span class=&quot;caps&quot;&gt;SEPTA&lt;/span&gt; Schedules on the Go&amp;#8221;. Our goal was to make accessing the &lt;span class=&quot;caps&quot;&gt;SEPTA&lt;/span&gt; regional rail schedules simple on your cell phone. Although &lt;a href=&quot;http://isepta.org&quot;&gt;iSepta&lt;/a&gt; was initially built for the iPhone, it works just as well on many mobile devices and even your laptop or desktop.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/isepta_has_landed/comparison_small.jpeg&quot; title=&quot;Comparing the two schedules, septa and isepta.&quot; alt=&quot;Comparing the two schedules, septa and isepta.&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Our number one goal with this application was to make it as simple and intuitive as possible. Although &lt;a href=&quot;http://www.septa.org/service/rr_schedules.html&quot;&gt;SEPTA&amp;#8217;s&lt;/a&gt; presentation of schedules works great on paper pamphlets, it leaves something to be desired on mobile devices as you can see in the screen shot on the left. We decided to throw away any preconceived notions of how users should interact with train schedules and think we came up with sexy solution that you see on the right.&lt;/p&gt;
&lt;h4&gt;Features&lt;/h4&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;Start/Stop:&lt;/strong&gt; Catching the next train is as easy as choosing your start and stop stations, which will return information for the next 5 trains.&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Recent Trips:&lt;/strong&gt; Your five most recent trips you have planned will now show up on the home screen along with the next three trains for each trip.&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Route Numbers:&lt;/strong&gt; The appropriate route number is now displayed with each train&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;Upcoming&lt;/h4&gt;
&lt;ul&gt;
	&lt;li&gt;&lt;strong&gt;Route Names:&lt;/strong&gt; This will really connect people with what they see at the station. So rather than displaying just &amp;#8220;R5&amp;#8221; with each train, soon we will display &amp;#8220;R5 Thorndale/Paoli.&amp;#8221;&lt;/li&gt;
	&lt;li&gt;&lt;strong&gt;Alert Notifications:&lt;/strong&gt; &lt;span class=&quot;caps&quot;&gt;SEPTA&lt;/span&gt; does provide realtime information on trains that are running late or have been cancelled which we will be integrating shortly into iSepta&lt;/li&gt;
&lt;/ul&gt;
&lt;h4&gt;One more thing&amp;#8230;&lt;/h4&gt;
&lt;p&gt;Text message support! Simply text &amp;#8220;iseptanow &lt;em&gt;start station name&lt;/em&gt; to &lt;em&gt;stop station name&lt;/em&gt;&amp;#8221; to 41411 and receive the next 3 trains. For example, typing &amp;#8220;iseptanow market to doylestown&amp;#8221; will return the next 3 trains from Market East Station to Doylestown. You only have to type enough of the start and end stations to make it unique, so &amp;#8220;iseptanow mark to doy&amp;#8221; will also work.&lt;/p&gt;
&lt;h4&gt;Stay in the Loop&lt;/h4&gt;
&lt;p&gt;Make sure you keep up to date with what&amp;#8217;s going on with &amp;quot;iSepta&amp;quot;http://isepta.org/ by subscribing to our &amp;#8220;&lt;span class=&quot;caps&quot;&gt;RSS&lt;/span&gt; feed&amp;#8221;http://blog.umlatte.com/feed/atom.xml or &lt;a href=&quot;http://twitter.com/isepta&quot;&gt;following us on twitter&lt;/a&gt;. And as always, let us know what you think! Suggestions? Comments? Anything!&lt;/p&gt;
&lt;h4&gt;Credits&lt;/h4&gt;
&lt;p&gt;&amp;quot;iSepta&amp;quot;http://isepta.org/ developed in partnership with the talented &lt;a href=&quot;http://alertmybanjos.com&quot;&gt;Mr. Tremblay&lt;/a&gt; who developed the awesome user interface. This project would not have been possible without &lt;a href=&quot;http://www.indyhall.org&quot;&gt;Indy Hall&lt;/a&gt; where all of us met.&lt;/p&gt;</content>
 </entry>
 
 
</feed>