general

And down went the power....

September 23, 2003 7:17:06.043

I swear, there is something seriously wrong with the power hookups in this neighborhood. Even the smallest storm knocks us out - but just the street I live on - not any of the side streets flaring off us. Someone at BGE screwed the pooch when they wired this community....

 Share Tweet This

itNews

Who's innovating?

September 23, 2003 7:27:52.631

Scoble thinks the tablet PC is innovative. Apparently, he's missed the many, many pen computing initiatives over the last 10 years. Evolutionary, yes. Innovative, no.

 Share Tweet This

general

The tinfoil must be taped back down

September 23, 2003 9:41:59.489

Our power came back on - the piece of tinfoil they apparently use to connect my part of the neighborhood must be taped back down. I had more stable power as a kid growing up in a neighborhood with overhead lines and lots of old trees.....

 Share Tweet This

java

Productivity

September 23, 2003 12:19:59.295

Charles Miller explains with examples why this article on Java productivity is right:

Problem: I have a list of objects. I want to create another list containing the 'id' property of those objects.

Solutions:

  • Ruby
list.map { |i| i.id }

  • Java
List ids = new ArrayList();for (Iterator i = list.iterator(); i.hasNext(); ) {    ids.add(new Long(((Thingy)i.next()).getId()));}

  • Java w/ 1.5-style Generics and For Loop
List ids = new ArrayList();for (Thingy x :list) {    ids.add(new Long(x.getId()));}

And the Smalltalk for that:

list collect: [[:each | each id]

I think that all speaks for itself...

 Share Tweet This

events

Report from the JAOO conference

September 23, 2003 12:33:09.941

Alan Knight reports from the JAOO conference in Denmark:

I'm at the JAOO conference in Aarhus, Denmark. This is the first time I've been to this particular conference, and in fact I'd never heard of it before they invited us to speak, but I'm quite impressed. Aarhus is lovely, the facilities are good, and the selection of talks is excellent.

Contrary to the name (which stands for Java And OO) there's a diverse set of topics. The program says it nicely -- "Historically, JAOO was a Java conference, but times are changing and so are we".

Yesterday I heard a particularly interesting talk from Lars Bak, one of the Self/Strongtalk/Java Hotspot engineers who has now started a company to do small embedded systems in Smalltalk. (He also presented at the ESUG conference). By small embedded systems, he doesn't mean PDA's, which are now looking increasingly like PC's from two or three years ago. He's talking about a 32K VM and full programs that run in 128K. One of his example applications is Bang & Olufsen, who are looking at embedding this sort of program into audio systems -- not in the amplifier, but in the speakers.

Today I listened to Martin Fowler's talk on architecture, which was interesting, but had one particularly nice quote at the end. Someone had asked about Object Databases, and Martin was very positive about them. He'd had a lot of success with object databases in the past, and "I believe that many of the systems we build today in Java would be better built in Smalltalk and Gemstone."

I'll post more if/when I get it!

 Share Tweet This

rss

argh... more bad feeds

September 23, 2003 16:04:13.767

I came across an interesting oddity today in this Oracle feed - look at the link - it's set to '/'. Well, that's useful. What the heck is up with that? I now have code to work around that issue... I sure wish that feed owners would be more careful though

 Share Tweet This

itNews

Embarrassment in India

September 23, 2003 16:55:21.310

India blocks Yahoo Groups. That sure makes them look like technical wizards...

 Share Tweet This

itNews

MS - innovating right past customers

September 23, 2003 17:03:28.254

Ed Foster reports that the campers aren't happy - MS is considering making Windows Updates a mandatory part of the license. Yeah, like I want that. My wife's system lost the ability to do dhcp on boot after a Windows update, and hasn't ever gotten that back. We went to a static IP, which solved the problem. Others are even less pleased:

"We now use our firewalls to block the users from going to Windows Update site and attempting to patch things themselves," wrote one reader. "The extremely high cost of ownership -- partly due to all of these problems and patches -- weighs heavily against any future purchases of Microsoft products. If Microsoft decides to make patches mandatory, it will effectively remove our ability to control the patching process in a way that protects our company from their screw-ups. It will be the final issue that leaves us no alternative but to migrate to Linux. How's that for irony? A Microsoft innovation that forces me to purchase Linux instead."

Here's a tip - no one cares about Longhorn. No one cares about the "great new features". What they care about is having stuff that actually works now.

 Share Tweet This

itNews

Re: Open source, irrelevance, and Sun

September 23, 2003 18:15:05.624

Ted Leung hits Jonathan Schwartz of Sun on more silliness - now Schwartz thinks the world is coming to an end because the PTO wants docs in Word format. Oh, the humanity!

 Share Tweet This

itNews

Verisign - overreaction?

September 23, 2003 22:01:33.494

Doc Searls - and everyone else, it seems - has gone completely bonkers over Verisign grabbing incorrectly entered urls and redirecting to their search pages. So.... let's see. I type an URL wrong. Would I rather see a search page, or a lame 404 page? Exactly why all the fuss over this? If you don't want to use their search, retype the url. And hey, that's exactly what you would have to do if they weren't redirecting. Sheesh - get a grip gang.

Update - there are some good comments on this, things I hadn't considered. As I said in a comment: What this points out (to me) is the disconnect between application usage of http, and 'Joe browser' usage of http. This kind of redirect is a problem for the former, and a non-issue for the latter. When I posted this, I had my 'Joe browser' hat on, and didn't consider the development aspect. Hmm....

 Share Tweet This

smalltalk

withStyle, and lots more

September 23, 2003 22:04:18.849

Michael Lucas-Smith reports on a bunch of fascinating development in VisualWorks - including Netscape plugins running in VW windows. Go check it out

 Share Tweet This

development

Java, C# - no difference

September 24, 2003 2:00:14.910

Blogging Roller thinks Java is sensible, and C# (.NET) is the hazard. For the rest of us, Java and .NET are the elephants stampeding across the savannah, crushing anything that gets in their way - whether it has value or not. There's not a dime's worth of difference between the two...

 Share Tweet This

blog

Small server outage

September 24, 2003 9:19:52.168

You might have noticed a small server outage this morning - I had enough updates to apply that I just stopped and restarted the server rather than apply patches. It's all better now :)

 Share Tweet This

law

Good news on software patents

September 24, 2003 12:22:26.721

At least in Europe, there's good news on the software patent front:

In its plenary vote on the 24th of September, the European Parliament approved the proposed directive on "patentability of computer-implemented inventions" with amendments that clearly restate the non-patentability of programming and business logic, and uphold freedom of publication and interoperation. The day before, EC Commissioner Bolkestein had threatened that the Commission and the Council would withdraw the directive proposal and hand the questions back to the national patent administrators on the board of the European Patent Office (EPO), should the Parliament vote for the amendments which it supported today. "It remains to be seen, whether the European Commission is committed to "harmonisation and clarification" or only to patent owner interests", says Hartmut Pilch of FFII.

Now, if we can just get the US PTO to see the light on this....

 Share Tweet This

cst

Goodies - update for next release

September 24, 2003 14:37:58.892

If you have goodies to update for the next release of Cincom Smalltalk, see this page for instructions. Thanks! The deadline is October 15th.

 Share Tweet This

development

C# has structs?

September 24, 2003 18:43:32.269

Gordon Weakliem points out something I didn't know about C# - it has structs. Bleah - so much for OO....

 Share Tweet This

management

Outsourcing, or just offloading?

September 24, 2003 21:28:20.590

Frank Hayes has an interesting theory about some IT shop outsourcing:

But if it feels like upper management is sticking it to IT, that just may be what's happening.

And if you can step back from the situation, it's easy to understand. Lots of those business people have felt like the IT department has been sticking it to them for years. But they were stuck with IT. There was no way to get rid of those arrogant, high-handed blankety-blanks in the IT shop.

Until now, that is.

And now that there's finally a way to do it, they will. Even if it means buying into improbably optimistic estimates of cost savings and unlikely claims of quality and effectiveness from outsourcers. Maybe it's all wishful thinking -- but after years of feeling like hostages to the IT shop, what these executives and managers mainly wish is to dump their IT departments.

IT shops arrogant and not mindful of user needs? Perish the thought....

 Share Tweet This

smalltalk

Old Smalltalk Reports online

September 24, 2003 21:36:19.161

Donald MacQueen reports:

pdfs of issues from 1991 through 1996 are online here

very cool!

 Share Tweet This

general

Politics and junk mail

September 25, 2003 8:58:29.494

Doc Searls relates the story of an individual who, after joining the ACLU, started receiving lots (and lots) of junk mail from them. This is similar to what happened to me after I donated money to a political party (never mind which one). As in Doc Searls story, I've been buried in mail solicitations from the party - at this point, I'm thinking they have spent more money soliciting from me than I donated in the first place....

 Share Tweet This

development

Software - ignored lessons of the past

September 25, 2003 9:30:45.583

Blaine Buxton reminds us of some old treasures in books about software - Peopleware and Psychology of Programming. Another one that still rings true - because too many people have yet to learn the lessons, I guess - is Fred Brooks' classic The Mythical Man Month.

 Share Tweet This

BottomFeeder

Sorting issue in Bf

September 25, 2003 13:48:33.407

I made a modification to BottomFeeder yesterday - I had the current sort selection follow changes in feed selection. The VW widget doesn't do that by default (even though, IMHO, it should). With help from our GUI toolkit guy on the ST IRC Channel, I added that support. However - not well. The state of the sort selection was being improperly tracked, and that led to surprising results. I've fixed it now - changing fields will result in the same sort as you had on the former feed.

 Share Tweet This

itNews

Spam vs. Anti-Spam - it gets ugly

September 25, 2003 16:25:59.413

The Register reports a correlation between Sobig and DDOS attacks on Anti-Spam sites:

Earlier this week two anti-spam services, Monkeys.com and the Compu.Net "block list", announced their closure due to DDoS attacks, and other attempts by spammers to make their operation as difficult as possible. Their closure follows an earlier decision to discontinue the popular if controversial SPEWS block list (which was run by Osirusoft.com) for similar reasons (see postings to news.admin.net-abuse.email for more info).

Linford tells The Reg that Spamhaus has been under constant "extremely heavy" DDoS attack since early July. He believes the attack against his site and others originates from Windows machines infected with the Sobig worm, controlled by spammers over IRC networks.

Looks like semi-open war is breaking out on this front - and available bandwidth is going to end up being the collateral damage.

 Share Tweet This

development

The soft in software

September 25, 2003 16:39:05.923

Loosely Coupled refers to a recent post by Sean McGrath on software development - Sean's point is that we can learn a lot about simplicity by looking at Http:

What would a simplified software interface look like? Well, by analogy with the hardware world, it would be one that just supported the basic receive and transmit functions. A real world example? For 'receive' substitute 'GET', for 'transmit' substitute 'POST'. In other words, HTTP.

Now, as Loosely Coupled says, this is oversimplyfying some - it takes a fair bit of elbow grease to create all that simplicity :) However, the point isn't so much for the service implementor as for the service user. Look at blogs for an example - Everyone talks about SOAP, but what do the tools and blogs support? XML-RPC. Why? Simplicity - implementing XML-RPC yourself is simple; implementing SOAP generally isn't - even if you have a toolkit.

So what does this answer? It explains why so many Java developers use JSP, but so few use EJB. It explains why consultants favor SOAP, and line developers like XML-RPC. It explains the growth in simple http based services as opposed to complex SOAP based ones. Anyway, have a look at the post.

 Share Tweet This

general

When you have to take it with you...

September 25, 2003 16:45:32.967

If you won't stop browsing until they pry the mouse from your cold, dead fingers - then visit this site for instructions....

 Share Tweet This

blog

hard to spot bugs

September 25, 2003 21:56:05.476

I updated the blog server awhile back so that - when a blogger hadn't posted in a few days - the server would scan back to their last post. The trouble is, I didn't think that carefully about the code, and I only tested it against blogs that had posts - not against a new (empty) blog. Well, this evening I went about setting up a new blog, and boom - that caused problems. The server just kept scanning back infinitely, since I hadn't considered that case. Well, now I've handled that, since I added a new blogger.

Oh, I'll post details on the new blog once the first post goes up

 Share Tweet This

blog

Blogs for business

September 26, 2003 8:33:32.257

Via Scoble comes a link to Weblogsinc - a company who's purpose is building b2b oriented blogs. I thought there was a business opportunity here somewhere :)

 Share Tweet This

smalltalk

Re: Smalltalk Reports

September 26, 2003 9:12:43.980

Lambda the Ultimate notices the online pdfs for the Smalltalk Report. I think we are gradually replacing the kind of content that the old ST Report had with the Smalltalk Community Blogs

 Share Tweet This

general

Re: New Mac

September 26, 2003 9:16:48.098

Tim Bray has a new Mac - this seems to be a mini-trend in the technical end of the blogsphere (maybe elsewhere, I don't know). Are Mac sales picking up? I know a number of people who have recently bought Macs, and all of them tell me I should as well. Hmmm

 Share Tweet This

community

Community Blogs grow

September 26, 2003 12:21:39.733

The Smalltalk Community Blogs site continues to grow. Travis Griggs has started blogging, and David Buck will be coming online shortly. Welcome!

 Share Tweet This

itNews

Of Windows updating....

September 26, 2003 13:58:31.521

Scoble points to some suggestions for Windows Update. There's one I vehemently disagree with: making critical updates mandatory. Or worse, as rumor has it, make the updates a requirement of the license. The updates aren't tested well enough for that. Let me give an example:

  • After the last critical update I applied, IE stopped being able to use proxy servers. And the one I need to work with is IIS. Now, whenever I need to use VPN, I fire up Netscape - it actually works
  • After a critical update to my wife's system, it stopped being able to get a dhcp address from the Linksys router at boot. Every reboot, networking had to be manually set up until we bailed and just gave it a static IP.

Is it any wonder that I tend to hit Remind me later on updates? My experience with them is decidedly negative. Now, I know that updates can be hard - I've screwed up BottomFeeder updates via insufficient testing. On the other hand, MS is a big company with lots of testing staff; Bf is a small effort by 2 people, with occasional help from others. Windows Update needs to work a lot better before most people will feel comfortable with it.

 Share Tweet This

continuations

If continuations confuse you...

September 26, 2003 14:28:15.354

Then you need to go read Avi's post - it explains the concept in a nutshell.

 Share Tweet This

smalltalk

Power tools for Smalltalk debugging

September 26, 2003 19:37:46.710

 Share Tweet This

music

Can't hear it too much...

September 26, 2003 19:49:04.595

I really, really like Michelle Branch's new album. A lot :)

 Share Tweet This

java

Pot meets kettle

September 26, 2003 20:27:05.648

Simon Phipps notices that Windows is a monoculture. Apparently he's without a sense of irony - since Sun's vision is also one of a monoculture - one where every application runs on the (frozen in 1996) JVM, and dynamic languages have no place whatsoever.

 Share Tweet This

blog

whoops - power outage in Cinti

September 27, 2003 9:35:46.409

This site was unavailable for a period of time overnight, due to a power outage in Cincinnati. Things are up and back to normal now though; sorry for the inconvenience.

 Share Tweet This

smalltalk

How much code is that?

September 27, 2003 9:37:59.399

Chris Double shares a comparison between a Java struts and a Smalltalk Seaside weblog implementation. If you like lots (and lots) of code, pick the Java one :)

 Share Tweet This

general

Still some problems on the system

September 27, 2003 9:55:09.219

The FTP server is not working at the moment; I'm trying to get ahold of the admin. For NC downloaders, that means you should use the http service instead of the ftp service for the time being.

 Share Tweet This

smalltalk

Smalltalk Productivity

September 27, 2003 10:17:24.096

David Buck points out how Smalltalk tools enhance your productivity - and in the process, implicitly shows why Java/C# (et. al.) developers and Smalltalk developers talk right past each other when the subject of debugging comes up - Smalltalkers are talking about a much different tool.

 Share Tweet This

general

FTP services restored

September 27, 2003 13:35:09.704

The FTP service has been restored - so if you were trying to download Cincom Smalltalk NC, you should be able to use FTP again

 Share Tweet This

blog

Updated my feeds

September 27, 2003 16:58:52.422

The feeds (from this blog and from the ones in userblogs now have embedded comment support. You won't see them for anything cached in BottomFeeder unless you regenerate the feed.

 Share Tweet This

blog

Refactoring and cleaning up the blog code

September 28, 2003 1:00:09.179

Now that I have a bunch of other bloggers on the site, I'm starting to get requests from them for api access to the blog server. That brings up the ugly truth of the matter - this server sort of grew haphazardly, and the api has been mostly implicit. Well, I spent most of today starting to address that issue - and in the process cleaned up some inefficiencies. I haven't deployed the new code yet; I still want to test it out some more before I do that.

 Share Tweet This

BottomFeeder

New Bf support

September 28, 2003 2:14:40.492

I got a request for supporting file urls this evening, and added support for it. This is only in the dev stream - it will show up in 3.2 when that is released. This should be useful for tracking local changes that can be published as RSS...

 Share Tweet This

development

Software monocultures

September 28, 2003 2:18:00.792

Ted Leung explains the concept of software monoculture far better than I did the other day.

 Share Tweet This

sports

So far, so good...

September 28, 2003 7:39:45.663

The Yankees have 100 victories and the AL East pennant, and - so far - the Giants (football) seem to remember how to play the game. Somehow, the Red Sox managed not to succomb to their typical fall swoon (yet) - but then again, they have a series against Oakland (and then likely the Yankees, unless they manage to lose to Minnesota). Over in the NL, the Cubs managed to make it to the playoffs. Now, imagine for a minute - if both the Sox and the Cubs advanced to the series, one of them would have to win. Since that would mean the end of life as we know it, it can't happen.....

 Share Tweet This

development

Smalltalk advocay, Java "normalcy"?

September 28, 2003 12:45:50.716

I love the fact that advocating Java in a vociferous way is pegged as normal - but being a Smalltalk (or Lisp, etc) advocate gets you labeled as a nut case:

James Robertson, smalltalk nut case and long-time Java detractor in c.l.j.a. (then again, I noticed most smalltalk nutjobs are Java detractors - it must come with the territory)....

Question the status quo, and there's just no end to how much you'll be called nuts. Interesting side point - most of the posters in c.j.l.a. who come at things from a Smalltalk viewpoint have used Java and other statically typed languages; while most of the Java folks arguing back haven't used any dynamic language.

 Share Tweet This

development

Back to Basics?

September 29, 2003 8:38:40.012

Terry Raymond pointed me to this article on a "back to basics" movement in development:

The spark behind this growing trend comes down to control - enterprises tout IDEs as the development tool du jour, with supporters arguing that programmers will get more done if they can do all their work inside a single environment. But many programmers (especially experienced ones) prefer a markedly different approach, using code editors and pluggable modules, modes, or other extendibility features to pick and choose just the tools they need. They don't enjoy being shoved into a single development environment, and contend that IDEs are resource-intensive, slow, and have many more features than are really needed to get the job done.

Maybe that's because the IDE's are huge, bloated, and slow? Have a look at the footprint (both on disk and, more importantly, in RAM) of Eclipse, JDeveloper, etc - they are huge. I only have 256 MB of RAM on my two development systems - so that pretty much rules out any of the mainline Java tools. On the other hand, a baseline VW system starts up using 12 MB of RAM, and my standard development system, with all my tools loaded, uses 17. Heck, a dev image with all of BottomFeeder loaded - and a bunch of test artifacts lying around in workspaces - runs 24 MB. There's more:

"The editors in most IDEs don't have nearly enough features and they make manipulating code difficult," says Chris Rathman, a consultant and software developer. "For example, I need to be able to work with several hundred files in a single session and I must have the ability to do global search and replaces. Oh, and it has to be fast."

Hmm - that sort of refactoring in VW using the Refactoring Browser is nearly instantaneous - even on old, slow hardware like my PII 400. Maybe if the tools had a consistent meta environment, and didn't live on huge directtory trees of source code... The other intereresting thing is the need for editing features. Using Smalltalk, I'm simply never editing large bodies of text (other than SSP pages for the web - for which I often use an html editor). If the source for a method is so large that I think I need a power editor, then I made a mistake. Most methods should be short, and do one job - and by short, I mean - in Smalltalk terms - 7 to 10 lines. Consider the productivity loss from a language that, by its nature, pushes you towards long methods.

I also love this oft cited theory:

When it comes to expanding developer skill levels or teaching new programmers, there is some debate about whether code editors or IDEs are the right way to go. An IDE's extra features can act as a set of training wheels for new developers, depending on how much knowledge they bring to the table at the start. However, many of those who adhere to the code editing philosophy believe that junior programmers have an easier time learning the fundamentals of a programming language using a code editor because the new developer is not saddled with learning the bells and whistles of an IDE.

I guess some people just like creating mountains of text so that they can feel powerful about the whole thing. This is all part of the He-Man school of code construction, where the more text you create, and the harder it all is, the better.

 Share Tweet This

smalltalk

Smalltalk Productivity Explained

September 29, 2003 9:13:28.745

I posted on the code bloat of a Java/Struts weblog implementation (vs. a Smalltalk/Seaside version last week. Now Chris Double points us to an in-depth comparison by Bill Clementson. This comparison explains, in a nutshell, why Smalltalk is so much more productive than Java - the sheer difference in code volume. Simple writing all that extra code is going to take longer.

 Share Tweet This

sports

Psyche outs in sports

September 29, 2003 9:24:07.923

Don Park is pulling for the Red Sox in the playoffs, partly because of their underdog status. Maybe they'll win - anything can happen - but they have a huge monkey on their back. The monkey is the 84 years of failure to win the big one - often with amazing flameouts (Think Bill Buckner). This weighs down in the players heads after awhile. If you think it doesn't, you haven't played competitive sports. As a high school kid, I ran track and cross country. There was a local high school that always seemed to win - and the mere fact that they won so much was an extra weight on the shoulders of every other team. It meant that we got more keyed up than we should have before every meet with them. It meant that we applied too much thought to the problem. It meant that, ultimately, in the back of our minds, there was always a question. That's where the Red Sox live, in that particular ring of hell. It's kind of fitting in a way that they now have Byung-Hyun Kim - he has that same monkey on his back due to the way the Yankees have played against him (not to mention his less than stellar year this year). He's going to go into any series with the Yankees feeling a need to prove himself - and that's just extra pressure. The Red Sox as a team feel that pressure, and it's going to take a lot on their part to overcome it. They might; anything can happen in a short series. I wouldn't count on it though.

 Share Tweet This

smalltalk

More on Smalltalk Productivity

September 29, 2003 11:03:47.444

Along the lines of this post, a reader submits this example:

Problem: I have a list of objects. I want to create another list containing the 'id' property of those objects.

Solutions:

Ruby


     list.map { |i| i.id }

Java


     List ids = new ArrayList();
	for (Iterator i = list.iterator(); i.hasNext(); ) 
		{    
			ids.add(new Long(((Thingy)i.next()).getId()));
		}

Java w/ 1.5-style Generics and For Loop
     List ids = new ArrayList();
	for (Thingy x :list) 
		{    ids.add(new Long(x.getId()));
		}

And the Smalltalk for that:

list collect: [[:each | each id]

I think that all speaks for itself...

Yes, it certainly does. Just in sheer time at the keyboard, Java loses...

 Share Tweet This

cst

Work-around for dllcc issues with VW 7.x on newer glibc (Linux)

September 29, 2003 11:27:05.483

Some people using VW 7.x have reported freezes or crashes of VW on Linux distros with newer revs of glibc - particularly on RedHat 8 and RedHat 9. We've had a look at the problem, and believe that we have a bug in VW. Here's how to deal with this at present:

Some new linux systems install multiple libc.so.6 libraries, typically in /lib, /lib/i686, and /lib/tls. The difference between the libraries is the version of the kernel they assume to be running. Each library states this assumption in an ELF section named .note.ABI-tag that can be viewed using


  #> objdump -s -j .note.ABI-tag <ELF file>

The last 3 32-bit unsigned ints in this tag contain the kernel version, or "operating system ABI", required by the library. This was done as part of the new Native Posix Threads implementation. One big difference is that newer kernels have an api that defines the 'errno' global in thread-local storage instead of as a traditional global variable.

UnixSystemSupport has a #libraryDirectories attribute that includes '/lib', '/usr/shlib', and '/usr/lib'. On Martin's system, the loader resolves the engine's symbols in /lib/tls/libc-2.3.2.so and /lib/tls/libm-2.3.2.so. However, because the paths are hard-coded in the attributes of UnixSystemSupport, this causes VW to open /lib/libc-2.3.2.so when it tries to find the function pointers needed by the OSTimeZone package. Additionally, this second libc-2.3.2.so is loaded in RTLD_GLOBAL mode by primitive 330.

I discovered that I could eliminate the system freeze in two different ways:

  • set LD_ASSUME_KERNEL=2.2.5 in the environment before running vw

This causes the loader to resolve the engine against the libc in /lib. Since the UnixSystemSupport methods search for the same library there is only one glibc library loaded.

  • empty the #libraryDirectories attribute on UnixSystemSupport and add 'libc.so.6' to the head of the #libraryFiles list.

This causes dlopen() to be called on the name "libc.so.6" which uses the platform's library search path. This ensures that the libc.so.6 that gets loaded is the same library as the loader used when it loaded the engine.

That's part of the text - with work-arounds you can apply in your image - for the internal bug report on this issue. Let us know if you have problems with this!

 Share Tweet This

itNews

Sun - spiraling down?

September 29, 2003 18:31:38.549

CNET News reports that Sun is restating their Q4 from a $12M profit to a $1B loss, and that they expect hefty losses in Q1 (just ended). Hmmm. That explains the recent round of layoffs at Sun, that's for sure.

 Share Tweet This

blog

Comment spam in blogs

September 29, 2003 21:31:12.634

Bill Kearney complains about spam getting into blog comment chains. That's precisely the reason I offer no email interface into my blog. We all know that spam is overflowing, so offering an email interface to a blog is (at least at present) an invitation for trouble. It shouldn't be that way, but it is.

 Share Tweet This

news

Tragedy of the Commons on the net

September 29, 2003 21:36:02.310

Doc Searls thinks these principles for the internet make sense. Apparently, he's never considered the tragedy of the commons. When no one owns it and no one takes care of it, it rots. We can dislike that all we want, but it's the way things are. In fact, spam is one of the logical consequences of this.

 Share Tweet This

sports

Heh - great comment on the Cubs and Sox

September 29, 2003 22:01:04.256

In response to this post, where I said that a Cubs/Red Sox series was simply not possible, I got this in email:

No, if they both get to the Series, it would end in a 3-3 tie. Game 7 would never be played. The planet Earth would explode. Babe Ruth and that stupid Goat would fight it out instead. My money's on the Babe

Heh

 Share Tweet This

general

Here comes the fall chill

September 29, 2003 22:11:31.226

Not that it really gets that cold here (DC area), but we didn't have what I consider to be a normal hot summer - and fall came in like a light switch at the beginning of September. Now, it looks like frost this week - with luck, snow won't be too far behind :)

 Share Tweet This

BottomFeeder

New Bf behavior (Dev only)

September 30, 2003 1:03:54.801

If you follow the BottomFeeder dev builds, you'll see some changed behavior in the latest build. In the past, updated items came in as new, and you saw them (and the previous versions). Now, you'll see just the updated version in most cases. Also, I've placed the comments inline with the main feeds (my blog and the userblogs feeds) - so anytime a new inline comment comes in, an item will show as updated. Updated items will appear out of date sequence - they'll pop to the top of the list. I'm still experimenting with this, so the final behavior may end up different. Comments appreciated.

 Share Tweet This

education

Computers in Schools?

September 30, 2003 9:03:36.232

Scoble mentions that the public school near him doesn't have a computer lab. That's not the issue he makes it out to be. You want to be scared by what goes on in schools? Go quiz 3rd and 4th graders on their times tables, and see how many of them don't know them. Then look into whether your school allows kids to use calculators. My advice - don't worry about the computers - they aren't that relevant. Whether the math teachers actually impart knowledge, on the other hand, is critical. We've had to do all the drilling on basic math facts ourselves, because the schools don't.

Another way to realize this - go to a local shop where there are high school age kids around. Se how well they deal with math when the registers fail. Then ask yourself how relevant computers in the classroom are

 Share Tweet This

rss

atom - withering?

September 30, 2003 10:00:19.539

In looking through my server logs, I see a lot of daily requests for the RSS files - from a very wide variety of newsreaders. However, there have been no requests at all (at least not yet) for the atom feeds. There are atom feeds for all the blogs hosted here. Now admittedly, other than this blog, I don't really advertise the atom feeds. On the other hand, I haven't had any requests either. At least from my viewpoint, atom - as a syndication format - has dribbled off into irrelevance. RSS, for all its warts, is the format that is actually in use - and that's unlikely to change.

 Share Tweet This
-->