Category Archives: Software

GTK+ printing

I’m just starting to learn about printing in GTK+. The documentation provides a good API reference, but is a bit intimidating, and I didn’t find much in the way of sample code. There’s a sample called “printedit” in libegg, but … Continue reading

Posted in Software | Leave a comment

Nonpareil status

I’m still making progress towards a new release on Nonpareil.  Sometimes it seems like the more work I do, the more I find that needs to be done.

Posted in Calculators, Nonpareil | 8 Comments

The suboptimal way to expand a filesystem online

I used LVM to increase the size of a logical volume containing an ext3 fileystem from 300GB to 500GB. After expanding the logical volume, it is necessary to expand the filesystem to use the added space. In theory, this can … Continue reading

Posted in Linux, The Suboptimal Way | Leave a comment

Suboptimal new computer experience — privacy vs. Mac OS X

I just got a refurbished Apple Mac mini, with the 1.83 GHz Intel Core 2 Duo processor. It is mainly intended for use compiling my open source programs such as Nonpareil for Mac OS X. I am extremely surprised at … Continue reading

Posted in Mac OS X, Nonpareil, Privacy, The Suboptimal Way | 4 Comments

Turing Machine in Bare Bones

The most recent release of my Bare Bones interpreter made identifiers case-insensitive, and added an optional peephole optimizer that recognizes a common idiom: while N not 0 do;   decr N;   incr X; end; Such a loop adds N … Continue reading

Posted in Bare Bones, Computer Science | 2 Comments

Bare Bones interpreter

Over the weekend I finished the homework assignment for the “Theory of Computation” chapter of Computer Science: An Overview, Ninth Edition, by J. Glenn Brookshear. Brookshear defines a very minimal programming language called Bare Bones, in which variables may contain … Continue reading

Posted in Bare Bones, Computer Science | Leave a comment

I have the greatest enthusiasm for the mission, Dave.

University of East Anglia researchers have received a grant of half a million dollars to develop lip reading software.  [h/t Slashdot Science]

Posted in Blog/website/news comments, Software | Leave a comment

New software development methodologies

Scott Berkun points out that the software industry invents an amazing number of new development methodologies, and proposes a few new ones.  Actually he’s just documenting existing practices.  More are listed in the comments.

Posted in Blog/website/news comments, Software | Leave a comment

SCO loses!

The wheels of justice grind slow, but they grind exceeding fine! Judge Kimball has ruled in SCO v. Novell that SCO does not own the Unix copyrights, and therefore most of SCO’s claims against Novell are dismissed. SCO has to … Continue reading

Posted in Blog/website/news comments, Copyright, Software | Leave a comment

World’s oldest vaporware finally shipped

You might think that vaporware is a relatively new thing. Perhaps the best known example is Duke Nukem Forever, which was announced in 1997 but still has not shipped. It received Wired News’ Vaporware Lifetime Achievement Award in 2003. Vaporwear … Continue reading

Posted in Software | Leave a comment