Skip to content

Category Archives: Article

Windows XP RunAs feature is horribly broken

Switching back to Windows XP from the Mac has been educational. Along with learning a lot more about Cygin than I had ever known before, I’m discovering new features-to-be-avoided in Windows XP. Here is a biggie: “Run As”.
Windows allows you to execute programs with another user’s credentials. You are probability thinking “Simple right?”. Well, it [...]

Setting up OpenGL with Ikarus on Cygwin 1.7

While not left without questions I did get OpenGL running correctly with Ikarus over the weekend. Here is the patch file against trunk to make it happy.

How are DLLs used on Cygwin 1.7?

Over the weekend I needed to set up a R6RS Scheme interpreter on Cygwin. It came down to either PLT or Ikarus. Both seem to be straightforward builds but I couldn’t make PLT happy so I went with Ikarus instead. It was a very simple and straightforward configuration and took maybe a minute to build. [...]

Spring 2010 Classes

In Spring of 2010 I am taking two classes: MSCS 6020: Simulation (syllabus) and MSCS 6060: Parallel & Distributed Systems (syllabus).

A Scheme Developers Almanac for RNRS

In the early 2000s Sun published The Java Developers Almanac. It was a basically a listing of code snippets explaining how to perform the most common operations that developers might want to accomplish at his “day job”. You can find examples of the examples here.
It was great for the language; it made it easy for [...]

The Experience of the Delight of Learning

The experience of the delight of learning is such a wonderful thing.
Have you felt it lately? How?

Glass Drinking Glasses

Was it a happy-accident that glass drinking glasses have been in use for hundreds of years and they don’t leach any dangerous chemicals into their contents and thus into our bodies?
Did that lull us into false sense of security where we assume that drinking container vendors would only provide us with things that would not [...]

What is your PS1?

Mine is:

PS1=’\u@\h:$pwd>’

Scheme Distribution Email Lists

Here is a collection of email lists for some popular Scheme distributions.
There are plenty of indexes of Scheme distributions out there; but all that I wanted was a convenient index to all of the active email lists.

Adding Unicode Fonts to Windows

Today I set up pretty-mode.el and found that the laptop had all of the Unicode fonts but the desktop did not. I ended up installing Arial Unicode MS as suggested by unicode.org, and that installed all of the missing fonts.
If you have Microsoft Office 2000 and newer versions, you can get the Arial Unicode MS [...]