Is Vimeo in trouble, or are they having an upgrade problem? When I wanted to push the latest "Smalltalk Daily" to Vimeo this morning, I ran into this: Same response for the last six hours (and who knows how long
Either it's April 1st, or someone at Google has way, way too much free time on their hands. How else to explain "Mail Goggles" - which will, if enabled, pose simple math problems in order to give you a chance
Introspection and statistics are a fun game to play with a Smalltalk image. I've posted a number of these before. Here's todays query: allCodeSymbols := Set new. Root enumerateMethods: [:class :selector :code | code allSymbolLiteralsDo: [:each | allCodeSymbols addAll: (each
You might remember Managed Objects myCMDB announcement from a little while ago. In my view, myCMDB is trying to provide a layer on-top of CMDBs (Managed Objects own, BMC's, and "custom") that pulls features from the consumer, Web 2.0 world.
Where I’ve spent much of the last three years Where I’ve more frequently been slipping to Where I am now Where I will be in a week or two Before you tell me, yes I know diets don’t work
Today's debriefing (download directly here or subscribe to the feed for auto-downloads) goes over: Pandora free, streaming music is now available on Chumby (see pic above). I rarely get the amount of use I should from the Chumby - it's
I love this: a judge won't dismiss out of hand a monopoly suit against Apple and AT&T over the iPhone: Judge James Ware of the United States District Court for the Northern District of California ruled that the plaintiffs in
I have been doing some site scraping of late. And as a result, I have really come to appreciate the semantic web. It'd make life infinitely easier for grabbing data. Of course there are other, better reasons for using the
Back a the IBM zSummit, James also had the chance to talk with IBM's John Shedletsky on a wide range of contemporary mainframe topics, primarily, about using the multi-hosting (to put it in "distributed" terms) abilities that mainframes to bring
We're playing with some new icons for VisualWorks. And if you're going to do that, there's no sense doing so, unless you're going to support alpha blending. So I spent Friday making tests for an AlphaCompositedImage pass. And then looked