Skip to Content

The Singularity is Never

The IEEE Spectrum has a rational counter argument to the singularity crowd who believes that technology is on a runaway performance increase. See: http://www.spectrum.ieee.org/robotics/robotics-software/singular-simplicity/0 . For me, this is a long needed reality check to the optimistic singularity promotion that has been occurring.

A software package a day: GoToMeeting

There are a lot of solutions for sharing desktops these days, some are even free (such as using one of the various VNC tools) or built in (such a Remote Desktop is). For my mix of uses (which include both small groups for trainings or demos and one on one technical support) I find GoToMeeting a good mix of features and price point.

A software package a day: Fiddler

When doing web programming there are many times when a response doesn’t come back as expected. Sometimes it is hard to determine the exact post that was created and the redirects that were followed. Adding debugging statements can help, but in complex post and redirect situations a tool like Fiddler can really speed up the diagnostic process.

A software package a day: Delicious Bookmarks

Continuing the inventory of Firefox plugins, Delicious Bookmarks is a great way to bring order to large bookmark collections.

Wikipedia – Jumped the Shark?

An interesting piece of research on Wikipedia shows that the growth rate is slowing. This doesn’t surprise me much. Even though I’m not a contributor (I have made a few corrections to spelling, grammar and sentence construction, but have never added any substantial content) I have watched the site as it went from a free for all into a very tightly controlled hierarchy of user classes.

A software package a day: DownThemAll!

Another of my Firefox plug-ins, DownThemAll! does exactly that: it downloads all the files linked to by a page. This isn’t something I use often, but when you find a site where you need all of the contents it is a handy tool to click once and have them queued up and delivered. Some recent examples were visiting a page of a musician who provides audio files for their music for free (using the Creative Commons license) and a support page where a monthly newsletter was issued as a PDF.

A software package a day: Greasemonkey

Another of my favorite Firefox add-ins is Greasemonkey. Requiring a bit of knowledge of JavaScript to even get started with this isn’t a tool for everyone. However, if you have some knowledge of JavaScript and how web pages are represented in a browser (the DOM, or Document Object Model), then this tool can do things that would otherwise require a full blown extension.

A software package a day: Prism

If you use a lot of web applications you may find that some of the best don’t have strong support for the “back” button and other browser chrome. They are usable, but all that extra user interface is actually “in the way”. Prism provides a way to run such applications while leaving the browser chrome behind. This creates a cleaner presentation and avoids accidental “back” button mishaps.

A software package a day: LLBLGen

LLBLGen is a Object Relation Mapper, or ORM. We started using it long before LINQ to SQL was available (or even discussed) and it have provided years of reliable data access with type safety that ADO.NET doesn’t provide inherently.

A software package a day: NoScript

If I had to decided upon one add-on for Firefox, NoScript would be the one I would recommend. It isn’t that it adds a lot of functionality; it disables a lot of functionality be default. Of course, that is the point.

Syndicate content