smalltalk
January 22, 2004 23:49:47.207
Gordon Weakliem asks "what good is it" about niche languages:
Via Patrick Logan, I found a post by Roy Osherove asking, essentially, "what good is Smalltalk", and specifically, how can these languages make me more productive? His questions specifically target libraries and interop, and the situation's pretty bad for any language except Perl and Python.
I think Gordon needs to take anothet look at Smalltalk - VisualWorks supports a wide range of security protocols, COM, CORBA, Web Services, C call outs, and has .NET connectivity to boot. We now support the CE platform - both intel and StrongARM. Over in IBM land, VAST connects to just about all the IBM stuff, WebSphere in particular. Interop is actually pretty good in Smalltalk
Share
rss
January 22, 2004 13:29:04.690
From RSS Winterfest - Bill French said: "Email is where information goes to die". That's a good point - Scoble related that his 1 GB of email just vaporized on his way out of his last job - whereas everything he's posted to his blog is "out there". Interesting. If you left your company right now, would any of your personal knowledge base survive to inform your successor?
Share
rss
January 22, 2004 12:56:12.879
I've been listening to the presentations at RSS Winterfest, and Chad Dickerson has an interesting presentation on how InfoWorld uses RSS. On the IRC channel for the conference, I found this case study interesting:
Multiple groups within Triple Point are now using weblogs. The development teams use them to post frequently asked questions, design documentation, daily test results, status reports, and other information. With a mixture of individual and project weblogs, the information tends to categorize itself, and others can easily subscribe to the portions they care about. The sales force is also using weblogs to keep abreast of prospects, processes, and general questions and answers, promoting quick and seamless communication across the entire team.
Interesting - we'll have to see if web logs gain more internal traction than Wikis have...
Share
development
January 22, 2004 10:10:00.674
MS wants to build XML and SQL constructs directly into C#:
For those of you already familiar with C#, it's clear that Xen is simply C# with additional features and capabilities. In fact, it's just C# with two of its most used APIs -- XML and database manipulation -- now built directly into the language
The architects behind Xen believe that if an API is used frequently, it should be considered for incorporation into the primary language. The popularity of XML and relational data structures make them the most likely candidates for inclusion.
I'm a little skeptical. I can't really see the difference between a decent library and adding to the language; then again, in Smalltalk that difference is, in fact, a very hard to see line - nearly everything in Smalltalk is the library. What this will likely amount to is a larger set of built in features in C#, which will serve mostly to complicate the beast. Just how many reserved words are there in C# now? Smalltalk has 5....
Share
itNews
January 22, 2004 9:22:15.312
Share
smalltalk
January 22, 2004 9:17:59.252
Actually, Smallblog RSS feeds do work, although I had to do some workin BottomFeeder to deal with them. Hitting the RSS feed url gives you a 302 (temporary redirect) to a funky url. Things work just fine if your RSS reader distinguishes a 301 (permanent relocation) from a 302 (temporary). BottomFeeder does - it leaves the feed url alone, and gets the 302 on each update cycle. I suspect that some readers treat 301 and 302 the same - and remap the feed url. This causes a problem on the next update cycle, as the new feed url was, in reality, only temporary (due to the way it's implemented in SmallBlog).
I actually prefer the way I do feeds in the Cincom Smalltalk blog server - I drop an actual XML file for the web server to deal with on each update. That allows compliant RSS readers to use conditional-get on the feed without my having to do anything - and it also reduces the dynamic load on the server a lot
Share
open source
January 22, 2004 9:07:47.490
Richard Morrison-Haefel makes some assumptions about open source development vs. commercial development:
The truth is: The difference between open source developers and commercial developers is the pretty much the same as the difference between a starving fine artist and a fat and happy commercial artist. The commercial artist, if she is any good, is probably paid a decent amount for creating logos, advertising, album covers and such things for someone else. A person who creates fine art, on the other hand, isn't likely to make more than a pittance even if they are lucky enough to get a show. While it's true that that some fine artists make it big, this is relatively rare when you look at the whole population. So why do people choose to create fine art, rather than commercial art? Freedom. Fine artists get to work when they want, create what they want, take credit for their work, and in the end enjoy the public scrutiny of their peers.
There are two problems with this analogy:
- It doesn't completely hold for art, with public grant money available for many non-commercial artists
- It doesn't hold up that well for software either - a fair amount of open source work - especially for Linux - is effectively funded development
Look at Apache - there's a foundation. Look at Linux - large amounts of work funded by IBM and others (Red Hat, SuSe, etc). Heck, Cincom doesn't pay me to produce BottomFeeder, but it works out as part of my promotional role. Yes, there are plenty of open source projects that are not being explicitly or implicitly funded. I would guess that most of the ones that succeed end up getting some form of support eventually
Share
development
January 22, 2004 8:59:33.656
Roy Osherove wishes for another feature that we already have in Smaltalk. Actually, I'm kind of amazed that you can't step into .NET libraries without special tricks - what's up with that? One of the things that helped me learn Smalltalk was using the debugger to walk through system code, so that I could see what was going on "under the hood".
Share
news
January 22, 2004 8:34:21.576
Share
StS
January 21, 2004 18:08:44.566
Smalltalk Solutions 2004 is fast approaching, and we need your participation! Smalltalk Solutions is a premiere venue for Smalltalk professionals, regardless of dialect, to meet and exchange ideas. We are currently accepting proposals for all varieties of talks involving Smalltalk technology and including presentations of other areas of technology from a Smalltalk perspective.
This year's conference is taking place in Seattle, Washington, May 3-5 2004. Presentations may be in the form of
- Technical Presentations
- Experience Reports
- Technology Demonstrations
- Half-day Tutorials
Presenters receive a free conference registration (one per presentation). Tutorial speakers will also receive a small stipend.
To submit a proposal, please go to http://www.smalltalksolutions.com/participate/participate.htm or email Alan Knight
Proposals should be received by February 15, 2004.
Share
smalltalk
January 21, 2004 13:31:32.048
Share
development
January 21, 2004 10:46:54.707
Keith Ray has some valuable insights:
Now the dynamic-typing people say that, in practice, it's very rare to pass a string into a function that expects an integer, or vice versa. (I have rarely experienced such a problem in C when trying to do manual refactoring, but that was quickly detected via crashes when running tests and the application.) However, there is a big loop-hole of type-checking in any language that has polymorphism, whether dynamically-typed or staticly-typed: your functions may require arguments whose type implement a certain interface (or be a subclass of a certain class), but there is nothing that forces the objects being passed into those functions to implement anything meaningful. In practice, this isn't a big problem - in fact, it happens so rarely that static type-checking advocates don't even think of this problem.
It's a good article, and points out some of the things that manifest typing advocates rarely consider - the holes in the systems that they claim are safer...
Share
marketing
January 21, 2004 9:34:40.651
Doc Searls seems a little surprised that his positive spin on the Dean post-Iowa speech isn't getting traction - and in the process, I think he misses a lot about marketing against a persistent meme:
I see that my positive spin yesterday on Howard Dean's "barbaric yawp" speech got approximately no traction at all. Worse, the speech was (predictably) mocked by everybody in the major media from Stern in the morning to Letterman and Leno in the evening.
Clearly, its effects were regretable. It hurt the campaign. But it was also honest and authentic, and in the long run that can only help, for the simple reason that it was real.
There's some more stuff in there about the lessons of "Cluetrain", but Doc misses something much, much simpler - it's really, really hard to fight a growing meme. Simply putting your message out, and claiming that it will win because your voice is "authentic" is laughable. Why do I say that?
Let me jump back to 1995. Java was introduced, and - at least early on - many of the Smalltalk vendors and developers voiced the authentic opinion that Smalltalk was demonstrably better - more mature, more productive, in deployment, etc. Guess what - none of that mattered. Why not? Because the popular meme that Java was the future was adopted by many, many more voices - including the tech pundits. Soon enough, the Smalltalk vendors were being asked about their Java plans, and most of them adpted one (in particular, ParcPlace-Digitalk and IBM). Could Parc have stood alone and ignored Java? I think so, but it's not as if we could have "won" and pushed Java back under the rug. Once a meme reaches a certain level of credibility, having an authentic voice on the issue may take years to make a difference
It took Cincom - the new owners of VisualWorks as of 1999 - until roughly 2003 to be taken seriously as a safe place for Smalltalk by our existing customers, and to re-establish Smalltalk as something worth looking at for new prospects. That's 4 years. We managed to stay standing because we had an installed base that supported us. Not every product - and certainly not every political candidate - has 4 years to turn a meme around. Doc needs to take the rose colored glasses off, and realize that.
Share
smalltalk
January 21, 2004 9:14:22.110
Mark talks about some of the difficulties in getting into VisualWorks:
Having hung out with a bunch of Smalltalker's on #smalltalk for some time now I'm getting used to them always talking about their increased productivity, but having read several comments in James Robertson's blog I hit one snag, whilst Smalltalk gives you a really nice productive environment, it would seem the packaging/deployment stage may be where they get hurt. I must say however that James's has shown great agility with my regular incessant BottomFeeder requests, suggestions, and bug reports - often having a new fix ready for the automatic updater within minutes of a problem being reported. I guess it all comes down to setups, and familiarity
Yes, familiarity has a lot to do with it. As Travis pointed out the other day (scroll through the comments) - packaging a VW application for deployment can be daunting. The Runtime Packager is powerful, but can also be hard to use - and error prone for the first time user. I've now got a stable, reproducible build/update process for BottomFeeder, but I had to build it myself. That's not something customers should have to do, IMHO.
So what to do? Well, engineering is working on a standard runtime deployment system for VW, one that will support network based updates out of the box. We are soon going to rolling out a network based installer for the NC product - which will be our first internal cut on that vision. You should start to see a deliverable take on this vision starting with VW 7.3 - we are aware of the issue, and working to remedy it.
Share
development
January 21, 2004 9:05:38.309
Scoble is blown away by a PARTS like demo. Yeah, these things are cool - when Digitalk introduced it in 1995, there was tons of oohing and ahhing. (yes - yet again, Smalltalk was doing this eons ago... like a lot of stuff the curly brace crowd is only just now discovering) The trouble is, it doesn't scale. Yes, you can build some cool demos with lines connecting components. Now try to build something non-trivial that way. Notice what you get onscreen? A haze of lines - I recall calling it the green haze back in the day. If this sort of technology is used to connect very coarse grained components, then it has some value. At the level Scoble talks about? It's demo-ware that doesn't scale. Not only that, but the poor slobs who actually buy into it and build applications with it end up with extremely hard to maintain soup....
Share
cst
January 21, 2004 8:35:31.077
Patrick Logan notes that Python.Net handles .NET events, while the current VW bridge does not:
For the record, the very nice production quality Python.NET does support dotnet events in the manner described above. I have not looked at the code for how, but it is open source.
Update: My assumption below is incorrect - look at the comments for this item. Ok, that changes things, and makes me wonder if we can do the same thing that the Python folks have done. I expect so, and will ask engineering. This is one of the things I like about blogs; I get my misperceptions and mistakes pointed out almost immediately
Older, inaccurate part of the post below...
There's a slight difference here that I should note - Python.Net is native to the CLR, while VW is not. We are supporting .NET in a bridging fashion - similar to the way we deal with making external C calls. One might ask why we are doing it that way, and there are reasons:
- The CLR is not a friendly place for a dynamic language. Performance would be much slower for VW on the CLR
- Any effort to run on the CLR would involve removing a fair number of our base libraries, and instead hooking to the .NET libraries. That would make it very hard to keep the cross platform value we have now
As I said in the earlier post on this, we intend to support .NET events; I'm just not willing to post a firm date for such support yet
Share
cst
January 20, 2004 18:19:43.758
On comp.lang.smalltalk, there was a post lamenting the lack of support for .NET events in the .NET Connect for VisualWorks. I wasn't sure how to respond, so I asked the engineers working on the project - here's the answer:
Don't know about outgoing events (calling events from Smalltalk). But registering for events in .NET was not part of the version 1 plan. It is extremely difficult and there is no solution whatsoever at the moment (AFAIK for any *-.NET bridge).
The problem is that you need to give .NET a delegate object to call (type safe callback) and that has to be part of the managed world. We are thinking about synthesizing such objects (their classes) and having an extra callback mechanism with dedicated marshaling and ...
Calling the .NET-connect useless because of missing events is a result of an expectation mismatch. Events are heavily used in the UI part but rarely in the domain layer. Same as with Smalltalk. So at the moment we can use external domain functionality but embedding UI components is a different story altogether. Even with Event support today, we still have no concept for the emulated Windows.Forms widgets. These need a special wrapper environment that we very likely have to synthesize as well. For each Windows.Forms subform in an application. You get the picture.
.NET Events will be supported, but I'd rather not commit to a date until the engineers have had a better look
Share
open source
January 20, 2004 12:05:04.450
CNET News reports that Eclipse will be leaving IBM soon:
Eclipse, an open source development tools organization backed by IBM, plans to transition to an independent foundation by next month, a representative said on Tuesday.
The Eclipse consortium has filed papers to change its corporate status and expects to complete the process by the first week of February, said Eclipse chairman Skip McGaughey. The long expected change is timed to coincide with an Eclipse technical conference, EclipseCon 2004, to be held in Anaheim, California from February 2-5.
This is likely what will happen to Java when Sun spirals all the way down
Share
smalltalk
January 20, 2004 12:02:23.337
Patrick Logan has some good things to say about Cincom Smalltalk:
There are a surprising number of new web applications running Gemstone Smalltalk too. I would probably choose Cincom's VisualWorks over Gemstone today since it now has a lot of server capabilities, better web tools and objects, as well as better product support.
You can use both as well - VisualWorks to handle the web and server side functionality, and Gemstone for seamless object persistence. It's a lot simpler than hooking (insert RDBMS here) up on the back end...
Share
BottomFeeder
January 20, 2004 11:59:14.959
Dare Obasanjo talks about one click subscription using the feed URI scheme, and who supports it. As of the 3.3 release (now out), BottomFeeder supports that as well - at least on Windows. I'll add support for other platforms as I figure out how to go about it....
Share
itNews
January 20, 2004 11:12:32.163
Derek questions a non-IT VP specifying technology that will be used:
A lot of organizations fall into this trap, that is someone dictating the solution who has no business doing so, instead of asking the IT department to find a solution that delivers his needs and meets the demands of the IT staff as well.
The problem also comes from the other end - especially in organizations with software development groups. IT will say "Here's the corporate standard" - without any regard as to whether the engineering group might need something that falls outside the standard (like, say, to support customers?) There's insanity on all sides of this issue, and way more than enough to go around. The way it ought to work:
- IT Guy - what do you need to be able to do? If talking to a development group, add "what do you need in order to support your customers?
- Non IT Guy - Here's what I need to do, can you support me in that area?
Instead, what we often get is IT shoving a 'standard' solution out, or in cases where someone else has more power than IT, IT being mandated to do things without regard to actual business needs. What we need is more communication, and less specification...
Share
smalltalk
January 20, 2004 8:41:54.090
ISerializable asks some questions about Smalltalk. I was going to leave a long comment, but decided to post my response here, and point to it from there:
Well, the server I'm posting too is an example Cincom Smalltalk application, as is BottomFeeder
To get to your specific questions:
- Enterprise space - we have a number of customers using the product in that capacity - from Penn State with their online student information system, to JP Morgan for derivatives tracking, to AMD for managing wafer fabs
- Web services - supported for a number of versions now. There's a loadable component that supports SOAP, UDDI, WSDL (etc)
- Talking to other applications - Mostly the same as Java here - we have C level interfacing, things like web services or CORBA
- How widespread is it? TO be fair, not nearly so much as Java or .NET. There's Smalltalk work around (I get calls on a regular basis), and learning Smalltalk will, IMHO, make you a better OO developer regardless
- There are two Smalltalk implementations for .NET - #Smalltalk and S#
There's also a very nice set of online tutorials for learning Smalltalk on our website - I'd suggest having a look there. Another good tip is to check out comp.lang.smalltalk, or join the Smalltalk IRC channel - with questions. It's a friendly community, very open to questions
My advice to people trying to learn Smalltalk is pretty much the same advice I'd give for learning any new language - try something out. My own "aha" moment came a decade ago, when I redid my standard "learning app" in Smalltalk. I wrote this same application in Basic, Pascal, Imp (don't ask :) ), and Smalltalk. The application was a simple aid to solving simple cryptograms (like the puzzles they post in some newspapars on the comics page). I was astonished at how fast I got that done in Smalltalk, before I really even knew Smalltalk! The point is, trying to solve a simple programming problem I already understood was valuable - it taught me how Smalltalk worked.
Share
smalltalk
January 20, 2004 0:47:06.722
Patrick Logan links to an earlier post I made, and expands on it with an interesting observation about Smalltalk productivity:
There is no main. Rather than writing programs, you construct objects. Rather than running programs, you test objects. A Smalltalk environment will have several browsers up at a time. Some for browsing, others for editing. Another typical scenario is to have several *workspaces* up at the same time. A little code here, a few tests there.
I think Patrick's right - not having main() is a large part of the productivity question. Ironically, it's also one of the things that make Smalltalk hard to introduce to people - a common complaint from experienced developers, after their first encounter with Smalltalk is Where's my program? Once you get beyond that - and realize that you are holding clay - clay that you can mold into any shape you want - is when you really start to become productive.
Share
marketing
January 20, 2004 0:40:47.441
The Iowa caucus results are interesting to me for marketing reasons. The Dean campaign has been getting loads and loads of press on their innovative usage of the internet - here's an example of something that popped up this morning, for instance.
In the end, the innovation didn't matter. I'm not going to get into the whys and wherefores of Dean's message, or anyone else's for that matter - it's not the point. The point is, all the innovation in the world wasn't enough. It's the same way with product marketing - you can have clever ads, and you can have interesting product placement (etc) - but in the end, your product has to be perceived as solving real problems. I'm also fairly well convinced that anger doesn't work - in politics or in products. People don't want to hear why the other guy's product stinks - they want to hear about what your stuff can do for them. Anger tends to gear up the faithful, and turn off the undecideds. There's a lesson in that for us Smalltalkers - and likely for Lispers as well
Share
law
January 19, 2004 20:54:06.124
Via Bill Clementson comes a link to this pdf, where we find out what it takes to get software development tools onto a laptop going to the space station. No, really! Turn to page 16 of the pdf, and find out...
Share
BottomFeeder
January 19, 2004 13:58:19.862
BottomFeeder 3.3 is out. If you have 3.2, you'll have to grab the new runtime - here are the install steps:
- delete all files in the 'app' directory
- delete all files in the 'plugins' directory
- replace bottomFeeder.im and bottomFeeder (nonWindows) or bottomFeeder.exe (Windows)
Here's a summary of what's new:
- Upgraded BottomFeeder to the VisualWorks 7.2 runtime. Users must download the new runtime.
- Initial Startup time has been greatly speeded up
- A complete overhaul of the posting tool. Thanks to Michael Lucas-Smith for all of his work and suggestions!
- How many items to cache can be set on a per-feed level now
- Feeds can be set to auto-browse individually, as opposed to the global setting
- Fixed a number of bugs and limitations in the feed auto-discovery module
- Improved the update tool
- Added two new feed builders - one for the Headline news service, one for the Yahoo news service
- On Windows, we now have better support for Unicode character display
- Added Support for Atom 0.3 syndication format
- Added support for the wfw comments module - Bf now follows per item comment feeds, inlining the comments (as per the includedComments support)
- Improved the Http package's handling of cookies
- Added a 'Flag for followup' property to items. Items may be marked as being flagged, and all flagged items can be viewed as a group
- Feeds may be marked as active or inactive (inactive feeds will not be checked for updates)
- Some minor UI layout tweaks in the main UI
See the Help About box for all the people who helped make this release possible. Thanks!
Share
smalltalk
January 19, 2004 10:55:23.301
Over on QLOD, a new Smalltalker asks:
What makes me wonder though: Are Smalltalkers really that much more productive. In contrast to C or C with a bad ide and without libraries maybe, but in contrast to a more modern language ? (Think about something like AS1 with additional runtime typechecking and a big library like java, probably a bad example :)) Can anyone provide some pointers ?
A large part of the productivity comes from consistency. In Smalltalk, everything is an object. No primitive data types, no special rules on certain types of methods - which means you spend more time focused on the actual problem, instead of on how to fight the system to allow you to solve the problem. Another big thing is extensibility. We can extend any class in Smalltalk - need a new method in String? Go ahead and add it. No need to start wrapping all your string references with a new class, and wondering how to get third party libraries to play ball. Blocks add some capabilities that neither Java nor any CLR language have as well. Anyone else have answers?
Share
general
January 19, 2004 8:51:07.961
Nu Cardboard relates some first impression thoughts, pointing out how off the mark they often are. I do like the "Smalltalk" references though:
The name Smalltalk: Is it for women? They're supposed to be better at small-talk than men.
The language Java: Looks like a C 'ers interpretation of Smalltalk
Heh
Share
smalltalk
January 18, 2004 20:59:24.244
Share
development
January 18, 2004 19:59:09.361
In Incipient, I read this bit on someone's desire's when using C :
I had an interesting conversation over a French-language programming newsgroup the other day. This person was inquiring about "Edit and Continue", tool support which would let him do simple, one-line changes to his C/C system from within a debugger session, and have the new code execute without needing to exit the program, recompile, rebuild, and start his session all over again.
My suggestion was to write small test programs to test bits of the program in isolation, which would obviate the need for debugger sessions as well as lengthy recompile/rebuild cycles. But, said my interlocutor, the programs I work on are "plugins" which fit within a larger architecture; I have to load the whole thing before I can test my own code. Even better, I replied. There should be a clean and well-defined interface between plugins and core, which will assist you in writing drivers and stubs enabling the above strategy. No, he told me, the "plugin architecture" mostly exists on paper. The program is actually a mess of tightly coupled spaghetti code. At which point I suggested that maybe that should be remedied.
Yes, writing small bits of code and testing are useful. Yes, having a cleaner base system is useful. But also - the limitations of C were his main problem. Had he done this using productive software - say Smalltalk, Lisp, Python, or Ruby - he wouldn't have had this problem at all, would have had edit and continue (only in an actual working state), and probably would have been able to diagnose the issues of the base system more easily. Instead, he got his productivity shot down, and a mass of confusion to boot. As well, that base system isn't really that poor student's problem either, and if my brother in law's Phd process was any indication, it's not as if he had time to deal with it anyway...
Share
law
January 18, 2004 16:22:42.421
This is the sort of thing that makes MS look bad - going after an eponymously named website that sounds like theirs when spoken aloud: Mike Rowe Soft. Here's wht MS says:
This week, a fat package of correspondence was couriered to Rowe's home, which claimed that all along his intention was to extract "a large cash settlement."
Customers of Microsoft could also be confused by the mikerowsoft Web page, the letter said.
Yeah, right - I'm going to visit this kid's site and confuse it for Microsoft's? Just how stupid does MS think people are, anyway? MS is making great strides at looking softer with all the bloggers - like Scoble - and then they go out and act like a bunch of ill mannered 6th graders going after a 2nd graders lunch money. Hey Scoble - why don't you clue in your management as to how stupid this makes MS look?
Update: Microsoft realizes that they look stupid
However, after the case received widespread coverage on the Internet, Microsoft has acknowledged that it may have taken things too far and has promised to treat Rowe fairly. A representative of the software company told ZDNet UK: "We appreciate that Mike Rowe is a young entrepreneur who came up with a creative domain name. We take our trademark seriously, but maybe a little too seriously in this case."
Sometimes, pointing out the insanity helps...
Share
general
January 18, 2004 16:10:29.256
Share
general
January 18, 2004 11:51:08.562
My daughter is subscribed to this neat thing called "Spy University" - every month, they send out a package of 'spy' materials - some of it pretty cool. She's gotten listening devices, spyglasses, lots of neat stuff. This month they sent along a cipher wheel for encrypting and decrypting simple messages. She had a lot of fun having me decrypt her messages, and having me send her messages. Eventually, I got lazy enough to whip up a simple single letter substitution tool. It's a simple UI that lets me look at the cipher text and have it replace (printing above the letter in question) the presumed plain. Took me less than an hour to do, and it sure is simpler than messing with that wheel :) Maybe I'll go back to doing the newspaper cryptograms....
Share
open source
January 18, 2004 10:08:22.965
On the xml-dev mailing list, I came across an interesting message from Michael Champion - makes a lot of points about why corporations tend to favor expensive solutions over cheaper ones:
I've had inquiries along these lines from the sales force of my employer (whose customers tend to be conservative, mainframe-centric shops). My newbie-to-the-mainframe-world response was something like "why would they want to buy something they can get for free?" The answer was basically that they want someone take responsibility for evaluating and testing code, who they can call when something breaks and be sure of an immediate response.
Not to get too far off topic, but "free" software is only free if you have the people with the time and expertise to exploit it effectively for your organization. There are plenty of companies out there who find it cheaper to license software for $50K/year (knowing that they can call someone on New Years Eve if it breaks) than to hire developers at $100K/year who will turn off their pagers on New Years Eve :-) This is one reason why mainframes still do the heavy lifting, years after a paper and pencil cost/benefit analysis of the hardware and systems software licensing costs would indicate that it makes no sense. This probably applies to all sorts of expensive DBMS, ERP, and app server software, not just mainframe shops.
The need for support is (and will continue to be) a big, big thing. This is one of the reasons we see stories like this - where IBM is offering some level of support to open source users.
Share
news
January 18, 2004 0:08:34.358
Share
blog
January 17, 2004 10:39:49.436
Joi Ito goes on and on and on about the 'power law' of web (and blog) linking - the power law being, more or less, that the earlier you get in, the more linkage you get:
I think we are going to see an explosion in work designed to alter the construction and effects of this inevitable inequality (viz Sifry's experiments on moving recent blogs up the Technorati list) and I am optimistic about this change, as I believe the concentration of real thought and energy on what is actually possible, as opposed to cycles wasted on utopian declations, will be tremendously productive.So I'm glad Clay is willing to consider what we might do about the fact that the most influential blogs are by people in positions of privilege
It's all about content. Post interesting stuff that people want to read, and you get noticed. Post boring stuff no one cares about, and you don't get linked. It's really that simple. The 'top bloggers' may have had a first mover advantage, but they only stay at the top by being interesting. The main limiting factor I see in coming into contact with new stuff is the sheer volume limitation - for me, there's only so much stuff I can track, even using an aggregator. On the other hand, I have dropped stuff that has gotten stale, and added stuff that looked interesting as time has gone by. Meanwhile, Joi is worrying about how Technorati lists stuff. That is so not the problem. You want readers? Be interesting....
Share
law
January 17, 2004 10:11:13.612
The Register reports that a couple of bozos have patented a naming convention:
The Net's two biggest registrars of domain names are being sued for infringing an email and domain name patent granted last month.
The lawsuit, filed yesterday in California, claims Network Solutions and Register.com are liable for selling, specifically, .name domains. It claims undisclosed monetary damages and an injunction against the sale of any more domains.
US patent 6,671,714 - "Method, apparatus and business system for online communications with online and offline recipients" - is owned by Frank Weyer and Troy Javaher, both of Beverly Hills in California, was filed in November 1999 and approved on 30 December 2003.
What's next? Patenting surnames?
Share
marketing
January 17, 2004 10:03:29.727
Share
news
January 16, 2004 13:06:26.401
Share
smalltalk
January 16, 2004 10:37:19.510
Sean Malloy links to this wiki page, which offers tips for Smalltalkers coming from a C style language. There are some other useful links there:
Some good resources there...
Share
marketing
January 16, 2004 10:30:56.259
Blogging Roller links to a very interesting paper on blogging and markets. The thing is, this paper has value whether you buy into blogs or not; some of the main thrusts are valuable insights in any case:
There are certain issues to be stressed here. First, it is obvious that unless the weblog is unique, it 19s not going to work. Weblogs are an attempt to break free from the dehumanised, standardised, conformant with corporate guidelines on how to address an audience PR speak. This is why they work and Macromedia 19s Tom Hale gets it when he says 1Creaders should perceive the weblogs as the thoughts of community managers instead of corporate shills 1D. No doubt. But then he says that they wouldn 19t have been true blogs if they had put them on Macromedia.com. Why? Is it OK for employees to speak with a real voice but it 19s not OK for companies to do so? Primarily, it 19s a matter of mindset. Organisations have been stuck with rigid frameworks for way too long. It 19s only because of these mind frames that companies are compelled to traffic their voice to press conferences, press releases, investors and shareholders reports. Channelling one company 19s voice into routes more dialectic than traditional corporate outlets has been frowned upon as a mere illusion. But there is no illusion here. It all depends on your definition of a company and corporate (or marketing) communications.
This is perhaps the biggest issue that many organizations face - no one wants to read another breezy press release, and few believe the claims anyway. Even if you have useful information to convey. Think about restaurants - what claims do you put more value on:
- The ones from an ad?
- The ones from a restaurant reviewer in the newspaper?
- The ones from people you actually know who ate there?
I'd guess you put weight on those from the bottom up - and that points out the issue with most corporate websites - the information is top down, and that's the least persuasive form of information for an awful lot of people. The nice thing about a weblog is that it puts a face and a voice on the corporation, which puts it at the level of the reviewer (at least) - and possibly at the personal level eventually. That can only be helpful - look at the reviews at Amazon, for instance - sure, there are bogus ones there. But I look at them when I cruise Amazon for books on "counterfactuals" (like this one by Harry Turtledove, for instance). I don't always go with the reviews, but they do help me out - and I put more weight on them than I do in the publisher's blurb. Likewise, the thoughts of your lead developers and project managers - and the commentary provided back from actual users - are going to be given more weight than the product announcement.
In any case, I recommend the article. There's a lot there, and I don't agree with all of it - but it's a thought provoking read
Share
development
January 16, 2004 7:57:34.232
Spotted in Sean McGrath says that Java (the language) is going to subside, with the JVM itself being targeted:
Groovy adds more grist to the dynamic typing mill.
Java the language is on its way to becoming the assembler of the 21st century.
- Its there for a reason and does its job well.
- It can be programmed directly if push comes to shove
- Day-to-day work targeting the JVM is best done in something more productive.
It's really a pity that the JVM sucks so hard for dynamic languages - this would be a great way for Sun to add value over .NET, if they actually had a clue
Share
itNews
January 15, 2004 14:53:15.337
Well, we now know that MS engineers know that OS X is Unix. The trouble is, they seem to have used a really old Unix reference manual when they built Word for OS X - Arcterex noticed that Word on OS X enforces a 31 character limit on filenames - and I just got verification on that from another OS X user, Alan Knight. Amazing, simply amazing....
Share
news
January 15, 2004 12:56:39.170
Share
rss
January 15, 2004 12:39:34.057
This looks interesting - a webcast conference, where many of the 'attendees' are joining remotely. I've registered, and intend to listen in. It will be interesting to see whether this kind of thing works or not.
Share
marketing
January 15, 2004 11:03:19.387
Via the PoMo blog, I came across this interesting article on advertising. It's an interesting take down on the lies that the advertising community has been telling itself for years:
Did Nielsen ever offer more than a gross proxy for the real television audience? No, but that was okay, as long as that stand-in was big and growing (and the one with the most buying power). Were media planners ever blind to the implications of magazines inflating circulation numbers with cheap subscription drives? Even in the days of the two-martini lunch, everyone knew that the value of the impression had to decline. It's just that nobody much cared to do anything about it. Certainly, nobody from the agencies would; and even advertisers blithely ignored it because there was no alternative to TV other than print. Those four-color spreads were so beautiful.
I've often wondered about the actual value of print ads. Sure, you can target an audience by picking the right magazine (or program, or even website). But can you get them to pay attention to the ads? I know that I blip over the ads, and pretty much always have. The dirty secret about TiVo and ReplayTV is how little they've changed things. Sure, they allow us to flit right past commercials - but how many of us actually paid attention anyway? Pre-DVR, there was the fridge, the newspaper, the magazine, the person next to us on the couch. How many people actually watched the ads? Heck, how many were ever convinced by them?
Take cars - Do we actually buy them based on ads, or based on some level of individual research (even if it's only a brief look into Consumer Reports?) This actually points to a partial answer to the problem - content. You can get people to pay attention to marketing (advertising) if the content is useful and interesting. If all you have is glossy ads with pictures, I don't think you'll get very far. If, on the other hand, you have content that explains what your product or service actually does, and why it would be useful - then you've got something. Now, I'm not going to state that the creation of meaningful and rich content is simple - it's not. I do think that it's more valuable than the concept ad you pay mega-bucks to a high priced advertising firms for though.
An example in the software world - have you seen those absolutely stupid IBM Linux ads running on TV? Sure, they look good - but do they actually tell me anything? There's a confused looking kid sitting in a chair, with a bunch of adults periodically talking to him. Is there any point at which I'm told what problems are solved? Heck, is there any point at which I'm told what products or services are being talked about? Contrast that with the old Chaplin PC ads from the early 80's - they were cute, and interesting - and also showed us what kinds of problems a PC was likely to solve. What do these new Linux ads tell me? Absolutely nothing. The only winner is the advertising agency - and I'm sure that all the folks there behind the ad are patting themselves on the back over how terribly clever they are. Meanwhile, those of us actually watching the ad have no idea what it means, or what product/service we should inquire about. That's the kind of advertising that will be on the way out. Content is becoming king, and high concept art isn't content - at least not in any marketing sense
Share
development
January 15, 2004 8:51:42.183
This post sums up the issue quite well:
So, what's all this have to do with the controversy over the handling of badly formed XML? A simple observation: people will write forgiving XML parsers because they can.
Share
development
January 15, 2004 8:39:45.956
Share