Upswing in Dynamic Language Use is Breaking News?

You know I love my homeys at \<a href="http://www.sdtimes.com/"" target="_blank" rel="noopener noreferrer">SD Times, but ought not the headline read: "Study states obvious, costs money"?  

more ...

Esther Dyson's Hugely Influential "Release 1.0" Newsletter Back-Issues Freely Available

O'Reilly has made the back issues (from 1983 to 2006) of Esther Dyson's "Release 1.0" newsletter available as freely-downloadable PDFs: O'Reilly Radar > Release 1.0

The newsletter was very forward-thinking; I just grabbed the June 1989 issue (the month I was hired at Computer Language) and found a discussion …

more ...

Ruby's ObjectSpace: A Challenge for the Managed Platforms

The Ruby language contains the built-in module ObjectSpace, which provides programmatic access to the entire world of living objects. For instance, in Ruby you can write:

ObjectSpace::each_object(Class) do |c|
 p c if c < Test::Unit::TestCase
 end

which will iterate over every instance of Class in the …

more ...

The Continuing Decline of Tech Magazines, Chapter 38

Forbes has a few-hundred word article on the decline in tech-sector print media. (via \<a href="http://www.cincomsmalltalk.com/blog/blogView%3fshowComments%3dtrue%26entry%3d3362119884"" target="_blank" rel="noopener noreferrer">James Robertson) Nothing specific to the software development industry, but still, another data point...

more ...

Virtual Earth MapCruncher

This tool from Microsoft Research:

lets users quickly convert existing maps into an online format that's as fast and easy to use as Virtual Earth. PDF and raster maps can be converted in minutes just by clicking on corresponding landmarks on the user's map and the global maps in Virtual …

more ...

Concurrency Tutorials Via LOLCuteness

\<a href="http://www.knowing.net/images/BecomingThe1SoftwareDevelopmentBlog_A1C1/image_4.png"" atomicselection="true">

I figure I'll be the #1 programming blog by the end of the month.

more ...

Need To Draw (Mathematical-Style) Graphs? Try This Free Layout Engine for .NET

I've fiddled around with the examples of GLEE, Microsoft's layout engine for graphs and wish I'd had it for some visualization projects I did a few years ago. Looks like a nice library to add to your collection.

more ...


Microsoft eScrum: Scrum for Visual Studio Team Foundation Server

Microsoft has made available a VSTS tool for teams using Scrum: Download details: Microsoft eScrum Version 1.0

Scrum is, I've concluded, The Simplest Thing That Could Possibly Work for software project management. It's also over-hyped, as the first line of the Wikipedia entry shows.

I'd like to talk about …

more ...

"New Scientist" (My Favorite Magazine) is Offering a 74% Subscription Discount

The British science weekly New Scientist is my favorite magazine (barring SD Times, of course!). The front of the magazine is devoted to brief discussions of recent findings and then there are usually several longer articles that, while generally over-credulous (string theory and many-worlds being perennially batted back and forth …

more ...