<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Blue Light</title>
	<atom:link href="https://www.isegoria.net/2007/08/blue-light/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.isegoria.net/2007/08/blue-light/</link>
	<description>From the ancient Greek for equality in freedom of speech; an eclectic mix of thoughts, large and small</description>
	<lastBuildDate>Sun, 12 Jul 2026 00:01:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6.1</generator>
	<item>
		<title>By: Grasspunk</title>
		<link>https://www.isegoria.net/2007/08/blue-light/comment-page-1/#comment-3247232</link>
		<dc:creator>Grasspunk</dc:creator>
		<pubDate>Tue, 08 Sep 2020 20:56:37 +0000</pubDate>
		<guid isPermaLink="false">http://isegoria.net/isegoria/?p=1175#comment-3247232</guid>
		<description><![CDATA[When I was a compsci student I managed to get contract work coding for the Psychology department. They wanted me to add new features to this software that used a fancy plotter with multiple pens of different colors to draw EEG lines from scanning people&#039;s brains during experiments. 

The software drew nine small graphs, each with multiple colored lines showing EEG plots from different stimuli. 

As I watched it in action it would get the black pen, draw the X/Y axes of the first graph then switch to the first colored pen, draw its line, switch to the second colored pen and so on. The line drawing was super fast but the pen changing was really slow. Then it switched to the second graph and did it all again. It was spending 95% of the time changing pens. I couldn&#039;t bear to watch this thing plot once and they were using it every day.

First thing I did was the obvious rearranging of the loops so it did all the lines for one color at one time because I could not stand watching that endless pen shuffling. They thought I was a coding genius but it was more an operations problem than a code one.]]></description>
		<content:encoded><![CDATA[<p>When I was a compsci student I managed to get contract work coding for the Psychology department. They wanted me to add new features to this software that used a fancy plotter with multiple pens of different colors to draw EEG lines from scanning people&#8217;s brains during experiments. </p>
<p>The software drew nine small graphs, each with multiple colored lines showing EEG plots from different stimuli. </p>
<p>As I watched it in action it would get the black pen, draw the X/Y axes of the first graph then switch to the first colored pen, draw its line, switch to the second colored pen and so on. The line drawing was super fast but the pen changing was really slow. Then it switched to the second graph and did it all again. It was spending 95% of the time changing pens. I couldn&#8217;t bear to watch this thing plot once and they were using it every day.</p>
<p>First thing I did was the obvious rearranging of the loops so it did all the lines for one color at one time because I could not stand watching that endless pen shuffling. They thought I was a coding genius but it was more an operations problem than a code one.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
