﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Ayende @ Rahien</title><link>http://ayende.com</link><description>Ayende @ Rahien</description><copyright>Copyright (C) Ayende Rahien  2004 - 2021 (c) 2026</copyright><ttl>60</ttl><item><title>Ayende Rahien commented on Yet another good interview test</title><description>chris,
  
I am currently investigating, I'll let you know when I have come to a conclusion
</description><link>http://ayende.com/3659/yet-another-good-interview-test#comment13</link><guid>http://ayende.com/3659/yet-another-good-interview-test#comment13</guid><pubDate>Tue, 28 Oct 2008 05:45:48 GMT</pubDate></item><item><title>Chris McV commented on Yet another good interview test</title><description>Ayende, 
  
Are there any licensing frameworks that you would recommend?  Particularly for subscription based licensing, where users effectively lease software?  
  
  
</description><link>http://ayende.com/3659/yet-another-good-interview-test#comment12</link><guid>http://ayende.com/3659/yet-another-good-interview-test#comment12</guid><pubDate>Tue, 28 Oct 2008 00:07:01 GMT</pubDate></item><item><title>Ayende Rahien commented on Yet another good interview test</title><description>Brian,
  
I think you are confusing things.
  
There is a difference between licensing framework (component, one time cost) and a payment provider (service, running cost).
  
I think that it makes a lot of sense to optimize the payment processing part, _after you are making money_. But that is beside the point, what we are talking about here is licensing components, not payment providers.
</description><link>http://ayende.com/3659/yet-another-good-interview-test#comment11</link><guid>http://ayende.com/3659/yet-another-good-interview-test#comment11</guid><pubDate>Mon, 27 Oct 2008 03:55:06 GMT</pubDate></item><item><title>Brian Chavez commented on Yet another good interview test</title><description>Long term “how much it costs” claims are questionable and it really depends.  But let’s quickly compare, I know ComponentFactory (1 man shop MicroISV) uses SWReg:
  
  
SWReg’s tax load of fee table:
  
  
[http://www.swreg.org/pricing/2_9_percent.htm](http://www.swreg.org/pricing/2_9_percent.htm)  
  
vs.
  
  
A quick integration solution with Google Checkout:
  
  
[http://checkout.google.com/seller/fees.html](http://checkout.google.com/seller/fees.html)  
  
Chargebacks do happen.  Check payments do happen.  American Express payments do happen.
  
  
In the long run, SWReg’s fees will add up, and *will* eventually surpass the upfront cost of “rolling your own”.
  
  
This is one simple reason why I rolled my own.
  
</description><link>http://ayende.com/3659/yet-another-good-interview-test#comment10</link><guid>http://ayende.com/3659/yet-another-good-interview-test#comment10</guid><pubDate>Mon, 27 Oct 2008 00:11:19 GMT</pubDate></item><item><title>Ayende Rahien commented on Yet another good interview test</title><description>Rik,
  
Another interesting way (way over engineered, though) would be to use WCF peer to peer stuff.
</description><link>http://ayende.com/3659/yet-another-good-interview-test#comment9</link><guid>http://ayende.com/3659/yet-another-good-interview-test#comment9</guid><pubDate>Mon, 27 Oct 2008 00:01:47 GMT</pubDate></item><item><title>Ayende Rahien commented on Yet another good interview test</title><description>Rik,
  
Yes, UDP is probably the easiest way to do it.
</description><link>http://ayende.com/3659/yet-another-good-interview-test#comment8</link><guid>http://ayende.com/3659/yet-another-good-interview-test#comment8</guid><pubDate>Mon, 27 Oct 2008 00:01:20 GMT</pubDate></item><item><title>Ayende Rahien commented on Yet another good interview test</title><description>Brian,
  
I can almost guarantee that a licensing framework would cost more than a developer day. Most likely it will take a week.
  
This is going to be significantly cheaper than most licensing frameworks.
  
And you end up with a more mature solution that you don't have to deal with.
  
  
The point is that you should focus your efforts on your core business. Licensing frameworks is usually very firmly NOT your core business.
</description><link>http://ayende.com/3659/yet-another-good-interview-test#comment7</link><guid>http://ayende.com/3659/yet-another-good-interview-test#comment7</guid><pubDate>Sun, 26 Oct 2008 23:49:23 GMT</pubDate></item><item><title>Brian Chavez commented on Yet another good interview test</title><description>It’s not hard to implement that a scenario.  In fact, I’ve done something *very* similar to your licensing scenario with one of my products DepositWiz and I’ve rolled my own licensing framework.  Do honest people still pay? Yes.  Is there anything *wrong* with rolling my own? No.  Is it hard to maintain? No.
  
  
If you can afford the cost of using a commercial licensing framework, then go for it, but if you can’t, then there is absolutely nothing wrong with rolling your own.  This is my point.  You seem to indicate that there is.
  
  
The only difference is a trade-off between: Cost and Convenience.
  
  
Whether or not you roll your own [that fits your needs] or use a commercial licensing framework [that fits your needs] doesn’t affect an honest person’s free will decision to emit payment.
  
</description><link>http://ayende.com/3659/yet-another-good-interview-test#comment6</link><guid>http://ayende.com/3659/yet-another-good-interview-test#comment6</guid><pubDate>Sun, 26 Oct 2008 23:39:30 GMT</pubDate></item><item><title>Ayende Rahien commented on Yet another good interview test</title><description>Oh, yes it does.
  
The issue of how to deal with licensing is complex enough.
  
Here is a simple example. You license per user. This means that you don't care if they use the software of their laptop and on their desktop, as long as it is the same user.
  
But if you have two different users sharing the same key, that is a reason to flag &amp; stop them.
  
Again, it is not a matter of stopping hackers, it is letting the honest people know that an honest mistake was done.
  
Or maybe they have 5 concurrent licenses, and they started to use 6 concurrent instances.
  
  
That is why you want to go with a licensing framework, because they already have this scenarios, and presumably they spend some time thinking about how to solve them, rather than you having to take the burden of maintaining code that is important, but isn't part of the core business value that you actually would like to deliver.
</description><link>http://ayende.com/3659/yet-another-good-interview-test#comment5</link><guid>http://ayende.com/3659/yet-another-good-interview-test#comment5</guid><pubDate>Sun, 26 Oct 2008 23:14:06 GMT</pubDate></item><item><title>Brian Chavez commented on Yet another good interview test</title><description>Yes, the point of licensing is to get honest people to pay.  My point is, whether you 1) roll your own, 2) put in a time-nag, or 3) go with a high-grade licensing framework, in the real world it doesn’t matter, because (in the end, as you indicated) honest people pay.  So it doesn’t make a difference. IMHO.
</description><link>http://ayende.com/3659/yet-another-good-interview-test#comment4</link><guid>http://ayende.com/3659/yet-another-good-interview-test#comment4</guid><pubDate>Sun, 26 Oct 2008 23:08:54 GMT</pubDate></item><item><title>Ayende Rahien commented on Yet another good interview test</title><description>Brain,
  
You are missing the point of licensing frameworks, I think.
  
I don't expect for a moment to stop the determined hackers. In fact, I don't believe that I'll even try.
  
The point of licensing is to get the honest people to pay, because they would.
  
</description><link>http://ayende.com/3659/yet-another-good-interview-test#comment3</link><guid>http://ayende.com/3659/yet-another-good-interview-test#comment3</guid><pubDate>Sun, 26 Oct 2008 23:01:45 GMT</pubDate></item><item><title>Brian Chavez commented on Yet another good interview test</title><description>I dont think it makes a bit of a difference in real world scenarios whether or not you choose a licensing framework.  History has shown, time and time again, if your app is popular enough and there is demand, it will be broken.
  
</description><link>http://ayende.com/3659/yet-another-good-interview-test#comment2</link><guid>http://ayende.com/3659/yet-another-good-interview-test#comment2</guid><pubDate>Sun, 26 Oct 2008 22:56:17 GMT</pubDate></item><item><title>Rik Hemsley commented on Yet another good interview test</title><description>Nice idea for a challenge. I'd quite enjoy writing the code and would probably start with a simple UDP listener in each app, doing a broadcast at startup. I wonder if Windows Firewall would be my first problem...
  
  
</description><link>http://ayende.com/3659/yet-another-good-interview-test#comment1</link><guid>http://ayende.com/3659/yet-another-good-interview-test#comment1</guid><pubDate>Sun, 26 Oct 2008 22:13:05 GMT</pubDate></item></channel></rss>