{
  "attachments": [],
  "comments_archived": true,
  "date": "2003-02-15T21:29:14.000Z",
  "layout": "post",
  "title": "Agent Frank's first download?",
  "wordpress_id": 381,
  "wordpress_slug": "ooodab",
  "wordpress_url": "http://www.decafbad.com/blog/?p=381",
  "year": "2003",
  "month": "02",
  "day": "15",
  "isDir": false,
  "slug": "ooodab",
  "type": "entry",
  "postName": "2003-02-15-ooodab",
  "html": "<blockquote cite=\"http://beattie.info/notebook/20030215.html#131352\">Les has been very quiet lately, but that's because he's been heads down working on his Personal Proxy he's dubbed \"Agent Frank\" (it's got a little logo and everything). He just set up an Agent Frank <span style=\"background : [#FFFFCE](/tag/FFFFCE);\"><a href=\"http://www.decafbad.com/twiki/bin/edit/Main/WikiPage?topicparent=Main.FilterData\"><b>?</b></a><font color=\"#0000FF\">WikiPage</font></span> with download and install instructions. \n<p>I'm downloading now (it's pretty huge - like 11 megs), but the Wiki page has lots of good info, including Les' new acronym, PIIC. ... Very cool. I'm going to start playing right now. \n\n\n</p><p>...</p>\n<p>Later... Urgh! It's GPLed! Bleh! </p></blockquote><p></p>\n<div class=\"credit\" align=\"right\"><small>Source:<cite><a href=\"http://beattie.info/notebook/20030215.html#131352\">The UPP Lives: OxDECAFBAD Launches Agent Frank </a></cite>.</small>\n\n</div>\n\n<p></p>\n<p>So Russell noticed my late night release of <a href=\"http://www.decafbad.com/twiki/bin/view/Main/AgentFrank\">AgentFrank</a>.  Cool!  Hope it actually works for him.</p>\n<p>Currently it's very big, because it's got everything in it, all the JARs and the kitchen sink from everything I thought I'd start using at some point.  My actual original code is likely less than 100k so far, if that.  Suggestions are <strong>more</strong> than welcome.  </p>\n<p>The same goes for the license - all I want out of this thing is to share it and get interested tinkerers tinkering.  It'd be nice if anyone who tinkers with it gets credit for said tinkering, but that's about all I care about.  Hell, if it gets incorporated into a commercial product, I'd like some credit, and some cash would be nice, but otherwise I'd just be flattered.  Is there a license to cover that?  Maybe I should research a <a href=\"http://www.decafbad.com/twiki/bin/view/Main/ShareAndEnjoy\">ShareAndEnjoy</a> license.</p>\n<p>This first code dump is very much premature - I'm not even pretending that this deserves a version number.  It's more a conversation piece and an a tangible starting point to play with things I've been thinking.  It's 99% crap code that apparently works, at this point.  I fully expect it to get rewritten before it rates a version number.</p>\n<p>So... have at it.  Play with it, make fun of it, send me patches and abuse.</p>\n\n\n<!--more-->\n\n\n<p>shortname=ooodab</p>\n<div id=\"comments\" class=\"comments archived-comments\"><h3>Archived Comments</h3>\n<ul class=\"comments\">\n<li class=\"comment\" id=\"comment-221084861\">\n<div class=\"meta\">\n<div class=\"author\">\n<a class=\"avatar image\" rel=\"nofollow\" href=\"http://stevenf.com/\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=ae2c0b2d1d3219cac5409a77a1c99fb2&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\" width=\"\" height=\"\"></a>\n<a class=\"avatar name\" rel=\"nofollow\" href=\"http://stevenf.com/\">stevenf</a>\n</div>\n\n\n<p><a href=\"#comment-221084861\" class=\"permalink\"><time datetime=\"2003-02-16T02:12:36\">2003-02-16T02:12:36</time></a></p>\n</div>\n\n\n<div class=\"content\">Cool!  I can't seem to get searching to work, though.  If I go to the \"archiver\" plug-in link, enter something in search box and hit Search, it says: \"ERROR opening the Index - contact sysadmin!\"\nAt first it was complaining that /Users/stevenf/Desktop/AgentFrank/data/Archiver/_index didn't exist, so I tried creating it.  But now it's complaining about: /Users/stevenf/Desktop/AgentFrank/data/Archiver/_index/segments (No such file or directory)\nHmm, I just noticed this in the log which could have something to do with it:\n1561978 [Handler(127.0.0.1)] ERROR stderr  - java.lang.NoClassDefFoundError: com/decafbad/agent/plugin/archiver/ArchiverIndexQueue$ArchiverIndexTask</div>\n\n\n</li>\n<li class=\"comment\" id=\"comment-221084863\">\n<div class=\"meta\">\n<div class=\"author\">\n<a class=\"avatar image\" rel=\"nofollow\" href=\"http://stevenf.com/\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=ae2c0b2d1d3219cac5409a77a1c99fb2&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\" width=\"\" height=\"\"></a>\n<a class=\"avatar name\" rel=\"nofollow\" href=\"http://stevenf.com/\">stevenf</a>\n</div>\n\n\n<p><a href=\"#comment-221084863\" class=\"permalink\"><time datetime=\"2003-02-16T02:29:44\">2003-02-16T02:29:44</time></a></p>\n</div>\n\n\n<div class=\"content\">Aha, it looks like a filename got truncated somewhere along the way... here's the contents of AgentFrank/plugins/Archiver/classes/com/decafbad/agent/plugin/archiver:\n[lovehound:agent/plugin/archiver] stevenf% ls -l\ntotal 80\n-rw-r--r--  1 stevenf  staff  1035 Feb 12 14:30 ArchiverFilter$1.class\n-rw-r--r--  1 stevenf  staff  6332 Feb 12 14:30 ArchiverFilter.class\n-rw-r--r--  1 stevenf  staff  3737 Feb 10 20:56 ArchiverFilterFactory.class\n-rw-r--r--  1 stevenf  staff  4690 Feb  6 19:25 ArchiverFilterFrame.class\n-rw-r--r--  1 stevenf  staff  1560 Feb 12 14:33 ArchiverIndexQueue$ArchiverI\n-rw-r--r--  1 stevenf  staff  6336 Feb 12 14:33 ArchiverIndexQueue.class\n-rw-r--r--  1 stevenf  staff  1454 Feb 10 21:30 HTMLDocument.class\nThis is on Mac OS X, archive extracted with tar xzvf</div>\n\n\n</li>\n<li class=\"comment\" id=\"comment-221084864\">\n<div class=\"meta\">\n<div class=\"author\">\n<a class=\"avatar image\" rel=\"nofollow\" href=\"http://stevenf.com/\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=ae2c0b2d1d3219cac5409a77a1c99fb2&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\" width=\"\" height=\"\"></a>\n<a class=\"avatar name\" rel=\"nofollow\" href=\"http://stevenf.com/\">stevenf</a>\n</div>\n\n\n<p><a href=\"#comment-221084864\" class=\"permalink\"><time datetime=\"2003-02-16T02:36:27\">2003-02-16T02:36:27</time></a></p>\n</div>\n\n\n<div class=\"content\">Yep, renaming \"ArchiverIndexQueue$ArchiverI\" to \"ArchiverIndexQueue$ArchiverIndexTask.class\" fixes it.  \nSorry about the comment spam!</div>\n\n\n</li>\n<li class=\"comment\" id=\"comment-221084865\">\n<div class=\"meta\">\n<div class=\"author\">\n<a class=\"avatar image\" rel=\"nofollow\" href=\"http://blog.kipnruth.com/\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=a00353e8970c9a5162c2023523073075&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\" width=\"\" height=\"\"></a>\n<a class=\"avatar name\" rel=\"nofollow\" href=\"http://blog.kipnruth.com/\">Kip</a>\n</div>\n\n\n<p><a href=\"#comment-221084865\" class=\"permalink\"><time datetime=\"2003-02-16T13:34:53\">2003-02-16T13:34:53</time></a></p>\n</div>\n\n\n<div class=\"content\">Oddly enough, I got that same error the first time I used the Archiver, but I didn't create the directory and two minutes later when I tried it again, meaning to jot the exact message down for feedback, it worked fine.\nThe results are not matching what I intuitively believe they should return, but I'm chalking that up to my limited understanding of the program.</div>\n\n\n</li>\n<li class=\"comment\" id=\"comment-221084866\">\n<div class=\"meta\">\n<div class=\"author\">\n<a class=\"avatar image\" rel=\"nofollow\" href=\"http://Ken.Coar.Org/blog/\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=239300ef347cecefebe508cd4006f8e9&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\" width=\"\" height=\"\"></a>\n<a class=\"avatar name\" rel=\"nofollow\" href=\"http://Ken.Coar.Org/blog/\">Rodent of Unusual Size</a>\n</div>\n\n\n<p><a href=\"#comment-221084866\" class=\"permalink\"><time datetime=\"2003-02-17T14:33:19\">2003-02-17T14:33:19</time></a></p>\n</div>\n\n\n<div class=\"content\">the apache licence is designed to do exactly what you say you're after: allow people to play with it, open or closed, and do what they want with it -- but they must give you credit perpetually.  see here for the current licence; make appropriate adjustments and you're set.</div>\n\n\n</li>\n<li class=\"comment\" id=\"comment-221084867\">\n<div class=\"meta\">\n<div class=\"author\">\n<a class=\"avatar image\" rel=\"nofollow\" href=\"http://www.russellbeattie.com/notebook/\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=a07258943ae7f08d7b1e955f0292d0e2&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\" width=\"\" height=\"\"></a>\n<a class=\"avatar name\" rel=\"nofollow\" href=\"http://www.russellbeattie.com/notebook/\">Russ</a>\n</div>\n\n\n<p><a href=\"#comment-221084867\" class=\"permalink\"><time datetime=\"2003-02-17T16:05:14\">2003-02-17T16:05:14</time></a></p>\n</div>\n\n\n<div class=\"content\">Les!\nSorry to cause you so much strife. I wrongly assumed that you had chose GPL because of political reasons. Here's my post in January on GPL:\nhttp://www.russellbeattie.com/notebook/20030102.html#095658\nBasically, I give my code away without strings, and I like the code I use to be the same, just in case there's a way some day for me to commercialize it. I stay away from all GPLed code as a general rule. I like GPL, but I don't want to break any licenses.\nIMHO, the internet was built on BSD, not the GPL. BSD allows commercial use and many times that's what's needed to get to that next technical level.\nBut to each his own, if you go with GPL I totally support that decision. :-)\n-Russ</div>\n\n\n</li>\n<li class=\"comment\" id=\"comment-221084868\">\n<div class=\"meta\">\n<div class=\"author\">\n<a class=\"avatar image\" rel=\"nofollow\" href=\"\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=409d5681415763e28c25affcc3b611b4&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\" width=\"\" height=\"\"></a>\n<a class=\"avatar name\" rel=\"nofollow\" href=\"\">Tony</a>\n</div>\n\n\n<p><a href=\"#comment-221084868\" class=\"permalink\"><time datetime=\"2003-02-19T00:09:46\">2003-02-19T00:09:46</time></a></p>\n</div>\n\n\n<div class=\"content\">I do not understand people like Russ that do not understand the GPL but attack it when they get the chance. The only people that i met that do not like the GPL are people who want to use open source software to make a profit without doing any contribution.</div>\n\n\n</li>\n<li class=\"comment\" id=\"comment-221084871\">\n<div class=\"meta\">\n<div class=\"author\">\n<a class=\"avatar image\" rel=\"nofollow\" href=\"http://www.russellbeattie.com/notebook\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=a07258943ae7f08d7b1e955f0292d0e2&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\" width=\"\" height=\"\"></a>\n<a class=\"avatar name\" rel=\"nofollow\" href=\"http://www.russellbeattie.com/notebook\">Russ</a>\n</div>\n\n\n<p><a href=\"#comment-221084871\" class=\"permalink\"><time datetime=\"2003-02-19T15:34:04\">2003-02-19T15:34:04</time></a></p>\n</div>\n\n\n<div class=\"content\">Tony! \nWho's attacking? I said \"I like the GPL\" and \"I support your decision to use the GPL\". And I stated quite clearly that I give my source code out under a non-restrictive license because I hope that myself or someone else can commercialize it (which is a GOOD thing). Yet you somehow ignore the word \"give\" and say that people who don't like the GPL don't want to contribute?\nDon't be a GPL zealot, okay?\n-Russ</div>\n\n\n</li>\n<li class=\"comment\" id=\"comment-221084872\">\n<div class=\"meta\">\n<div class=\"author\">\n<a class=\"avatar image\" rel=\"nofollow\" href=\"http://algorhythm.org/\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=546b2f1947278db93fa8f7c734876111&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\" width=\"\" height=\"\"></a>\n<a class=\"avatar name\" rel=\"nofollow\" href=\"http://algorhythm.org/\">Shawn</a>\n</div>\n\n\n<p><a href=\"#comment-221084872\" class=\"permalink\"><time datetime=\"2003-02-20T03:19:19\">2003-02-20T03:19:19</time></a></p>\n</div>\n\n\n<div class=\"content\">Very cool stuff, Les. Thanks for sharing.\nBy the way, are you familiar with Privoxy (http://www.privoxy.org)? I installed it on my OS X machine about a week ago, and am still digging into the config, but I think it shares many of your goals. Worth a look if you're not already familiar with it.</div>\n\n\n</li>\n<li class=\"comment\" id=\"comment-221084877\">\n<div class=\"meta\">\n<div class=\"author\">\n<a class=\"avatar image\" rel=\"nofollow\" href=\"http://lockney.net\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=e413973485c5536801d587baa1a55905&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\" width=\"\" height=\"\"></a>\n<a class=\"avatar name\" rel=\"nofollow\" href=\"http://lockney.net\">Thomas Lockney</a>\n</div>\n\n\n<p><a href=\"#comment-221084877\" class=\"permalink\"><time datetime=\"2003-02-22T22:53:28\">2003-02-22T22:53:28</time></a></p>\n</div>\n\n\n<div class=\"content\">I like it! I've been attempting to dig into the code in little bits and spurts for the last week. I'm not quite sure that I've grokked it all -- I'll probably start trying to strip things out to see if I've got the basics down (already got a project set up in Eclipse for it), but that's still dependent on my work load (in other words, it'll happen in the fifteen minutes of spare time I have between eating my lunch and getting back to work).\nI've been thinking about building something of a similar nature for some time, but never had gotten around to actually doing it. I'm pretty impressed so far. One thing, though, that I might do differently (though you seem to be headed down the right track already) would be to strip the core down to the most minimal basics. In fact, I would even consider (I know this is stepping out a bit) making the proxy piece itself a plugin/module/whatever you want to call it. \nAlso, it would be nice (and I'm not sure this isn't already in there) if plugins could modify the settings of the rest of the system. One thing I would like to see is the ability to point the proxy at another proxy, but I'd like this to be configurable. At our office, they use the Microsoft ISA proxy server, but only have the NTLM based authentication enabled, so non-MS products can't get through it. However, I use a local app that acts as an HTTP proxy and rewrites everything for the ISA server. It works well, but it's a pain to keep all my apps setup for this since I work on a laptop and often switch networks. If I could write some java code to detect whether the outside network is reachable, I could tell the AgentFrank proxy whether to hit the HTTP-ISA proxy or not.\nJust my $0.02. Great start. I'll have to see what I can dig out of it.</div>\n\n\n</li>\n<li class=\"comment\" id=\"comment-221084879\">\n<div class=\"meta\">\n<div class=\"author\">\n<a class=\"avatar image\" rel=\"nofollow\" href=\"http://webweavertech.com/\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=4759e194dd2189c027a29a2104451bb7&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\" width=\"\" height=\"\"></a>\n<a class=\"avatar name\" rel=\"nofollow\" href=\"http://webweavertech.com/\">Ovidiu Predescu</a>\n</div>\n\n\n<p><a href=\"#comment-221084879\" class=\"permalink\"><time datetime=\"2003-02-24T08:40:14\">2003-02-24T08:40:14</time></a></p>\n</div>\n\n\n<div class=\"content\">If you care about someone else's developments to your code to be freely available, LGPL is perhaps the best option. The Apache license will allow companies to develop it internally and not share those enhancements with you. With LGPL those enhancements would have to be contributed back to you for incorporation in the original code.</div>\n\n\n</li>\n</ul>\n\n\n</div>\n\n\n",
  "body": "<blockquote cite=\"http://beattie.info/notebook/20030215.html#131352\">Les has been very quiet lately, but that's because he's been heads down working on his Personal Proxy he's dubbed \"Agent Frank\" (it's got a little logo and everything). He just set up an Agent Frank <span style='background : #FFFFCE;'><a href=\"http://www.decafbad.com/twiki/bin/edit/Main/WikiPage?topicparent=Main.FilterData\"><b>?</b></a><font color=\"#0000FF\">WikiPage</font></span> with download and install instructions. \r\n<p>I'm downloading now (it's pretty huge - like 11 megs), but the Wiki page has lots of good info, including Les' new acronym, PIIC. ... Very cool. I'm going to start playing right now. <br />\r\n...<br />\r\nLater... Urgh! It's GPLed! Bleh! </blockquote><div class=\"credit\" align=\"right\"><small>Source:<cite><a href=\"http://beattie.info/notebook/20030215.html#131352\">The UPP Lives: OxDECAFBAD Launches Agent Frank </a></cite>.</small></div></p>\r\n<p>So Russell noticed my late night release of <a href=\"http://www.decafbad.com/twiki/bin/view/Main/AgentFrank\">AgentFrank</a>.  Cool!  Hope it actually works for him.</p>\r\n<p>Currently it's very big, because it's got everything in it, all the JARs and the kitchen sink from everything I thought I'd start using at some point.  My actual original code is likely less than 100k so far, if that.  Suggestions are <strong>more</strong> than welcome.  </p>\r\n<p>The same goes for the license - all I want out of this thing is to share it and get interested tinkerers tinkering.  It'd be nice if anyone who tinkers with it gets credit for said tinkering, but that's about all I care about.  Hell, if it gets incorporated into a commercial product, I'd like some credit, and some cash would be nice, but otherwise I'd just be flattered.  Is there a license to cover that?  Maybe I should research a <a href=\"http://www.decafbad.com/twiki/bin/view/Main/ShareAndEnjoy\">ShareAndEnjoy</a> license.</p>\r\n<p>This first code dump is very much premature - I'm not even pretending that this deserves a version number.  It's more a conversation piece and an a tangible starting point to play with things I've been thinking.  It's 99% crap code that apparently works, at this point.  I fully expect it to get rewritten before it rates a version number.</p>\r\n<p>So... have at it.  Play with it, make fun of it, send me patches and abuse.</p>\r\n<!--more-->\r\nshortname=ooodab\r\n\r\n<div id=\"comments\" class=\"comments archived-comments\">\r\n            <h3>Archived Comments</h3>\r\n            \r\n        <ul class=\"comments\">\r\n            \r\n        <li class=\"comment\" id=\"comment-221084861\">\r\n            <div class=\"meta\">\r\n                <div class=\"author\">\r\n                    <a class=\"avatar image\" rel=\"nofollow\" \r\n                       href=\"http://stevenf.com/\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=ae2c0b2d1d3219cac5409a77a1c99fb2&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\"/></a>\r\n                    <a class=\"avatar name\" rel=\"nofollow\" \r\n                       href=\"http://stevenf.com/\">stevenf</a>\r\n                </div>\r\n                <a href=\"#comment-221084861\" class=\"permalink\"><time datetime=\"2003-02-16T02:12:36\">2003-02-16T02:12:36</time></a>\r\n            </div>\r\n            <div class=\"content\">Cool!  I can't seem to get searching to work, though.  If I go to the \"archiver\" plug-in link, enter something in search box and hit Search, it says: \"ERROR opening the Index - contact sysadmin!\"\r\n\r\nAt first it was complaining that /Users/stevenf/Desktop/AgentFrank/data/Archiver/_index didn't exist, so I tried creating it.  But now it's complaining about: /Users/stevenf/Desktop/AgentFrank/data/Archiver/_index/segments (No such file or directory)\r\n\r\nHmm, I just noticed this in the log which could have something to do with it:\r\n\r\n1561978 [Handler(127.0.0.1)] ERROR stderr  - java.lang.NoClassDefFoundError: com/decafbad/agent/plugin/archiver/ArchiverIndexQueue$ArchiverIndexTask</div>\r\n            \r\n        </li>\r\n    \r\n        <li class=\"comment\" id=\"comment-221084863\">\r\n            <div class=\"meta\">\r\n                <div class=\"author\">\r\n                    <a class=\"avatar image\" rel=\"nofollow\" \r\n                       href=\"http://stevenf.com/\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=ae2c0b2d1d3219cac5409a77a1c99fb2&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\"/></a>\r\n                    <a class=\"avatar name\" rel=\"nofollow\" \r\n                       href=\"http://stevenf.com/\">stevenf</a>\r\n                </div>\r\n                <a href=\"#comment-221084863\" class=\"permalink\"><time datetime=\"2003-02-16T02:29:44\">2003-02-16T02:29:44</time></a>\r\n            </div>\r\n            <div class=\"content\">Aha, it looks like a filename got truncated somewhere along the way... here's the contents of AgentFrank/plugins/Archiver/classes/com/decafbad/agent/plugin/archiver:\r\n\r\n[lovehound:agent/plugin/archiver] stevenf% ls -l\r\ntotal 80\r\n-rw-r--r--  1 stevenf  staff  1035 Feb 12 14:30 ArchiverFilter$1.class\r\n-rw-r--r--  1 stevenf  staff  6332 Feb 12 14:30 ArchiverFilter.class\r\n-rw-r--r--  1 stevenf  staff  3737 Feb 10 20:56 ArchiverFilterFactory.class\r\n-rw-r--r--  1 stevenf  staff  4690 Feb  6 19:25 ArchiverFilterFrame.class\r\n-rw-r--r--  1 stevenf  staff  1560 Feb 12 14:33 ArchiverIndexQueue$ArchiverI\r\n-rw-r--r--  1 stevenf  staff  6336 Feb 12 14:33 ArchiverIndexQueue.class\r\n-rw-r--r--  1 stevenf  staff  1454 Feb 10 21:30 HTMLDocument.class\r\n\r\nThis is on Mac OS X, archive extracted with tar xzvf</div>\r\n            \r\n        </li>\r\n    \r\n        <li class=\"comment\" id=\"comment-221084864\">\r\n            <div class=\"meta\">\r\n                <div class=\"author\">\r\n                    <a class=\"avatar image\" rel=\"nofollow\" \r\n                       href=\"http://stevenf.com/\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=ae2c0b2d1d3219cac5409a77a1c99fb2&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\"/></a>\r\n                    <a class=\"avatar name\" rel=\"nofollow\" \r\n                       href=\"http://stevenf.com/\">stevenf</a>\r\n                </div>\r\n                <a href=\"#comment-221084864\" class=\"permalink\"><time datetime=\"2003-02-16T02:36:27\">2003-02-16T02:36:27</time></a>\r\n            </div>\r\n            <div class=\"content\">Yep, renaming \"ArchiverIndexQueue$ArchiverI\" to \"ArchiverIndexQueue$ArchiverIndexTask.class\" fixes it.  \r\n\r\nSorry about the comment spam!</div>\r\n            \r\n        </li>\r\n    \r\n        <li class=\"comment\" id=\"comment-221084865\">\r\n            <div class=\"meta\">\r\n                <div class=\"author\">\r\n                    <a class=\"avatar image\" rel=\"nofollow\" \r\n                       href=\"http://blog.kipnruth.com/\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=a00353e8970c9a5162c2023523073075&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\"/></a>\r\n                    <a class=\"avatar name\" rel=\"nofollow\" \r\n                       href=\"http://blog.kipnruth.com/\">Kip</a>\r\n                </div>\r\n                <a href=\"#comment-221084865\" class=\"permalink\"><time datetime=\"2003-02-16T13:34:53\">2003-02-16T13:34:53</time></a>\r\n            </div>\r\n            <div class=\"content\">Oddly enough, I got that same error the first time I used the Archiver, but I didn't create the directory and two minutes later when I tried it again, meaning to jot the exact message down for feedback, it worked fine.\r\n\r\nThe results are not matching what I intuitively believe they should return, but I'm chalking that up to my limited understanding of the program.</div>\r\n            \r\n        </li>\r\n    \r\n        <li class=\"comment\" id=\"comment-221084866\">\r\n            <div class=\"meta\">\r\n                <div class=\"author\">\r\n                    <a class=\"avatar image\" rel=\"nofollow\" \r\n                       href=\"http://Ken.Coar.Org/blog/\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=239300ef347cecefebe508cd4006f8e9&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\"/></a>\r\n                    <a class=\"avatar name\" rel=\"nofollow\" \r\n                       href=\"http://Ken.Coar.Org/blog/\">Rodent of Unusual Size</a>\r\n                </div>\r\n                <a href=\"#comment-221084866\" class=\"permalink\"><time datetime=\"2003-02-17T14:33:19\">2003-02-17T14:33:19</time></a>\r\n            </div>\r\n            <div class=\"content\">the apache licence is designed to do exactly what you say you're after: allow people to play with it, open or closed, and do what they want with it -- but they must give you credit perpetually.  see here for the current licence; make appropriate adjustments and you're set.</div>\r\n            \r\n        </li>\r\n    \r\n        <li class=\"comment\" id=\"comment-221084867\">\r\n            <div class=\"meta\">\r\n                <div class=\"author\">\r\n                    <a class=\"avatar image\" rel=\"nofollow\" \r\n                       href=\"http://www.russellbeattie.com/notebook/\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=a07258943ae7f08d7b1e955f0292d0e2&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\"/></a>\r\n                    <a class=\"avatar name\" rel=\"nofollow\" \r\n                       href=\"http://www.russellbeattie.com/notebook/\">Russ</a>\r\n                </div>\r\n                <a href=\"#comment-221084867\" class=\"permalink\"><time datetime=\"2003-02-17T16:05:14\">2003-02-17T16:05:14</time></a>\r\n            </div>\r\n            <div class=\"content\">Les!\r\n\r\nSorry to cause you so much strife. I wrongly assumed that you had chose GPL because of political reasons. Here's my post in January on GPL:\r\n\r\nhttp://www.russellbeattie.com/notebook/20030102.html#095658\r\n\r\nBasically, I give my code away without strings, and I like the code I use to be the same, just in case there's a way some day for me to commercialize it. I stay away from all GPLed code as a general rule. I like GPL, but I don't want to break any licenses.\r\n\r\nIMHO, the internet was built on BSD, not the GPL. BSD allows commercial use and many times that's what's needed to get to that next technical level.\r\n\r\nBut to each his own, if you go with GPL I totally support that decision. :-)\r\n\r\n-Russ</div>\r\n            \r\n        </li>\r\n    \r\n        <li class=\"comment\" id=\"comment-221084868\">\r\n            <div class=\"meta\">\r\n                <div class=\"author\">\r\n                    <a class=\"avatar image\" rel=\"nofollow\" \r\n                       href=\"\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=409d5681415763e28c25affcc3b611b4&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\"/></a>\r\n                    <a class=\"avatar name\" rel=\"nofollow\" \r\n                       href=\"\">Tony</a>\r\n                </div>\r\n                <a href=\"#comment-221084868\" class=\"permalink\"><time datetime=\"2003-02-19T00:09:46\">2003-02-19T00:09:46</time></a>\r\n            </div>\r\n            <div class=\"content\">I do not understand people like Russ that do not understand the GPL but attack it when they get the chance. The only people that i met that do not like the GPL are people who want to use open source software to make a profit without doing any contribution.</div>\r\n            \r\n        </li>\r\n    \r\n        <li class=\"comment\" id=\"comment-221084871\">\r\n            <div class=\"meta\">\r\n                <div class=\"author\">\r\n                    <a class=\"avatar image\" rel=\"nofollow\" \r\n                       href=\"http://www.russellbeattie.com/notebook\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=a07258943ae7f08d7b1e955f0292d0e2&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\"/></a>\r\n                    <a class=\"avatar name\" rel=\"nofollow\" \r\n                       href=\"http://www.russellbeattie.com/notebook\">Russ</a>\r\n                </div>\r\n                <a href=\"#comment-221084871\" class=\"permalink\"><time datetime=\"2003-02-19T15:34:04\">2003-02-19T15:34:04</time></a>\r\n            </div>\r\n            <div class=\"content\">Tony! \r\n\r\nWho's attacking? I said \"I like the GPL\" and \"I support your decision to use the GPL\". And I stated quite clearly that I give my source code out under a non-restrictive license because I hope that myself or someone else can commercialize it (which is a GOOD thing). Yet you somehow ignore the word \"give\" and say that people who don't like the GPL don't want to contribute?\r\n\r\nDon't be a GPL zealot, okay?\r\n\r\n-Russ</div>\r\n            \r\n        </li>\r\n    \r\n        <li class=\"comment\" id=\"comment-221084872\">\r\n            <div class=\"meta\">\r\n                <div class=\"author\">\r\n                    <a class=\"avatar image\" rel=\"nofollow\" \r\n                       href=\"http://algorhythm.org/\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=546b2f1947278db93fa8f7c734876111&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\"/></a>\r\n                    <a class=\"avatar name\" rel=\"nofollow\" \r\n                       href=\"http://algorhythm.org/\">Shawn</a>\r\n                </div>\r\n                <a href=\"#comment-221084872\" class=\"permalink\"><time datetime=\"2003-02-20T03:19:19\">2003-02-20T03:19:19</time></a>\r\n            </div>\r\n            <div class=\"content\">Very cool stuff, Les. Thanks for sharing.\r\n\r\nBy the way, are you familiar with Privoxy (http://www.privoxy.org)? I installed it on my OS X machine about a week ago, and am still digging into the config, but I think it shares many of your goals. Worth a look if you're not already familiar with it.</div>\r\n            \r\n        </li>\r\n    \r\n        <li class=\"comment\" id=\"comment-221084877\">\r\n            <div class=\"meta\">\r\n                <div class=\"author\">\r\n                    <a class=\"avatar image\" rel=\"nofollow\" \r\n                       href=\"http://lockney.net\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=e413973485c5536801d587baa1a55905&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\"/></a>\r\n                    <a class=\"avatar name\" rel=\"nofollow\" \r\n                       href=\"http://lockney.net\">Thomas Lockney</a>\r\n                </div>\r\n                <a href=\"#comment-221084877\" class=\"permalink\"><time datetime=\"2003-02-22T22:53:28\">2003-02-22T22:53:28</time></a>\r\n            </div>\r\n            <div class=\"content\">I like it! I've been attempting to dig into the code in little bits and spurts for the last week. I'm not quite sure that I've grokked it all -- I'll probably start trying to strip things out to see if I've got the basics down (already got a project set up in Eclipse for it), but that's still dependent on my work load (in other words, it'll happen in the fifteen minutes of spare time I have between eating my lunch and getting back to work).\r\n\r\nI've been thinking about building something of a similar nature for some time, but never had gotten around to actually doing it. I'm pretty impressed so far. One thing, though, that I might do differently (though you seem to be headed down the right track already) would be to strip the core down to the most minimal basics. In fact, I would even consider (I know this is stepping out a bit) making the proxy piece itself a plugin/module/whatever you want to call it. \r\n\r\nAlso, it would be nice (and I'm not sure this isn't already in there) if plugins could modify the settings of the rest of the system. One thing I would like to see is the ability to point the proxy at another proxy, but I'd like this to be configurable. At our office, they use the Microsoft ISA proxy server, but only have the NTLM based authentication enabled, so non-MS products can't get through it. However, I use a local app that acts as an HTTP proxy and rewrites everything for the ISA server. It works well, but it's a pain to keep all my apps setup for this since I work on a laptop and often switch networks. If I could write some java code to detect whether the outside network is reachable, I could tell the AgentFrank proxy whether to hit the HTTP-ISA proxy or not.\r\n\r\nJust my $0.02. Great start. I'll have to see what I can dig out of it.</div>\r\n            \r\n        </li>\r\n    \r\n        <li class=\"comment\" id=\"comment-221084879\">\r\n            <div class=\"meta\">\r\n                <div class=\"author\">\r\n                    <a class=\"avatar image\" rel=\"nofollow\" \r\n                       href=\"http://webweavertech.com/\"><img src=\"http://www.gravatar.com/avatar.php?gravatar_id=4759e194dd2189c027a29a2104451bb7&amp;size=32&amp;default=http://mediacdn.disqus.com/1320279820/images/noavatar32.png\"/></a>\r\n                    <a class=\"avatar name\" rel=\"nofollow\" \r\n                       href=\"http://webweavertech.com/\">Ovidiu Predescu</a>\r\n                </div>\r\n                <a href=\"#comment-221084879\" class=\"permalink\"><time datetime=\"2003-02-24T08:40:14\">2003-02-24T08:40:14</time></a>\r\n            </div>\r\n            <div class=\"content\">If you care about someone else's developments to your code to be freely available, LGPL is perhaps the best option. The Apache license will allow companies to develop it internally and not share those enhancements with you. With LGPL those enhancements would have to be contributed back to you for incorporation in the original code.</div>\r\n            \r\n        </li>\r\n    \r\n        </ul>\r\n    \r\n        </div>\r\n    ",
  "parentPath": "./content/posts/archives/2003",
  "path": "2003/02/15/ooodab",
  "summary": "Les has been very quiet lately, but that's because he's been heads down working on his Personal Proxy he's dubbed \"Agent Frank\" (it's got a little logo and everything). He just set up an Agent Frank ?WikiPage with download and install instructions. \nI'm downloading now (it's pretty huge - like 11 megs), but the Wiki page has lots of good info, including Les' new acronym, PIIC. ... Very cool. I'm going to start playing right now. \n\n\n...\nLater... Urgh! It's GPLed! Bleh! \nSource:The UPP Lives: OxDECAFBAD Launches Agent Frank .\n\n\n\n\nSo Russell noticed my late night release of AgentFrank.  Cool!  Hope it actually works for him.\nCurrently it's very big, because it's got everything in it, all the JARs and the kitchen sink from everything I thought I'd start using at some point.  My actual original code is likely less than 100k so far, if that.  Suggestions are more than welcome.  \nThe same goes for the license - all I want out of this thing is to share it and get interested tinkerers tinkering.  It'd be nice if anyone who tinkers with it gets credit for said tinkering, but that's about all I care about.  Hell, if it gets incorporated into a commercial product, I'd like some credit, and some cash would be nice, but otherwise I'd just be flattered.  Is there a license to cover that?  Maybe I should research a ShareAndEnjoy license.\nThis first code dump is very much premature - I'm not even pretending that this deserves a version number.  It's more a conversation piece and an a tangible starting point to play with things I've been thinking.  It's 99% crap code that apparently works, at this point.  I fully expect it to get rewritten before it rates a version number.\nSo... have at it.  Play with it, make fun of it, send me patches and abuse.",
  "needsBuild": true,
  "prevPostPath": "2003/02/15/ooodaa",
  "prevPostTitle": "Say hello to Agent Frank",
  "nextPostPath": "2003/02/17/ooodac",
  "nextPostTitle": "Agent Frank isn't the only one."
}