<?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>adrianlikins.com &#187; webstuff</title>
	<atom:link href="http://adrianlikins.com/category/webstuff/feed/" rel="self" type="application/rss+xml" />
	<link>http://adrianlikins.com</link>
	<description></description>
	<lastBuildDate>Wed, 06 Jul 2011 03:34:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>color sorting</title>
		<link>http://adrianlikins.com/2011/07/color-sorting/</link>
		<comments>http://adrianlikins.com/2011/07/color-sorting/#comments</comments>
		<pubDate>Wed, 06 Jul 2011 03:34:15 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[free culture]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[ideas]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webstuff]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=615</guid>
		<description><![CDATA[I find the idea of sorting a set of colors in interesting ways. It&#8217;s very much a perceptual problem. Different people will sort a color palette in different ways. &#8220;web&#8221; palette sorted by saturation. (Some of these examples are truncated &#8230; <a href="http://adrianlikins.com/2011/07/color-sorting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I find the idea of sorting a set of colors in interesting ways. It&#8217;s very much a perceptual problem. Different people will sort a color palette in different ways.</p>
<p><img src="http://adrianlikins.com/images/sortpal/web_sat.png" alt="" />&#8220;web&#8221; palette sorted by saturation. (Some of these examples are truncated for formatting, see the <a href="http://adrianlikins.com/sortpal">sortpal</a> pages for fuller versions)</p>
<p>People organize colors differently. Lots of ways to sort them mathematically. Some map well to what people perceive as correct. Some do not.</p>
<p><img src="http://adrianlikins.com/images/sortpal/web_rgb3d.png" alt="" />web palette sorted by proximity in rgb colorspace</p>
<p><a href="http://adrianlikins.com/sortpal">Sortpal</a> is project to try to visualize what some of these different methods look like, and how they compare to each other. It shows a set of color palettes, sorted by the various attributes like it&#8217;s redness, or brightness, or saturation. For example, in the &#8220;red&#8221; row, the reddest colors are at the far left and decreasingly red colors to the right. The width of the color depends on the number of colors in the palette.</p>
<p><img src="http://adrianlikins.com/images/sortpal/web_red.png" alt="" />web palette sorted by redness</p>
<p>Different color palettes can be chosen, including the <a href="http://adrianlikins.com/sortpal/?palette=Web">216 &#8220;web safe&#8221; palette</a> (<a href="http://en.wikipedia.org/wiki/Web_colors">wiki</a>), the <a href="http://adrianlikins.com/sortpal/?palette=Named_Colors">X11/css &#8220;named&#8221; colors (</a><a href="http://en.wikipedia.org/wiki/X11_color_names">wiki</a>), the <a href="http://adrianlikins.com/sortpal/?palette=xkcd">xkcd color survey</a>  (<a href="http://blog.xkcd.com/2010/05/03/color-survey-results/">xkcd color survey</a>), a rough approximation of the spot colors often used in <a href="http://adrianlikins.com/sortpal/?palette=print">print</a>, a </a><a href="http://adrianlikins.com/sortpal/?palette=hilbert_rgb">Hilbert curve through rgb space</a> (<a href="http://en.wikipedia.org/wiki/Hilbert_curve">wiki</a>), misc artistic palettes, etc.</a></p>
<p>The sort methods fall into a couple of sorts (ha!):</p>
<p>Sorting by one component of a color space, the most obvious being the red, blue, green values of RGB:</p>
<p><img src="http://adrianlikins.com/images/sortpal/web_red.png" alt="" /></p>
<p><img src="http://adrianlikins.com/images/sortpal/web_green.png" alt="" /></p>
<p><img src="http://adrianlikins.com/images/sortpal/web_blue.png" alt="" />web palette sorted by red, green, blue respectively</p>
<p>Hue, saturation, and value (<a href="http://en.wikipedia.org/wiki/HSL_and_HSV">HSL and HSV</a>) is another color space, that maps a lot more naturally to how people understand colors.</p>
<p><img src="http://adrianlikins.com/images/sortpal/web_hue.png" alt="" /></p>
<p><img src="http://adrianlikins.com/images/sortpal/web_sat.png" alt="" /></p>
<p><img src="http://adrianlikins.com/images/sortpal/web_value.png" alt="" /></p>
<p><img src="http://adrianlikins.com/images/sortpal/web_lightness.png" alt="" /><br />
web palette sorted by hue, saturation, value, lightness, respectively.</p>
<p>Hue or Saturation are probably what most people think of as the natural way to sort colors.</p>
<p>Another approach is sorting by proximity in the 3d color space. The idea being to start at the origin, and find the closest colors in 3d.</p>
<p><img src="http://adrianlikins.com/images/sortpal/web_hsl3d.png" alt="" />Hue, Saturation, Lightness 3d</p>
<p><img src="http://adrianlikins.com/images/sortpal/web_hsv3d.png" alt="" />Hue, Saturation, Value 3d</p>
<p><img src="http://adrianlikins.com/images/sortpal/web_rgb3d.png" alt="" />Red, Green, Blue 3d</p>
<p>The code is up at <a href="https://github.com/alikins/sortpal.js">github</a>. No promises to it&#8217;s correctness or functionality.</p>
<p>Note that for the most part, all of the methods shown here are described as being one parameter sorts, but in some cases there are secondary and tertiary sorts as well (hsv3d, and chroma ) mostly just to stabilize the sorts.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2011/07/color-sorting/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>too many outlets</title>
		<link>http://adrianlikins.com/2009/01/too-many-outlets/</link>
		<comments>http://adrianlikins.com/2009/01/too-many-outlets/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 22:27:31 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[webstuff]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=478</guid>
		<description><![CDATA[On the few rare occasions I decide to post something, I can never decide where to post it. My blog? Livejournal? Twitter? Facebook? Too many options.]]></description>
			<content:encoded><![CDATA[<p>On the few rare occasions I decide to post something, I can never decide where to post it. My blog? Livejournal? Twitter? Facebook?</p>
<p>Too many options.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2009/01/too-many-outlets/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>web site session sites?</title>
		<link>http://adrianlikins.com/2008/11/web-site-session-sites/</link>
		<comments>http://adrianlikins.com/2008/11/web-site-session-sites/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 05:38:05 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[ideas]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webstuff]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=473</guid>
		<description><![CDATA[I sometimes find myself sitting at someone else&#8217;s computing using their web browser. With all of their sessions and cookies. So say, going to a given website I get their login. I can log them out of their accounts and &#8230; <a href="http://adrianlikins.com/2008/11/web-site-session-sites/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I sometimes find myself sitting at someone else&#8217;s computing using their web browser. With all of their sessions and cookies. So say, going to a given website I get their login.</p>
<p>I can log them out of their accounts and log me in, but thats annoying. Some firefox extensions exist that seem to support multiple users per browser, but that requires extensions.</p>
<p>I wonder if it would be possible to setup a proxy website that would store all my various session info so I could retain it as I switched machines.</p>
<p>I&#8217;m not exactly well versed in web stuff these days, but it seems like it should be doable. Maybe such a thing already exists.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2008/11/web-site-session-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>splicemusic</title>
		<link>http://adrianlikins.com/2006/09/splicemusic/</link>
		<comments>http://adrianlikins.com/2006/09/splicemusic/#comments</comments>
		<pubDate>Mon, 25 Sep 2006 02:05:46 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[free culture]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webstuff]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=357</guid>
		<description><![CDATA[Playing around with splicemusic.com. A website that involve some aspects of a social networking site and music collab/sharing sites like ccmixter. It&#8217;s all CC content, and they include a simple little flash based sequencer app for quickly building songs with &#8230; <a href="http://adrianlikins.com/2006/09/splicemusic/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Playing around with <a href="http://www.splicemusic.com">splicemusic.com</a>. A website that involve some aspects of a social networking site and music collab/sharing sites like ccmixter. It&#8217;s all CC content, and they include a simple little flash based sequencer app for quickly building songs with the available samples.</p>
<p>An interesting idea, although the site still seems to be in beta. Some of the ui bits could use some work, but I like the idea of it if nothing else.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2006/09/splicemusic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pandora meetup</title>
		<link>http://adrianlikins.com/2006/09/pandora-meetup/</link>
		<comments>http://adrianlikins.com/2006/09/pandora-meetup/#comments</comments>
		<pubDate>Thu, 21 Sep 2006 17:13:21 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[music]]></category>
		<category><![CDATA[webstuff]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=347</guid>
		<description><![CDATA[Went to a meetup for pandora last night with badger See his notes for a more detailed overview of what was discussed. It was an interesting talk, covering the origins of the company and the service and an overview of &#8230; <a href="http://adrianlikins.com/2006/09/pandora-meetup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Went to a meetup for <a href="http://www.pandora.com">pandora</a> last night with <a href="http://badger.livejournal.com">badger</a></p>
<p>See his <a href="http://badger.livejournal.com/1034066.html">notes</a> for a more detailed overview of what was discussed.</p>
<p>It was an interesting talk, covering the origins of the company and the service and an overview of the tech and work behind the service.</p>
<p>One of the more interesting aspects was there tendency to avoid using collaborative filtering and other &#8220;social&#8221; forms for suggesting music. More than a few questions from an audience were variations of &#8220;why don&#8217;t you add collaborative filtering?&#8221; and I think the presenter offered a pretty good reasoning.</p>
<p>However, it sounds like pandora has more than a few vestigial dot-com tendencies, even though the presenter seemed to be intent on avoiding them. They are currently losing money, with a pretty good burn rate, and are mostly looking at ad revenue to solve the problem.</p>
<p>The service itself seems pretty expensive, as every new user adds significant bandwidth and licensing fees. I don&#8217;t really see them surviving for very long.</p>
<p>A few questions I didn&#8217;t asked but should of:</p>
<p>Would it be possible to include more freely distributed music (Creative Commons, etc) in an effort to lower licensing costs?<br />
Do the song selection code take into account any sponsors or partners music? (aka, &#8220;Do you take payola?&#8221;)<br />
Will there be any efforts to gather more demographic info to make advertisers happier?<br />
Any plans to extend the concept beyond music? Visual Art? Movies? TV?</p>
<p>I hadn&#8217;t actually used pandora much after an initial experiment several months ago that didn&#8217;t work well (for the love of god, just because I like King Crimson doesn&#8217;t mean I want to hear E.L.P). But trying it out last night and today, and it&#8217;s been pretty remarkable so far.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2006/09/pandora-meetup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>two posts in a row not about motorcycles. On a plane.</title>
		<link>http://adrianlikins.com/2006/08/two-posts-in-a-row-not-about-motorcycles-on-a-plane/</link>
		<comments>http://adrianlikins.com/2006/08/two-posts-in-a-row-not-about-motorcycles-on-a-plane/#comments</comments>
		<pubDate>Thu, 24 Aug 2006 18:02:47 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[webstuff]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/archives/2006/08/24/two-posts-in-a-row-not-about-motorcycles-on-a-plane/</guid>
		<description><![CDATA[Dorkiness! I now own &#8220;on-a-plane.com&#8221;. Anyone that wants a subdomain DNS pointer, let me know and I&#8217;ll see what I can do.]]></description>
			<content:encoded><![CDATA[<p>Dorkiness!</p>
<p>I now own &#8220;on-a-plane.com&#8221;. Anyone that wants a subdomain DNS pointer, let me know and I&#8217;ll see what I can do.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2006/08/two-posts-in-a-row-not-about-motorcycles-on-a-plane/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jaeetyet?</title>
		<link>http://adrianlikins.com/2006/08/jaeetyet/</link>
		<comments>http://adrianlikins.com/2006/08/jaeetyet/#comments</comments>
		<pubDate>Tue, 08 Aug 2006 04:05:30 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[webstuff]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/archives/2006/08/08/jaeetyet/</guid>
		<description><![CDATA[Flick seems to be eating my cell phone picks somewhere. The phone seems to indicate they are being sent correctly, but they never show up on flickr or here. Which is a shame, since I posted awesome pictures today. Except &#8230; <a href="http://adrianlikins.com/2006/08/jaeetyet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Flick seems to be eating my cell phone picks somewhere. The phone seems to indicate they are being sent correctly, but they never show up on flickr or here. Which is a shame, since I posted awesome pictures today. Except they weren&#8217;t awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2006/08/jaeetyet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not a Dump Truck</title>
		<link>http://adrianlikins.com/2006/07/not-a-dump-truck/</link>
		<comments>http://adrianlikins.com/2006/07/not-a-dump-truck/#comments</comments>
		<pubDate>Sat, 29 Jul 2006 16:47:35 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[webstuff]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=292</guid>
		<description><![CDATA[I&#8217;m a dork. I now own notadumptruck.com. Aside from touching upon a quickly fading internet meme, it also describes me well. I am not, nor have I ever been, a dump truck.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a dork. I now own <a href="http://notadumptruck.com">notadumptruck.com</a>.</p>
<p>Aside from touching upon a quickly fading internet meme, it also describes me well. I am not, nor have I ever been, a dump truck.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2006/07/not-a-dump-truck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phone</title>
		<link>http://adrianlikins.com/2006/07/phone/</link>
		<comments>http://adrianlikins.com/2006/07/phone/#comments</comments>
		<pubDate>Thu, 27 Jul 2006 22:49:03 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webstuff]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=288</guid>
		<description><![CDATA[I finally decided to upgrade from my phone from a craptastic nokia to a craptacular motorrola razr. It does have some nice improvements though. Like useable gprs and bluetooth. I got the osx box syncing to it, and able to &#8230; <a href="http://adrianlikins.com/2006/07/phone/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I finally decided to upgrade from my phone from a craptastic nokia to a craptacular motorrola razr.</p>
<p>It does have some nice improvements though. Like useable gprs and bluetooth. I got the osx box syncing to it, and able to get to the internet using it as a bluetooth modem. Took a few hours, but finally found the info I need on the cingular site. Though, the cingular docs on how to connect from osc actually have you firing up a terminal and typing in AT commands at one. Thats pretty awesome. Found a better way elsewhere.</p>
<p>The linux box is next. I got it talking to it via a usb bluetooth dongle, but couldn&#8217;t really test anything since I still don&#8217;t really get any GPRS connection at home.</p>
<p>Next up is getting the blog to accept phone posts. It seems to work for text, but something goes wonky with images. I really need to update the version of wordpress anyway, since it seems like 1.5.x is now unsupported. I&#8217;ve had to hack up the themes and whatnot to make the captcha stuff work, but hopefully thats not an issue in 2.x.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2006/07/phone/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>inkscape tracing</title>
		<link>http://adrianlikins.com/2006/07/inkscape-tracing/</link>
		<comments>http://adrianlikins.com/2006/07/inkscape-tracing/#comments</comments>
		<pubDate>Mon, 24 Jul 2006 06:42:22 +0000</pubDate>
		<dc:creator>adrian</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[doodles]]></category>
		<category><![CDATA[free culture]]></category>
		<category><![CDATA[graphics]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[webstuff]]></category>

		<guid isPermaLink="false">http://adrianlikins.com/?p=277</guid>
		<description><![CDATA[I finally decided to give inkscape a try at importing and vectorizing some of my doodles. It did a much better job than I expected. It choked on some of the larger doodles, but then, I can&#8217;t really blame it &#8230; <a href="http://adrianlikins.com/2006/07/inkscape-tracing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I finally decided to give inkscape a try at importing and vectorizing some of my <a href="http://www.adrianlikins.com/doodles/">doodles</a>.</p>
<p>It did a much better job than I expected. It choked on some of the larger doodles, but then, I can&#8217;t really blame it for choking on say, <a href="http://www.adrianlikins.com/doodles/doodle31.html">doodle31</a>.</p>
<p>Take a look at some of the <a href="http://www.adrianlikins.com/svg/">example traced svgs.</a> That just includes the SVG&#8217;s that do not crash firefox ;-></p>
<p>Which reminds me that I need to catch up on the doodle scanning. I think I&#8217;m one or two dozen behind.</p>
]]></content:encoded>
			<wfw:commentRss>http://adrianlikins.com/2006/07/inkscape-tracing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

