<?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>Drinkable Chicken &#187; books</title>
	<atom:link href="http://4.flowsnake.org/archives/tag/books/feed" rel="self" type="application/rss+xml" />
	<link>http://4.flowsnake.org</link>
	<description>A Pythoneer&#039;s adventures with Scheme, etc.</description>
	<lastBuildDate>Fri, 15 Jul 2011 08:53:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Dear lazyweb: Wanted: Linux wranglers</title>
		<link>http://4.flowsnake.org/archives/1099</link>
		<comments>http://4.flowsnake.org/archives/1099#comments</comments>
		<pubDate>Sun, 26 Jun 2011 12:08:35 +0000</pubDate>
		<dc:creator>Hans Nowak</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://4.flowsnake.org/?p=1099</guid>
		<description><![CDATA[(Thanks to everybody who replied. I still don&#8217;t have a working solution yet I eventually managed to find a configuration that works for my purposes, combining some of the advice; more about this in a followup post.) ~ OK, here&#8217;s an interesting problem for all you Linux masters/journeymen (or maybe even beginners) out there. The [...]]]></description>
			<content:encoded><![CDATA[<p><em>(Thanks to everybody who replied. <s>I still don&#8217;t have a working solution yet</s> I eventually managed to find a configuration that works for my purposes, combining some of the advice; more about this in a <a href="http://4.flowsnake.org/archives/1118">followup post</a>.)</em></p>
<p>~</p>
<p>OK, here&#8217;s an interesting problem for all you Linux masters/journeymen (or maybe even beginners) out there. The whole story is a bit too long to explain it on IRC or somesuch, so I&#8217;m doing it here. I&#8217;m also offering a bounty/reward; see below.</p>
<p>But first things first. Last week I got an <a href="http://usa.asus.com/Eee/Eee_PC/Eee_PC_1018P/">ASUS 1018P</a>. It&#8217;s a 10&#8243; netbook that I specifically got to do a certain Project that I have been thinking about for a while now. It currently has Ubuntu 11.04 desktop on it (most attempts to install other versions of Linux <a href="http://4.flowsnake.org/archives/1088">failed</a>, but that doesn&#8217;t matter right now). In GUI mode, everything seems to work fine; graphics are correct (it&#8217;s a widescreen), wireless is instantly recognized, sound works, etc. No problems there.</p>
<p>Now, what I want, is apparently rather unusual in this day and age. You know how in the old days of MS-DOS (or early Linuxen) the computer would boot, and you would get a 80&#215;25 text screen? Well, that&#8217;s basically what I want here. I want an option in my boot menu that does just that; instead of booting into the GUI, it shows you a login prompt in 80&#215;25 text mode, and stays there after logging in.</p>
<p>Sounds simple? Not for me. I know a little about Linux, but not enough to pull it all off, because I run into too many problems that I don&#8217;t know how to fix. The way I understand it, the new menu option must boot in runlevel 3, and must use a screen resolution lower than 1024&#215;768 (currently it shows a font with more columns/rows than 80&#215;25, which makes the text unpleasantly small on the 10&#8243; screen).</p>
<p>(The machine is capable of showing 80&#215;25, by the way; it uses it for the BIOS screen, and it also uses it for certain other Linux installations, like Gentoo, so I know it works. It&#8217;s just that Ubuntu insists on switching to a higher resolution with a smaller font.)</p>
<p>If you know how to fix this, I would like to hear from you. ^_^ Please leave comments either below, or via email (zephyrfalcon@gmail.com). Assume that I am not very smart and don&#8217;t know much about Linux. ;-) In other words, I would need some hand-holding, rather than vague advice.</p>
<p>The first reader to come up with an acceptable solution can pick a &#8220;prize&#8221; from the list below. To summarize, this is what I need:</p>
<ul>
<li>extra option in GRUB2 boot menu</li>
<li>boot in runlevel 3 (necessary for text mode, I think, but feel free to correct me)</li>
<li>set screen to a lower resolution, e.g. 640&#215;480 or 800&#215;600, which allows for 80&#215;25 text</li>
<li>ideally, the process should be reproducible on other netbooks as well (assuming Ubuntu)</li>
<li>BONUS points if everything else still works in text mode (sound, wireless, etc)</li>
<li>BONUS points if it&#8217;s still possible to switch to a graphics mode using one library or another, and back to text mode (not a GUI, I&#8217;m more thinking along the lines of SDL here, etc), and you can tell me a bit about how to do this</li>
</ul>
<p>~</p>
<p>Now for the rewards. I don&#8217;t have money to offer, but I do have a bunch of stuff laying around that I don&#8217;t use, and that might be of interest to people. I will send it to you free of charge. NOTE: Sorry, but I can only send it to you if you are in the US or Canada; otherwise the shipping costs will get a little too unwieldy. :( If you are from another country, maybe we can make other arrangements, e.g. I could write some Python code for you, or something.</p>
<p>Books:</p>
<ul>
<li>The Little Lisper, Third Edition</li>
<li>Ada 95 Problem Solving and Program Design (Feldman, Koffman)</li>
<li>Programming in Ada 95 (Barnes)</li>
<li>Unix Ada Programming (Gehani)</li>
<li>Data Structures and Algorithms: An Object-Oriented Approach Using Ada 95 (Beidler)</li>
<li>Miranda: The Craft of Functional Programming (Thompson)</li>
<li>Flex 3: A beginner&#8217;s guide (Davis, Phillips)</li>
<li>The Art of Computer Programming vol. 1: Fundamental Algorithms, Second Edition (Knuth)</li>
<li>Dreaming in Code (Rosenberg)</li>
<li>In The Land of Invented Languages (Okrent)</li>
<li>Twisty Little Passages (Montfort)</li>
<li>Rules of Play: Game Design Fundamentals (Salen, Zimmerman)</li>
<li>The Game Design Reader: A Rules of Play Anthology (Salen, Zimmerman)</li>
<li>Photoshop CS Bible (McClelland)</li>
<li>Magic: The Puzzling (Rosewater)</li>
</ul>
<p>If none of these are to your liking, I also have a bunch of Magic cards (mostly older ones), fantasy books, video games, disassembled Zoids, etc. Oh, and you get to pick more items if you satisfy the &#8220;bonus&#8221; conditions listed. :)</p>
<p>Thanks in advance&#8230;</p>
<p>&#8211;Hans who should really turn in his hacker&#8217;s license :(</p>
]]></content:encoded>
			<wfw:commentRss>http://4.flowsnake.org/archives/1099/feed</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>eBay listings, part 2</title>
		<link>http://4.flowsnake.org/archives/829</link>
		<comments>http://4.flowsnake.org/archives/829#comments</comments>
		<pubDate>Thu, 29 Oct 2009 18:58:28 +0000</pubDate>
		<dc:creator>Hans Nowak</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[compilers]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[ipod]]></category>

		<guid isPermaLink="false">http://4.flowsnake.org/?p=829</guid>
		<description><![CDATA[(Also see part 1 &#8212; they&#8217;re not expired yet.) I listed three four new items on eBay today: iPod Nano, 16 GB, chromatic yellow (4th generation) *SOLD* iPod Shuffle, 1 GB, purple (2nd generation) Writing Compilers and Interpreters, by Ronald Mak Python and Tkinter programming, by John Grayson (relisted, now cheaper) More to come, at [...]]]></description>
			<content:encoded><![CDATA[<p>(Also see <a href="http://4.flowsnake.org/archives/821">part 1</a> &#8212; they&#8217;re not expired yet.)</p>
<p>I listed <span style="text-decoration: line-through;">three</span> four new items on eBay today:</p>
<ul>
<li><a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=220502602217&amp;ssPageName=STRK:MESELX:IT">iPod Nano, 16 GB, chromatic yellow (4th generation)</a> <strong>*SOLD*</strong></li>
<li><a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=220502619094&amp;ssPageName=STRK:MESELX:IT">iPod Shuffle, 1 GB, purple (2nd generation)</a></li>
<li><a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=220502625518&amp;ssPageName=STRK:MESELX:IT">Writing Compilers and Interpreters, by Ronald Mak</a></li>
<li><a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=220503219093#ht_500wt_939">Python and Tkinter programming, by John Grayson</a> (relisted, now cheaper)</li>
</ul>
<p>More to come, at least until I have raised enough funds to pay for my hosting&#8230; :-)</p>
<p>(I still have a bunch of books (programming-related and otherwise), Gamecube games, Magic the Gathering and Magi-Nation cards, a Commodore 64 &amp; stuff, an SGI O2, and much more, that are candidates to be sold. Let me know if you are looking for something specific&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://4.flowsnake.org/archives/829/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>eBay listings, part 1</title>
		<link>http://4.flowsnake.org/archives/821</link>
		<comments>http://4.flowsnake.org/archives/821#comments</comments>
		<pubDate>Fri, 23 Oct 2009 19:27:05 +0000</pubDate>
		<dc:creator>Hans Nowak</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[ebay]]></category>
		<category><![CDATA[lisp]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://4.flowsnake.org/?p=821</guid>
		<description><![CDATA[Well, I&#8217;ve started to sell some stuff on eBay&#8230; I will post the listings here, so you, my faithful readers, will get to see them first. :-) I am actually selling these items so I can pay Dreamhost for another year of hosting, so it&#8217;s for a good cause. (I hope&#8230;) Anyway, here are the [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;ve started to sell some stuff on eBay&#8230; I will post the listings here, so you, my faithful readers, will get to see them first. :-)</p>
<p>I am actually selling these items so I can pay Dreamhost for another year of hosting, so it&#8217;s for a good cause. (I hope&#8230;)</p>
<p>Anyway, here are the first listings:</p>
<ul>
<li>Lisp in Small Pieces:<br />
<a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=220499454202&amp;ssPageName=STRK:MESELX:IT#ht_500wt_939">eBay listing</a> <strong>*SOLD*</strong><br />
<a href="http://www.amazon.com/Lisp-Small-Pieces-Christian-Queinnec/dp/0521545668">Amazon listing</a> (sells for $79 used, $83 new)</li>
</ul>
<ul>
<li>Programming Python, 2nd edition:<br />
<a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=220499512485&amp;ssPageName=STRK:MESELX:IT"> eBay listing</a><br />
<a href="http://www.amazon.com/Programming-Python-Second-Mark-Lutz/dp/0596000855/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1256325785&amp;sr=1-1"> Amazon listing</a></li>
</ul>
<ul>
<li>Python Cookbook, first edition:<br />
<a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=220499516006&amp;ssPageName=STRK:MESELX:IT"> eBay listing</a><br />
<a href="http://www.amazon.com/Python-Cookbook-Alex-Martelli/dp/0596001673"> Amazon listing</a></li>
</ul>
<ul>
<li>Python and Tkinter Programming:<br />
<a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=220499519442&amp;ssPageName=STRK:MESELX:IT"> eBay listing</a><br />
<a href="http://www.amazon.com/Python-Tkinter-Programming-Grayson-Ph-D/dp/1884777813"> Amazon listing</a> ($188 new, $70 used)</li>
</ul>
<p>Programming Python, and the Cookbook, are a bit dated, of course&#8230; but that&#8217;s why they start out cheap! ;-)</p>
<p>The other two seem to be collectors items, more or less; my buy-it-now price is still lower than what you pay for the used version on Amazon, though.</p>
<p>More books coming up&#8230; mostly programming/computer science, and maybe some gaming stuff&#8230; if you are looking for something specific, and you suspect I might have it, drop me a note. :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://4.flowsnake.org/archives/821/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

