Older blog entries for goingware (starting at number 96)

Installing Debian

bytesplit, for installation help (and general help once you've got it installed) subscribe to the debian-user mailing list. It's really quite good. Of course it is helpful to search for your problem in the archives before posting a question - also see Eric Raymond's article on How to Ask Questions the Smart Way.

For your specific problem with the NIC, at some point the Debian installer will give you the opportunity to select modules to be loaded into the kernel. Modules are loadable device drivers, essentially dynamically-linked libraries that are installed into the kernel after it has booted.

Almost certainly the installer kernel doesn't have the driver for your NIC built-in, you will need to select the module that supports it. It is possible that you have some whacky NIC for which no linux driver exists, but most likely there is one. However, you may not recognize the name of your NIC from the selection that is presented. Most likely they are listed by the chipset used rather than the brand name of the card. To find out, try searching for the brand name in the debian archives, the linux-kernel mailing list archives, and at The Linux Documentation Project - maybe you'll find it mentioned in a HOWTO.

Alternatively, you could select the modules for all of the NICs presented. It is possible this could cause trouble, but not likely, as the wrong ones won't detect their hardware and then won't complete loading. After you get the system installed, you'll want to read up on module configuration and then change your config so the wrong NIC modules aren't loaded.

Free Software in Developing Countries

pusakat, just before I got online just now I spent several hours writing my teenage niece a long letter in which I told her what Free Software was. She got her first computer just a few months ago, and has been eager to get lots of software for it, with the result that she's installed such Spyware as Bonzi Buddy.

In my email I started out by telling her how to get Free windows software, suggesting she start with AbiWord, and also telling her how to find all the Windows and OS Independent software on Freshmeat and SourceForge. (Freshmeat lists over 500 Windows 98 projects).

However, I discussed in some detail about the history of the Free Software Foundation, Richard Stallman's days at the MIT artificial intelligence lab, the development of GNU, Linus writing the Linux kernel (and what a kernel was!), and how she could run lot more free software if she let me install Linux and teach her how to use it.

I told her that I had written so much detail to help her understand that Free Software meant a lot more than not having to pay for programs, but that by using it and telling others about it she could contribute to widespread and positive social change.

I went on to discuss how Microsoft has pressured the U.S. government to threaten developing countries with trade sanctions if they don't crack down on piracy - I know this has had an effect on several countries, that have enacted antipiracy laws and even started enforcing them as a result. I also discussed the Business Software Alliance's software audits and lawsuits, and their tactics of intimidation, and using the proceeds of their audits and lawsuits to finance further intimidation.

I discussed how Free Software gave both developing countries and business in any country a legitimate way out.

I'd like to post the letter verbatim on the web, and likely I will, but as it was a personal letter to my niece and likely to come as something of a surprise to her, I think I should ask for her permission first.

I know that Linux is being adopted at a rapid rate in the Ukraine, Taiwan and Russia specifically because of the threat of trade sanctions that were instigated by Microsoft.

Go look around Kuro5hin - there have been some articles about this - here is MS anti-piracy push leads to Linux adoption in Taiwan. There have also been some articles about the adoption of Linux in India at Slashdot

this search at slashdot will find you some articles about Linux in India.

At Newsforge, there is Pre-installing Linux in Russia is a growing business model. They quote Russian computer manufacturers as saying the move toward Linux was specifically because of Microsoft's efforts and a new anti-piracy law.

In general it is helpful to search for news articles by going to some of the news sites and using their own search facilities. In some cases, they don't show up in Google searches because they use a robots.txt file to block spiders. In other cases, you don't find the interesting articles in Google's results because so many useless pages precede it in the listing. In other cases, search engines try to tell whether a page is dynamically generated based on characters like "&" or "?" or the filename extension in the URL and then choose not to index it.

Documentation: Free and Good

roshan, people are still writing Free books. I'm writing The ZooLib Cookbook (although rather slowly).

You can also find a catalog of free books (as well as reviews which are themselves free) at The Assayer.

If you have written a free book, check if it's there and submit it if not. If you've read one, consider submitting a review. If you're writing a Free book that's not yet finished, but you provide a draft available online, submit it to The Assayer's works in progress page. You'll find the articles section of my own LinuxQuality listed there.

Ilan, I agree with you that there is a lot of documentation which is not helpful, but may I make the friendly suggestion that your approach may not be the best one to take in fixing it?

I have my own personal peeves with the quality of much of the Free Software that I use; and even though there is much high-quality software, the integration of it on a typical Linux distribution is so poorly patched together that the overall experience I have of using it is often really unpleasant.

However, I don't feel that flaming Free Software in public over quality problems is likely to be constructive. I feel it is much better to point out problems in a general and diplomatic way, and to make constructive suggestions. That's why I started The Linux Quality Database. Go read the homepage there for an example of what I feel may be a better way to win converts.

Also, while properly chosen and tastefully designed graphics can improve the usefullness of documentation and the user's pleasure in reading it, all too often graphics and fancy page layout are used as a cheap trick to make up for poor writing and a lack of much meaningful content.

A case in point is the large number of technical books marketed to programmers that are 1000-page tomes consisting primarily of large screenshots and colored sidebars. These seem to be very common in the Windows and Java markets, and I find them not only annoying, but virtually useless.

Contrasting to this are some of the technical books in my own library which I prize the highest, and are not only small books, but have very few illustrations: Scott Meyers' Effective C++, More Effective C++ and Effective STL, Herb Sutters' Exceptional C++, Andrei Alexandrescu's Modern C++ Design and Jon Lakos' Large Scale C++ Software Design.

I personally have written a bunch of articles on various programming technical and business topics that have been very well received - I get lots of fan mail and a pretty large amount of website traffic from them - you can find them here, here and here. There are almost no illustrations in them and only the most basic HTML design.

The key is for documentation authors to learn to write well. Unfortunately, a lot of documentation is written by programmers, and a lot of programmers just really don't know how to write. This isn't restricted to programmers - when my father was working as an electrical engineer for a U.S. Naval shipyard, the Navy sent him to a class on how to write! The man has a Master's degree in E.E.!

The way I learned to write was that I had some very good classes in composition and literature in high school and college, and later on I spent a lot of time writing in a journal, posting to the Usenet, and writing documentation and test plans for some of the companies I worked for.

Most importantly, I have written a lot, and I've learned to critique my own work, and I've learned to show my work to others for their criticism and revise it based on the comments I get.

A really good way to get quick (and rather brutally honest) editorial feedback is to write an article for Kuro5hin. Articles are moderated by the users, who vote for or against publication, and one may choose to have a feedback period that allows revisions before voting begins. The K5 moderators seem to care much more about the quality of the writing than any particular content or subject.

My first attempt to publish there drew quite heated (but helpful) commentary and very ambivalent voting, so I withdrew it so I could rewrite it. The second draft of Musings on Good C++ Style was dramatically better and enthusiastically received - but I had to work very hard to rewrite it.

One can learn to write better documentation if one spends some time working at technical support for ordinary users. I used to work at a small company that couldn't afford much of a support staff so I worked the phones right in the middle of developing products. One gets a pretty sound understanding of the needs of the users for clearly written doc and comprehensible user interfaces by doing this.

For open source products, I would suggest that someone planning to write a manual spend some time teaching the program to a non-expert user first. You could teach friends or family members, or volunteer to install the software at a school or non-profit organization and then teach them all to use it. Then write the manual keeping your experiences in mind.

I think it would be helpful for someone to write some HOWTOs on what one can do to learn to write well. The fact is there is a plethora of freely or inexpensively available advice for writers, but it's not really in the field of view of most programmers. Many of us know people who either write for a living or as a hobby - go ask them to recommend books and websites that teach how to write well.

Many communities offer inexpensive classes in writing, and one can often enroll in a community college and take an introductory composition class - the one single class that made the most difference to my writing skill was English 1A at a community college one summer when I was still in high school. It didn't cost much to enroll in the class, I enjoyed the experience, and I got college credit for it.

Finally, an important consideration is the availability and usability of open source authoring tools that meet the needs of the users of open source documentation. I think the majority of commercial software product documentation is written in Microsoft Word, PageMaker or Quark Express with the illustrations done in Photoshop, Corel Draw or Illustrator. One can get some nice results from these, but besides being expensive, closed-source and unable to run on Linux, they produce files that are not really accessible to the tools used to read documentation on Linux.

Although we have AbiWord and the GIMP, a problem is that people need to be able to access information online in a lot of different formats - reading it in plain-text form from a console without running X, reading HTML in a console browser like Lynx, reading HTML off the web or from the disk in Mozilla, and also reading the Gnome Help browser, as well as printing the same documentation on nicely formatted hardcopy and publishing all the same stuff in a tastefully designed animal book from O'Reilly.

This presents a couple problems. First, because of the need for people to access doc from text-only consoles, we really do need a lot of documentation that does not depend in any critical way on illustrations and fancy layout. And secondly, because of the need to store and retrieve the doc in a lot of different formats, we need the ability to write the documentation just once and transform it automatically into different presentation formats.

The only way to do that that has been developed so far is to write the original documentation in SGML. IBM and other large organizations realized this problem decades ago and developed SGML specifically for the purpose of automated documentation retreival and transformation long before the web and HTML were ever dreamed of. And the SGML tool that has come down to us through the years is DocBook. And that's why the Linux Documentation Project writes all their doc in DocBook.

There is a problem though - the open source tools for working with DocBook are difficult to learn how to use, and the experience of working with them is not all that conducive to creative expression and design. There are some propriety tools that one can do wonderful DocBook work in, but they are very expensive. For example, there is FrameMaker+SGML, but it costs a fortune, and while a Linux version was developed, the publisher (Adobe?) withdrew it before it shipped.

AbiWord can be used to some extent to author DocBook documents. However, its DocBook importer and exporter are not very featureful or robust yet, so really it would be best for writing the first draft of something and then completing the work by manually marking up AbiWord's output and hacking on a DSSSL or XSLT stylesheet customization to render the presentation document.

I personally use Emacs and psgml, jade, and the DSSSL stylesheets, and honestly it took me a couple of years of trying before I was able to reliably produce documentation using DocBook.

So, if you want better documentation for Free Software, what I would suggest you work towards are:

  • helping documentation authors learn to write better prose
  • improving the DocBook support in AbiWord
  • writing better HOWTOs on how to get started authoring DocBook documents using the available open source tools
  • writing better open source tools for authoring DocBook documents

A significant event in the last few years was the creation of the XML version of DocBook. Parsers that can operate on full-featured SGML documents are enormous and very difficult to write, with the result that there are very few open source SGML parsers around (with many of them operating on only limited subsets of SGML). But XML was designed as a subset of SGML that was easy to parse, and the result of that is that there are quite a few open source parsers, most of them full-featured, with a choice of API's (DOM, SAX and others) and now there are even a number of fully validating parsers. Basing DocBook tools on the available XML parsers is I think a very promising way to proceed.

Something that will help free documentation authors in a huge way once it is in production is the LDP's Lampadas Project, which seems like a pretty serious way of completely removing the pain of dealing with manual DocBook markup as well as having to install, configure and operate the tools for working with DocBook documents. It's a ways off I think that it looks like the Holy Grail of documentation tools. I would suggest that any developer wanting to improve documentation would do very well to contribute to Lampadas.

19 Jun 2002 (updated 19 Jun 2002 at 22:43 UTC) »
LinuxQuality

I got translated!

The Open Source Development Lab was previously kind enough to republish two of my kernel testing articles on the OSDL website.

(Note that sunsite.dk is down right at the moment. Hope they come back soon.)

Just recently I got word from OSDL's Bryce Harrington that they have been translated into Japanese, and posted on the website of OSDL's Japanese Lab. So here they are:

The LinuxQuality articles section also includes an article on testing web applications with validators and load generators.

All of my articles there are under the GNU Free Documentation License. If someone wants to reproduce them elsewhere or translate them (or include them in a distro!), they are welcome to. Of course if you translate them I'd like to know so I can link to them or post the translations directly on LinuxQuality website.

I'm contemplating translating the original HTML into DocBook XML. Likely any new articles will be written in DocBook.

Inflation

Well, after the posts about "Helper" status I finally had to cop to the fact that I have not yet done anything of substance to help project ReactOS, despite my best intentions. So I removed my "Helper" relationship.

Also while I'm currently a journeyor, a number of people have certified me as a Master. I like to thing that my technical skill is masterful, and I have worked hard to make it so, but the fact is that I have in reality devoted only a very small portion of my time to Free Software, so I don't think the Master status is deserved (I'll let you know when I get more time to contribute).

I do write a lot of useful stuff that I publish openly on the web, like the articles above, and some of it I place under the GNU Free Documentation License. Links to more articles can now be found on my advogato member page. Even though I write a lot of stuff I hope to be useful, even the amount of time I spend writing is only a few days a month, and nowhere near enough to deserve Master from writing documentation.

Don't Call Me Sir

I took a surfing class the first term after I transferred to UC Santa Cruz. We took a van out to this popular surfing spot called Pleasure Point and paddled our boards around and try to catch rides on the waves.

Naturally I would end up paddling over to where the best waves were but I wasn't very good at it and the better surfers would end up dodging around me when they caught rides. At some point a boy of about twelve years of age paddled up to me and said: "Please Sir, for your safety and ours, could you go surf over there", pointing off to the distance where I'd be away from the pros.

I bristled at this. My reaction was not so much embarrassment at being scolded by a kid, but irritation at being called "Sir" when I was just 21 years old.

I feel like an old man today. It's really got me down. I'm thirty-eight, and it usually doesn't bother me, but today it does.

I've had paid employment as a programmer for fifteen years now, all except a few weeks off and on. I programmed for several years before that, in school.

I first learned to program in FORTRAN in 1976 when I was twelve, although I didn't really get very far into it until I took some community college classes when I was 16 - but we programmed on punch cards on a DECSystem 10. We were taught business application programming - an introduction in DEC BASIC, then a class each in FORTRAN and COBOL. I still have my decks.

Part of what's getting me down is something that I really should feel proud of (and usually do). I've learned a lot of important things to know about programming the hard way and I've written some web pages in an attempt to pass on this knowledge.

It turns out many of these web pages are very popular and I get a lot of visits to my sites because of them. And I also get a lot of email from young programmers wanting my advice on how to advance themselves, and even from experienced programmers wanting to go into consulting.

I'm glad these people look up to me and sometimes I even feel honored, and sometimes I think I'm able to do some good. But sometimes, like now, it makes me feel old. I still haven't fully accepted the fact that I'm not a teenager any more, but every now and then realization of this pushes through the cracks, and then I have a day like today.

My wife noticed me being very quiet at supper and asked me afterwards why I was so sad. I didn't really know why but she managed to worm it out of me. Then my ever loving and supportive wife said "I'm not buying it". She suggested that I was "wallowing in self-pity". She inquired whether a red convertible and a trophy wife were on the horizon. She forgot to ask about a toupee.

One of the things that gets me down is that I know a lot of people think I'm a good programmer, but really I feel like a fake. I know I've put a lot of work into improving my art and I've written a lot of code, but honestly I don't think I've got much to show for it. The fact is that I don't feel I have much to show for all my work, and I'm not particularly well off. I'm struggling just to get by, and I've been struggling for a long time.

Sometimes when people ask me how they can be better programmers, I want to tell them that programming is best avoided, maybe they should choose some other career entirely.

Often I wonder if I have misplaced priorities. I know times have been tough for everyone since Tulipomania came to an abrupt halt, but even at the height of the dot-com frenzy my first priority in my work was basically to ensure that I worked out of my own home, never went into someone else's office, and got to spend a lot of time hanging out in coffeehouses in Santa Cruz. The woman who was to become my wife came to live with me then, and instead of me slaving away for stock options in some Silicon Valley cubicle, we spent a lot of time watching her dog play on the beach.

I even left California in April 2000 and moved to St. John's, Newfoundland to get married. Even when we moved back to the U.S., it was to a rural town in Maine - far from any high-tech centers, but we got a large house on nearly two acres of wooded land with a big garage and everything. Throughout my career I've been a real butthead about choosing quality of life over employment prospects; early on I'd quit jobs because I didn't want to commute anymore and later on I'd quit because they didn't want to let me work at home.

I've had a lot of wonderful experiences that most others can only dream of, but what I don't have is any money in the bank or any real achievements to feel proud of. I have written some really cool code, but an awful lot of it has fallen into a black hole when the companies either went out of business or discontinued the products - one reason I want to do Free Software is so that my work will have a life beyond the company I write the code for.

Which brings me to the whole reason I'm still a programmer.

I wasn't too happy at UCSC, but managed to B.S. my way into a programming job. At first it was part time, but then they offerred me a full-time position, and I dropped out of school. For quite a long time, I hated programming and honestly I was really bad at it. I couldn't even type and I would labor for weeks to write a 300 line command-line program.

But then a visiting consultant installed GNU Emacs on our Suns (16 Mhz 68020 systems with 4 MB of RAM apiece!) and explained to me about Richard Stallman and the Free Software Foundation. I read the GNU Manifesto. I did the little C-h t tutorial in Emacs.

I wanted to write my own extensions to the editor, but it was poorly documented at the time, so to figure it out I started reading the Emacs source code. I ended up basically dropping out of productive work for over two weeks, maybe a month. One morning I noticed that I was feeling sleepy at my terminal (9600 baud!) and realized I'd been sitting at it for 24 hours straight without even taking a break to eat.

And then I had this realization. People could do things with software that were really worth a damn. I had always considered software a handy tool for engineering and science and even business, but not as an end in itself. I didn't think that any serious intellectual would waste his time programming. At CalTech we called the Computer Science majors "prostitutes" because many of them intended to sell the products of their minds for money rather than the advancement of pure knowledge.

But here was a glowing example of software that was a reward in itself. And I had all the source code on my workstation.

I wanted to write something like that someday.

But first I had to get a clue about how to write code. My education was in Physics, not Computer Science.. I started by learning to type. My boss gave me this little DOS ASCII-graphic video game he wrote where letters would drop from the top of the screen and you'd shoot them down by typing them.

Then I started to study. I would read Knuth's Art of Computer Programming on the bus on the way to work. My roommate and I had bought a Mac 512k a while back and I got the ThinkC compiler and started learning GUI programming. I started investing in good technical books, something I soon realized was an immensely valuable thing to do, and something I continue to this day - I've got a huge technical library in my house now.

One I lamented to a friend that I had a really hard time figuring out how to program. He replied "What are you worried about? In ten years you're going to be murderous". That was fourteen years ago.

Nearly every time I looked for a new job, I based my decision mostly on how much opportunity I'd have to learn on the job (except for when I'd get sick of the commute and quit, and refuse to work outside of Santa Cruz).

Back in those days, computers has really severe limitations. When I finally could afford to upgrade my Mac, I got first one megabyte, then a second, of RAM. It was a pretty big deal when I bought a 135 MB 5 1/4 inch full-height hard drive - for $700, used! There are a lot of things that people do now that you couldn't then, but people wanted to anyway. So what people did was write tight code. That's how I learned my chops - my first shipping retail software product sold for $29 or so and occupied eight kilobytes of RAM!

My first job for a software company, writing code outside of school, was for a company that developed a fully-implemented Common Lisp environment that would run on 640 KB IBM XT's running DOS - with room for the user's applications. For some reason Artificial Intelligence was all the rage in the computer biz at the time but all most people had was 16 bit machines.

The way we did this was to use a manually operated virtual memory system implemented in software, where we would explicitly get and put eight-byte conses from and to a VM manager with an eight megabyte backing store file. It was a fiendishly complex program, and we were plagued with bugs during development, but the product eventually shipped and is now available as a freeware download. It even has a MicroEmacs editor.

But now, on the day I feel so old, I also feel so irrelevant. These skills aren't appreciated anymore. I still pride myself on writing efficient, well designed and reliable code, but what many clients want is code that may be buggy, bloated, slow and hard to maintain - but they want it yesterday. And I'm afraid I just can't work that way. It not even that I won't - I don't know how to.

For a long time now I have felt that there is no future in the kind of consulting I do, and I'm not sure where to turn. I know it's important to keep studying to keep on top of trends in the industry. I've spent years advancing my knowledge of C++, but today I suggested to my wife is that what I've really been doing is learning how to fashion particularly elegant buggy whips.

And I still haven't written my great program. I've been too busy just trying to survive. Maybe if I hadn't been so obstinate about living in Santa Cruz for fifteen years, or maybe if I'd got some hot stock-options during the dot-com craze, I could be set now and be able to take time out from my day job to write some really good Free Software.

It is only recently that I feel my skill has advanced to the point that I am capable of writing the kind of program I'd like to write. But I know many, many Free Software programmers don't apprentice for fifteen years before they set out to write something for the community - they have an itch, scratch it as best they can, and post the URL at Freshmeat.net. Often their code's not so good, but often it's useful anyway, and once the source code is out there anyone can improve it. Maybe that's what I should have done years ago.

But still - I'm sitting in Fortune, Newfoundland, visiting my inlaws for over a month, with two laptops (a windows/linux compaq, and an OS X iBook), and I've been working out of my home for over four years. I'm married to a wonderful woman, and we own a house in the Maine woods. I've put a total of five weeks of onsite work at clients' offices in this whole time, and I've only worked one contract through one of those accursed agencies.

Life is still a struggle, but I manage my money much better than I used to when things seemed easy (and I got myself into this mess). It's going to be a while until I pay off the money I owe, but at least I can make the payments each month. The winter and spring of 2001 were pretty rough on me and Bonita, but at least we got through it, and I've been steadily employed for a year, and I just started work for a second client who bought me this wonderful iBook.

That's a lot better than many people can say, and I'm grateful for what I have.

I guess it's good to be an old guy. I feel bad for the kids who are just starting out these days.

New Family

When I got married I of course acquired a bunch of new relatives all of a sudden. I have four nieces, daugthers of my wife's brother and one of her sisters. My youngest neice, Lindsay, came to visit today, told me that I was her favorite uncle, and gave me a story that she had written for me. It was printed by I guess an inkjet printer on some fancy paper decorated with butterflies.

I felt all warm and fuzzy inside.

My wife thinks I work too much. She tells me that when I'm lying on my deathbed, I'm not going to be wishing I had spent more time working. It's things like quality time spent with family we will all be wishing for. I think she's right.

On a previous visit Lindsay was visiting with her father and I sat down with her while everyone else was in another room and had a long conversation with her. I don't think she was used to having an adult pay much positive attention to her, or to having one really listen to what she said.

But I remember something I decided for myself when I was four years old - that when I grew up I would really listen to what kids had to say. I was frustrated that adults never seemed to take kids really seriously.

For a long time Lindsay was a pretty unhappy little girl. But now she seems much happier, more outgoing, and much more talkative than she used to be.

Before we left Maine, my wife bought a computer game for her. I also brought along my copy of (of all things) Cosmopolitan Virtual Makeover. I bought it because I was working on a competing program for a client, Instant Makeover, and wanted to have it to compare. I don't need it anymore and remembered that Lindsay's older sister had enjoyed it when she tried it out on my Compaq. I gave the CD to Lindsay and asked her to have her sister install it on their PC.

Their father got them a PC a few months ago, and the older sister, Denika, has been corresponding with me and my wife for a while. She recently asked me to teach her HTML, but I never got it together to do that via email. So I'm going to teach her in person soon.

Mysteries of the Ages

Problem Number One: Given the familiar nursery rhyme:

Humpty Dumpty sat on a wall
Humpty Dumpty had a great fall
All the King's horses
And All the King's men
Couldn't put Humpty Dumpty together again.

How do we know Humpty Dumpty was an egg?

Evangelism

I may have the opportunity to turn a brand-new person onto Free Software - possibly a whole family.

My brother-in-law Bruce has a Win98 box, and he seems to like tinkering around with it. But Windows doesn't present much opportunity for the uninitiated public to really get to understand the system.

I showed him Slackware on my laptop and he seemed to think it was pretty cool.

I suggested we could install Linux on his PC. I thought at first we'd have to get a second hard drive, but he's only using 1.7 GB of an 18 GB disk. There's plenty of space that I can install Linux and still leave lots of room for Windows.

The main complication is that I don't want to erase his disk, I'm going to have to shrink his existing partition and add some new ones. I actually own Partition Magic and have used it to install Linux before, but I didn't bring it with me. There are some Free Software tools to do this though, so I'll investigate them. My iBook has a CD burner so I can back up his disk to my iBook and burn him some CDROMs before I monkey with anything.

I have a Slackware 8 CD with me, but I think it would be better to give him Debian. Debian is harder to install than Slackware, but once its installed I think it is easier to keep it maintained properly. There also seems to be a more active and supportive online community for Debian.

So I just downloaded and burned an unoffical woody net install CD image (unofficial because woody's not released yet, but it's close enough for almost anyone to use) and as I type this I'm downloading the basedebs.tar file. After I repartition his disk I'll put the basedebs.tar file on his drive and boot off the netinstall CD. So I should be able to do a base install fairly quickly.

We only have dialup service here (in rural Newfoundland) so it's going to take an overnight download to get the basic software installed.

At least he's got a real modem - I had a spare serial modem that I gave him on one of my first visits here. No worries about winmodems.

Greetings from Fortune, Newfoundland

My wife and our two dogs arrived in Fortune at 6 this morning after driving since 4 yesterday afternoon from the ferry terminal in Port Aux Basques. We had meant to take an earlier ferry but we were delayed because one of its main bearings broke. So it turned out we had the worst of all possible schedules for driving across the island.

I am on the net for the first time since Sunday after configuring the PC I'm giving to my mother and father in law for internet access via Sympatico, a major Canadian ISP.

I'd been using this machine as a Linux server but I took out that hard drive and left it at home. Today I installed (ick!) Windows 98. I don't even have the video driver downloaded yet, I'm at 640 by 480 and 16 colors.

Newfoundland is a great place to be. It is incredibly beautiful and the people are wonderful. You should all visit sometime. I'm going to write up a longer article about visiting Newfoundland and try to run it at K5.

Back to Newfoundland

My wife and I are leaving tomorrow morning, on our way to spend the month of June visiting friends and family in Newfoundland. We're going to stop for a couple of days in Truro, Nova Scotia where she went to school (and where she was living when I met her).

If any Advogators live around St. John's or the Burin Peninsula drop me a line and maybe we can hang out.

I'll be in Fortune most of the time but will make a couple trips to St. John's.

We've been frantically preparing for the trip. Most of this evening I've been installing stuff on both my laptops that I will need (I will be working most of the time, not being able to afford more than a few days off). We have very little room in the car - a suprise because it's a ford taurus wagon - but we are taking two dogs.

We had a large luggage bin for the roof of our old Honda (which my father-in-law calls a "breadpan") but we found we couldn't find a decent way to mount it on the Taurus. So we have to pack everything inside.

Tips on Job Hunting

I've had a couple pages up for a while with tips on how you can use the internet to look for work. Lots of Advogato people are job hunting, so maybe it would help to post them here:

Lest you think that a headhunter's going to help you, you might also read my Important Note for Recruiters and Contract Agencies. (I have loosened up somewhat over the past year and started talking to them, but it's been no help - I haven't found any work through brokers. I've been consulting full-time for just over four years, and have only taken one job through a broker.)

PS

My new iBook just rocks!

However, is there a way to make the source code window text size larger in ProjectBuilder? There is a font menu but it doesn't seem to do anything? With my 12 inch screen, source code is hard to read.

New Toy

My 700 Mhz iBook arrived at the local mac retailer today. I'm very pleased, it's a new model and I was afraid there might be a shortage as there often is with new Mac models.

I got it from RCC in Rockport. They tell me they are the only Mac retailer in the whole state of Maine. Imagine my good fortune to have them only a few miles from my house.

But my wife didn't want me to go pick it up yet because I'm having a very hard time getting a build delivered to my client. I thought I would have it done early monday morning but because of some arcane limitation of Win32 I had to back out a bunch of well designed, but wrong code and rewrite a bunch of stuff.

I told her I'd likely have my delivery made early this evening and suggested if I could pick it up, I wouldn't open the box until after my delivery.

She wanted more than that - I've been neglecting my chores because I'm working so much, so before I could go I had to agree to paint the ceiling of the spare bedroom (Bonita's parents are coming to visit in July).

So now the iBook is here and I am ready to crawl out of my skin. Bonita thought I had got into the box because she saw that it was open, but that's just because the computer shop opened it up to add some RAM (I have a total of 256 MB).

I was checking out the outside of the box, trying to determine if the thing had a cardbus slot, when she saw me and said "Back away from the box!" Now I'm back in the office, where I shouldn't be writing my diary. I guess I've got some incentive to get this delivery off soon.

It doesn't look from the outside like it has cardbus. That would suck. It wouldn't be a disaster, because it has both firewire and USB, but I have an Adaptec 1480A SCSI host adapter I'd like to be able to use on it, to be able to hook up some of my very large variety of SCSI hardware. Maybe I can find a firewire to SCSI adapter.

87 older entries...

New Advogato Features

New HTML Parser: The long-awaited libxml2 based HTML parser code is live. It needs further work but already handles most markup better than the original parser.

Keep up with the latest Advogato features by reading the Advogato status blog.

If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!