My Stuff
  •   Blog Index
  •   Blog History
  •   Today's Posts
  •   Greg on Politics
  •   Search Term Q&A
  •   QotDs
  •   Popular Articles
  •   Most Active
  •   Recent Comments
  •   Articles With Images
  •   Newbie Competition
  •   Gun Control Questionnaire
  •   Florida Gun Resources
  •   [ contact ]
  • Bloggers I've Met
  •   Gun Nuts Media
  •   MArooned
  •   McThag
  •   Robb "No Pants" Allen
  •   Say Uncle
  •   The Big Guy
  • Friends
  •   Another Manic Monday
  •   Cato Institute
  •   My Tampa Life
  •   Sticks of Fire
  •   Tampa BLAB
  •   Tampa Bay Fish
  •   The Line is Here
  •   WMITC
  • Blogs
  •   2A Musings
  •   Advanced Armament Corp
  •   Airborne Combat Engineer
  •   Alphecca
  •   Anarchangel
  •   Another Gun Blog
  •   Argghhh!!!
  •   Arizona Rifleman
  •   Armed Canadian
  •   Atomic Nerds
  •   Bayou Renaissance Man
  •   Billlls Idle Mind
  •   Black Man With A Gun
  •   Blunt Object
  •   Bore Patch
  •   Cam Edwards
  •   Captain of a Crew of One
  •   Cat O. Nine Tales
  •   Cogito Ergo Geek
  •   Colt CCO
  •   DiveMedic
  •   Firearms and Freedom
  •   From the Barrel of a Gun
  •   GeekWithA.45
  •   Geeks With Guns
  •   Great Blue Whale
  •   Gun Loving John
  •   Gun Pundit
  •   Gun Trust Lawyer
  •   GunBloggers
  •   Gunpowder Treason
  •   Guns, Holsters and Gear
  •   Hell in a Handbasket
  •   Home on the Range
  •   I don't sleep, I dream
  •   John Lott
  •   Jon H. Gutmacher
  •   Justin Buist
  •   Keep and Bear Arms
  •   Keyboard and a .45
  •   LawDog Files
  •   Liberty Girl
  •   Liberty News
  •   Liberty Zone
  •   Mad Rocket Scientist
  •   Michael Bane
  •   Michael's Soapbox
  •   Move Left?
  •   Mr. Completely
  •   NRA Blog
  •   New Jovian Thunderbolt
  •   Ninth Stage
  •   No Looking Backwards
  •   Of Arms & the Law
  •   Pretty Pistolera
  •   Right to Bear Arms
  •   Rustmeister's Alehouse
  •   Sentinel
  •   Shooting the Messenger
  •   Smallest Minority
  •   Snowflakes In Hell
  •   Somewhat Intelligent
  •   Steve's Blog
  •   TFS Magnum
  •   Tell Me Why?
  •   The Bitch Girls
  •   The Breda Fallacy
  •   The Countertop Chronicles
  •   The Firearm Blog
  •   The Gun Blogs
  •   The Liberty Sphere
  •   The Mad Hatter
  •   The Real Gun Guys
  •   The Shootist
  •   The Whited Sepulchre
  •   Trigger Finger
  •   View From NC Idaho
  •   View From The Porch
  •   Volokh Conspiracy
  •   Wasted Electrons
  • 2A/Firearm Info
  •   Florida Firearms Law
  •   Gun Facts
  •   Gun Law News
  •   Gun Laws
  •   GunBlast
  •   GunCite
  •   Handgun Law
  •   NRA News
  •   USA Carry
  •   Wiki Entry

  • Previous Entries
      2015
        Sep
      2012
        May
        Apr
        Mar
        Feb
      2011
        Dec
        Nov
        Oct
        Aug
        Jul
        Jun
        May
        Apr
        Mar
        Feb
        Jan
      2010
        Dec
        Nov
        Oct
        Sep
        Aug
        Jul
        Jun
        May
        Apr
        Mar
        Feb
        Jan
      2009
        Dec
        Nov
        Oct
        Sep
        Aug
        Jul
        Jun
        May
        Apr
        Mar
        Feb
        Jan
      2008
        Dec
        Nov
        Oct
        Sep
        Aug
        Jul
        Jun
        May
        Apr
        Mar
        Feb
        Jan
      2007
        Dec
        Nov
        Oct
        Sep
        Aug
        Jul
        Jun
        May
        Apr
        Mar
        Feb
        Jan
      2006
        Dec
        Nov
        Oct
        Sep
        Aug
        Jul
        Jun
        May
        Apr
        Mar
      2005
        Dec
        Nov
        Oct
        Sep
        Aug
        Jul
        Jun
        May
        Apr
        Feb
        Jan
      2004
        Dec
        Nov
        Oct
        Sep
        Aug
        Jul
        Jun
        May
        Apr
        Mar
        Feb
        Jan
      2003
        Dec
        Nov
        Oct
        Sep
         

    Greg and Beth

    the political and personal musings of two
    mountaineers living in west-central Florida
     
    The joys of Grad School Software
    Gregory Morris, 9/23/03 9:22:43 pm
    Don't be fooled by the advertisements. Don't let your parents kid you about it. The colorful fliers are lying. Grad school isn't fun. Ok, so it isn't awful, but after spending 8 caffeine induced hours in a computer lab full of international students, each speaking their own language, but strangely enough, never english... can make you go a little nutty.

    On top of that, the main point of this project is to prove to our professor that we have enough brain cells hanging on for dear life to write bash and awk scripts. No, not just "list some files, move some around, and replace the word 'hello' with 'goodbye'"... we are writing relatively complex sets of scripts to handle big 'ol chunks of data, organizing them, evaluating them, analysing them, plotting the results... and building HTML!!! Lord, whoever decided awk was a good language for building HTML must have been dropped headfirst into a bucket of rusty nails as a child.

    Perl... sure. PHP... sure. Heck, i'd even give python a go... but awk has one purpose, and that is to make annoying little tasks easy for people who don't like writing complex regular expressions (does anyone like that?)

    With awk, you still have to know your tildes from your asteriks, but you can throw around a bunch of text, parse it out, and drop it in its home without hardly thinking.

    But building HTML requires real string manipulation, on the fly, with lots of built in functions to handle any possible thing you'd want to do to a string (ala perl and php.) It requires more than line-by-line handling of files. It also requires the ability to build classes, complex functions, handle arrays (not the cheesy awk-style "multidimensional arrays are really one dimensional arrays".)

    Ok. Rant rant rant. Blah.

    Let me go back to my commodore 64 and play Ghostbusters. When the Commodore became obsolete (not that I think it ever did, but anyway) computers just ceased to be fun. With my C64, I could type papers, do desktop publishing, connect to the BBS, and play games. How have gigahertz processors, gigabytes of RAM, powerful blah blah yackity schmackity changed all that? All that has happened is I have more buttons to click on now. BUTTONS! Just what I need is more buttons. I don't think it is too much to ask to just have a CLI, and lotsa nice little modular tools. I don't want my text editor to rely on some graphical libraries built into the kernel. I don't want to have to use my mouse just to do something that my C64 handled just dandy without one.

    And all besides that, my caps lock key lights up a frickin' LED instead of clicking in and out. Talk about a waste of electricity. IF YOU DON'T KNOW THAT CAPS LOCK IS ON WITHOUT AN LED, then you should join that guy who thinks awk is a good language for building HTML!

    Well, break is over. Back to the thumbscrew task of convincing gawk to play nice with bash and gnuplot.

    [Comments are closed after a month.]

    Re: The joys of Grad School
    Beth, 9/16/03 10:11:25 pm
    I think I will be missing you for a while honey. I just might be lonely 'til you get all your work done.
    Re: The joys of Grad School
    todd., 9/16/03 10:47:19 pm
    you don't enjoy writing regular expressions? i think perl's terrific.

    why do you have to use awk? i thought half the point of perl was to provide the utilities sed & awk with less trouble.
    Re: Re: The joys of Grad School
    Gregory Morris, 9/16/03 11:14:52 pm
    you got that right. but some professors don't like perl.

    and no, i don't like writing regular expressions that are 2 pages long.

    little ones like /^[0-9][a-zA-Z0-9]*[;]$/ i'm just fine with.
    Re: The joys of Grad School
    monica, 9/17/03 12:00:32 am
    the problem was that this post was supposedly written by beth.
    Re: Re: The joys of Grad School
    Beth, 9/17/03 9:56:53 am
    HUH?? I have no idea what you mean....
    Re: The joys of Grad School
    Gregory Morris, 9/17/03 10:11:20 am
    oops. damn database. fixing it now.
    Re: The joys of Grad School
    Andrea, 9/25/03 2:05:38 pm
    Isn't it great Greggy? You should be taking classes online like your older, wiser sister... Of course trying to balance classes with the insanity of work kinda stinks right now... but that's 4th quarter and te Holiday sfor retailers... BTW everyone... Go shop at Michaels!!!! (my client)... They are gonna have lots of coupons coming out in the DP in the next 6 weeks!
    < "Water buffalo make me cry!"
    "Beth gets mad....." >


    Older entries
    Blog RSS - Blog Comments RSS

    © 2008 Gregory Morris
    Notice: There are some areas of this website where everyone is permitted to post information. (In this case, information is defined as anything you can paste/type into an html form.) Do not post anything that cannot be legally put in the public domain. I have the absolute power to remove/modify/edit anything that is posted on this site. All original content on this website is owned solely by me, and cannot be redistributed without prior written consent. All information on this website is provided with absolutely no warranty. [Privacy Policy]
    Click Here for information about a
    FREE introduction to firearms
    safety and shooting.

    Answers to the
    Gun Control Questionnaire:
    Since this questionnaire began:
  • 'A' was selected 10950 times.
  • 'B' was selected 15356 times.
  • 'C' was selected 2742 times.
  • 'D' was selected 101299 times.


  • Search:



    Join The NRA!


    Second Amendment Foundation


    Ammo deals at Sportsman's Guide


    blab135x75.gif



    [399782]