Xref: utzoo comp.sys.ti.explorer:294 alt.peeves:1729 Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!zaphod.mps.ohio-state.edu!sdd.hp.com!ucsd!ucbvax!pasteur!jwz@teak.berkeley.edu From: jwz@teak.berkeley.edu (Jamie Zawinski) Newsgroups: comp.sys.ti.explorer,alt.peeves Subject: loaded bases Message-ID: <24681@pasteur.Berkeley.EDU> Date: 3 May 90 02:35:55 GMT Sender: news@pasteur.Berkeley.EDU Lines: 26 X-Non-Sequitur: The oceans are full of dirty fish. So here I am sitting in front of my totally high tech Lisp machine, filling out this month's time sheet. I have to write "8" in every slot except the ones representing weekends and holidays. The time sheet isn't month-specific, so I have to figure out where the weekends fell. So I want to do (time:print-universal-date (time:parse-universal-time "1 mar 90")) to find out what day the first was; except I don't remember the name of time:print-universal-date, so I edit the definition of time:print-universal-time since I know they're in the same file. Great, I cross out all the weekends, and fill the rest with 8's. Then I want a total. So I count the number of 8's, hit Break, and type (* 8 22); it gives me 260; I write it down. Only by a chance glance at last month's time sheet did I notice that that was almost twice as high as it should have been. The source file for the time functions was in base 8. 260(8) = 176(10). The damn thing costs 40k and it doesn't know how to add. If our hearts are pure, we can eradicate octal in our time!! -- Jamie