Nova by Samuel R. Delany–Reading Science Fiction in 1968 and 2014

Rereading a novel I loved reading almost a half-century ago is an interesting experience.  Nova by Samuel R. Delany was a novel that dazzled my teenage self in 1968, but has lost its sense of wonder for my older self in 2014.  I’d be awful curious to know how 17-year-olds today reading Nova feel about the book.  Is the magic being 17, or 1968?  Delany was only 25 when he completed Nova, so he was much closer to my age than than Robert A. Heinlein, my favorite science fiction writer at the time.   Heinlein was 44 years older than me, so Delany was an exciting young writer that spoke to my generation.  Delany was the same generation as The Beatles, the generation before the Baby Boomers, and the generation we grew up admiring, the one that made the 1960s.  Nova in 1968 was to science fiction what The Jefferson Airplane was to the Frank Sinatra and Judy Garland generation at the time.  It rocked.

Nova(1stEd)

It’s very hard to separate my memories of Nova from the times when I first read it, the 1960s.  Nova came out around the time of The White Album by The Beatles, Crown of Creation by the Jefferson Airplane, Wheels on Fire by Cream and Electric Ladyland by Jimi Hendrix.  So that music is what I listened to when I first read Nova.  This was also around the time I went to see Apollo 8 launch at Cape Kennedy in December of 1968.  I was in the 12th grade and I was very excited about the future, but worried about things like the Vietnam war, the generation gap, race relations and looming overpopulation.  Both Bobby Kennedy and Martin Luther King, Jr. had been assassinated in 1968.  To make matters worse, the Chicago Democratic Convention happened that summer and society seemed to be in chaos. 

To say the country was divided is a vast understatement.  Even the world of science fiction was split into the Old Guard and New Wave, with lots of flaming rhetoric spewing between the two.

Set in the year 3172, the galaxy is divided into the Earth controlled Draco Federation, and the younger rebellious Pleiades Federation.  Nova is about a mad power quest by Lorq Von Ray of the Pleiades to control the market in Illyrion, a heavy element of Delany’s invention that powers space travel and intergalactic commerce.  It’s extremely rare.  Von Ray learns that Illyrion is produced in abundance in the heart of a star and gathers a motley crew to fly through a nova as it happens.  Von Ray and his rich family is hated by Prince Red and his sister Ruby, the heirs of an opposing wealthy family who also want to control the supply of Illyrion.

This is 1940s Planet Stories space opera, but with 1960s counter-culture swagger. Nova is colorful, epic and full of super-science sense of wonder in a New Age Science Fiction novel.  When I read Nova in 1968 it was tremendously exciting.   I wanted it to be a map of the future.  Like most of Delany’s stories from the 1960s, it features a young wanderer, The Mouse, who plays an exotic musical instrument, a sensory syrynx, and an intellectual vagabond Katin Crawford who is writing a novel.  Back then Delany often had characters writing novels and poetry inside a novel so he could comment on the meta-fiction nature of things, as well as explain the psychohistory on such things as Tarot cards.

The story has a good deal of backstory before getting down to the real mission of flying into a nova to set up the rivalry between the Von Rays and Reds, and explain the backgrounds of Mouse and Katin.  The trouble is the story has more color than plot, and the older me wasn’t as dazzled by the adventure.  All the characters are cyborgs that fly the ship by jacking into sensors that sail the starship on fictional interstellar energy currents.  The 17 year-old-me hoped we’d eventually discover such magical properties of outer space that would allow people like me to travel between the stars like we fly between cities now.  My 62 year-old-self knows all this is make-believe Santa Clausing.  The story is still readable, but it’s gone from an exciting science fiction tale to a colorful fantasy fiction.  My younger self should have known better, but I was awful hopeful about the Final Frontier in 1968.  And I was bedazzled by hippie dreams.

Interstellar space is so much more real to me now, with it’s extremes of temperatures, varieties of lethal radiations, and most importantly, its brutally vast distances.  Science fiction sorely needs to rethink how we’re going to explore the galaxy.  Nova’s kind of scientific speculation is as practical as building giant canons to send people to the Moon.  I don’t blame Delany for how things have changed, because Nova makes an exemplary example of 1960s science fiction.  The science of Nova is quickly becoming as quaint as the science of The Skylark of Space, so such stories reflect how we used to dream of living in a very different universe.

JWH – 6/3/14

What’s The Visual Basic of 2014?

I’m an old retired programmer that would like to fart around writing an occasional computer program.  For almost twenty years before I retired I wrote ASP/VBScript/SQL Server code for IIS.  It’s not something I’d use just for fun.  Actually, my brain is old and I don’t want to stress out a bunch of brain cells studying something hard.  I just want to whip out small personal applications.  Years ago, Visual Basic was a very easy to use tool for creating programs to run on Windows.  Microsoft still supports Visual Basic, and even has a free edition with Visual Studio Express 2013 for Windows, but modern Visual Basic isn’t the fun and easy tool it once was.

visual-basic-2

Many sites on the internet promote Python as the current easy to learn, quick and dirty programming tool.  Python is free, works with Windows, OS X and Linux, and its well respected.  Python offers a lot of room to grow.  My worry about Python is it’s not a GUI programming language even though you can get all kinds of libraries to write graphical programs.

In the early days of microcomputers – does anyone call them that anymore – the interfaces were text based, and much easier to program by newbies and do-it-yourselfers.  Adding a graphical front end and a mouse made programming far more complicated for amateurs.  That’s why the old Visual Basic was such a wonder.  We now have a bunch of graphical user interfaces to deal with:  Windows, OS X, iOS, Android, Gnome, KDE, etc.  Python and Java have tools that let programmers write cross platform applications, but to be honest, I think they’re all ugly.  And the variety of possible tools is overwhelming, just look at the GUI programming offering for Python

If you want beautiful applications and apps you need to write native code that’s best for each GUI.  Goddamn Apple came out with Swift today.  It could become the Visual Basic of 2014 if you own a Mac, which I don’t.  How cruel of Apple to tempt me so.  Swift is meant to be easy, fun, beautiful, elegant, and fast.  Makes me want to stop writing this essay and go buy a Mac – but that’s not going to happen.

Back to my problem.  What’s a good programming language to write quick and easy programs for a GUI that can be shared across platforms?

Duh!  What about HTML.  HTML is for web apps, but why not use it for desktop applications too?  It provides a common programming system for writing a common graphical interface, especially when you think about HTML 5 and CSS 3.  And it’s even possible to work with a fun language like Python with a web framework.  This might be a great idea, but it’s not quite what I want.  Visual Basic was a single program that made it easy to write programs that ran under Windows, at first with a runtime, and later as a binary executable.  Many of the widgets were drag and drop requiring little or no code.

Code.org entices would be programmers with a simple drag and drop programming language to start, and then moves students to JavaScript.  They even have a language, LightBot for kids as young as 4, and they offer classes in Python, HTML and Objective C.  There’s all kinds of avenues to learn to program, but I’m not really asking about that. 

What I want is a programming language that’s equivalent to a hammer, saw, pair of pliers and couple of screwdrivers.  Just the basic toolkit to get handyman programming done.  I don’t want a whole workshop of tools to build fine furniture or rebuild a 1968 Porsche.   I just want to computerize some of my daily tasks, like managing my book collection or organizing my computer files.

I could take a step backwards and give up on having a GUI and mouse with my programs, in which case Python is probably the answer.  Whenever I play with R, the statistical programming language, it reminds me of the old days of mainframes, mini-computers and GW-BASIC.  Maybe a GUI requires power tools, and I should just give up on programming for a graphical interface.  COBOL and FORTAN used to do some amazing things with only green bar paper output.

However, is going old school really the answer?

I could do what I wanted with PHP and SQLite, but I’d have to run a web server on my machine.  If I ever wrote something worth sharing, it would require the user to also install a web server.  That is a burden, but is it a showstopper?   Combining a server side scripting language with a simple server, and a good WYSIWYG HTML editor might deliver something very equivalent to Visual Basic.  I could still use Python, but would PHP be better?  Wouldn’t HTML 5 and CSS 3 offer far more GUI power and standardization than any non-standard GUI library?  And adding a MVC library might make programming faster if their learning curve wasn’t too steep.

It’s a shame that someone doesn’t make an IDE with built-in web server so it would be the programming language and runtime in the same program.  Or does such a doohickey already exist?  I’ll need to research that.

JWH – 6/2/14

Read Like You’re Stranded On A Deserted Island

http://www.theguardian.com/commentisfree/2014/jun/01/only-read-2000-books

The Guardian ran an article that I have written several times on my blog. Multiple the average number of books you read in a year, times the number of years you think you’ve got left to live, and that gives you how many books you have left to read in your lifetime. I figure I have 500-1,000. I already own over a 1,000 unread books, and I buy new ones at the rate maybe 5 a week. So, I’m buying another 2,500-5,000 books before I die, even though I’ll only read 500-1,000 more books.

desert-island

This brings up all kinds of problems, beyond the obvious stupidity of buying books that I’ll never read. The math is simple! I read one book a week, and I buy five? Could I be any more stupid?

Each week I read a book—and that week might actually be my last week on Earth. Or it might be one of a 1,000 weeks I might have left. Either way, should I ever read a so-so book? Or even a merely very good book? I’m pretty sure there are way more than 1,000 excellent books out there that I haven’t read. So, each week, should I think to myself, “Hey, let’s pick a mediocre book and read it this week!”

Everyone loves to play that game – “What one book would you take to a deserted island?”  Isn’t that how we should be think every time we pick up a book to read?  Read every book as if it was our last?

I read one book a week.  I should always think to myself that this week could be my last.  Shouldn’t the book I pick to read be one that’s at least deserted island worthy?

It’s not like we’re short on great books.

I should do two things.  First, don’t buy books until I’m ready to read them.  Second, don’t read anything less than a great book.

JWH – 6/1/14

AirPlay – The Best Way To Listen To An Audio Book

I’ve been an Audible.com user since 2002 and over the last dozen years I’ve learned a lot about listening to audio books.  First off, it actually takes practice to learn how to listen to an audio book well.  Don’t let first impressions about audio books throw you off.   Some people get frustrated because they keep missing stuff and jumping back isn’t as easy as rereading a paragraph.  Luckily good players have a 30 second jump back button.  And don’t worry, the more you listen, the more you learn how to keep you mind focused on the story, even when you’re doing something else.

AirplayIcon

Most people think listening to books is something you do on car trips, and that’s how I got hooked, but there are many times in your day when listening to a book is an added pleasure.  For example, I often eat alone.  So the time I spend cooking, eating and doing the dishes is enhanced by listening to a book.  Listening while doing something is great if you’re a bookworm that wants to finish a lot of books, but it’s not the best way to actually listen to a book.  Even when you’re doing something mindless and think you can devote yourself to a book you can’t completely.

I’ve recently discovered my current best way to listen to a book because I bought a new stereo receiver with AirPlay and my friend Charisse recommended a rather intellectually deep book, Possession by A. S. Byatt.  AirPlay is Apple Computer’s technology, also licensed to third party developers, that allows you to beam content to AirPlay enabled devices.  I use an iPod touch to listen to books, and when I got my new Denon receiver my iPod started showing a little AirPlay symbol automatically.  If I tap this new symbol I’m given the choice of playing the book through the iPod or from the Denon.  If I select the Denon the receiver automatically turns itself on, even when I’m in another room, and starts playing my audio book.

My stereo system is hooked up to large floor standing speakers, so I can play the book loud, and I do.  This has transformed how I listen to my audio books.  Like discovering music sounds best when played loud, so does audio books.  Hearing the narrator speak in a volume similar to a person in the room talking firmly and expressively loud changes how I perceive the book.  It feels like I’m at a play with my eyes closed.  Writing just jumps out when listened to at this volume, especially if I just sit and pay full attention.  Combining a good narrator with a good writer at this volume absolutely showcases literary skills.  Writing, word by word, and line by line, is just so vivid.

When Charisse came over to hear selections from two of her favorite novels, Possession and Great Expectations, she was so impressed that she asked me to help her buy a stereo system like mine.  And that’s the trouble with this new method.  You need a big stereo system.  Really good headphones do work, but there’s something about the sound filling the room  that makes it feel like people are acting out the book.

Sadly, big stereo systems aren’t common anymore, but many people do have surround sound systems for the flat screen TVs.  Check and see if you have AirPlay enabled on your system, or another method to plug in a smart phone or portable player.  Some systems have an input jack that plugs into your headphone jack.  Give it a try.

I don’t always expect to listen to books this way, because it’s not convenient, but more and more, I’m finding time to sit in my easy chair and devote myself to listening to my book played loud.  Over the years I’ve experimented with various ways to take in audio books.  The best way to study a book for research or school is to listen and read at the same time, but to get the fullest dramatic impact of a well written piece of fiction, listening at loud levels really makes the work stand out.  Also, it was interesting to listen with Charisse, like two people watching a TV show together.  It worked.  Most people think of reading as a solitary pursuit, but AirPlay could encourage group listening to books.  I know it sounds strange, but it works.  My wife Susan and I always enjoyed listening to books in a car, which by the way, is another good way to listen to a book played loud, but now that I’m learning to focus so intently, I’m not sure I should be driving and listening.

Audio books taught me I was a poor reader and I should leave the reading to experts.  I also learned that going slowly through a book, at conversational level speed, was more respectful to the writing than my normal eye-ball reading habit of anxiously speed reading through the pages to find out what happens next.  Now I know that the slow pace of audio books combined with good speakers played loud and full attention makes a book come alive in a unique way.

JWH – 5/28/14

Movies for Old Men

I can only remember my father going to one movie, in 1958 when I was six, when the whole family went to see Snowfire.  My wife’s father always bragged the last theater movie he saw was Fiddler on the Roof in 1971.  A neighbor who is one year older than me, claims the last movie he saw at the theater was Animal House in 1978.  My two closest male friends quit going to movies long ago, but I don’t know when.  The only reason I still go out to the movies is because of lady friends.  I do know some males my age that still love getting out to see a movie, but not many.  Yesterday I went with my friend Janis to see Godzilla – her pick – and I was bored the whole time, even though the young people seated around me were cheering.  The most fun I had was looking at all the odd names as the credits rolled by.

banner-belle-film 

Many of my lady friends love action blockbuster flicks, the kind I used to think were targeted to teenage boys.  The whole world seems to love superhero movies based on comic books.  Maybe I’ve morphed into a curmudgeon, because those movies seem downright stupid to me, with grown men pretending to fight each other with choreographed violence that’s as realistic as a Three Stooges slap fest while wearing embarrassing costumes that only a seven year old kid would wear in real life, and then only on Halloween.  And don’t get me started on the psychological appeal of flicks like The Expendables series.  Our society has gone gonzo for guns.  And it’s not that I’m anti-gun.  My favorite movie genre is the western—a Colt .44 and a Winchester is all the firepower I think anyone should need.  But I get the feeling everyone is scared and paranoid and feed off action pictures because they feel powerless and wish they had super powers, bulging muscles and very large caliber machine guns to protect themselves.

Janis and I also went to see Chef this weekend.  Now that was a good movie for an old man.  It was a touching story about a divorced dad getting to know his young son that he’d been neglecting because of work.  Jon Favreau plays a creative chef, Carl Casper, stuck in job cooking the same menu for ten years.  Carl gets in a internet feud with Oliver Platt, who plays Ramsey Michel, a vicious food critic blogger.  Carl bonds with his son Percy, played by Emjay Anthony, who teaches his dad about Twitter.  Then Carl inspires Percy to learn to cook.  Slowly the film becomes emotional rewarding, and a film worth watching by an old guy.  The theater I saw Chef at was small, but most the seats were filled with older people, and some of them even clapped at the end.  I’m not sure young people would have liked this film, but I doubt we’ll know, because it’s not the kind they’ll go see.  No guns, no car chases, no buff bods, no Wile E. Coyote violence.

This afternoon I plan to go see Belle with three lady friends.  Even if I wasn’t hanging out with women, I’d want to see this one.  As an old guy, a well done historical film is actually a type of movie that makes me want to go out to the movies.  The older I get the more I like realism.  I prefer documentaries, or very accurate historical dramas.  You’d think it would be the other way around.  That young people would crave realistic movies to learn about life, and old people would want escapist fantasies.  Maybe I’ve given up on escapist fantasies because the older I get the less reason I believe that they will ever come true.  Even if I owned a whole arsenal of weapons and an elegant collection of spandex attire, and even had real bulging muscles to stretch out my costumes, I could never be a superhero.  It’s about as realistic as trying to fantasize that beautiful young women would want to have sex with my ugly old body. 

But I can relate to a clueless dad learning to Twitter from a ten year old.

JWH 5/26/14