Voder-Vocoder

The Log of Hal Canary

Navigation: Home | THE LOG | Log Archives | Resume | Contact Info | Public Key | SSL | Math Applets | Site Map | RSS2 | Atom | Backend

Archive for the “Books” Category

« Previous Entries

reading queue

The SF/Fantasy reading queue has grown absurdly large. I haven’t read any new books all summer. A trip to the bookstore yesterday reminded me of this fact. I went ahead and grabbed the ebook of The Magician King and will work my way down the list.

To be published in the next few months:

[R] = read
[P] = in progress
[H] = on hold at library

Hal Canary | Books | 2011-08-10 08:18:33 UTC
Permanent Link |
Comments Off (but feel free to email)

change-epub-formatting.py

#!/usr/bin/python
#DTPD#
import subprocess
import os.path
import sys
import glob

def fixfile(in_file_name):
  ebookconvert = r'C:\PROGRA~2\Calibre2\ebook-convert.exe'
  #ebookconvert = '/usr/bin/ebook-convert'
  base = os.path.basename(in_file_name)
  dirn = os.path.dirname(in_file_name)
  newdir = 'myformat'
  try:
    os.mkdir(os.path.join(dirn, newdir))
  except OSError:
    pass
  out_file_name = os.path.join(dirn, newdir, base)

  cmd = [ebookconvert, in_file_name, out_file_name,
    '--preserve-cover-aspect-ratio',
    '--change-justification', 'left',
    '--margin-bottom', '4',
    '--margin-left', '4',
    '--margin-right', '4',
    '--margin-top', '4',
    '--remove-paragraph-spacing']
  print ' '.join(cmd), '\n'
  sproc = subprocess.Popen(cmd)
  sproc.wait()

if __name__ == '__main__':
  for arg in sys.argv[1:]:
    for filen in glob.glob(arg):
      fixfile(filen)
  exit(0)

Hal Canary | Books, Computers & Code | 2011-06-24 15:28:54 UTC
Permanent Link |
Comments Off (but feel free to email)

Permutation

I’m reading Permutation City. Why had nobody sat me down and made me read this before now?

Hal Canary | Books | 2011-06-08 20:43:22 UTC
Permanent Link |
Comments Off (but feel free to email)

speaking of the Touch…

I’ve decided that using it as an ebook reader is incredibly convenient, because of its small size (it fits nicely in my pocket!). The only advantage an e-ink screen still holds for me is super-long battery life.

Hal Canary | Books, Computers & Code | 2011-03-05 21:23:56 UTC
Permanent Link |
Comments Off (but feel free to email)

read?

Classics of American literature I may have missed: what should I read?

Hal Canary | Books | 2010-09-25 09:22:42 UTC
Permanent Link |
Comments Off (but feel free to email)

recent books

[cover]The City & The City by China Miéville (034549752X). At first I had trouble suspending disbelief on the premise, but the book was so well written that the suspension happened anyway. How? The author stuck to the premise perfectly, creating a perfectly self-consistant world. I was somewhat upset that even though most of the mysteries of the book were resolved in the final act, the wierd history was never really explained.

[cover]When I was looking for downloadable audiobooks from the public library, I checked out the audio version of The Great Gatsby by F. Scott Fitzgerald (0743273567), and read by Alexander Scourby (1602834725). I'm glad I finally got around to this one; I keep telling myself that I'll read all the classics of American literature, but I never did, until I got started on the idea of listening to audiobooks while bicycling.

Hal Canary | Books | 2010-09-25 05:40:27 UTC
Permanent Link |
Comments Off (but feel free to email)

filling an ebook reader

This week, I finally broke down and bought an ebook reader — B&N’s $150 WiFi Nook (ISBN 9781400532629). It’s a beautiful little device.

I got the Jonathan Adler Punctuation Cover (978161560062) since it’s both very sturdy and cheaper than most.

I’ve already side-loaded 90 free books onto the device. These books have come from several places. In no particular order:

• The Lee County Public Library lets you borrow ebooks via Adobe Digital Editions (ADE) software. You can use ADE to side-load ebooks onto a nook.

Project Gutenberg — the first place to go for books from the public domain. All of their books are now availible in ePub versions.

Google Books, Some of the scans availible are in the public domain, and are therefore downloadable. Generally, the Gutenberug editions are a higher quality than the Google versions, since The Gutenberg tries to be an ideal textual copy of the book while Google tries to be a good representation a particular physical book.

• Many of the works of Cory Doctorow are availible as ePubs on his website, Craphound. I especially recommend Makers and Little Brother.

The Baen Free Library — All copyrighted works which you may read for free, and all are availible as ePubs.

The Baen CD Mirror — These files are also copyrighted but free to redistribute. The newer CDs have ePub files on them. The older CDs do not, but you can use a program like Calibre to covert file formats.

Places to buy eBooks:

http://bn.com/ebooks — of course. Also check the Unbound Blog every friday for the name of a free book that can be added to your B&N library that week. [Update. Here, too: http://bn.com/freelibrary]

Webscription — A store that sells unencombered ebooks, all of which are availible in ePub format. The prices aren’t bad at all.

Hal Canary | Books, Computers & Code | 2010-06-27 14:39:03 UTC
Permanent Link |
Comments Off (but feel free to email)

Judging a Book by its Cover

_Kaboom: Embracing The Suck In A Savage Little War_ by Matthew Gallagher (0306818809).  The subtitle is excellent.

Hal Canary | Judging a Book by its Cover | 2010-03-23 08:09:19 UTC
Permanent Link |
Comments Off (but feel free to email)

Judging a Book by its Cover

_American Adulterer_ by Jed Mercurio (1439116253). Read the cover text.

Hal Canary | Judging a Book by its Cover | 2010-03-23 08:06:58 UTC
Permanent Link |
Comments Off (but feel free to email)

Judging a Book by its Cover

[Nasty, Brutish, and Long: Adventures in Eldercare by Ira Rosofsky (1583333770)]

Hal Canary | Books, Judging a Book by its Cover | 2010-03-03 10:09:37 UTC
Permanent Link |
Comments Off (but feel free to email)

Judging a Book by its Cover

Slapped by the Invisible Hand: The Panic of 2007 by Gary Gorton. (9780199734153)

Hal Canary | Books, Judging a Book by its Cover | 2010-02-19 19:42:09 UTC
Permanent Link |
Comments Off (but feel free to email)

own

“I personally don't buy ebooks with DRM on them, because I actually like to own the books I own.”John Scalzi

Hal Canary | Books, Found on the internets | 2010-02-01 10:08:42 UTC
Permanent Link |
Comments Off (but feel free to email)

« Previous Entries

Copyright 1997-2012 by Hal Canary.
mailto: halcanary at gmail dot com
http://halcanary.org