<?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>Armando Fox &#187; Books &amp; E-books</title>
	<atom:link href="http://www.armandofox.com/geek/category/books/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.armandofox.com/geek</link>
	<description>A breadth-first traversal of life</description>
	<lastBuildDate>Thu, 02 Feb 2012 23:36:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dry-running homeworks &amp; quizzes for saas-class.org</title>
		<link>http://www.armandofox.com/geek/2012/02/dry-running-homeworks-quizzes-for-saas-class-org/</link>
		<comments>http://www.armandofox.com/geek/2012/02/dry-running-homeworks-quizzes-for-saas-class-org/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 23:36:57 +0000</pubDate>
		<dc:creator>fox</dc:creator>
				<category><![CDATA[Books & E-books]]></category>
		<category><![CDATA[Teaching]]></category>

		<guid isPermaLink="false">http://www.armandofox.com/geek/?p=455</guid>
		<description><![CDATA[When we signed up to offer the free saas-class.org, we decided (wisely, in retrospect) to pipeline it to start a few weeks after the on-campus course.
The rationale was that we&#8217;d have a chance to field-test the homeworks and quizzes on real students, debug the questions and answers, and fix them up in time for the [...]]]></description>
			<content:encoded><![CDATA[<p>When we signed up to offer the free <a href="http://saas-class.org">saas-class.org</a>, we decided (wisely, in retrospect) to pipeline it to start a few weeks after the on-campus course.</p>
<p>The rationale was that we&#8217;d have a chance to field-test the homeworks and quizzes on real students, debug the questions and answers, and fix them up in time for the online class.</p>
<p>We just got through grading the first programming homework using the autograder.  Tellingly, students made a number of (understandable) errors that we hadn&#8217;t thought of, so we had to change our specfiles to give partial credit for cases where some of these unforeseen errors were made.  (The autograder runs a bunch of <a href="http://rspec.info">specs</a> on each submission, possibly with different weights toward the overall score, and reports the overall score and which specs failed.)</p>
<p>We also found, not surprisingly, quiz questions that we thought were unambiguous but actually needed fixing.</p>
<p>And of course, we commonly make minor errors in lecture slides that are corrected after lecture, or add clarifications to lecture slides based on questions received in class.</p>
<p>So the bottom line is the online students will benefit from having had the lectures, homeworks and quizzes pre-tested by a talented (and patient!) group of students on campus.  The students of CS 169 Spring 2012 say &#8220;you&#8217;re welcome.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.armandofox.com/geek/2012/02/dry-running-homeworks-quizzes-for-saas-class-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rethinking the format of a software engineering textbook</title>
		<link>http://www.armandofox.com/geek/2012/01/rethinking-the-format-of-a-software-engineering-textbook/</link>
		<comments>http://www.armandofox.com/geek/2012/01/rethinking-the-format-of-a-software-engineering-textbook/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 18:50:35 +0000</pubDate>
		<dc:creator>fox</dc:creator>
				<category><![CDATA[Books & E-books]]></category>
		<category><![CDATA[Teaching]]></category>

		<guid isPermaLink="false">http://www.armandofox.com/geek/?p=446</guid>
		<description><![CDATA[Why did Dave Patterson and I decide in April 2011 to write a textbook for our &#8220;SaaS-flavored&#8221; CS169?  Aren&#8217;t there a ton of software engineering textbooks out there already?  And aren&#8217;t there a ton of practitioner-targeted books for teaching Rails, Agile, Cucumber, etc.?
Among the textbooks, precious few focus on Agile, mostly treating it as a [...]]]></description>
			<content:encoded><![CDATA[<div>Why did Dave Patterson and I decide in April 2011 to write a <a href="http://saasbook.info">textbook</a> for our &#8220;SaaS-flavored&#8221; <a href="http://www-inst.eecs.berkeley.edu/~cs169/sp12">CS169</a>?  Aren&#8217;t there a ton of software engineering textbooks out there already?  And aren&#8217;t there a ton of practitioner-targeted books for teaching Rails, Agile, Cucumber, etc.?</div>
<div>Among the textbooks, precious few focus on Agile, mostly treating it as a side topic, but we think Agile is a great fit for the classroom—1 or 2 week iterations doing complete &#8220;mini-lifecycles&#8221; of a part of a software system.  The ones that teach Agile use Java (presumably because so many universities are <a href="http://www.joelonsoftware.com/articles/ThePerilsofJavaSchools.html">JavaSchools</a>), whose viscosity outweighs the &#8220;lightweight process&#8221; advantage Agile is supposed to confer.  Our view is that learning a new language and tools is worthwhile  if it furthers the educational goal of teaching how to build long-lasting maintainable software with maximum productivity.   (I&#8217;m one of the contrarians who is still conflicted about the elimination of the Scheme version of the <a href="http://mitpress.mit.edu/sicp/">Abelson &amp; Sussman SICP</a> course, since Scheme is arguably the best language for doing what SICP tries to do.)</div>
<div>Also, despite the fact that the #1 request from our industrial colleagues was &#8220;teach students how to work with  legacy code,&#8221; most software engineering textbooks we looked at barely mention this topic, with a couple of notable exceptions that focus on using existing open-source software as a teaching vehicle.  (For the record, I think that&#8217;s a great idea, but not for our course: while OSS affords opportunities for teaching about legacy and refactoring, it often lives in ecosystems whose testing environments are less than delightful to use, e.g. C or C++ code.)</div>
<div>There&#8217;s hundreds of practitioner books on Agile, Rails, RSpec, Cucumber, Git, refactoring in Ruby, design patterns in Ruby &amp; Rails, ad nauseam—and that&#8217;s the problem.  We probably perused over 10,000 pages of text in those books in preparing the material for our book.  There is no single narrative that weaves the topics together in a way that makes sense to engineers new to SaaS+Agile+Rails, puts them in the context of software engineering history and best practices, and does it in an amount of text that is realistic for undergrads to consume during a 10-15 week course.</div>
<div>Once we decided to write the book, the next easy decision was to focus on ebooks.  Ebooks aren&#8217;t the future of textbooks, they&#8217;re the present.  So we knew from day one that we needed an authoring environment that would allow us to derive multiple ebook formats plus a dead-tree version from the same source files.  (I&#8217;ll probably release this environment as open source once it&#8217;s cleaned up; it&#8217;s LaTeX, tex4ht, and a bunch of Ruby scripts.)</div>
<div>But since today&#8217;s ebooks are generally inferior versions of their printed counterparts, we came up with a whole list of enhancements for what we thought an ebook could be, inspired in part by <a href="http://itunes.apple.com/us/app/id432753658?mt=8">Al Gore&#8217;s <em>Our Choice </em>ebook for the Apple iPad</a>.  Many (but not all) of the features we want are likely to be present in the upcoming iBooks edition of our textbook.  And as I described in <a href="http://www.armandofox.com/geek/2012/01/scaling-a-saas-course-to-50k-use-the-web-luke/">another post</a>, ebooks can be updated frequently and errata corrections pushed out to students practically on-demand, and delivering an ebook to an international student is a lot less daunting than delivering physical books.</div>
<div></div>
<div>Ebook aside, though, it&#8217;s worth describing a few of the features that even transfer over to the print version, kind of, because I think we&#8217;re learning how books of all formats can be better integrated with online materials.</div>
<ul>
<li>Every code example in the <a href="http://saasbook.info">textbook</a>, and many additional ones that are part of the lectures or the homeworks, are up on <a href="http://pastebin.com/u/saasbook">Pastebin</a>.  So even students who doggedly refuse to learn an editor with syntax highlighting can see what they&#8217;re missing, plus Pastebin provides 1-click copy-and-paste so they can try the code themselves.  We created automation to keep the Pastebin links in sync with the URLs that appear in the book and ebook whenever the examples are updated and/or the book is revved.</li>
<li>Many book chapters include screencasts to show how to use specific tools.  Anyone can <a href="http://screencast.saasbook.info">watch these for free on Vimeo</a> (albeit out of context), and we&#8217;ll be doing an iBooks version of the book in which the screencasts are embedded right into the ebook.</li>
<li>There&#8217;s no glossary.  With <a href="http://en.wikipedia.org">Wikipedia</a>, who needs one?  Instead, important terms in the book are linked to the corresponding Wikipedia entries.  (In the print book, they appear as URIs in the endnotes of each chapter, but in the Kindle book, the links are live as long as you&#8217;re connected to the Internet).</li>
<li>At the moment there&#8217;s no index.  This may be a hardship if you only own the print version, but the electronic version is searchable.  We anticipate it will be common for print book owners to also own the electronic version (though sadly there&#8217;s no way for us to bundle the two purchases, since the print book is created and distributed by the <a href="http://createspace.com">CreateSpace print-on-demand shop</a> and the Kindle ebook is distributed by Amazon, which ironically owns CreateSpace).</li>
<li>Separately from term definitions via Wikipedia, the book includes various links to interesting news articles, YouTube videos, and other online materials related to the text.  If you&#8217;re reading the ebook on a device like the iPad or Kindle Fire, you can just click on the videos and watch them.  The print book has URIs that you have to type in manually.</li>
</ul>
<p>So that&#8217;s what we&#8217;ve been doing and why.  The alpha edition, with some missing chapters, is now available (January 2012) at <a href="http://saasbook.info">saasbook.info</a>.  By March there will be some minor revisions to it and by Fall we hope to have a beta edition that is content-complete.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.armandofox.com/geek/2012/01/rethinking-the-format-of-a-software-engineering-textbook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scaling a SaaS course to 50K+: Use the Web, Luke</title>
		<link>http://www.armandofox.com/geek/2012/01/scaling-a-saas-course-to-50k-use-the-web-luke/</link>
		<comments>http://www.armandofox.com/geek/2012/01/scaling-a-saas-course-to-50k-use-the-web-luke/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 22:14:09 +0000</pubDate>
		<dc:creator>fox</dc:creator>
				<category><![CDATA[Books & E-books]]></category>
		<category><![CDATA[Teaching]]></category>

		<guid isPermaLink="false">http://www.armandofox.com/geek/?p=443</guid>
		<description><![CDATA[Berkeley, like many schools, has departmentally-owned computer clusters so students can get temporary shell accounts for courses that have a software component or require the use of courseware.
Fine for the 108 students in CS 169 this semester.  But how can we provide over 50,000 students the necessary software infrastructure (and our in-progress textbook) to participate [...]]]></description>
			<content:encoded><![CDATA[<p>Berkeley, like many schools, has departmentally-owned computer clusters so students can get temporary shell accounts for courses that have a software component or require the use of courseware.</p>
<p>Fine for the 108 students in <a href="http://www-inst.eecs.berkeley.edu/~cs169/sp12">CS 169 this semester</a>.  But how can we provide <a href="http://saas-class.org">over 50,000 students</a> the necessary software infrastructure (and our in-progress <a href="http://saasbook.info">textbook</a>) to participate in the class?</p>
<p>Simple answer—we don&#8217;t.  The on-campus class has been relying more and more on existing commercial SaaS tools and less on Berkeley&#8217;s own IT infrastructure, in part because we thought it was important for students to use the same services and tools they&#8217;d use if they were full-time developers.  The transition is now complete:</p>
<ul>
<li>We provide a <a href="http://virtualbox.org">VirtualBox</a>-compatible VM image with all courseware (Ubuntu+ Ruby+ Rails+ gems+ &#8230;.) Thanks to <a href="http://sites.google.caom/site/facultysummit2010/speakers">Maggie Johnson</a> for offering to have Google underwrite the nontrivial bandwidth charges for distributing a 1.5GB VM image to over 50,000 people <a href="http://saasbook.appspot.com">via Google AppEngine</a>.</li>
<li>More than half the students signed up at <a href="http://saas-class.org">saas-class.org</a> are non-USA.  The <a href="http://createspace.com/3727664">print version</a> of our book is beyond the reach of many of these, both because of shipping and because of its $20 price (low for a textbook, high for India).  Fortunately we had always planned on doing a Kindle edition anyway, which is <a href="http://www.amazon.com/dp/B006WU5G4C">priced at $9.99</a> (for now), can be obtained instantaneously, and can be updated on demand (we&#8217;re planning a new Kindle release just before the online course begins, and probably one more before the Beta Edition comes out in Fall 2012).</li>
<li>Every student will open a free <a href="http://heroku.com">Heroku</a> account for deploying their projects, so the autograders (and someday a Saucelabs-based grader, I hope) can check deployed code running on a public server.  Coursera apparently uses EC2 to run many instances of the autograder.</li>
<li>For code that doesn&#8217;t get deployed, we&#8217;re developing an autograder that runs rspec, reek, flay and flog, so students&#8217; code is evaluated for both correctness and good coding style.  The feedback may not be as deep as you&#8217;d get from an experienced TA looking over your shoulder, but the approach scales way better.</li>
<li>Every student opens a <a href="http://github.com">Github</a> account.  Since we need to protect homeworks against plagiarism, students need private repos for those.  The Github free account doesn&#8217;t allow that, but we&#8217;ve been working with Github to offer a free time-limited Micro account to the online students (many of whom are not traditional full-time students and so don&#8217;t qualify for Github&#8217;s <a href="http://github.com/edu">free student micro plan</a>).  Shout out to Chris Wanstrath and Kami Lott for making that happen!</li>
</ul>
<p>Whew!  That&#8217;s the list so far.  In another post I&#8217;ll write up what we did in the textbook both to embrace the coming ebook tsunami and to make the book more interactive and connected to other online course materials, even if you get the dead-tree version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.armandofox.com/geek/2012/01/scaling-a-saas-course-to-50k-use-the-web-luke/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meaningful feedback on 50,000 programming assigments?</title>
		<link>http://www.armandofox.com/geek/2012/01/meaningful-feedback-on-50000-programming-assigments/</link>
		<comments>http://www.armandofox.com/geek/2012/01/meaningful-feedback-on-50000-programming-assigments/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 22:01:28 +0000</pubDate>
		<dc:creator>fox</dc:creator>
				<category><![CDATA[Books & E-books]]></category>
		<category><![CDATA[Teaching]]></category>

		<guid isPermaLink="false">http://www.armandofox.com/geek/?p=441</guid>
		<description><![CDATA[Previously I mentioned that we&#8217;re offering the first five weeks of Berkeley&#8217;s CS169 course through the Coursera education portal (the startup formed to commercialize Andrew Ng and Daphne Koller&#8217;s online education system).
I had already been thinking of autograding technology even for the on-campus course, since enrollment has grown from a low of about 35 when [...]]]></description>
			<content:encoded><![CDATA[<p>Previously I mentioned that we&#8217;re offering the first five weeks of Berkeley&#8217;s <a href="http://www-inst.eecs.berkeley.edu/~cs169/sp12">CS169</a> course through the <a href="http://coursera.com">Coursera</a> education portal (the startup formed to commercialize Andrew Ng and Daphne Koller&#8217;s online education system).</p>
<p>I had already been thinking of autograding technology even for the on-campus course, since enrollment has grown from a low of about 35 when I first took over the course to a high of 108 this semester, and we continue to have chronic TA shortages.  For 50,000+ students, there&#8217;s no choice but to automate everything.</p>
<p><em>Given the apprenticeship aspect of learning to write good code, can we really give automated feedback on programming assignments in a meaningful way, beyond just testing whether the code runs and computes the right answer?</em></p>
<p>Coursera already had autograding for multiple-choice and short-answer (match a regexp) questions, but we wanted to be able to autograde programming assignments too.  To that end, Coursera created an API that allows an autograder to run arbitrary code to evaluate student homework submissions.  We&#8217;ve used that ability to create a tool that runs <a href="http://rspec.info">RSpec</a> in a sandbox, so that we can do an automatic but detailed evaluation of student code.  For example, if an assignment specifically calls for them to use map() rather than writing a loop to express an operation on a collection, RSpec allows writing fine-grained tests that would check this.</p>
<p>Our goal is to extend the tool to also run <a href="https://github.com/kevinrutherford/reek/wiki">reek</a>, which looks for code smells, <a href="http://ruby.sadi.st/Ruby_Sadist.html">flog</a>, which estimates cyclomatic complexity, and <a href="http://ruby.sadi.st/Ruby_Sadist.html">flay</a>, which looks for duplicated code across many , so that we can provide automated feedback on coding style and best practices as well as code correctness.  We also expect to hook up SimpleCov or cover_me to give students feedback on their code coverage.  We&#8217;ll release this tool on Github as soon as it&#8217;s been field-tested.</p>
<p>Since we teach BDD, I&#8217;m also looking for a way to automatically run integration tests against students&#8217; homeworks, which they deploy on <a href="http://heroku.com">Heroku</a>.  So my next adventure is to get in touch with someone at Saucelabs and see what we can work out.</p>
<p>Anyone want to introduce me?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.armandofox.com/geek/2012/01/meaningful-feedback-on-50000-programming-assigments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CS 169 x 50,000 == ?</title>
		<link>http://www.armandofox.com/geek/2012/01/cs-169-x-50000/</link>
		<comments>http://www.armandofox.com/geek/2012/01/cs-169-x-50000/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 21:17:08 +0000</pubDate>
		<dc:creator>fox</dc:creator>
				<category><![CDATA[Books & E-books]]></category>
		<category><![CDATA[Teaching]]></category>

		<guid isPermaLink="false">http://www.armandofox.com/geek/?p=439</guid>
		<description><![CDATA[Along with Dave Patterson and Koushik Sen, I&#8217;m teaching CS 169 Software Engineering at Berkeley this spring (Jan-May 2012).
As with previous times I&#8217;ve taught the class, students will learn fundamental SW engineering techniques in the context of using agile methods to develop SaaS using Rails.  (High buzzword quotient for that sentence.)  This is the fifth [...]]]></description>
			<content:encoded><![CDATA[<p>Along with Dave Patterson and Koushik Sen, I&#8217;m teaching CS 169 Software Engineering at Berkeley this spring (Jan-May 2012).</p>
<p>As with previous times I&#8217;ve taught the class, students will learn fundamental SW engineering techniques in the context of using agile methods to develop SaaS using Rails.  (High buzzword quotient for that sentence.)  This is the fifth time we&#8217;ve done a SaaS-oriented class and the second time that the official CS 169 offering has been taught this way, and we&#8217;ve been happy with the results.</p>
<p>But some major things are new this time around.  First, Dave and I are writing a <a href="http://saasbook.info">textbook</a> that we hope will allow others to teach this course.  The alpha edition, which is missing some chapters, is available now in print and Kindle formats (I&#8217;ll blog later about our experience self-publishing it).  Writing the book has also helped better organize the lecture material.</p>
<p>Second, Github and Google join the list of companies who are being super-cool in connecting the students in the course with great services/products at their own expense, and/or providing great guest speakers to come talk about life in the real SW world.  (Current list already included Pivotal Labs and Heroku.)</p>
<p>Third and scariest, <a href="http://www.cs.stanford.edu/~ang">Andrew Ng at Stanford</a> persudaded us to offer the first 5 weeks of the course using the online-learning infrastructure he and Daphne Koller pioneered last year.  Anyone can sign up for free at <a href="http://saas-class.org">saas-class.org</a> —and so far over <em><strong>53,000</strong></em> people have!  Holy s**t.  Even with 90% attrition, 5,300 people would be more than I&#8217;ve cumulatively taught in my whole life.</p>
<p>Basically, we&#8217;ve refactored our 70-minute on-campus lectures into 6-7 ten-minute chunks each, which Andrew recommended as a near-optimal quantum.  In their system, each video chunk is supposed to include one or two self-assessment questions (multiple choice) that the student must answer correctly before proceeding, kind of like when you go to traffic school online to get a ticket wiped from your record.  I had already been getting good results using <a href="http://mazur.harvard.edu/research/detailspage.php?rowid=8">peer instruction</a> sporadically in lecture, so we just systematized it to include a peer instruction question at the end of every chunk of lecture material; these same questions become the in-video self-assessment questions.</p>
<p>At this scale, everything has to be optimized for automatic grading and evaluation.  (Although the on-campus enrollment for CS 169 right now is 108, which is about triple its typical size, so I had already been thinking about auto-grading and design-for-gradability even before the online course happened.)  I&#8217;ll write more about that shortly.  But meanwhile, if you&#8217;re off-campus and interested, go ahead and sign up—hey, what&#8217;s one more?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.armandofox.com/geek/2012/01/cs-169-x-50000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kindle Fire: probably good enough</title>
		<link>http://www.armandofox.com/geek/2011/11/kindle-fire-probably-good-enough/</link>
		<comments>http://www.armandofox.com/geek/2011/11/kindle-fire-probably-good-enough/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 20:06:22 +0000</pubDate>
		<dc:creator>fox</dc:creator>
				<category><![CDATA[Books & E-books]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Teaching]]></category>

		<guid isPermaLink="false">http://www.armandofox.com/geek/?p=432</guid>
		<description><![CDATA[Since Dave Patterson and I have signed up to offer the first 5 weeks of Berkeley’s CS169 Software Engineering class as  a free online course using Stanford’s ClassX, I feel the pressure ratcheted up to finish the textbook we’ve been preparing for use with this course.
We’ve always intended to deliver it primarily as an e-book, [...]]]></description>
			<content:encoded><![CDATA[<p>Since Dave Patterson and I have signed up to offer the first 5 weeks of Berkeley’s CS169 Software Engineering class as  a <a href="http://saas-class.org">free online course using Stanford’s ClassX</a>, I feel the pressure ratcheted up to finish the <a href="http://www.saasbook.info">textbook</a> we’ve been preparing for use with this course.</p>
<p>We’ve always intended to deliver it primarily as an e-book, and while we have a very promising prototype of a highly interactive tablet version, we recognize that in the near term the mass market for e-books will be the Kindle format.</p>
<p>We‘ve been assuming many (most?) people will use the free Kindle Cloud Reader since it displays color and can take advantage of a larger screen than the Kindle hardware devices.  So we were excited when the <a href="http://amazon.com/kindlefire">Kindle Fire</a> was announced—a color e-book reader that doubles as an Android tablet at an attractive price point ($199) might be something that gets real student uptake.  We ordered a couple to evaluate internally.</p>
<p>First, people are invariably going to compare it to the iPad.  I’d say there’s no comparison.  Besides Fire’s smaller size, its user experience is downright clunky compared to iOS.  (I’m new to Android, but if this is representative of the gap between iOS and Android, they’re two different products.)  Using the tablet is far from intuitive.  Not all of my books appear under the Books tab; some appear only under the Home tab.  And the Home tab is different from the Apps tab.  In trying to review the apps I have, there’s a bunch on there I don’t even understand (hidden apps that came with the device but aren’t visible on the Apps screen), and I can’t imagine how a nontechnical user could figure out what to do with them.  Frequently, dialogs will pop up that require typing, yet the on-screen blind-up keyboard will cover some of the fields, so that it&#8217;s impossible to see what you’re typing except by repeatedly hiding and re-showing the keyboard.  There are ever-present buttons along the bottom of the screen for Back, Home, and Search, but these buttons don’t work the same way (or at all) in every app.  For example, I downloaded a YouTube viewer app and was puzzled when the Search button didn’t present a search bar. Turns out the app had its own Search function that doesn’t use the Android-standard everpresent search button.  Big lose.</p>
<p>I didn’t try the media-consumption features (watching TV/movies, downloading songs, etc.), but they’ve gotten <a href="http://gigaom.com/apple/ipad-or-kindle-fire-which-should-you-buy/">only lukewarm reviews from others</a>.</p>
<p>The touch interface is flawed.  The multitouch hardware is fine, and the build quality of the device feels solid, but the sensitivity to actual gestures is badly off.  It’s nearly impossible to open a book from the “carousel view” without flipping past it.  Page turns are oversensitive, and you can’t hold the device in just one hand because every part of the screen responds to touch and you end up turning pages without meaning to.  (The original Kindle had this problem with button placement.  It’s amazing they didn’t learn from that experience.)  The page turning animation is jerky rather than smooth, and if you balk partway through the page-turning gesture, it’s quite hard to detect whether the page was actually turned or not except by actually re-parsing the words—big lose.</p>
<p>So it’s not an iPad—is it a better Kindle?  Maybe.  I have 3 other black-and-white Kindles (1st gen, DX, and graphite-colored 3rd gen), and my position has always been that those devices are one-trick ponies, but it’s a really good trick.  The 3G in particular is ultralight, can be read in bright sunlight, can be easily held in one hand, is no strain on the eyes, has a battery that lasts for days or weeks, etc.  In contrast, the Fire is too bright to read in a dark bedroom, even at the lowest brightness setting; eyestrain sets in quickly.  You can’t hold it in one hand, not only because of the misdesigned UI that results in gratuitous page turns, but because it’s just too heavy to hold comfortably despite its small size.  Its battery life is a few hours—by the end of my playing around with it on the first day for a couple of hours, it was down to 60% charge.  It seems to combine the disadvantages of the iPad with the disadvantages of a smaller screen (about 7”, or only slightly larger than the 6” screen on the 3G).</p>
<p>What about the rendering of actual Kindle books on the Fire?  It seems to be identical to the rendering in Kindle Cloud Reader, which isn’t great news since the layout possibilities are extremely limited.  (They would be on a small screen anyway, even with more powerful layout facilities.)  The Kindle Format 8 is supposed to improve on this, but I’ve been on their mailinglist since the preannounce and nothing has been announced to developers on what new formatting is possible in KF8.  For the moment, though, the device I’ll always throw in my bag is still the less-expensive black &amp; white Kindle 3G.</p>
<p>Having said all that, the Fire will probably sell well.  Android phones have sold well even though the user experience is clunky compared to the iPhone.  Windows killed Apple on the desktop even though its user experience is a far cry from Mac OS X (or for that matter Mac OS 1 through 9).  Both sold because they were cheaper and because they looked good enough from afar, until you try to really get intimate with them.  As some technology columnist recently wrote, the Fire doesn’t have to be better than the iPad—it just has to be good enough.</p>
<p>I miss Steve Jobs.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.armandofox.com/geek/2011/11/kindle-fire-probably-good-enough/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ebooks, ebooks everywhere</title>
		<link>http://www.armandofox.com/geek/2011/10/ebooks-ebooks-everywhere/</link>
		<comments>http://www.armandofox.com/geek/2011/10/ebooks-ebooks-everywhere/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 18:40:30 +0000</pubDate>
		<dc:creator>fox</dc:creator>
				<category><![CDATA[Books & E-books]]></category>

		<guid isPermaLink="false">http://www.armandofox.com/geek/?p=408</guid>
		<description><![CDATA[With the color Kindle Fire tablet just announced, and some new Kindle Touch devices, the Kindle is now a bona fide product family, with entry-level devices under $100.
Various large libraries, including the New York Public Library and my local library the SFPL, are starting to allow loans of Kindle (and ePub) ebooks.
I used to think ebooks [...]]]></description>
			<content:encoded><![CDATA[<p>With the color <a href="http://www.google.com/aclk?sa=L&amp;ai=C9BLA5_SNTtuOGqWE2gWCvsjJDcvD954Dg7-A3TS51ZeDDggAEAEguVRQgbGx-QVgyZbRhsijoBnIAQGqBB5P0KmwStAY8u6snQPIuPHepAESfAl65TX13w_y4TKABZBO&amp;sig=AOD64_13RkhAXfUAEcVPK8jwlcCgE2r3tQ&amp;ved=0CAsQ0Qw&amp;adurl=http://www.amazon.com/dp/B0051VVOB2/%3Ftag%3Dgooghydr-20%26hvadid%3D14069706955%26ref%3Dpd_sl_jw4fqgv3z_b">Kindle Fire</a> tablet just announced, and some new Kindle Touch devices, the Kindle is now a bona fide product family, with entry-level devices under $100.</p>
<p>Various large libraries, including the New York Public Library and my local library the SFPL, are <a href="http://sfpl.org/index.php?pg=2000435401">starting to allow loans</a> of Kindle (and ePub) ebooks.</p>
<p>I used to think ebooks were the future, but actually, a better statement is that (most) print books are the soon-to-be-past.  I still appreciate the artisanal craft represented in some print books, though most exhibit little to none; but in terms of getting to the content, ebooks are the way to go.</p>
<p>I’m sufficiently convinced of this that the software engineering textbook being created by Dave Patterson and me will be available primarily as an ebook, with versions optimized for iOS, Android, and Kindle.  There will be a print version, but the e-versions will be enriched with reader-friendly features you can’t do in a print format.  And our goal is to have the ebook version rationally priced relative to the print version, and both versions much less expensive than a typical textbook.</p>
<p>Stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.armandofox.com/geek/2011/10/ebooks-ebooks-everywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Summer Reading</title>
		<link>http://www.armandofox.com/geek/2010/08/summer-reading/</link>
		<comments>http://www.armandofox.com/geek/2010/08/summer-reading/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 07:05:15 +0000</pubDate>
		<dc:creator>fox</dc:creator>
				<category><![CDATA[Books & E-books]]></category>

		<guid isPermaLink="false">http://www.armandofox.com/geek/?p=299</guid>
		<description><![CDATA[I always look forward to this time of year, even though it&#8217;s inevitably a sprint to get to it.  I&#8217;m preparing for our annual 2-week family vacation in Cancun (with some diving in Cozumel thrown in), the one vacation per year on which I don&#8217;t bring my laptop. What I do bring is lots to [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">I always look forward to this time of year, even though it&#8217;s inevitably a sprint to get to it.  I&#8217;m preparing for our annual 2-week family vacation in Cancun (with some diving in Cozumel thrown in), the one vacation per year on which I don&#8217;t bring my laptop. What I do bring is lots to read &#8212; for me it&#8217;s a deep garbage collection and intellectual replenishment.  It&#8217;s not unusual for me to finish 8 to 12 books during the two weeks. So I invest a fair amount of time researching what to read and loading up my Kindle—since I bought it about 3 years ago, my policy is not to bring any paper books or documents on a leisure trip.</div>
<div>Here&#8217;s what&#8217;s on the Kindle for this trip:</div>
<div id="_mcePaste"><strong>Nonfiction &#8211; history</strong>: I grew up in New York and have always been fascinated with its history.  So I&#8217;ll be reading <a href="http://" target="_blank">97 Orchard</a>, about five families who occupied the tenement building at that address on New York&#8217;s Lower East Side, which has since been turned into the <a href="http://tenement.org" target="_blank">Tenement Museum</a>.  The book focuses on how immigrants who otherwise plunged into assimilating themselves into American culture retained their native cooking for comfort and identity, and includes authentic period recipes that might have been prepared by those families.  I&#8217;ll also be reading <a href="http://www.amazon.com/Twilight-World-Tomorrow-Madness-ebook/dp/B0036S4AD6/ref=sr_1_1?ie=UTF8&amp;m=AG56TWVU5XWC2&amp;s=digital-text&amp;qid=1281682521&amp;sr=1-1" target="_blank">Twilight at the World of Tomorrow</a>, a dramatization of the people and events that led to (and through) the 1939 World&#8217;s Fair in <a href="http://en.wikipedia.org/wiki/Flushing_Meadow_Park" target="_blank">Flushing Meadow Park</a>, which until then had been an ash dump, and  the juxtaposition of the culture and attempted optimism of the Fair against the gloom of the Depression and the uncertainy of the brewing Second World War (during the Fair&#8217;s 18 months, several countries&#8217; pavilions closed down as those countries were occupied by the Nazis).</div>
<div id="_mcePaste"><strong>More Nonfiction &#8211; evolutionary psychology</strong>: I have always enjoyed evolutionary neuropsychology when written for the popular press in books like <a href="http://www.amazon.com/Music-Brain-Ecstasy-Captures-Imagination/dp/038078209X/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1281681754&amp;sr=1-1" target="_blank">Music, The Brain &amp; Ecstasy</a> (and its lighterweight cousin <a href="http://www.amazon.com/This-Your-Brain-Music-Obsession/dp/0452288525/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1281681803&amp;sr=1-1" target="_blank">This Is Your Brain on Music</a>) and the work of philosopher <a href="http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Dstripbooks&amp;field-keywords=daniel+dennett&amp;x=0&amp;y=0&amp;ih=4_4_4_0_2_0_0_0_1_1.56_17&amp;fsc=-1" target="_blank">Dan Dennett</a>.  I recently finished (on the recommendation of a colleague) <a href="http://www.amazon.com/What-Science-Offers-Humanities-Integrating/dp/0521701511/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1281681854&amp;sr=1-1" target="_blank">What Science Offers the Humanities</a>, a repudiation of the current &#8220;standard social science model&#8221; prevalent in the humanities according to which humans&#8217; mental development can only be discussed and evaluated in terms of culture and nurture and not in any biological terms, which are taken to be arbitrary and without defensible basis.  The book makes a compelling argument against that stance, and I&#8217;ll be reading Steven Pinker&#8217;s <a href="http://www.amazon.com/Blank-Slate-Modern-Denial-Nature/dp/0142003344/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1281681878&amp;sr=1-1" target="_blank">The Blank Slate: The Modern Denial of Human Nature</a>, which seems to take the argument further.  In a similar but lighter spirit, I&#8217;ll be reading <a href="http://www.amazon.com/How-We-Decide-Jonah-Lehrer/dp/0547247990/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1281681910&amp;sr=1-1" target="_blank">How We Decide</a> (recommended by my sister-in-law and others) and maybe <a href="http://www.amazon.com/Nudge-Improving-Decisions-Health-Happiness/dp/014311526X/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1281682316&amp;sr=8-1" target="_blank">Nudge</a> (the one about making better decisions, not the one about God something-or-other).</div>
<div><strong>More nonfiction &#8211; American societal and cultural studies:</strong> I&#8217;m considering <a href="http://www.amazon.com/Collapse-Complex-Societies-ebook/dp/B001AOZ3PM/ref=sr_1_1?ie=UTF8&amp;m=AG56TWVU5XWC2&amp;s=digital-text&amp;qid=1281682728&amp;sr=1-1" target="_blank">The Collapse of Complex Societies</a> (which seems from the sample to be more tightly written than Jared Diamond&#8217;s <a href="http://www.amazon.com/Collapse-Societies-Choose-Fail-Succeed/dp/0670033375/ref=sr_1_cc_1?ie=UTF8&amp;qid=1281682728&amp;sr=1-1-catcorr" target="_blank">Collapse: How Societies Choose to Fail or Succeed</a>, which I found disappointingly hard to follow after the incredibly well written <em>Guns, Germs &amp; Steel</em>), and <a href="http://www.amazon.com/Bowling-Alone-ebook/dp/B003DYGOO6/ref=sr_1_1?ie=UTF8&amp;m=AG56TWVU5XWC2&amp;s=digital-text&amp;qid=1281682771&amp;sr=1-1" target="_blank">Bowling Alone</a>, a book about how community organizations across America are dying (more specifically, their members are dying, and new younger ones aren&#8217;t signing up) and the resulting loss of social capital—as someone who helps run a community theater that relies heavily on volunteers, this seems relevant.  (Update: <em>Bowling Alone</em> was written in 2001; evidently the same author, Robert Putnam, came out with a book last year called <em>Better Together: Restoring the American Community</em>.  We&#8217;ll see if I like the original enough to read the sequel.)</div>
<div id="_mcePaste"><strong>Fiction</strong>:  I&#8217;ve been rereading (for about the 3rd time now) <a href="http://www.amazon.com/Foucaults-Pendulum-Umberto-Eco/dp/015603297X/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1281681931&amp;sr=1-1">Foucault&#8217;s Pendulum</a>, the granddaddy of all conspiracy novels, which is to Dan Brown as the works of Tolkien are to the Harry Potter books.  If I don&#8217;t finish my dog-eared paperback before leaving, I&#8217;ll have to download it.</div>
<div>Besides the historico-conspiracy genre, which used to be reliably good until Dan Brown&#8217;s success spawned a myriad of &#8220;me too&#8221; books, I&#8217;ve always liked hard SF, and recently discovered Charles Stross and Richard K. Morgan.  I&#8217;m not as enthusiastic about Stross&#8217;s &#8220;Laundry Files&#8221; series as his previous work, but nonetheless I&#8217;ll be giving <a href="http://www.amazon.com/Fuller-Memorandum-Laundry-Files-Novel/dp/044101867X/ref=sr_1_1?s=books&amp;ie=UTF8&amp;qid=1281681970&amp;sr=1-1" target="_blank">The Fuller Memorandum</a> a whirl.  I also found a number of titles for under a dollar in the Kindle Store that sounded like they might at least be promising as hard SF, including David Derrico&#8217;s <a href="http://www.amazon.com/Right-Ascension-ebook/dp/B001V9K6ZS/ref=sr_1_1?ie=UTF8&amp;m=AG56TWVU5XWC2&amp;s=digital-text&amp;qid=1281682275&amp;sr=8-1" target="_blank">Right Ascension</a> and various intriguing-sounding novellas by Christian Cantrell.  Hey, for under a dollar each, I&#8217;ll give them a try!  Maybe the next Isaac Asimov, Connie Willis or Arthur C. Clarke will get her/his start this way&#8230; Also in the &#8220;try it for under a buck&#8221; category, I&#8217;m also checking out <a href="http://www.amazon.com/Ancient-Awakening-ebook/dp/B002RL9QUA/ref=sr_1_1?ie=UTF8&amp;m=AG56TWVU5XWC2&amp;s=digital-text&amp;qid=1281682999&amp;sr=1-1" target="_blank">Ancient Awakening</a> by Matthew Bryan Laube, who&#8217;s been compared to H.P. Lovecraft in reader reviews.</div>
<div><strong>Geek Fiction</strong>: <a href="http://www.amazon.com/Fatal-System-Error-Bringing-Internet/dp/1586487485/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1281716801&amp;sr=8-1" target="_blank">Fatal System Error: The Hunt for the New Crime Lords Who Are Bringing Down the Internet</a> is a based-on-true-stories account of the underground economy around denial-of-service and similar attacks, the latest frontier for organized crime.  The beginning grabbed me, so I&#8217;ll be reading that.  I got that recommendation from the Bookworm column in <a href="http://www.usenix.org/publications/login/" target="_blank">;login, the monthly magazine of the USENIX Association</a>, which also recommended <em>The Myths of Security</em>, which seemed really half-baked based on the intro and largely a marketing piece for McAfee.</div>
<div id="_mcePaste"><strong>Nonfiction</strong>: I have a strong interest in medieval history, and a somewhat weaker interest in classical history, so I&#8217;m checking out Susan Wise Bauer&#8217;s <a href="http://www.amazon.com/History-Medieval-World-Conversion-Constantine/dp/0393059758/ref=sr_1_5?ie=UTF8&amp;s=books&amp;qid=1281682040&amp;sr=8-5">History of the Medieval World</a> and <a href="http://www.amazon.com/History-Ancient-World-Earliest-Accounts/dp/039305974X/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1281682040&amp;sr=8-1" target="_blank">History of the Ancient World</a>.  I haven&#8217;t committed to buying them yet, but based on the samples, they are dense, no-nonsense &#8220;here&#8217;s what happened&#8221; narratives &#8212; perhaps not of huge interest to an historian who knows the periods well, but maybe suitable for a nonexpert like me who needs a good big-picture overview to contextualize the more detailed works, like Jean de Joinville&#8217;s first-person commentary <a href="http://www.amazon.com/Chronicles-Crusades-Jean-Joinville/dp/1420934872/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1281682091&amp;sr=8-1" target="_blank">Chronicles of the Crusades</a>, which has been in the public domain for hundreds of years and is also going with me.</div>
<div id="_mcePaste">Speaking of the public domain, I&#8217;m also bringing William Lewis Manly&#8217;s classic travel journal <a href="http://www.amazon.com/Death-Valley-in-49-ebook/dp/B002RKR9FU/ref=sr_1_2?ie=UTF8&amp;m=AG56TWVU5XWC2&amp;s=digital-text&amp;qid=1281682120&amp;sr=8-2" target="_blank">Death Valley in &#8216;49 </a>(I&#8217;m almost through my second rereading), the complete works of Mark Twain (I like to jump around), and probably the complete works of Shakespeare.</div>
<div id="_mcePaste">It&#8217;s a lot of fun to load up for a trip like this. Those of you family members who have Kindle devices registered to my account&#8230;maybe you&#8217;ll enjoy the above, in addition to the 60 or so books I&#8217;ve already purchased.</div>
<div>See you in Cancun!</div>
]]></content:encoded>
			<wfw:commentRss>http://www.armandofox.com/geek/2010/08/summer-reading/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Borders and other big-book retail bookstores are fcuked</title>
		<link>http://www.armandofox.com/geek/2010/07/why-borders-and-other-big-book-retail-bookstores-are-fcuked/</link>
		<comments>http://www.armandofox.com/geek/2010/07/why-borders-and-other-big-book-retail-bookstores-are-fcuked/#comments</comments>
		<pubDate>Fri, 16 Jul 2010 03:53:14 +0000</pubDate>
		<dc:creator>fox</dc:creator>
				<category><![CDATA[Books & E-books]]></category>

		<guid isPermaLink="false">http://www.armandofox.com/geek/?p=286</guid>
		<description><![CDATA[Argh.
So I wanted to buy a specific title for a friend (The Soul of a New Machine, in fact) who would be in town in just 2 days.  Not wanting to pay 2-day Amazon shipping, I went online to Borders and &#8220;reserved&#8221; the book at a local Borders outlet.
When I went to pickup the book, [...]]]></description>
			<content:encoded><![CDATA[<p>Argh.</p>
<p>So I wanted to buy a specific title for a friend (The Soul of a New Machine, in fact) who would be in town in just 2 days.  Not wanting to pay 2-day Amazon shipping, I went online to Borders and &#8220;reserved&#8221; the book at a local Borders outlet.</p>
<p>When I went to pickup the book, there was nobody at the customer service desk.  While waiting for someone to show up there, I went over to the Search terminal to see if they had a copy of the DVD <a href="http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&amp;field-keywords=triumph+of+the+nerds&amp;x=0&amp;y=0&amp;ih=17_1_2_0_0_0_0_0_0_1.48_50&amp;fsc=17">Triumph of the Nerds</a>.  Searching for &#8216;triumph of the nerds&#8217; returned over 13,000 hits (even when narrowed to Movies &amp; TV).  Searching for the whole phrase returned 0 hits.  When the customer service person finally arrived (I had to go to the cashier and ask to have someone sent there), and told me that the book I had reserved would be at the cashier station, I asked him to help me with the search.  He tried without success and asked me whether I was sure the item was still available for sale.  (It is.)  I then asked if he could direct me to the section where I might find other books on the history of computers and technology.  He needed an example title to answer the question, so I suggested <a href="http://www.amazon.com/s/ref=nb_sb_noss?url=search-alias%3Daps&amp;field-keywords=insanely+great&amp;x=0&amp;y=0&amp;ih=4_5_2_2_1_0_0_0_1_1.32_30&amp;fsc=11">Insanely Great</a>.  He did some unsuccessful searches and asked me whether I was sure the item was still available for sale.  (It&#8217;s in its second printing.)</p>
<p>I went home and ordered all the items from Amazon.  I&#8217;ll have to wait a couple days to get them, but (a) the search function found every item as a top hit on the first search attempt, and (b) I am paying less, even without considering sales tax.</p>
<p>Borders is fcuked, and probably so are the other big box stores. From now on it&#8217;s my neighborhood <a href="http://www.bird-beckett.com">independent bookstore</a> when possible, and Amazon otherwise.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.armandofox.com/geek/2010/07/why-borders-and-other-big-book-retail-bookstores-are-fcuked/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gov. Schwarzenegger calls for open-source digital textbooks in CA; I hope he means e-books</title>
		<link>http://www.armandofox.com/geek/2009/06/gov-schwarzenegger-calls-for-open-source-digital-textbooks-in-ca-i-hope-he-means-e-books/</link>
		<comments>http://www.armandofox.com/geek/2009/06/gov-schwarzenegger-calls-for-open-source-digital-textbooks-in-ca-i-hope-he-means-e-books/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 00:43:05 +0000</pubDate>
		<dc:creator>fox</dc:creator>
				<category><![CDATA[Books & E-books]]></category>
		<category><![CDATA[Computing and society]]></category>

		<guid isPermaLink="false">http://radlab.cs.berkeley.edu/people/fox/wp/?p=142</guid>
		<description><![CDATA[In the midst of a severe budget crisis in California, Governor Schwarzenegger has called for the use of open-source digital textbooks for California schools.
I think this is a great idea and another innovation where California should lead the way, in addition to being a cost saving measure (and potentially an ecologically friendly one). But I [...]]]></description>
			<content:encoded><![CDATA[<p>In the midst of a severe budget crisis in California, Governor Schwarzenegger has called for the use of open-source digital textbooks for California schools.</p>
<p>I think this is a great idea and another innovation where California should lead the way, in addition to being a cost saving measure (and potentially an ecologically friendly one). But I was confused when NPR interviewed <a href="http://www.acoe.org/acoe/Home/CountySuperintendent">Sheila Jordan, Alameda County Superintendent of Education</a>, on this topic. Superintendent Jordan spent much of the interview expressing concern about how a lot of students don&#8217;t have reliable access to computers and the Internet, and how teachers certainly don&#8217;t have the resources to print copies of textbooks in class for such students.</p>
<p>Now, I agree wholeheartedly with Dr. Jordan&#8217;s concerns, but when I think of &#8220;digital textbooks&#8221; I don&#8217;t think of people reading off a Web browser at home, or taking home pieces of paper printed off a Web browser at school. I think of downloading content onto an ebook reader—no paper waste, easier to read than a screen, can take it with you, etc. Granted, most students don&#8217;t have those either, but they are less expensive than computers (especially if purchased in bulk or otherwise subsidized, e.g. by textbook publishers), don&#8217;t require Internet connectivity (the Kindle relies on the 3G data network for downloads, or files can be sideloaded via USB), and are ecologically friendly.</p>
<p>I know that current ebook readers are targeted at people buying books online, but I&#8217;ve downloaded plenty of public domain content onto <a href="http://radlab.cs.berkeley.edu/people/fox/wp/category/books/">my Kindle</a>&#8211;academic papers, public domain and no-license-fee <a href="http://mitpress.mit.edu/sicp">books</a> <a href="http://manybooks.net">from</a> <a href="http://wiki.mobileread.com/wiki/Harvard_Classics_Available_at_MobileRead">various</a> <a href="http://joshua.smcvt.edu/linearalgebra/">sources</a> (textbooks and otherwise), and more. Devices like the large-screen Kindle DX and the iRex iLiad Book Edition are no-brainers for textbooks, at least where black &amp; white is sufficient, and Amazon&#8217;s even announced pilot programs where they are seeding colleges with Kindle DX&#8217;s.</p>
<p>So one of us—either myself or Supt. Jordan—may have misunderstood what the Gov meant by &#8220;digital textbooks&#8221;. I hope my interpretation of his words is correct.</p>
<p>More worrisome is the <a href="http://arstechnica.com/open-source/news/2009/05/california-launches-open-source-digital-textbook-initiative.ars">politics of state-level textbook review in California</a> and the <a href="http://www.textbookleague.org/103feyn.htm">sham process</a> that seems to make the review system fundamentally broken (well, at least we don&#8217;t have <a href="http://monkeydaynews.blogspot.com/2004/11/school-science-debate-has-evolved.html">stickers warning students about evolution</a> on biology books!). This may be why the Gov proposed e-textbooks for math and science first, which are least susceptible to these issues, though I agree with Supt. Jordan that because of the way those books are used (students flip pages back and forth as they study) they might not be the best candidates for early adoption. At any rate, one may hope that the profileration of open source textbooks may change the dynamics of the state textbook review situation—authors of open-source aren&#8217;t producing them for profit and so are less likely to feel constrained by such guidelines, and the quality of the free books may be just too good to pass up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.armandofox.com/geek/2009/06/gov-schwarzenegger-calls-for-open-source-digital-textbooks-in-ca-i-hope-he-means-e-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

