Very cool story
Just go read this. I found it very, very heartwarming.
Well, it looks like I'm not the only one who thinks that Sun is dreaming with the Java story. Have a look here
On my drive over to the Sun Tech Days presentation in Toronto, an idea kept rattling around in my head: Sun cares a lot about WORA (Write Once Run Anywhere). During the sessions that I attended, one of the things that Sun speakers stressed over and over again was the need for portability across different EJB containers. The question that I don't see addressed very often is: why does Sun care about portability? The answer to this question isn't immediately obvious. After all, Sun is a hardware company that doesn't appear to make money directly from its Java technology suite. Java, however, is the technology that brought Sun into the forefront of public / developer consciousness. So I believe the question really is one of how Sun can turn Java mind share into hardware profits. The answer to this question is that Sun wants Java applications to run on Sun hardware. In order to make that a reality, Java must be portable, otherwise there would be too much friction involved in migrating an application from one hardware / container platform to Sun's. By adopting this strategy, they have effectively tied the future of Sun to the idea that folks could develop Java code on their existing hardware, but that eventually, someday, those folks would reach into their checkbook and buy some Sun hardware. While this is not necessarily a bad strategy, I think this is a horrible strategy for Sun. Java portability is a double-edged sword that lets folks switch to Sun hardware, but it also makes it possible for folks to switch away from Sun hardware. The only way that this strategy can work effectively in the long term is if Sun can outperform the competition in the price / performance. I really don't see how this is possible, as Sun builds and sells proprietary hardware. Their hardware commands a considerable price premium over competitor's products today. In fact, no Sun hardware can be found in the top 10 results for TPC-C raw performance or price/performance. This premium is likely to continue to exist in the future because they lack the economies of scale that are available to the competition. Unless Sun can turn this around, it is likely that businesses will exploit Java's portability to switch away from Sun hardware.I've said the same thing time and again - by making Java portable, Sun forgot what their core business is. They make virtually all of their money from Sparc servers. Thus, making it easily possible for people to migrate from eexpensive Sun hardware to cheap intel (Linux or Windows) hardware, Sun shoots itself in the foot. Business case studies will be written on this eventually - as an example of how not to invalidate your own market.
In following the various blogs I read, I keep coming across items discussing server logs, referers, etc. I got access to the server logs for CincomSmalltalk last night, and wrote some quick software for scanning through them. I could probably have downloaded something, but it took less time to write the Smalltalk code than to track through google, throw away the first N tools..... etc. So I got to looking at them, and realized two things:
This Thursday I start a Smalltalk class for 4th and 5th graders. I would love to use VisualWorks (and probably would for high school) - but Squeak has more stuff that will be cool for the younger set. I'll probably start off with the Wonderland (Alice) stuff - the Energizer bunny should illustrate the object-message paradigm nicely, and be fun as well. This should be fun, and interesting. I've always said Smalltalk was simple enough for children - I can see how it goes with the 9 and 10 year old set.
I've been yapping about my ReplayTV troubles for awhile now. I've gotten a few emailed suggestions, for which I thank my readers. Nothing has helped though; it's looking more and more like a hardware problem. Which is where the tech support hell comes in. I spent two weeks just trying to get them on the phone. Then when I do get them, I find I'm speaking to people for whom English is a second language. Worse, they tell me they will call back, and they don't. On my second go around with them, I had to try all the tips that didn't work the first time, apparently in accordance with the support script - the second guy said there was no record of my earlier call. But at least he finally accepted that I have a hardware problem. Of course, he said that their systems were down, and would have to wait for a return call to get an RMA number. That was yesterday. What do I draw from this? If your company decides to outsource call centers to an overseas location, be prepared for very, very upset customers. Your customers won't be dealing with people who can solve any actual problems, and also won't be dealing with anyone who is actually empowered to solve any problems. Whatever you think you are saving in salary will get sucked up in angry customers who start giving you bad word of mouth. Like this rant, for instance...
The MPAA has lost one of its many attempts to control our future. Couldn't happen to a nicer bunch. Found the tip here on a blog I read regularly.
Remember DeCSS? A program that a fifteen-year-old in Norway hacked out which could decrypt DVDs? The MPAA wanted that kid in jail and filed a criminal complaint against him in Norway. The local court has now issued its ruling, finding him innocent on all counts:Head judge Irene Sogn, in reading the verdict, said no one could be convicted of breaking into their own property, and that there was no proof that Johansen or others had used the program to access illegal pirate copies of films. "The court finds that someone who buys a DVD film that has been legally produced has legal access the film. Something else would apply if the film had been an illegal ... pirate copy," the ruling said. It found that consumers have rights to legally obtained DVD films "even if the films are played in a different way than the makers had foreseen."
I got pointed here by David Buck. The article talks a lot about the trends in contractor pay (generally bad), IT trends, etc. Then there's talk about the standard IT skillset:
Small increases in demand have been tracked over the last two quarters in the following skills areas: Freehand, OLAP, Smalltalk, BPCS and EPOS for permanent positions, with JDBC, JSP EPOS, VPN, VBA and Switches had increased demand for contractors.Well, Smalltalk demand is up? That's great news! As usual, reports of our death have been greatly exaggerated
I've been working on a number of things today, including the 2.6 version of BottomFeeder. I have new dev builds up, and I think it's pretty close to release quality. There are nno defects that I know of, so I'll give it a day or two (more if I get error reports, obviously). In other matters, I now have access to the server logs, so I can start taking a look at referers. At this point, I have no idea as to what's going on there. I'll write some code to parse the logs and see what turns up...
I stumbled on this today and it hit home immeediately.
If Airlines Sold Paint: Hugely Worth ReadingROTFL. Hat tip to the Fuzzy Blog, who pointed here
This is definitely a best of. Totally funny and just plain awesome!Customer: Hi. How much is your paint? Clerk: Well, sir, that all depends on quite a lot of things. Customer: Can you give me a guess? Is there an average price? Clerk: Our lowest price is $12 a gallon, and we have 60 different prices up to $200 a gallon. Customer: What's the difference in the paint? Clerk: Oh, there isn't any difference; it's all the same paint. Customer: Well, then I'd like some of that $12 paint. Clerk: When do you intend to use the paint?
Mark Watson had some very kind words for VisualWorks today. Here's a snippet:
I am definitely a big fan of Java, which is a strongly typed programming language. There is something clean and tidy about using JSPs, servlets, and JDBC database connections (along with custom Java code, of course) to build web applications. I seldom use EJBs, JNDI and some other J2EE technologies, but the "lean and mean" combination of JSPs/servlets/JDBC is a pleasure to work with. Still, whenever I do a major project in an untyped language like Common Lisp or Smalltalk, I see a personal productivity gain of about a factor of two improvement over statically typed languages like Java. Still, unless you take into account available class libraries, you are only looking at part of the picture. I really love the Common LISP language but I immediately rule out Common LISP for projects that need technologies like SOAP, WSDL, etc. that are either not well supported in a portable way or are only available on specific vendor's platforms. The situation is better with Smalltalk: the free and excellent Squeak environment has some support for web services, etc. The commercial VisualWorks platform has every web based technology that you or I could name implemented. Note: I am a VisualWorks VAR, so I might be a little biased :-)I'm always pleased to see good things being said about our product. You should add Mark to your favorites list, and add his feed to BottomFeeder
Web services will continue to struggle on the Internet. XMethods will list only 400 available-over-the-Internet services by the end of the year. The WSA WG will have their architecture document reviewed by the TAG and the Director. One or both of the two will reject it as being incompatible with Web architecture. Much nastiness will ensue.Can't find a lot to argue with there. At the same time, IBM, Sun, and Microsoft will continue to jockey over it, with Microsoft claiming that it's the next big thing. This means that Web Services will be on everyones development checklist, but no one will be quite sure what it all means. Like we haven't been down this path in the IT world before....
I made the mistake of watching the New York Giants playoff game today; yet again they grabbed defeat from the jaws of victory. So I had to do something useful; I fixed some more BottomFeeder bugs, and worked on adding referral logs to this weblog. After that, I went and added this page to the wiki.
The Cincom Smalltalk Web Toolkit offers developers a standards based way to build Web Applications. Using the Web Toolkit, developers familiar with ASP or JSP will be able to develop VisualWorks Smalltalk driven applications using the same style of development. There are a few examples of Smalltalk Server Page applications on our website: Web Toolkit Applications at Cincom
Visit the Cincom Smalltalk Product Manager's Blog The Cincom Smalltalk main Website Take the Cincom Smalltalk online Survey See Past Survey Results Register to download Cincom Smalltalk Non-Commercial editionThese are all examples of JSP style development in Smalltalk. The pages and stylesheets were created with DreamWeaver, and all the related servlets and backing code live in our application server - a VisualWorks image. ----- Documentation
We have posted the documentation for the WebToolkit in easily accessible HTML: Web Toolkit Documentation JSP Style Development with Smalltalk Server Pages Servlets in Smalltalk ----- Application Server Documentation VisualWave GUI Developers Guide
If you thought David Gest was the only ass to recently sue Viacom, think again. A Montana man named Jack Ass has sued MTV's parent company, accusing the music channel of "plagiarizing" and "defaming" his good name in connection with the show "Jackass." The 44-year-old Ass, who legally changed his name from Bob Craft in 1997, is seeking at least $10 million from Viacom, which Ass contends is "liable for injury to a reputation I have built and defamation of character I have created."I spotted this over at Gordon Mohr's blog. Truth most assuredly is stranger than fiction
Here's a post I identified with. In my case it's not my parent's - they are happy (and fairly sophisticated for non-tech users) Macintosh folks. My Dad's one of those who likes to mention how easy the Mac is every time I talk about some computer problem. But then there's my uncle and aunt - who are still running Windows 95 (yes, 95!) and using dialup access - because the newer stuff looks hard to them, and they understand what they have. Then there were my neighbors - they sent their computer to a repaiir place, and when it came back it couldn't print. The tech had apparently insttalled an HP driver as some kind of default, and they have an Epson printer. They were utterly baffled. Another example - a couple of years ago, I was visiting my sister. Her husband was at work when her neighbors had a problem signing into AOL. So I went over - they had no idea how to proceed - after a crash they had to reinstall AOL, and they did not know their password - it had always been auto-filled for them. They didn't know how to access any of the hint features most such things have. The printer issue is particularly relative - I see technical folks constantly talking about how people should just install Linux
Both Jeremy and JWZ are realizing the issues of giving their Mom a Linux box (i.e. Momix): I'm sure that jwz's mother has more computer smarts than mine. And the funny thing is that most mothers aren't terribly adept at using computers. Why? Not because computers need to be difficult, but nobody designs software for them. Why is the way we save documents different than the way we locate them later? It makes little sense. This got me thinking about that old Linux box again. Why can't I at least get my Dad off Windows and make him happy? He'd be lost. Most of the Open Source software is no better than, say Windows, and worse yet it's never been subjected to a usability study. GoIt's a thing to ponder. And if you think aboutt it, it's the main reason that Windows (especially 9x) always defaults to ease of use over security.
A few more bugs have been slain, but I need some feedback. The FTP uploads work, but I'm having issues with the FTP downloads. Might be my network setup; I need someone else to test that. I fixed the feed icon color issue - feeds stay marked red until all the feed items have been seen. Toggling items from all read to all unread (or vice versa) also changes the feed color appropriately. I also fixed a bug with the item caching setting - it was being ignored, but should not be being ignored any longer. Any bugs - please send them to me
I should be taking down the Christmas tree, so of course I'm reading web logs and fixing BottomFeeder bugs. I have been meaning tto look through Gordon's blogroll - I usually find what he posts to be interesting, so I figured stuff he's reading would be interesting as well. I am not disappointed. I stumbled on the Loosely Coupled right off, and found this post:
A different picture emerges if we look back at what really happens when significant new interoperability standards emerge. HTTP over the Internet brought the commercial Web into being. The addition of RSS to that mix turned weblogs into a powerful channel for amplifying discourse. 802.11b has created an unanticipated blossoming of WiFi hotspots and ad hoc networking. None of these results were predicted (or even expected) by the creators of those standards. Reviewing the practical deployments of web services in 2002, there's been little in the way of heavyweight enterprise deployments, mainly because enterprises still regard the available standards as immature. But there have been plenty of casual or serendipitous discoveries and experiments. One of the best examples was Jon Udell's experiment in joining up URLs from multiple sources based on ISBN numbers. He's just published a new account, The disruptive Web, in which he sums up the ingredients which he believes contributed to its success:That's an interesting set of observations. If you make your main services available as straight HTTP-GETs, anyone can make use of them right now. That doesn't preclude offering other interfaces (SOAP), or using other mechanisms for your own internal operations - but what it does is make your services available to the widest possible audience. The other neat part of this - especially for Smalltalkers - is that it makes the implentation language irrelevant to the end user of your services. What then matters is how quickly and accurately you can get things done. Have a look at the Linea Engineering date and be encouraged - there is a coming software world that is ripe for those with higher productivity."Support HTTP GET-style URLs. Design them carefully, matching de facto standards where they exist. Keep the URLs short, so people can easily understand, modify, and trade them. Establish a blog reputation. Use the blog network to promote the service and enable users of the service to self-organize. It all adds up to a recipe for recombinant growth."
According to this article in New Scientist:
One in four of the planetary systems identified to date outside the Solar System are capable of harbouring other Earths, say astrophysicists, a much higher proportion than anyone expected. The researchers decided the race to detect an extrasolar Earth-like planet is taking too long. So, instead of scanning the skies, they modelled all the planetary systems known so far to work out which could be hiding habitable planets.So what we need now is a handy Warp engine, ehh?
Then you should go read this article. I feel better knowing that I'm not the only one with issues....
If you downloaded the BottomFeeder DEV build I posted two days ago, go grab the latest one now. The last build had a few problems at startup - both for initial (no prior use) and conversion (old style settings). Thiis build has been more thoroughly tested, and works in those situations here. Thanks to Dave for fixing the problems, and to Rich Demers for reporting them!
I added category support to the blog earlier today, and I've just wrapped up category searches. On the main page - just to the right of the entries - you'll see a list of all the existing categories. Clicking on the link will execute a search for all entries that have been categorized that way. I suppose allowing multiple categories per entry would be more useful, but I haven't gotten to that yet - it's a manual task determining what category an entry belongs in, and there are well over 500 log entries already. What I have now works, and it's pretty cool, if I do say so myself.
After some fairly epic brain cramps (related to my lack of sleep from this sinus infection), I added category support to the blog. On entry, I give an entry a category. Still to be done is exposing that in a useful way - I will eventually add a list of categories I use for single click search access. But the hard work of changing the domain model is done - and without having to take the server down. Ahh, the joys of Smalltalk....
This site is a demo for the Web Toolkit. This application was really my first Web Toolkit work, and I'm pretty happy with how it's turned out. I just placed the latest version of the Blog code in the public Store, and also posted the parcels and ancillary files here.
I wandered by This set of posts from the Dive Into Mark site, and got inspired. I went ahead and made sure all the images had alt tags, made sure that there were shortcut keys to the home page link (which is new) and to the search page. I added label tags to things that should have them - and rearranged the table so that the blog roll is on the right - which makes the content show up first in teext browsers like Lynx. I hope it's improved things - it seems to have.
The tag line at the top of the page is a link back to the main view, so that you can always navigate back there. I fixed a table layout issue - the log text is now aligned at the top - it ended up looking odd on the archive pages. Finally, each entry now has a Perma Link at the bottom. Ahh, Smalltalk. Where I can load these changes into the running server...
I saw this post on Sam Ruby's log. Here's a snippet:
Doc Searls: Hey, coffee and wine shops, I'll be in town for the next day with a laptop and a PDA that are wondering who's ready for my business ? This problem doesn't seem all that much harder to me than syndicating and aggregating weblogs. In particular, both ends of the equation are likely to be behind a combination of firewalls, NAT, proxies, etc. Question to ponder: what technical, sociological, and legal innovations will be required to make this come about?I pondered this for awhile - there's a coffee/bagel shop in my local shopping center called Bagel Bin. I go there fairly often to get a snack and a coffee - the cool thing is, my dauughter prefers this place to McDonalds! But back to the topic - I don't have a PDA, but I do have a phone - Sam asks what would prevent a shop like this from advertising to these sorts of devices. That's a simple one, I think - what's the benefit for them in doing so?. This sort of local outfit gets a local clientele, and said clientele grows by word of mouth (and by proximity to the grocery store, a place everyone goes regularly). There would be an expense to setting up a connection, and can't imagine that there's a lot of upside in terms of new business. More or less, I think we geeks often completely overestimate the relevance of the net in the day to day lives of most people. I had these thoughts, but not really in any kind of focused way - until I saw Gordon Weakliem's post on the topic:
How about economic innovations? When I saw this post I immediately thought of three local businesses I patronize: The Wine Seller, Angelo's Pizza, and Pablo's (my local coffee house). For these businesses to engage in this type of arrangement, it would either have to be extremely inexpensive, or would have to yield outsized results. I'm amazed at the crude technology that most small businesses employ, mostly for reasons of cost. Sure, Starbucks can afford this, but if it's just Starbucks, et.al., I'm not interested. What makes weblogs interesting is that publishers can run one affordably and even I get to find the Wine Sellers, Angelo's and Pablo's of the web. 3 years ago, I'd guess most of my HTTP requests went to yahoo.com. These days, intertwingly.net is beating Yahoo! hands downGordon's post kicked my brain into gear, and let to my thoughts above. Now perhaps a local shop could run a weblog - they can be cheap - but that still assumes that someone at said shop would have the time and interest to post daily ramblings. Once you start a weblog, you either post frequently (and with any luck, interestingly), or you get no traffic to your site. Ultimately, I'm just not convinced that there's any compelling reason for most small shops to be on the net
I finally feel good enough about the refactoring work to post a dev build. The save file formats have changed in this build, so if you download this - make sure to backup your current save file first!. Here's what's new:
Another web log entry here:
Joe Brockmeier has a realistic overview of Extreme Programming. Of course, he did interview Kent Beck and Ron Jeffries. It's nice to see a hypeless introduction to the subject. (He also interviewed yours truly, but that may have been for outrageous quotes and not deep philosophical insights. :)So it looks like XP is fast becoming the next big thing in the methodology realm.
According to Why Smalltalk, Condor Rebar provides their solutions with help from VSE and VisualWorks. Cool.
Joel on Software is plugging TDD now:
With TDD, you create an automated test first, and only then write the minimal amount of code that you can get away with to satisfy that test. Every time someone finds a new bug, it gets added to the fully automated test suite. Then the programmer writes the minimal amount of code to make the new test pass (which makes the bug go away). - From Test Driving Test Driven DevelopmentThis was in a column Joel apparently writes for the magazine. Looks like some of the XP tenets are really going mainstream!
I need to go over to my daughter's school and practice my grade school arts and crafts (volunteer day), and then I need to see a doctor. I'm pretty sure I have a throat infection - could not sleep at all last night, so I'm only going on caffeine right now....
This is interesting. Amongst the other predictions, the author of this piece writes:
EJB will be almost a dead horse by years-end. As if my predictions weren't controversial enough, here's one to cement the whole deal. Yes, I firmly believe that EJB will be almost entirely "on the way out" within the Java enterprise space. Sorry, guys, it was a good run, you managed to bilk the industry of billions of dollars along the way, but the EJB facade is crumbling and developers are waking up to the realization that EJB just doesn't meet the goals it's supposed to: making enterprise development simple. Instead, the 800-page monster of a specification, the one that doesn't even come close to being tight enough to actually program to nor loose enough to permit serious performance improvements within an implementation, will be quietly and serenely allowed to drift off into irrelevance in the face of the burgeoning Web Services hype tidal wave. Most J2EE vendor containers will be advertised as "Web Service" containers first and EJB containers second (just as EJB containers today are EJB first, CORBA second). Doesn't mean J2EE is dead, just that EJB is fast becoming not the way to build systems.Anyone who has attended one of Alan Knight's talks recently won't wonder why - he has a great riff on EJB without taking any unfair swipes at it. I've personally seen more than one Fortune 500 firm go down the rat hole of death marches with EJB projects. I hope that Ted Neward is right about this.
BottomFeeder users have noticed that the 2.6 release has taken longer to come out. There are a few reasons for that. First, Dave is working again, so he's doing paid work during business hours. I've had work to do as well for Cincom, which slowed down my contributions. Finally, I decided that I was completely unhappy with the state of the startup code and the save file code - so I refactored it. It had all been in two classes, and it really needed some rationalization. It's now split into its own package, in a number of much smaller classes. So I'm happier with the setup - but the wholesale change also calls for a lot of testing. I'm in the midst of that now, and I think I've found the majority of the issues. Stay Tuned
Yes campers, I have spent my entire New Year's day (thus far) in the bowels of BottomFeeder startup code. I didn't have the startup sequence right for environment variables and command line arguments; they were being ignored. So I spent some time testing that out - brief aside here - having an image made that vastly easier for me. I was able tto simulate the runtime easily by having the dev image start up the application on startup, using all the current environment variables and command line arguments. This is relevant to a discussion of image based vs. non image based development that is going on in comp.lang.smalltalk right now. IMNSHO, having an image makes development loads simpler. For a runtime, it's also very nice to have an image - I have diagnosed countless issues in server apps by saving the headless server image in its current state and running that headful in order to see what happened. With a sealed runtime, that's nowhere near as easy. So anyway, back to BottomFeeder - I think I have the startup sequence right now, but I'm still testing to be sure - there will be no DEV builds until I get that sorted out. You can look here to see what I'm working on.
I've done a test build that works on Windows and on Linux. I need to test out the ENV VAR and command line arguments to make sure that they override properly, but the base stuff works - A production image reads the old save file, converts to the new settings format, and saves all the files. The settings in the upcoming release will all be available in a text file that is user editable - and all the other settings (window information and feeds) are specified in that file. This makes backing up and saving your files much easier
So here's Sun finally branching out to Linux - too late, IMHO - they will be competing against some truly low cost vendors. I see this as being similar to the big airlines trying to compete with Southwest with low cost entries - but without addressing the basic cost structure problem. Anyway. I saw this quote, which just cracks me up:
Still, McNealy isn't wavering much in his belief in Unix, which still runs on most servers. "Linux isn't a market. It's a crankshaft, a widget," scoffs McNealy, using an analogy befitting the son of a former American Motors vice chairman...That's right, diss the market you are trying to enter....
I stumbled onto an interesting commentary over at Gordon Weakliem's log on -stored procedures VS. straight SQL queries>http://radio.weblogs.com/0106046/2002/12/30.html]:
Java programmers seldom use stored procedures. They are not portable, it breaks the 'write once run anywhere' motto it brought to mind a recent quote in the whole .NET vs J2EE pet store brouhaha, something like "Sun recommends direct queries, but that's stupid". And this was coming from someone on the J2EE side of the debate. So this comment is a little perplexing. As I mentioned, my cross platform DB experience is pretty minimal (even when I was doing Java a couple years ago, it was against SQL Server), but it seems like by doing direct queries, you're throwing out a lot of potential optimizations at the database level that could otherwise be hidden behind stored procs.When the database is the biggest blocking point in your system, it seems to me that tossiing optimizations aside for (effectively) ideological reasons is just silly. We are about to upgrade the VWNC Registration system - right now, it uses a fairly dicey back end storage scheme (read - no database!). We are going to push it all into Postgres, and the api I'm using is completely Stored Procedure driven. Not only is it faster - it is actually a simpler api for me to deal with as a developer. As to worries about portability, I'll whip out an XP truism: YAGNI. If we end up having to migrate to another db, we will cross that bridge when we come to it. In the meantime, we'll enjoy a more optimal system...
I'm deep into testing the new BottomFeeder startup and save code - there are still some kinks with starting up with the new file formats, while conversion seems to work just fine. More testing is definitely in order! If you load the current code out of the repository, be forewarned that it is not fully baked yet!