<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>MicahLogic &#187; trends</title>
	<atom:link href="http://dubinko.info/blog/tags/trends/feed/" rel="self" type="application/rss+xml" />
	<link>http://dubinko.info/blog</link>
	<description>From an XML geek, a reader, a writer, a connector, a man of the people (says keep hope alive)</description>
	<lastBuildDate>Thu, 02 Feb 2012 06:43:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Five iOS keyboard tips you probably didn&#8217;t know</title>
		<link>http://dubinko.info/blog/2012/01/15/five-ios-keyboard-tips-you-probably-didnt-know/</link>
		<comments>http://dubinko.info/blog/2012/01/15/five-ios-keyboard-tips-you-probably-didnt-know/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 17:21:21 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[discovery]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=961</guid>
		<description><![CDATA[Check out these tips. The article talks about iPad, but they work on iPhone too, even an old 3G. One one hand, it shows the intense amount of careful thought Apple puts into the user experience. But on the other hand, it highlights the discovery problem. I know people who have been using iOS since [...]]]></description>
			<content:encoded><![CDATA[<p>Check out <a href="http://www.peachpit.com/blogs/blog.aspx?uk=Five-iPad-2-Tips-in-Five-Days-Tip-5--iPad-Keyboard-Tips-Your-Mother-Never-Taught-You">these tips</a>. The article talks about iPad, but they work on iPhone too, even an old 3G.</p>
<p>One one hand, it shows the intense amount of careful thought Apple puts into the user experience. But on the other hand, it highlights the discovery problem. I know people who have been using iOS since before it was called iOS, and still didn&#8217;t know about these. How do you put these kinds of finishing touches into a product <em>and</em> make sure the target audience can find out about them? -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2012/01/15/five-ios-keyboard-tips-you-probably-didnt-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Resurgence of MVC in XQuery</title>
		<link>http://dubinko.info/blog/2011/12/08/mvc-in-xquery/</link>
		<comments>http://dubinko.info/blog/2011/12/08/mvc-in-xquery/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 21:27:30 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[Mark Logic]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[XForms]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[XQuery]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=956</guid>
		<description><![CDATA[There&#8217;s been an increasing amount of talk about MVC in XQuery, notably David Cassel&#8217;s great discussion and to an extent Kurt Cagle&#8217;s platform discussion that touched on forms interfaces. Lots of Smart People are thinking in this area, and that&#8217;s a good thing. A while back I recorded my thoughts on what I called MET, or [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s been an increasing amount of talk about MVC in XQuery, notably David Cassel&#8217;s <a title="Models in XQuery" href="http://blog.davidcassel.net/2011/12/models-in-xquery/">great discussion</a> and to an extent Kurt Cagle&#8217;s <a title="The MarkLogic Platform" href="http://xmltoday.org/content/marklogic-platform">platform discussion</a> that touched on forms interfaces. Lots of Smart People are thinking in this area, and that&#8217;s a good thing.</p>
<p>A while back I recorded my thoughts on what I called MET, or the <a title="Model Endpoint Template" href="http://dubinko.info/blog/2009/11/29/model-endpoint-template/">Model Endpoint Template</a> organizational pattern, as used in MarkLogic Application Builder. One difference between 2009 and now, though, is that browsers have distanced themselves even farther from XML, which tends to undercut the eliminate-the-impedance-mismatch argument. In particular, the forms model in HTML5 continues to prefer flat data, which to me indicates that models still play an important role in XQuery web apps.</p>
<p>So I envision the app lifecycle like this:</p>
<ol>
<li>The browser requests a particular page, say the one that lets you configure sorting options in the app you’re building</li>
<li>An HTML page loads.</li>
<li>Client-side script requests the project state from a designated endpoint, the server transforms the XML into a flat list, and delivers it as JSON (as an optimization, the server can package the initial data into the page delivered in the prior step)</li>
<li>Standard form interaction and client-side scripting happens, including manipulation of repeating structures mediated by JavaScript</li>
<li>A standard form submit happens (possibly via script), sending a flat list back to the client, which performs an update to the stored XML.</li>
</ol>
<div>It&#8217;s pretty easy to envision data-mapping tools and libraries that help automate the construction of the transforms mentioned in steps 3 and 5.</div>
<p>Another thing that&#8217;s changed is the emergence of XQuery plugin technology in MarkLogic. There&#8217;s a rapidly-growing library of reusable components, initially centered around Information Studio but soon to cover more ground. This is going to have a major impact on XQuery app designs as components of the app (think visualization widgets) can be seamlessly added to apps.</p>
<p>Endpoints still make a ton of sense for XQuery apps, and provide the additional advantage that you now have a testable, concern-separated data layer for your app. Other apps have a clean way to interop, and even command-line operaton is possible with off-the-shelf-tools like wget.</p>
<p>Lastly, Templates. Even if you use plugins for the functional core of your app, there&#8217;s still a lot of boilerplate stuff you&#8217;d not want to repeat. Something like <a title="mustache.xq" href="http://developer.marklogic.com/code/mustache.xq">Mustache.xq</a> is a good fit for this.</p>
<p>Which is all good&#8211;but is it MVC? This organizational pattern (let&#8217;s call it MET 2.0) is a lot closer to it. Does MET need a controller? Probably. (MarkLogic now ships a pretty good one called rest:rewrite) Like MVC, MET separates the important essences of your application. XQuery will never be Ruby or Java, and its frameworks will never be Rails or Spring, but rather something uniquely poised to capture the expressive power of the language to build apps on top of unstructured and big data. -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2011/12/08/mvc-in-xquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>facebook Challenge results</title>
		<link>http://dubinko.info/blog/2011/09/29/facebook-challenge-results/</link>
		<comments>http://dubinko.info/blog/2011/09/29/facebook-challenge-results/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 03:53:58 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[annoyance]]></category>
		<category><![CDATA[lifehacks]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[referer]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=948</guid>
		<description><![CDATA[Andromeda took the facebook Challenge, and found 52 separate requests in 24 hours that would have gone to the facebook mothership. Watch her blog for more updates. How about you? If you look through these logs, pay particular attention to the referer field. This tells you on which site you were browsing when the data [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Andromeda Yelton" href="http://andromedayelton.com/2011/09/a-facebook-privacy-experiment/">Andromeda</a> took the <a href="http://dubinko.info/blog/2011/09/27/take-the-facebook-challenge/">facebook Challenge</a>, and found 52 separate requests in 24 hours that would have gone to the facebook mothership. Watch her blog for more updates. How about you?</p>
<p>If you look through these logs, pay particular attention to the referer field. This tells you on which site you were browsing when the data set out on its voyage toward facebook.</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2011/09/29/facebook-challenge-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I am abandoning Yahoo! Mail (and why you should too)</title>
		<link>http://dubinko.info/blog/2011/01/05/abandoning-yahoo-mail/</link>
		<comments>http://dubinko.info/blog/2011/01/05/abandoning-yahoo-mail/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 04:08:59 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[stuff]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[insecure]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[technical]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=906</guid>
		<description><![CDATA[This is a non-technical description of why Yahoo! Mail is unsafe to use in a public setting, and indeed at all. I will be pointing people at this page as I go through the long process of changing an address I&#8217;ve had for more than a decade. What&#8217;s wrong with Yahoo Mail? A lot of [...]]]></description>
			<content:encoded><![CDATA[<p>This is a non-technical description of why Yahoo! Mail is unsafe to use in a public setting, and indeed at all. I will be pointing people at this page as I go through the long process of changing an address I&#8217;ve had for more than a decade.</p>
<p>What&#8217;s wrong with Yahoo Mail?</p>
<p>A lot of web addresses start with http://&#8211;that&#8217;s a signal that the &#8220;scheme&#8221; used to deliver the page to your browser is something called HTTP, which is a technical specification that turns out is a really good way to move around web pages. As the page flows to the browser, it&#8217;s susceptible to eavesdropping, particularly over a wi-fi connection, and much more so in public, including the usual hotspots like coffee shops, but also workplaces and many home environments. It&#8217;s the virtual equivalent of a postcard. When you&#8217;re reading the news or checking traffic, it&#8217;s not a big deal if someone can sneak a glance at your page.</p>
<p>Some addresses start with https://&#8211;notice the extra &#8216;s&#8217; which stands for &#8220;secure&#8221;. This means two things 1) that the web page being sent over is encrypted, and thus unavailable to eavesdroppers, and 2) that the people running the site had to obtain a certificate, which is a form of proof of their identity as an organization (that they&#8217;re not, say, Ukrainian <a href="http://en.wikipedia.org/wiki/Phishing">phish</a>ers). Many years ago, serving pages over https was considered quite expensive in that servers needed much beefier processors to run all that encryption. Today, while it still requires extra computation, it&#8217;s not as big of a deal. Most off-the-shelf servers have plenty of extra power. To be fair, for a truly ginormous application with millions of users like Yahoo Mail, it is not a trivial thing to roll out. But it&#8217;s critically important.</p>
<p>First, to dispel a point of confusion, these days nearly every site, including Yahoo Mail, uses https <em>for the login screen</em>. This is the most critical time when encryption is needed, because otherwise you&#8217;d be sending your password on a postcard for anyone with even modest technical skills to peek at. So that&#8217;s good, but it&#8217;s no longer enough. Because sites are written so that you don&#8217;t have to reenter your password on every single new page, they use a tiny bit of information called a &#8220;cookie&#8221; in your browser to stay logged in. Cookies themselves are neither good nor bad, but if an eavesdropper gets a hold of one, they can control most of your account&#8211;everything that doesn&#8217;t require re-entering a password. In Yahoo Mail this includes reading any of your messages, sending mail on your behalf, or even deleting messages. Are you comfortable allowing strangers to do this?</p>
<p>As I mentioned <a href="http://dubinko.info/blog/2010/12/04/yahoo-mails-inexplicable-inexcusable-lack-of-https-support/">earlier</a>, new, more powerful tools have been out for months that automate the process of taking over accounts this way. Zero technical prowess is needed, only the ability to install a browser plug-in. If there are any web companies dealing in personal information for which this wasn&#8217;t a all-hands-on-deck security wake-up, they are grossly negligent. Indeed, other sites like Gmail work with https all-the-time. But still, in 2011, Yahoo Mail doesn&#8217;t. I have a soft spot for Yahoo as a former employer, and I want to keep liking them. Too bad they make it so difficult.</p>
<p>The deeper issue at stake is that if this serious of an issue goes unfixed for months, how many lesser issues lurk in the site and have been around for months or years? The issue is trust, my friend, and Yahoo just overdrew their account. I&#8217;m leaving.</p>
<p>FAQ</p>
<p>Q: So what do you want Yahoo to do about this?  A: Well, they should fix their site for their millions of remaining users.</p>
<p>Q: What if they fix it tomorrow? Will you delete this message?  A: No. Since I no longer trust the site, I am leaving, even though it takes time to notify all the people who still send me mail, and no matter what other developments unfold in the meantime. This page will explain my actions.</p>
<p>Q: Do you really want everyone else to leave Yahoo Mail?  A: No, only those who care about their privacy.</p>
<p>Q: What&#8217;s your new email address?  A: I have a couple, but &lt;my first name&gt; @ &lt;this domain&gt; is a good general-purpose one.</p>
<p>I will continue to update this page as more information becomes available. -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2011/01/05/abandoning-yahoo-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geek Thoughts: statistical argument against link shortener sustainability</title>
		<link>http://dubinko.info/blog/2010/10/24/statistical-argument-against-link-shorteners/</link>
		<comments>http://dubinko.info/blog/2010/10/24/statistical-argument-against-link-shorteners/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 22:11:59 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[aswemaythink]]></category>
		<category><![CDATA[everythingismiscellaneous]]></category>
		<category><![CDATA[intentional web]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[URLs]]></category>
		<category><![CDATA[bitly]]></category>
		<category><![CDATA[data storage]]></category>
		<category><![CDATA[hyperlinks]]></category>
		<category><![CDATA[integrity]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[tld]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wil wheaton]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=900</guid>
		<description><![CDATA[I&#8217;ve seen lots of discussion for and against link shorteners, but not specifically this line of argument: Let me grab a random shortened link from Twitter. Don&#8217;t go away, I&#8217;ll be right back. http://bit.ly/b1fYi1 OK, that&#8217;s six characters in the domain, a slash, and six more characters. 50 years from now, if bit.ly is still [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen lots of discussion for and against link shorteners, but not specifically this line of argument:</p>
<p>Let me grab a random shortened link from Twitter. Don&#8217;t go away, I&#8217;ll be right back.</p>
<p><a rel="nofollow" href="http://bit.ly/b1fYi1" target="_blank">http://bit.ly/b1fYi1</a></p>
<p>OK, that&#8217;s six characters in the domain, a slash, and six more characters. 50 years from now, if bit.ly is still in operation, the URLspace will be rather more crowded, and the part after the slash might be eight or nine characters. This is a significant cliff, since most people have trouble remembering more than 6 or 7 things in their head at a time. Thus, one could conclude that 50 years from now, newly minted bit.ly URLs will be less fashionable than those from newer link-shortening services, particularly if more short TLDs come online, which seems likely. In that scenario, fewer and fewer people will use bit.ly, and it will become a resource-pit as costs go up (for more database storage, among other things) while usage drops, an economic trend that has only one eventual outcome, leading to the breaking all the external links relying on this service.</p>
<p>I&#8217;ve been picking on bit.ly here, but the same principle applies to any shortener service. In fact, the more popular, the more quickly the URLspace will fill.</p>
<p>The moral: don&#8217;t use link shorteners for anything that needs to be more durable than something you&#8217;d scribble on a scrap of paper at your desk.</p>
<p>More collected Geek Thoughts at http://<a href="http://geekthoughts.info/">geekthoughts</a>.info.</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2010/10/24/statistical-argument-against-link-shorteners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geek Thoughts: accomplishment</title>
		<link>http://dubinko.info/blog/2010/09/28/geek-thoughts-accomplishment/</link>
		<comments>http://dubinko.info/blog/2010/09/28/geek-thoughts-accomplishment/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 14:08:21 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[geekthoughts]]></category>
		<category><![CDATA[patternalia]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[accomplisment]]></category>
		<category><![CDATA[goals]]></category>
		<category><![CDATA[gtd]]></category>
		<category><![CDATA[progress]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=896</guid>
		<description><![CDATA[Whenever I undertake something big and challenging enough to be worthwhile, whether editing a W3C specification, running a more demanding distance, a new software project, or something else, I notice a similar trajectory of progress: Ready to start: Full of adrenaline and excitement. Audacious goals seem readily reachable. 5-10% through: Whoa, this is difficult! And [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever I undertake something big and challenging enough to be worthwhile, whether editing a W3C specification, running a more demanding distance, a new software project, or something else, I notice a similar trajectory of progress:</p>
<p>Ready to start: Full of adrenaline and excitement. Audacious goals seem readily reachable.</p>
<p>5-10% through: Whoa, this is difficult! And I&#8217;m only 1/10 or 1/20 of the way through? What was I thinking? It is important to ignore these thoughts.</p>
<p>One third point: Things seem to even out by this point. The hard slog presses on.</p>
<p>Halfway point: Wow, <em>that&#8217;s</em> halfway? Feels more like 90%!</p>
<p>Two-thirds point: Things are getting difficult. Should have treated this more like a marathon, less like a sprint.</p>
<p>90% point: There are two distinct kinds of endeavors from here. In what I call &#8216;type 1&#8242; projects, the goalposts are strictly fixed, in which case a fresh burst of energy propels me through the glorious finish. But in a more sinister &#8216;type 2&#8242; project, the finish line keeps receding away, as fast as or faster than I can approach. Depending on my level of stubbornness and anger, I will often finish anyway, just to spite the universe and the project masters, but at significant personal cost.</p>
<p>For anyone out there that has influence over large, ambitious projects, one of the most pivotal things you can do is make sure it is a type 1, not a type 2 project, as seen from the 90% line.</p>
<p>Finish.</p>
<p>More collected Geek Thoughts at http://<a href="http://geekthoughts.info/">geekthoughts</a>.info.</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2010/09/28/geek-thoughts-accomplishment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heard, overheard, and misheard at Balisage</title>
		<link>http://dubinko.info/blog/2010/08/03/overheard-at-balisage/</link>
		<comments>http://dubinko.info/blog/2010/08/03/overheard-at-balisage/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 13:27:05 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[everythingismiscellaneous]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[xml]]></category>
		<category><![CDATA[balisage]]></category>
		<category><![CDATA[markup]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=880</guid>
		<description><![CDATA[The opening day of the conference was not Balisage proper, but a separate symosium on &#8220;XML for the long haul&#8221;. Some interesting tidbits overheard, in no particular order&#8230; &#8220;it is not necessarily clear that this approach would capture the difference between the ridiculous and the merely implausible.&#8221; Complexity &#8212; what is the relationship betwen complexity [...]]]></description>
			<content:encoded><![CDATA[<p>The opening day of the conference was not Balisage proper, but a separate symosium on &#8220;XML for the long haul&#8221;.</p>
<p>Some interesting tidbits overheard, in no particular order&#8230;</p>
<p>&#8220;it is not necessarily clear that this approach would capture the difference between the ridiculous and the merely implausible.&#8221;</p>
<p>Complexity &#8212; what is the relationship betwen complexity and long-term data storage?</p>
<p>&#8220;Narratives with fancy words in them&#8221;</p>
<p>How do you store, say, a video in a format that will be readable in 100 years?</p>
<p>Order of magnitude scale changes produce discontinuities</p>
<p>&#8220;The Da Vinci Schema&#8221;</p>
<p>Dandelion DNA (Free license)</p>
<p>&#8220;Indispensible&#8221; &#8212; &#8220;I don&#8217;t think that means what you think it does&#8221;</p>
<p>&#8220;Keeping electrons alive is really difficult&#8221;</p>
<p>&#8220;I wondered&#8230;with my Topic Map brain damage&#8230;&#8221;</p>
<p>-m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2010/08/03/overheard-at-balisage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Newsweek should never have been free</title>
		<link>http://dubinko.info/blog/2010/03/01/newsweek-should-never-have-been-free/</link>
		<comments>http://dubinko.info/blog/2010/03/01/newsweek-should-never-have-been-free/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 00:44:31 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[aswemaythink]]></category>
		<category><![CDATA[commercialism]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=799</guid>
		<description><![CDATA[Andrew Zolli argues in Newsweek that online content should never have been free. I&#8217;m probably not the first one to make this profound observation&#8211;but if it were not for the free online edition of Newsweek (and link aggregator sites like Digg) I wouldn&#8217;t have read a single word of Newsweek in years, nor would I [...]]]></description>
			<content:encoded><![CDATA[<p>Andrew Zolli <a href="http://www.newsweek.com/id/234123">argues</a> in Newsweek that online content should never have been free. I&#8217;m probably not the first one to make this profound observation&#8211;but if it were not for the free online edition of Newsweek (and link aggregator sites like Digg) I wouldn&#8217;t have read a single word of Newsweek in years, nor would I be linking to it as my previous sentence does&#8230; Maybe Newsweek is OK with that. -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2010/03/01/newsweek-should-never-have-been-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>500th Post</title>
		<link>http://dubinko.info/blog/2009/12/10/500th-post/</link>
		<comments>http://dubinko.info/blog/2009/12/10/500th-post/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 06:33:37 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[announcement]]></category>
		<category><![CDATA[everythingismiscellaneous]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[writing]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[navel gazing]]></category>
		<category><![CDATA[stats]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=750</guid>
		<description><![CDATA[Celebrating 500 posts since I went to WordPress in May 2006. Prior to that, an additional 730 posts as I floated through a typical evolution of blogging platforms: Easy start: blogger (299 posts in 24 months) Succumbing to the desire to roll your own (259 posts in 12 months) Realizing that rolling your own is [...]]]></description>
			<content:encoded><![CDATA[<p>Celebrating 500 posts since I went to WordPress in May 2006. Prior to that, an additional 730 posts as I floated through a typical evolution of blogging platforms:</p>
<ul>
<li>Easy start: blogger (299 posts in 24 months)</li>
<li>Succumbing to the desire to roll your own (259 posts in 12 months)</li>
<li>Realizing that rolling your own is too difficult: Pyblosxom (172 posts in 12 months)</li>
<li>Moving to a mature platform you don&#8217;t need to worry about much: WordPress (500 posts in 42+ months)</li>
</ul>
<p>-m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2009/12/10/500th-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>And then there were one&#8230;</title>
		<link>http://dubinko.info/blog/2009/07/02/and-then-there-were-one/</link>
		<comments>http://dubinko.info/blog/2009/07/02/and-then-there-were-one/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 01:57:29 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[browsers]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[web20]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html5]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xhtml]]></category>
		<category><![CDATA[xhtml2]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=587</guid>
		<description><![CDATA[On May 8 I wrote: it’s time for the W3C to show some tough love and force the two (X)HTML Working Groups together. On July 2, the W3C wrote: Today the Director announces that when the XHTML 2 Working Group charter expires as scheduled at the end of 2009, the charter will not be renewed. [...]]]></description>
			<content:encoded><![CDATA[<p>On May 8 I <a href="http://dubinko.info/blog/2009/05/08/html-the-markup-language-marks-a-new-beginning/">wrote</a>:</p>
<p style="padding-left: 30px;">it’s time for the W3C to show some tough love and force the two (X)HTML Working Groups together.</p>
<p>On July 2, the W3C <a href="http://www.w3.org/News/2009#item119">wrote</a>:</p>
<p style="padding-left: 30px;">Today the Director announces that when the <a href="http://www.w3.org/2007/03/XHTML2-WG-charter">XHTML 2 Working Group charter</a> expires as scheduled at the end of 2009, the charter will not be renewed. By doing so, and by increasing resources in the <a href="http://www.w3.org/html/wg/">Working Group</a>, W3C hopes to accelerate the progress of <a href="http://www.w3.org/TR/html5">HTML 5</a> and clarify W3C&#8217;s position regarding the future of HTML.</p>
<p>The real test is whether the single HTML Working Group can be held to the standard of other Working Groups, and be able to recruit some much-needed editorial help from some of the displaced XHTML 2 gang.  -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2009/07/02/and-then-there-were-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPL&#8217;s Cloudy Future</title>
		<link>http://dubinko.info/blog/2009/04/07/gpls-cloudy-future/</link>
		<comments>http://dubinko.info/blog/2009/04/07/gpls-cloudy-future/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 17:04:57 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[commercialism]]></category>
		<category><![CDATA[IPR]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=485</guid>
		<description><![CDATA[I enjoyed this post, from Jeremy Allison as it turns out. It talks about how GPL software is &#8220;the new BSD&#8221; when it comes to cloud computing, since redistribuion of the software doesn&#8217;t happen, and thus doesn&#8217;t trigger the relevant clauses of the GPL. Any old company can use, re-use, and modify the software without [...]]]></description>
			<content:encoded><![CDATA[<p>I enjoyed this <a href="http://blogs.zdnet.com/BTL/?p=15855">post</a>, from Jeremy Allison as it turns out. It talks about how GPL software is &#8220;the new BSD&#8221; when it comes to cloud computing, since redistribuion of the software doesn&#8217;t happen, and thus doesn&#8217;t trigger the relevant clauses of the GPL. Any old company can use, re-use, and modify the software without sharing the code in the original spirit of the license. The community&#8217;s response&#8211;something I need to keep a closer eye on&#8211;is the <a href="http://en.wikipedia.org/wiki/Affero_General_Public_License">AGPL</a>, or Affero license. It works similarly to the GPL, but is triggered by remote use of the software, not just distribution, preserving the work&#8217;s copylefedness even in cloud computing situations. -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2009/04/07/gpls-cloudy-future/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>On YouTube&#8217;s bandwidth and Technologizer&#8217;s problem with basic estimation</title>
		<link>http://dubinko.info/blog/2009/04/04/on-youtubes-bandwidth/</link>
		<comments>http://dubinko.info/blog/2009/04/04/on-youtubes-bandwidth/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 06:00:32 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[annoyance]]></category>
		<category><![CDATA[commercialism]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[stuff]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[creditsuisse]]></category>
		<category><![CDATA[estimation]]></category>
		<category><![CDATA[oc3]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=478</guid>
		<description><![CDATA[This article states: The analysts determined YouTube’s bandwidth costs by assuming that 375 million unique visitors would visit the site in 2009, with 20 percent of those users consuming 400 kilobits per second of video at any given time. That works out to 30 million megabits being served up per second. That’s a heck of [...]]]></description>
			<content:encoded><![CDATA[<p>This <a href="http://technologizer.com/2009/04/03/is-youtube-a-massive-money-loser/">article</a> states:</p>
<p style="padding-left: 30px;">The analysts determined YouTube’s bandwidth costs by assuming that 375 million unique visitors would visit the site in 2009, with 20 percent of those users consuming 400 kilobits per second of video at any given time. That works out to 30 million megabits being served up per second. That’s a heck of a lot of bandwidth to devote to videos of <a href="http://technologizer.com/2009/04/03/is-youtube-a-massive-money-loser/www.youtube.com/watch?v=FzRH3iTQPrk">sneezing pandas</a>.</p>
<p>Do you honestly believe that YouTube is sending out 30 petabits per second (to put it another way, fully saturating over 200,000 <a href="http://en.wikipedia.org/wiki/Optical_Carrier#OC-3_.2F_STM-1x">OC3</a> connections)? That on average, every single user who counts as a unique visitor in 2009 spends 20% of 24hrs = 4.8 hours actually downloading video, every day of every week?</p>
<p>Gesundheit. -m</p>
<p>Update: the quoted article indeed gets it wrong, though it appears the original Credit Suisse analyst report was estimating peak usage, not a running average. Still doesn&#8217;t smell right. Updating the article and title to point the finger at the right people.</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2009/04/04/on-youtubes-bandwidth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geek Thoughts: the downside of free energy</title>
		<link>http://dubinko.info/blog/2009/02/12/geek-thoughts-the-downside-of-free-energy/</link>
		<comments>http://dubinko.info/blog/2009/02/12/geek-thoughts-the-downside-of-free-energy/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 04:38:50 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[geekthoughts]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[energy]]></category>
		<category><![CDATA[globalwarming]]></category>
		<category><![CDATA[scifi]]></category>
		<category><![CDATA[steorn]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=431</guid>
		<description><![CDATA[Steorn is making noise again about the free energy device they claim to have invented. The proper scientific attitude to have toward such claims is skepticism, though most responses (always from individual who have never seen it) goes well beyond that. But think of the downside if every phone, iPod, refrigerator, car, air conditioning unit, [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.steorn.com">Steorn</a> is making noise again about the free energy device they claim to have invented. The proper scientific attitude to have toward such claims is skepticism, though most responses (always from individual who have never seen it) goes well beyond that.</p>
<p>But think of the downside if every phone, iPod, refrigerator, car, air conditioning unit, factory, etc. comes to contain a perpetual energy source. Total energy use would skyrocket, and all that energy still has to go somewhere, so it ends up as waste heat. Global warming on an unprecedented scale ensues.</p>
<p>There&#8217;s more. If overabundance of energy is the problem, it&#8217;s a mere engineering challenge to build planetary-scale air coolers, beaming waste heat out into space. Imagine an advanced civilization that&#8217;s already doing it. From a distance their planet might look nothing like what current exoplanet researchers are looking for.</p>
<p>There&#8217;s enough here for several novels. If you had unlimited energy resources, what would you like to see built?</p>
<p>More collected Geek Thoughts at http://<a href="http://geekthoughts.info/">geekthoughts</a>.info.</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2009/02/12/geek-thoughts-the-downside-of-free-energy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where have all the acorns gone?</title>
		<link>http://dubinko.info/blog/2008/12/01/where-have-all-the-acorns-gone/</link>
		<comments>http://dubinko.info/blog/2008/12/01/where-have-all-the-acorns-gone/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 04:45:27 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[annoyance]]></category>
		<category><![CDATA[commercialism]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[ecology acorn honey bee map globalwarming]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=389</guid>
		<description><![CDATA[First the bee colonies start to disappear. Next, acorns. Does anyone have a map of the acorn-devoid areas? -m]]></description>
			<content:encoded><![CDATA[<p>First the bee colonies start to disappear. Next, <a href="http://www.washingtonpost.com/wp-dyn/content/article/2008/11/29/AR2008112902045.html?hpid=topnews">acorns</a>. Does anyone have a map of the acorn-devoid areas? -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2008/12/01/where-have-all-the-acorns-gone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sign of the times</title>
		<link>http://dubinko.info/blog/2008/11/07/sign-of-the-times/</link>
		<comments>http://dubinko.info/blog/2008/11/07/sign-of-the-times/#comments</comments>
		<pubDate>Sat, 08 Nov 2008 06:23:13 +0000</pubDate>
		<dc:creator>mdubinko</dc:creator>
				<category><![CDATA[annoyance]]></category>
		<category><![CDATA[commercialism]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[employment]]></category>
		<category><![CDATA[headhunters]]></category>

		<guid isPermaLink="false">http://dubinko.info/blog/?p=382</guid>
		<description><![CDATA[I got a call today from a pushy recruiter. That&#8217;s nothing new. What&#8217;s different is that she was not looking for the usual resume, but rather desperately trying to place candidates. (Or maybe it was just social engineering&#8230;) Is anyone else seeing a reversal in recruiter cold-call strategies? How flooded is the tech job market [...]]]></description>
			<content:encoded><![CDATA[<p>I got a call today from a pushy recruiter. That&#8217;s nothing new. What&#8217;s different is that she was not looking for the usual resume, but rather desperately trying to place candidates. (Or maybe it was just social engineering&#8230;)</p>
<p>Is anyone else seeing a reversal in recruiter cold-call strategies? How flooded is the tech job market at this point? -m</p>
]]></content:encoded>
			<wfw:commentRss>http://dubinko.info/blog/2008/11/07/sign-of-the-times/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

