Category Archives: Programming

Found a bug in TaxCut

I actually finished my taxes a couple of weeks ago but I received a package from the New York state tax folks a few days ago saying there was a problem with my tax return. The total local tax withholding amount reported on my main tax form did not equal the sum of the local […]

More fun with Microsoft SharePoint

In most programming languages/APIs, you should be able to construct a boolean statement with an unlimited number of ANDs or ORs that can be aggregated together easily. e.g. if (a.isRed() OR b.isBlue() OR c.isGreen() OR d.isBlack() etc…)
But everything has to be difficult with Microsoft, doesn’t it?
This blog post describes an issue with constructing a query […]

if (!englishDocs.isAvailable()) showJapanese();

I’m working with Microsoft SharePoint on my current project. I came across this great error message when viewing the SharePoint documentation on MSDN:

Microsoft: Asian female programmers wanted

Microsoft must be having such a hard time getting software engineers to develop in .NET that they’re going after female Asian teenagers:

“Look, programming in .NET is so much fun!”

Microblogging

A few weeks ago, I was trying to think of interesting new ideas for a web application. I thought of having a site where people can publish content but it’d be more lightweight than a blog. More like having one-liners with no commenting.
But then I found out about Twitter, which is almost exactly what […]