about author

Previous | Next Month

August 2003

alek blogs

insane blabbering without spelling (*)

MicroBlog and story lead-in

If a blog entry (such as my ramblings about memex) is long it will occupy too much space on front page or other summary pages. So it is good to break blog entry into "lead-in" and the rest of story.

I have it now implemented in MicroBlog by using a simple convention that if entry has empty paragraph it is used as place to break entry into lead-in and the rest.



MicroLogger: dependable logging

If you need to add logging to your application without worrying about right version of log4j or commons-logging on CLASSPATH use MicroLogger. Just embed one logger class into your application package hierarchy (foo.MLogger) and either use it directly or do any tweaks necessary (source code is provided).



Back to Components game?

From Don Box talk on Services Oriented Architecture (SOA) presented during XML Web Services One conference (based on article from eWeek):

"Objects are to services what ICs [integrated circuits] are to devices. And we're moving into this world where we want services to be replaceable, we want services to be deployed independently from other parts of the application, and there's a lot of work to be done in this space."

If you replaced services by components in the statement above would it not sound like something familiar?

Maybe the way to look on this is that Web Services becomes uber components: components that are not only distributed but work for internet scale applications.



Sun goes down and darkness falls in NY

For one day we were back to natural cycle of life. As soon as sunset it was dark. No lights except for spurious car lights and emergency lighting. Dark streets. Playing scrabble instead of working (or surfing web). Hunting for food and place to see TV. Hunting for candles. Finding place to sleep for those stranded that could not get back to Manhattan. Staying long in night and rationalizing situation and sharing theories. Trying to ignore hot and humid night without AC ...



Virus in air?

When you enter a room with your wireless windows laptop turned on, wireless card working, and with unfixed RPC vulnerability in your Windows NT/2000/XP then you may be "lucky" enough to catch a traditional virus and some of the latest Windows viruses ....



Checking validity of server public key with OpenSSH

It was not obvious how to compare key signature when you access new host (or one that was upgraded say from SSH2 to OpenSSH). Easy way to verify keys is to compare key signatures (this assumes you have trustful channel to get those signatures) still after login you can do some simple verification:

$ ssh-keygen -l -f /etc/ssh/ssh_host_key.pub
1024 bf:b2:5c:4a:84:be:23:29:0a:aa:33:18:8f:55:f3:34 foo@newschool.cs.indiana.edu

but wait (!) there is possibly more keys:

$ ssh-keygen -l -f /etc/ssh/ssh_host_dsa_key.pub
1024 08:27:15:2b:d0:6b:b4:a1:c9:c4:a2:89:c9:98:a7:3a /etc/ssh/ssh_host_dsa_key.pub
$ ssh-keygen -l -f /etc/ssh/ssh_host_rsa_key.pub
1024 b9:62:0d:a9:df:66:43:e4:97:3d:b8:a0:b2:63:52:8c /etc/ssh/ssh_host_rsa_key.pub

still what bothers me: why there are three separate keys and not just two?



Where Are Java Senior Engineers?

Reading a blog of such high quality as Chris Brumme where he is dissecting CLR internals in such depth (for example asynchronous operations) that it brings a joy to any engineers heart even if it is Java enthusiast.

I just can not stop to wonder where are Java blogs of such caliber that goes into such details and are written not by users but by creators. Java.net seems to be under control of "How-To" writers (exactly opposite to what Chris is doing), evangelists, SUN enthusiasts, and marketing specialists. Not exactly what I would call "The Source For Java(TM) Technology" and engineers seems to be lacking sorely from "a diverse group of engineers, researchers, technologists, and evangelists at Sun Microsystems" that was supposed to propel that site.

So where is SUN hiding all these Java engineers?

Please let me know if somebody knows where to find them ...

UPDATE: maybe other companies that also work on Java are more open? What about IBM, BEA, or other leading Java companies... ? Do their engineers blog (or are allowed to)? One has to admit that Microsoft seems recently much more open and interesting place than ever before ...

And unfortunately James Gosling posts about Zen and his grandmother even though very inspiring does not count as in-depth technical insights ...). And yes, I am impressed that this blog has now RSS feed (took only few weeks?).



Oh Laptop, Where Are You?

I have put together description of an ideal laptop and list of possible candidates. Still looking ....



Flower That Blossomed For Me

Flowers and other plants did not seem to do too well with me ...

But now I can show one exception:

flower in window

Isn't it lovely?

flower ready to surf

So maybe something really changed. In any case I have at least those pictures.




This blog is about:
XML, Java, and everything else (or nothing ..)

Find more about
blog author

Blogroll:
Sam Ruby
Russell Beattie
Diego Doval
Joel on Software
and some (almost) harmless entertainment: The BileBlog

Projects::
MicroLogger
Xydra
WSIF
XmlPull API
XPP3/MXP1
XSOAP
XMessages

RSS RSS 0.92
0.92 [validate]
2.0 [validate]

Filter Entries:
Life Category Specific RSS Feed
Java Category Specific RSS Feed
XML Category Specific RSS Feed
Computing Category Specific RSS Feed
Web Services Category Specific RSS Feed


Valid XHTML 1.0!


Powered by microBlog (C) Aleksander Slominski

Disclaimer: personal opinions and observations that may or may not be taken seriously, or even based on shared reality and generally are very unreliable and personal and snapshots of volatile writer mind ...

NOTE: THIS PAGE IS UNDER CONSTANT DEVELOPEMENT