USPS Tracking Stinks

Living in Hawaii makes you aware of the shortcomings of the USPS. I received a Christmas present on April 17 (and yes, it was sent in December). A few weeks ago, we Express Mailed some x-rays to Oahu, a distance of about 80 miles as the sooty shearwater flies. It …

more ...

ANTLRWorks Seems an Incredible Tool for Domain-Specific Languages

::: {.Section1} Via a comment by Gregg Irwin, here's a REBOL-based control language \< ?xml:namespace prefix = o />for Excel by Robert Muench. (Wow, REBOL: There's a blast from the past!). Sample code:

goto cell "B6"  
change to "Testing"  
select "B7"  
set to "=B4 \* B5"  
select "A5:A9"  
change to "=\$B\$5 …
more ...

Excel#: A Teaching Language

What with all the talk about language directions, I was thinking about a hobbyhorse of mine that spreadsheets are proven to be something that a lot of people "get" and that it behooves language designers to pay attention to them. Usually, I speculate about a spreadsheet-like development environment, but in …

more ...

Microsoft .NET LINQ Preview (May 2006)

::: {.Section1}

[\< ?xml:namespace prefix = o /\>New preview of LINQ now available on MSDN downloads: ]{style="COLOR: #1f497d"} http://www.microsoft.com/downloads/details.aspx?familyid=1e902c21-340c-4d13-9f04-70eb5e3dceea&displaylang=en [More on this **tk** ]{style="FONT-SIZE: 11pt; COLOR: #1f497d; FONT-FAMILY: Calibri"}

:::

more ...

Journalism and Memory

We received a letter on the SD Times reflector with lines such as "you guys mindlessly regurgitating the marketing hype of the self-congratulatory X committees....X is essentially nothing but a tacit admission...that the previous 4 versions of the spec were nothing but an incredibly expensive series of mistakes …

more ...


Uh... Are Continuations Really Easy Once You Have Anonymous Delegates?

Can you just transform the scope subsequent to the callcc into a delegate, store it in your Continuation object, and then execute the delegate when it's called? Yes, you need compiler support (since you need to transform callcc() from a keyword or method call into the beginning of a new …

more ...

DIY Augmented Reality Windshield HUD

casey mentioned that he wants to investigate augmented reality. Having played with the accelerometers on my M200, I'm leary of the challenge of maintaining orientation over many integrations in a handheld or head-mounted device. On a car, though, you can auto-orient using the GPS and a roadmap and there'd be …

more ...

Tablet Context Tagging Tool and Java/SWT?

Anyone have experience using specialized input contexts with Java/SWT?

more ...

Videogames Don't Get "Darkest Before the Dawn"

I was thinking about buying the videogame "Star Wars: Empire at War" (not that I have any spare time). Anyway, I decided against it because I was sure, like most games, I'd abandon it after a few hours. And I realized that one reason I do that is because, unlike …

more ...