| 1. | | How to be a program manager (joelonsoftware.com) |
| 161 points by twampss on March 9, 2009 | 43 comments |
|
| 2. | | Color Scheme Designer 3 (colorschemedesigner.com) |
| 123 points by melvinram on March 9, 2009 | 17 comments |
|
| 3. | | TED: Mike Rowe talks about dirty jobs and innovation (ted.com) |
| 108 points by geuis on March 9, 2009 | 30 comments |
|
| 4. | | SIRC Guide to Flirting (sirc.org) |
| 104 points by nostrademons on March 9, 2009 | 38 comments |
|
| 5. | | "I Quit" 1 Year anniversary (emadibrahim.com) |
| 94 points by eibrahim on March 9, 2009 | 43 comments |
|
| 6. | | Tarsnap reaches profitability (daemonology.net) |
| 88 points by cperciva on March 9, 2009 | 49 comments |
|
| 7. | | How did the web lose faith in charging for stuff? (37signals.com) |
| 87 points by zaveri on March 9, 2009 | 81 comments |
|
| |
|
|
| |
|
|
| 10. | | How to build a front page (unalone.tumblr.com) |
| 70 points by unalone on March 9, 2009 | 26 comments |
|
| |
| 68 points | parent |
|
| 12. | | The Value of Downvoting, or, How Hacker News Gets It Wrong (stackoverflow.com) |
| 61 points by Anon84 on March 9, 2009 | 114 comments |
|
| 13. | | TheSixtyOne (YC W09) Is Building a Digg For Indie Music (techcrunch.com) |
| 50 points by markbao on March 9, 2009 | 22 comments |
|
| 14. | | Ask HN: How are url shorteners making money? |
| 54 points by melvinram on March 9, 2009 | 38 comments |
|
| 15. | | Voxli (YC W09) Targets Gamers With Browser-Based Group Voice Chat (techcrunch.com) |
| 45 points by andrewow on March 9, 2009 | 28 comments |
|
| 16. | | 24 Solid State Drives Open All of Microsoft Office In .5 Seconds (gizmodo.com) |
| 46 points by darragjm on March 9, 2009 | 44 comments |
|
| 17. | | What the Stock Market Really Thinks About the Economy (fivethirtyeight.com) |
| 45 points by bdr on March 9, 2009 | 3 comments |
|
| |
|
|
| |
|
|
| 20. | | Data.gov Is Coming — Let's Help Build It (wired.com) |
| 43 points by peter123 on March 9, 2009 | 9 comments |
|
| 21. | | Harvard CS264: Peer-to-Peer Systems (great list of papers) (eecs.harvard.edu) |
| 43 points by Anon84 on March 9, 2009 | 6 comments |
|
| 22. | | Poll: How long did it take you to be ramen profitable? |
| 40 points by vaksel on March 9, 2009 | 23 comments |
|
| 23. | | Free to Freemium: Lessons learned from YouSendIt.com (andrewchenblog.com) |
| 39 points by sadiq on March 9, 2009 | 8 comments |
|
| |
|
|
| |
|
|
| |
|
|
| 27. | | Ask HN: How long until you became "ramen profitable"? |
| 36 points by Bluem00 on March 9, 2009 | 22 comments |
|
| 28. | | House Bill Will Ban Open Access to Scientific Publications (discovermagazine.com) |
| 35 points by troystribling on March 9, 2009 | 11 comments |
|
| 29. | | Warren Buffett says economy fell off a cliff (businessweek.com) |
| 32 points by donna on March 9, 2009 | 7 comments |
|
| 30. | | Elegance and the Surreals (github.com/raganwald) |
| 32 points by raganwald on March 9, 2009 | 3 comments |
|
|
| More |
There are two main approaches to running a URL shortener: a "basic" approach that simply does a redirect and a more advanced approach with value added services (like analytics).
A basic redirect comes in two types:
1. A proper HTTP redirect (a 30x code, of which only 301 is of proven SEO value).
2.a. A cloaked redirect in which you redirect to a page on the shortening service's website that displays two frames with one frame being the destination page and the other frame being a page you control.
2.b. An interstial redirect in which the initial landing is a page on the service's website that "refreshes" after a few seconds to the destination.
If you do option 1, then you can't make money off the redirects. You can try to make money off the people using your site. If you look at tinyurl.com, that's exactly what they do: find the AdSense block on the right hand side edge of the site.
Both of options 2 offer you a real chance to display advertising. Adjix does that and I have no idea about the kind of revenue they're seeing, but you can see their payout rates at http://web.adjix.com/AdjixLinkerInfo.html .
Option 2b is very interesting but the most annoying for the user IMHO. Linkbee allows you put interstial ads (see http://www.linkbee.com/create.php ).
The value add services on top of redirection are very valuable. There are two kinds:
a. Services that add value to the short URL creator (i.e. the service user). A great example is analytics which tells you a lot about who's clicking through. Competing on analytics is an effective business strategy ;) There are other kinds of value add services, some of which tie back to options 2a and 2b above (i.e. get the user to earn money from their links).
b. Services that are unrelated to URL shortening per se, but are valuable. I've seen a few comments in this thread about the value of the data gained from tracking traffic. I'll leave this one to your imagination - run wild!
There is a third way to make money: white-label services. I won't explain the business logic behind this, so I'll just point you to my recent announcement on the Cligs blog: http://cli.gs/MvDp1s . Cligs is offering for-pay fully branded short URLs with the analytics built right in. I know of at least one other service that will launch with a similar product soon (they're in testing!).
So how can you make money? It's a very competitive market, and the cost of entry is tiny, the user loyalty is almost non-existent, and the traffic can be huge requiring good service architecture. My point from the above is that you will be able to make money as there are ways to create value for your users you can charge for, but expect to get a few bruises on the way.
Finally, a personal note: It's a great market to learn business skills in because it's so competitive and the popular services are run by some really smart people. Can you really value the lessons you learn from competing in this market? It beats any MBA you care to point to.
And yes, you should use Cligs as it's the best around: http://cli.gs/ :)