Monday, February 3, 2014

T-DUMB

I was recently sorting through some of my old teaching files and came across this little jeux d'esprit that I created as a way of mocking the pretentions of academic writing. I am posting it on my blog page for whatever amusement it may give to other suffering English majors and scholars.

________________________________________________________________________________

Tabular Development of Useless Mediocre Bombast

DUMB makes it possible for even the most mediocre student or professor to write critical nonsense that sounds quite convincingly intellectual. In some quarters it is felt that the DUMB system is routinely used by those who publish in scholarly journals.

To write DUMB prose you simply string together random four-digit numbers and then read off the DUMBly generated sentence from Tables A, B, C, and D below. For example, 2743 corresponds to the sentence: "On the other hand, any contingent generic element necessitates both anthropological and metaphoric considerations of the individualistic or idiosyncratic symbols." More sophisticated prose stylists can combine the elements in the order BACD, DBCA, or DABC. Some additional punctuation may be required in these advanced configurations.

Table A
1. In particular,
2. On the other hand,
3. However,
4. Similarly,
5. As a resulting implication,
6. In this regard,
7. Based on ethnocentric values,
8. For example,
9. Thus,
0. In respect to specific desiderata,

Table B
1. a large portion of expressive verbal communication
2. a semiotic system of literary artifacts
3. the characterization of archetypal patterns
4. the conception of metatheoretical critical constructs
5. the deconstructing of seminal verbal acts
6. the insight informed by depth psychology
7. any contingent generic element
8. the individuation of structuralist reservations
9. the independent fictive principle
0. a primary interrelationship between various theories and methods of interpretation

Table C
1. must utilize and be specifically interwoven with
2. augments the imaginative aura and minimizes the linguistic deconstruction of
3. underscores the premises that underlie
4. necessitates both anthropological and metamorphic considerations of
5. requires dual foci for scrutinizing
6. is neither mimical to nor inconsistent with
7. embodies interesting methodologies for
8. recognizes the recurrent thematic concerns and formal devices that significantly link
9. exemplifies the psychodynamics of
0. adds ritualistic overtones empathetic to

Table D
1. the dystopian vision.
2. the apprehension of reality.
3. the individualistic or idiosyncratic symbols.
4. the philosophic concern about post-modern discoveries.
5. the prevailing orthodoxy.
6. the evolution of iconographic interests in discrete literary periods.
7. the philosophy of humanistic culture.
8. the cosmos/self relationship.
9. any unique verbal or literary evidence.
0. the striving of humanity for self-actualization.

Based on Honeywell's Buzz-Phrase Generator for Writing Simplified Integrated Modular Prose (SIMP). I first found SIMP in Scientific American, but I no longer have the reference details. Here is a link to another blogger who discusses this buzz-word generator:

http://www.copywriting-on-demand.com/buzzword-generator.htm

Wednesday, December 18, 2013

The Short, Happy Life of Sue's Snowman


The Worldly Hope men set their Hearts upon
Turns Ashes--or it prospers; and anon
Like Snow upon the Desert's dusty Face,
Lighting a little hour or two--is gone.
--from The Rubaiyat of Omar Khayyam, Edward FitzGerald, 1859

Late in the evening on December 5th, it started to rain. In the middle of the night it changed to ice. By mid-morning on the 6th it was snowing heavily and continued to do so for much of the day. We eventually got about 10 inches which lingered on the ground during the series of cold days that followed.

By the 11th it had become good packing snow, which made possible the birth of Snowman. Here he proudly stands beside his mother--sturdy, straight, and smiling.

Snowman enjoyed his days in the sun, but by the 15th was starting to develop an elderly list to the left and a pinched smile.
As you can imagine, Snowman was beginning to welcome the chilly December evenings.
Even so, time does not stop for man or snowman. Here he is late in the afternoon of the 16th.

And then an hour later.
And then a minute later.
By the 17th Snowman was little more than a memory.
Sic transit gloria . . .

Friday, December 13, 2013

Unbuntu 12.04 LTS on the Asus Eee Pc 900



I recently decided it was again time to upgrade the installation of Ubuntu on my Eee Pc 900 and again I decided to use the simplest and safest method possible. First I purchased a new 16 GB SDHC class 10 memory card. Then I booted up an old laptop with a CD/DVD drive and downloaded the iso image from the official site -- http://www.ubuntu.com/download/desktop. After I burned that image to a CD, I shut down the laptop, flipped it over, and disconnected its hard drive so that I  couldn’t possibly screw up the OS. (Usually it is very simple to disconnect a laptop hard drive. In this case I removed two small screws, detached the plastic plate covering the drive, and then gently slid the hard drive out of its socket.)


After inserting the new 16 SD card into the card reader slot, I rebooted the laptop and followed the instructions for installing Ubuntu using the entire disk. I ticked the boxes to install third-party codecs and to upgrade packages. Once Ubuntu finished its time-consuming installation, I shut everything down, and inserted the SDHC card into the slot on the right side of my Eee 900. After pushing the power button, I hit the Escape key as soon as the splash screen lit up. That allowed me to scroll down and boot from the SD card instead of the internal SD drive. Bingo! Ubuntu booted perfectly.


While the standard installation of Ubuntu does work on the Eee 900, the Unity desktop interface eats up too much RAM and slows everything down. I prefer to use fluxbox. Do this by opening a terminal window and typing in--


sudo apt-get install fluxbox


Even after you install fluxbox, you can run Ubuntu with the Unity desktop if you choose to do so simply by exiting the fluxbox window manager and logging back in using Unity. Fluxbox, however, allows videos to play with no lagging or stuttering--even in full screen mode. All of the standard software packages in Ubuntu seem to work well in fluxbox--except for the Nautilus file manager and the Gnome Screenshot Utility! If you use them, you may get shifted back into a partial--and very vexing--Unity desktop that sometimes forces a reboot. I handle file management with pcmanfm and midnight commander (mc). Install them with--


sudo apt-get install pcmanfm
sudo apt-get install mc


In /.fluxbox/startup I added these lines:


gnome-settings-daemon &
nm-applet &
exec fluxbox


Gnome-settings-daemon allows suspend and resume to work correctly. Nm-applet puts a network manager applet into the taskbar.
Various key combinations are extremely helpful in using fluxbox. To find out the way these keys are configured by default, have a look at the file ./fluxbox/keys. In ./fluxbox/keys scroll to the section following the lines “# open a terminal / Mod1 F1 :Exec x-terminal-emulator” and inserted the following:


# Chrome
Mod1 F2 :Exec google-chrome


# Firefox
Mod1 F3 :Exec firefox


#File Manager
Mod1 F6 :Exec pcmanfm


Mod1 stands for the Alt key. Thus, Alt-F1 opens a terminal window, Alt-F2 starts google Chrome (after it is installed), Alt-F3 starts Firefox, and Alt-F6 starts the file manager. You should note that Alt-F4 closes a window, Alt-F5 kills a window, Alt-F7 and F8 are unassigned, while Alt-F9 minimixes a window, Alt-F10 maximizes a window, and Alt-F11 makes a window full screen. Be sure to try out the last two since some programs boot into full screen (or larger) by default.  


If you do wish to install Google Chrome, just go to

 https://www.google.com/intl/en/chrome/browser/
and download the 32 bit .deb version. Once it has finished downloading, double-click on the downloaded file in pcmanfm to install it. If you get an error message "errors were encountered while processing" enter the command--

 sudo apt-get install -f


To enable Firefox to display Amazon Prime videos, one must first install (or update) Flash. Do so by going to http://get.adobe.com/flashplayer/

Select “tar.gz for other Linux” and download it.

Put it in its own directory and extract it by double-clicking on the file name with pcmanfm (your file manager). It will create usr and libflashplayer.so

Now open terminal in this folder and type the following commands 
  
sudo cp -r usr/* /usr
sudo cp libflashplayer.so /usr/lib/firefox-addons/plugins


Finally, to enable Amazon Prime Videos to play open a terminal and type--

sudo apt-get install libhal1 hal
When running any browser from an SD card, it is a good idea to change the browser’s cache to RAM memory (to speed up the browser and minimize write activity that will eventually destroy your SD card). I followed the advice from this blog regarding Chrome: http://www.joeyconway.com/blog/2011/09/11/ubuntu-ssd-move-chrome-cache-to-ram/


This is the relevant material:


1) Decide where to move the Chrome cache location to. I’ve picked the following location: /tmp/chrome.
This directory, /tmp/chrome will need to be created on boot and properly setup.
On Ubuntu 11.04 and probably older versions, this can be simply done in the /etc/rc.local file as follows:


[In a terminal window type] sudo gedit /etc/rc.local
Add the following lines:
mkdir /tmp/chrome
mount -t tmpfs -o size=1024M,mode=0744 tmpfs /tmp/chrome/
chmod 777 /tmp/chrome/ -R


. . . [C]reate a symlink between the default google cache directory and the new temporary cache directory in RAM. . .
[In a terminal window type each of the following line and then hit ]
rm -rf ~/.cache/google-chrome
ln -s /tmp/chrome/ ~/.cache/google-chrome


Removing the cache in Firefox is even simpler. Start Firefox (Alt-F3) and go to Edit-Preferences-Advanced-Network. Tick the box to override automatic cache management and then set the cache to 0 Mb of space. That’s it.


In addition, I downloaded xnview for linux XnViewMP-linux.tgz at --




and installed it in its own directory under Documents by opening a terminal window in the directory where I stored/moved the downloaded file and then typing--


tar -xvpzf XnViewMP-linux.tgz


Run Xnview by using pcmanfm to navigate to the directory in which you extracted the files and then double-click on the "xnview.sh" file. Xnview is an excellent program for organizing and editing photos, but it also allows one to take and save screenshots easily.


I like to have Synaptic packet management available. So, in a terminal window I typed--


sudo apt-get install synaptic


If you happen to use a Garmin to keep track of running or cycling or hiking, you will want to open and terminal window and type--


sudo apt-get install garmin-forerunner-tools
sudo apt-get install pytrainer


You will also want Andrea Diesner’s plugin for Firefox so that you can make full use of websites like Strava.com and Connect.garmin.com. Here is his website--



I use Audacious for playing mp3 files and Mplayer for various video formats. Install them with--

sudo apt-get install audacious
sudo apt-get install mplayer


Finally, you may wish to install Jupiter power management for your Eee Pc.  Consult the following web page -- http://www.webupd8.org/2011/10/things-to-tweak-after-installing-ubuntu.html -- on installing jupiter and jupiter-support-eee. I followed this advice and am satisfied for with the battery.  The relevant terminal commands are --


sudo add-apt-repository ppa:webupd8team/jupiter
sudo apt-get update
sudo apt-get install jupiter
sudo apt-get install jupiter-support-eee


This latest version of Ubuntu seems to work even better than the previous one. The cpu runs cooler, the fan runs less frequently, the battery may last longer. All in all an Eee Pc 900 running Google Chrome (with Firefox as needed) is a fine little machine for surfing the web and general word processing.



Monday, November 11, 2013

A Poem or Perhaps a Lament: Hand Cove Weather Forecast - 11/11/13


The forecast hints that by tomorrow's dawn
My garden pond will not remain ice-free.
Now butterflies flit from flower to leaf to limb.
The urge to warn them that their future's grim
Is frozen by fear of what they'll say to me.

Jeffrey D. Hoeper

Friday, September 27, 2013

Running Android Jellybean 4.0 on the Asus eeepc 900

The Asus eeepc 900 came on the market in May of 2008. If it were human, it would be just old enough to go to kindergarten this fall, but since it is a computer it is more like an elderly retiree. I can still run the original Xandros Linux on my eeepc, and it is still a speedy, capable operating system. Over the years, however, I have booted a variety of other distros on the device including Tiny Core Linux, BrowserLinux, and most recently Ubuntu. This week, however, I decided to install Android Jellybean 4.0 on an SD card and test it out in the little Asus.

To create a bootable sd card with Android Jelly Bean for the Eeepc 900, follow the following steps:

(These instructions assume that you are using a Linux system. Windows users will need to use a software program for burning a bootable usb stick.)

1. Download the android-x86-4.0-RC2-eeepc.iso from http://www.android-x86.org/download

2. Once the file has downloaded, open a terminal window and change directories until you are in the one containing the iso (to simplify typing the dd command below). Use the ls command to see the files in each directory as you navigate to the correct location.

3. Rename the iso file to android-sd.iso (to have less chance of making a typo on the all-important dd command below).

mv android-x86-4.0-RC2-eeepc.iso android-sd.iso

4. Use the mount command to see what  device drives you have normally:




5. Insert your usb stick and use the mount command again to discover the name of the device:



Be sure to unmount the usb stick at this point!
6. Carefully type--

dd if=android-sd.iso of=/dev/sdc

(Change /dev/sdc to whatever is the correct device name as discovered using the mount command above. Since you are going to overwrite the usb stick's master boot record, make sure to use sdc instead of sdc1. Double check for typos or any other errors before you hit the key. The dd command is popularly known as "disk destroyer" for a reason, but it is also the most direct and efficient way to accomplish the task at hand. You will probably need superuser privileges for this command. If so, preface the command with sudo or su--whichever works in your version of Linux. Or type su on its own line before the dd command. If you are creating your bootable usb stick on a Windows computer, you will need to use something like UNetbootin and follow the instructions of that program.)

7. After the file has copied, shut down your computer and reboot using whatever procedure is necessary to boot from a usb stick. Ascertain that Android works properly in live-cd mode.

8. Prepare a bootable sdhc card. I used an 8-gb card and reformatted it in Linux using cfdisk. I formatted the card as a single partition using the ext3 file format. Make sure that you toggle the switch to make the card bootable.

9. Boot Android from your usb stick with the formatted sdhc card in the sd card slot. Follow the instructions for installing to hard drive. Here is a little Youtube video of my eeepc booting Android.


Some Notes on Using Android x86 on the eeepc

Swiping with a mousepad can be difficult. To swipe to left or right, try positioning the pointer on the far left or right side of the page and then clicking. That works in some apps. Swiping pages up and down can be unpredictable. You can often double-tap and then drag text up or down, but you can also use two fingers to more easily scroll up or down. However, most apps also allow the use of the up-arrow and down-arrow to move a line at a time. Most allow the PgUp and PgDn key combinations. And a few advance a screen of text at a time with each press of the space bar.

Selecting / Highlighting text. This actually works better on the eeepc than it does on my Android tablet. In some apps (text editors) you can highlight text simply by positioning the cursor and then using Shift+rightarrow to highlight. In others (e.g., the browser) you should first double-click on the first word to highlight and then use Shift+rightarrow to extend the highlighted selection. 

The "Menu" key reliably brings up menus.

The key "Esc" sometimes serves as a "Back" button.

Google Play Store works well and allows you to download virtually any app you might like, but be prepared for occasional difficulties. Some apps display only in the portrait rather than the landscape mode of the eeepc screen. When that happens, the easiest thing to do is to shut down the computer, reboot, and uninstall the offending app. The following apps work well for me: Google Play Music, X-plore (for file management),  Google Keep (for note taking), QuickPic (for photo displays and slideshows), Google Currents (for general magazine-style articles), Kingsoft Office (for word processing), Gmail, Google Maps, and YouTube.  

In some apps (X-plore, for example) double-tap-and-hold brings up a menu of options for actions on the selected file. This allows one to edit a text file that is stored on Google Drive and be confident that the changed file will be uploaded to Google Drive.

After a page has fully loaded in the browser, double-tap enlarges the text. Double-tapping again makes it smaller.

Music Player works nicely but it is necessary to transfer music into the sdcard Music directory for it to be recognized. It will not play music directly from the sdb1 partition. On the other hand, X-plore will play music directly, but it seems to be a limited music player (no playlists or cue controls that I can see). Google's Music Player does have a nice equalizer that allows the eeepc to have pleasant volume and sound. Hit the three dots in the upper right corner of the dedicated menu key on the keyboard. Then click on Settings and Equalizer. Click the "On" button in the upper right corner of the screen. Play with the various preset options or select "User" and tinker for yourself.

Superuser access is readily available and the distro comes preloaded with a handy superuser app. This is a true blessing because you will need to enter some terminal commands in order to get access to the built-in sda and sdb drives as well as usb sticks. Here are the commands to use in a terminal to access sdb1:

Open a Terminal window

In Terminal type:

mkdir /mnt/sdcard/sdcard2
su                                         (Note that you will be asked to grant superuser privileges.)
busybox mount /dev/block/sdb1 /mnt/sdcard/sdcard2

You can now use a file manager to navigate to the sdcard2 directory where you will find all of the files on your eeepc's internal sd-drive.

A single push of the power button attempts to send the eeepc into sleep mode, but even when it does go into true sleep mode it soon reawakens into a semi-comatose state with a dim, locked screen and only somewhat reduced power usage. Another longish push of the power button is needed to bring the screen back to full power and allow swiping to unlock.

To shut down the computer, try two slightly spaced pushes of the power button.