<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>WSANDERS.NET</title>
		<link>http://wsanders.net/index.php</link>
		<description><![CDATA[]]></description>
		<copyright>Copyright 2013, wsanders</copyright>
		<managingEditor>wsanders</managingEditor>
		<language>en-US</language>
		<generator>SPHPBLOG 0.5.1</generator>
		<item>
			<title>$15 High Efficiency 5V Buck Regulator</title>
			<link>http://wsanders.net/index.php?entry=entry130310-142837</link>
			<description><![CDATA[<a href="http://www.futurlec.com/Mini_5V_High_Power.shtml" target="_blank" >High Efficiency 5V Buck Regulator</a><br /><br />This is cheaper and safer than buying dubious quality LiPo batteries and chargers. You can power with 8 or more NiMh AA cells, and use the same cells and charger you use around the house for other things. You could even install a USB receptacle and have a less expensive, more powerful, but bulkier version of the popular Minty Boost.<br /><br />This model has a diode bridge in front of the voltage regulator, which has the advantage that you can&#039;t blow it up by connecting input voltage the wrong way. Unfortunately, there&#039;s only a smallish (100uF) cap between the bridge and the the regulator input so it might not work well with AC input. The other problem with using input diodes is they waste about 1 volt power, so the dropout voltage increases to about 8 volts. I&#039;ll probbaly remove the input diodes to make this a more efficient DC to DC converter.<br /><br /><br /><br />]]></description>
			<category></category>
			<guid isPermaLink="true">http://wsanders.net/index.php?entry=entry130310-142837</guid>
			<author>wsanders</author>
			<pubDate>Sun, 10 Mar 2013 21:28:37 GMT</pubDate>
		</item>
		<item>
			<title>A 45-Byte Linux Executable</title>
			<link>http://wsanders.net/index.php?entry=entry130218-131603</link>
			<description><![CDATA[On my list of things to try:<br /><a href="http://www.muppetlabs.com/~breadbox/software/tiny/teensy.html" target="_blank" >http://www.muppetlabs.com/~breadbox/sof ... eensy.html</a>]]></description>
			<category></category>
			<guid isPermaLink="true">http://wsanders.net/index.php?entry=entry130218-131603</guid>
			<author>wsanders</author>
			<pubDate>Mon, 18 Feb 2013 20:16:03 GMT</pubDate>
		</item>
		<item>
			<title>What R DevOps?</title>
			<link>http://wsanders.net/index.php?entry=entry130126-011610</link>
			<description><![CDATA[<a href="http://en.wikipedia.org/wiki/Talk:DevOps" target="_blank" >What Is DevOps, the philosophers ask?</a><br /><br /><a href="http://www.youtube.com/watch?v=Pk7yqlTMvp8" target="_blank" >The famous 2000 EDS superbowl advert sums it up better.</a><br /><br />]]></description>
			<category></category>
			<guid isPermaLink="true">http://wsanders.net/index.php?entry=entry130126-011610</guid>
			<author>wsanders</author>
			<pubDate>Sat, 26 Jan 2013 08:16:10 GMT</pubDate>
		</item>
		<item>
			<title>A Slightly Greener WSANDERS.NET</title>
			<link>http://wsanders.net/index.php?entry=entry120715-104618</link>
			<description><![CDATA[<a href="javascript:openpopup('http://',800,600,false);"><img src="http://" border="0" alt="" /></a><a href="javascript:openpopup('images/557148_4075650925186_218457240_n.jpg',640,478,false);"><img src="images/557148_4075650925186_218457240_n.jpg" width="512" height="382" border="0" alt="" /></a> The Pentium III box that has been chugging away for years collecting weather data has been replaced by the old G4 iBook. This saves about a kWh every two days. Added benefit, the laboratory is strangely quiet now.<br /><br />We have over six years of minute by minute weather data for the premises.]]></description>
			<category></category>
			<guid isPermaLink="true">http://wsanders.net/index.php?entry=entry120715-104618</guid>
			<author>wsanders</author>
			<pubDate>Sun, 15 Jul 2012 17:46:18 GMT</pubDate>
		</item>
		<item>
			<title>Nvidia, KDE, and Xorg Gamma settings: The Three Stooges</title>
			<link>http://wsanders.net/index.php?entry=entry120415-115150</link>
			<description><![CDATA[Wondering why your display is always looking funny? Different displays need different gamma settings and color correction. My cheapo LG E2241 (non IPS) display is very twitchy about display settings - if it&#039;s not exactly right it looks like crap. So I was wondering why each time I calibrated the screen the settings seemed to look bad again the next day. My gammas have to be adjusted substantially fo the cheapo LG display, to something like 0.65.<br /><br />Oh yeah, this is the legacy computer from heck: ancient generic whitebox with ancient nVidia GeForce2 MX 400, CentOS, KDE, and the above 1920x1080 pixel which is kind of pushing the MX400 as far as it was designed to go. (I do have the current nVidia legacy driver installed, which they graciously still support.)<br /><br />Now the fun starts: There are three different places where display gamma gets set in CentOS + KDE. First, on X startup, /etc/X11/Xorg.conf gets read. This sets up the settings for the login screen only, so just leave this alone unless the gamma is intolerably bad. <br /><br />That in turn will be overridden by KDE, which appears to run the &quot;xgamma&quot; command to source in gammas it finds in ~/.kde/share/config/kgammarc. This file is updated by the Monitor Gamma tab in the KDE Display Setting widget. <br /><br />This is turn is overridden only when you happen to run the utility nVidia provides with the driver, /usr/bin/nvidia-settings, which is invoked by the nVidia driver settings widget that gets installed in the KDE System menu. This utility stores its gamma settings in ~/.nvidia-settings-rc.<br /><br />So to keep these three stooges of apps from messing up your settings:<br /><br />- Remove the nVidia driver utility from the KDE menu so you are never tempted to run it, and delete the .nvidia-settings-rc file. The settings aren&#039;t used unless you run the nvidia-setting utility.<br /><br />- Use only the the Monitor Gamma tab in the KDE Display Setting widget to set gammas / color correction.<br /><br />- If you want to make the login screen look nice, edit /etc/X11/xorg.conf.<br /><br />- You could &quot;lock in&quot; the values by running either xgamma or nvidia-settings from your .bashrc file. Or both, if you are not easilty confused.<br /><br />And don&#039;t forget - with LCDs, &quot;brightness&quot; is really &quot;contrast&quot; and vice versa. <a href="http://www.poynton.com/notes/brightness_and_contrast/" target="_blank" >http://www.poynton.com/notes/brightness_and_contrast/</a> has a pretty good sum-up of that.<br /><br />]]></description>
			<category></category>
			<guid isPermaLink="true">http://wsanders.net/index.php?entry=entry120415-115150</guid>
			<author>wsanders</author>
			<pubDate>Sun, 15 Apr 2012 18:51:50 GMT</pubDate>
		</item>
		<item>
			<title>Fonts again</title>
			<link>http://wsanders.net/index.php?entry=entry120108-122542</link>
			<description><![CDATA[I am still in font hell since my screen res changed from 95 to 101 DPI. On my box there are four separate font rendering systems:<br />- &quot;Classic&quot; X fonts, those which would use XFS if I was running XFS. These are ancient X apps like xterm, etc.<br />- KDE, which uses Xft.<br />- Mozilla / Firefox<br />- OpenOffice<br /><br />All these use four different DPI and antialiasing settings: <br />- No antialiasing at all in the case of classic bitmapped X fonts<br />- KDE allows you to control the Xft antialiasing setting via Control Center abd DPI via /etc/X11/Xresources<br />- Mozilla does its own thing, which looks like crap.<br />- Openoffice does its own thing, which looks even crappier.<br /><br />Setting &quot;Xft.dpi: 100&quot; in Xresources helped the most. At 96 (the old default DPI) and 101 (as the video driver calculatea the DPI) some kind of rounding error caused all kinds of problem with kerning, 0&#039;s looking like O&#039;s, etc. I think I&#039;ve just about straightened it out.]]></description>
			<category></category>
			<guid isPermaLink="true">http://wsanders.net/index.php?entry=entry120108-122542</guid>
			<author>wsanders</author>
			<pubDate>Sun, 08 Jan 2012 19:25:42 GMT</pubDate>
		</item>
		<item>
			<title>New Monitor, Old Eyes, Linux Fonts</title>
			<link>http://wsanders.net/index.php?entry=entry120105-104824</link>
			<description><![CDATA[The venerable 1280x1024 flat panel I&#039;ve had for 11 years finally died on Sunday night so I had to run out to Best Buy and settle for what they had in stock. I ended up with an LG &quot;Flatiron&quot; E2241 (21.5&quot;, 1900x1080, 100dpi) for now (the IPS panels were way too expensive), which is your basic consumer model. It&#039;s still a TN panel, and the gamma is quite nonlinear, so my photos look like poo, but it&#039;s fine for office use. <br /><br />The increase from 95 to 100 dpi makes quite a difference (I probably should have bought the 23-inch model; same price). Either:<br /><br />- Linux fonts still suck<br />- My eyes are getting old<br /><br />I vote for a combination theory - Linux fonts are developed by young whippersnappers with perfect vision. We need more geezers designing fonts.]]></description>
			<category></category>
			<guid isPermaLink="true">http://wsanders.net/index.php?entry=entry120105-104824</guid>
			<author>wsanders</author>
			<pubDate>Thu, 05 Jan 2012 17:48:24 GMT</pubDate>
		</item>
		<item>
			<title>Funniest Slashdot comment ever, regarding announcement of Debian release of Hurd: </title>
			<link>http://wsanders.net/index.php?entry=entry110714-162825</link>
			<description><![CDATA[BSD userland on top of GNU Hurd.<br /><br />&quot;What the hell do you call an OS like that?&quot;<br /><br />&quot;I&#039;ll call it &#039;The Aristocrats&#039;&quot;]]></description>
			<category></category>
			<guid isPermaLink="true">http://wsanders.net/index.php?entry=entry110714-162825</guid>
			<author>wsanders</author>
			<pubDate>Thu, 14 Jul 2011 23:28:25 GMT</pubDate>
		</item>
		<item>
			<title>Good GNUPLOT Intro</title>
			<link>http://wsanders.net/index.php?entry=entry110618-135402</link>
			<description><![CDATA[The Gnuplot docs are not very well organized for beginners (hey, I know what a sine wave looks like. What if a have a big file of disorganized, real-world data, with missing data points?) Here&#039;s a good guide:<br /><br /><a href="http://t16web.lanl.gov/Kawano/gnuplot/index-e.html" target="_blank" >http://t16web.lanl.gov/Kawano/gnuplot/index-e.html</a><br /><br />I&#039;m still trying to figure out how to load only lines N through M of a data file.....]]></description>
			<category></category>
			<guid isPermaLink="true">http://wsanders.net/index.php?entry=entry110618-135402</guid>
			<author>wsanders</author>
			<pubDate>Sat, 18 Jun 2011 20:54:02 GMT</pubDate>
		</item>
		<item>
			<title>Launching Ganglia Daemons at Mac OSX Bootup</title>
			<link>http://wsanders.net/index.php?entry=entry110614-171039</link>
			<description><![CDATA[The daemon launch process at <a href="http://www.deanspot.org/comment/reply/261" target="_blank" >http://www.deanspot.org/comment/reply/261</a> says &quot;could use some help here&quot;, so here&#039;s how I did it:<br /><br />I never got gmond and gmetad to start under launchctl as background daemons at boot, gmetad would die after a while and gmond would go nuts and respawn over and over until the machine was unusable. Running in the foreground works, this is how to set it up:<br /><br />OSX 10.6.7, ganglia built in /opt/local from sources, rest of dependencies from Ports, daemons are in /opt/local/sbin, using OSX&#039;s Apache and PHP:<br /><br />- Create two files in /Library/LaunchDaemons: <br /><br />org.ganglia.gmetad.plist:<br /><br />&lt;?xml version=&#039;1.0&#039; encoding=&#039;UTF-8&#039;?&gt;<br />&lt;!DOCTYPE plist PUBLIC &quot;-//Apple Computer//DTD PLIST 1.0//EN&quot;<br />&quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot; &gt;<br />&lt;plist version=&#039;1.0&#039;&gt;<br />&lt;dict&gt;<br />&lt;key&gt;Label&lt;/key&gt;&lt;string&gt;org.ganglia.gmetad&lt;/string&gt;<br />&lt;key&gt;ProgramArguments&lt;/key&gt;<br />&lt;array&gt;<br />        &lt;string&gt;/opt/local/sbin/gmetad&lt;/string&gt;<br />        &lt;string&gt;-d&lt;/string&gt;<br />        &lt;string&gt;1&lt;/string&gt;<br />&lt;/array&gt;<br />&lt;key&gt;RunAtLoad&lt;/key&gt;<br />&lt;true/&gt;<br />&lt;/dict&gt;<br />&lt;/plist&gt;<br /><br />org.ganglia.gmond.plist<br /><br />&lt;?xml version=&#039;1.0&#039; encoding=&#039;UTF-8&#039;?&gt;<br />&lt;!DOCTYPE plist PUBLIC &quot;-//Apple Computer//DTD PLIST 1.0//EN&quot;<br />&quot;http://www.apple.com/DTDs/PropertyList-1.0.dtd&quot; &gt;<br />&lt;plist version=&#039;1.0&#039;&gt;<br />&lt;dict&gt;<br />&lt;key&gt;Label&lt;/key&gt;&lt;string&gt;org.ganglia.gmond&lt;/string&gt;<br />&lt;key&gt;ProgramArguments&lt;/key&gt;<br />&lt;array&gt;<br />        &lt;string&gt;/opt/local/sbin/gmond&lt;/string&gt;<br />        &lt;string&gt;-d&lt;/string&gt;<br />        &lt;string&gt;1&lt;/string&gt;<br />&lt;/array&gt;<br />&lt;key&gt;RunAtLoad&lt;/key&gt; &lt;true/&gt;<br />&lt;/dict&gt;<br />&lt;/plist&gt;<br /><br />- Incorporate them into launchctl&#039;s config:<br /><br />sudo launchctl load -w /Library/LaunchDaemons/org.ganglia.gmond.plist<br /><br />sudo launchctl load -w /Library/LaunchDaemons/org.ganglia.gmetad.plist<br /><br />- Reboot to test. You should see <br /><br />54      -       org.ganglia.gmond<br />55      -       org.ganglia.gmetad<br /><br />in the output of &quot;sudo launchctl list&quot;, the first column is the PID which you will see in the output of ps. Output goes into the system log.<br /><br />]]></description>
			<category></category>
			<guid isPermaLink="true">http://wsanders.net/index.php?entry=entry110614-171039</guid>
			<author>wsanders</author>
			<pubDate>Wed, 15 Jun 2011 00:10:39 GMT</pubDate>
		</item>
	</channel>
</rss>
