Monday December 22, 2008
On The Margins(Masood Mortazavi)
All
|
Persian (فارسی)
|
Announcements
|
Art (هنر)
|
Business
|
Code
|
Culture
|
Design
|
Economics
|
Here
|
History
|
Java
|
Mathematics
|
Media
|
Networks
|
Papers
|
Personal
|
Philosophy
|
Science
|
Society
|
Sports
|
Sun Microsystems Inc.
|
Technology
|
Telecommunications
|
This
|
Web
|
Work
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
[ Work ]
Conversation with Lenz Grimmer
You can read my conversation with Lenz Grimmer or look at other interviews conducted by the MySQL community team.
2008-12-22 17:06:07.0 --
;
Permalink
;
Trackback.
[ Work ]
Is Project Management Dead?
2008-12-12 15:47:12.0 --
Comments [2]
;
Permalink
;
Trackback.
[ Economics ]
Inescapable Facts of Mass and Distance
It is not clear whether Liam Denning was writing prose or an article on supply chain management and global logistics. Good writers lurk everywhere. I will have to quote his whole article from The Wall Street Journal to make my point.
2008-12-02 23:46:20.0 --
;
Permalink
;
Trackback.
[ Business ]
An HBR case on Wikipedia
Karim Lakhani has put together a business case study on Wikipedia. It is worth noting that Wikipedia uses MySQL as its database engine.
2008-10-29 17:51:11.0 --
;
Permalink
;
Trackback.
[ Networks ]
Reminiscing on Micro-Kernels and Group Communications
Yes, I have to admit that, in my opinion, JGroups is probably the best early example of the "micro-kernel" concept in Java, aesthetically speaking. The Group Communications stack can simply be specified by literally stacking micro-protocols into a group communications stack—each micro-protocol can be considered a micro-kernel with its own "up" and "down" threading system. I should mention that we used Ensemble (and its Java binding, whose deficiencies led to reimplementation of the protocol stack concept, in Java by Bela) in the DARPA projects I led before joining Sun. This is how I got to learn about Mark and Ensemble, and later, about Bela and JGroups. It was an honor to meet both of them in the course of my work with group communications systems. By the way, I wouldn't be surprised if we find out, when historians of software look back at our work some years from now, that Bela has played a role in re-architecting of JBoss's microkernel system. I may be wrong but I believe he decided to join JBoss sometime in 2004, during the same year when I was trying to bring him to Sun. We almost got him to join SunLabs. It wasn't meant to be, like many other things that go awry. Perhaps, with my managerial skills now, I could have made a better difference in that realm. At least, I'm happy to say I was able to convince Bela to change the name from JavaGroups to JGroups, which protected him from some copyright violations.
2008-10-09 22:36:40.0 --
Comments [1]
;
Permalink
;
Trackback.
[ Web ]
Software Freedom Day!
2008-09-23 00:06:18.0 --
;
Permalink
;
Trackback.
[ Technology ]
Future of Business Technology
Check out MIT Technology Review's special reports on "The Future of Business Technology". You may want to read the story of Postful and Figaro Interactive, and the accompanying contrast between Amazon Web Services and Google App Engines.
2008-09-22 00:38:53.0 --
;
Permalink
;
Trackback.
[ Technology ]
Memcached and Java DB (Apache Derby)
Knut Anders Hatlen writes about memcached user-defined functions (UDF) for Java DB on OpenSolaris. Knut has also mentioned the recent release of Apache Derby 10.4.2. A corresponding Java DB release should be available for download soon. (Usually this happens immediately but we're all at a developers' conference for the next couple of weeks.)
2008-09-11 12:58:29.0 --
;
Permalink
;
Trackback.
[ Papers ]
A Position Paper Resurrected
This four-year-old position paper I wrote for the W3C Mobile Web Initiative still reads well.
2008-09-10 18:37:44.0 --
;
Permalink
;
Trackback.
[ Technology ]
ERP and CMS on PostgreSQL on OpenSolaris
Jignesh K. Shah and Robert Lor describe how to set up Openbravo (an open-source ERP system) and Drupal (an open-source CMS) on PostgreSQL on OpenSolaris.
2008-09-08 12:20:16.0 --
;
Permalink
;
Trackback.
[ Business ]
Brand Value vs. Logos
Jim Buckmaster, Craig's list CEO:
What a great example, and still, isn't there a little symbol, a little logo, a little peace sign in the browser URL box?
2008-08-27 11:49:07.0 --
;
Permalink
;
Trackback.
[ Technology ]
PostgreSQL BuildFarm on Solaris on Sparc
Check out a new PostgreSQL buildfarm set up by Zdenek Kotala. (By the PostgreSQL community convention, I'm referring to it as a "buildfarm" but it should probably be better known as a "testfarm".)
2008-08-26 23:25:37.0 --
Comments [2]
;
Permalink
;
Trackback.
[ Business ]
Organizing Production
In his Contemporary Strategy Analysis, Robert M. Grant describes a more recent phase in the long evolution of economic organizations:
2008-08-17 00:44:20.0 --
;
Permalink
;
Trackback.
[ Technology ]
Innovation Logic
2008-08-15 00:26:37.0 --
;
Permalink
;
Trackback.
[ Economics ]
A Little Big Grain of Truth
There's a little big grain of truth in what Daniel Altman says ("Fluid Dynamics and Alternative Fuels"), based on macro-energy balances which one can imagine grounded in some solid macro-economic and micro-economic analysis.
2008-08-08 00:12:31.0 --
;
Permalink
;
Trackback.
[ Technology ]
LinuxWorld Expo?
I dropped by "LinuxWorld Expo" in San Francisco on Tuesday, and I think the only thing worth noting is the PgDay. Five years ago, when I attended the same Expo, it had a completely different spirit, with a lot more participation by the main Linux vendors and a large variety of software companies. (Other references: PostgreSQL on Solaris and on OpenSolaris.)
2008-08-05 23:14:32.0 --
;
Permalink
;
Trackback.
[ Media ]
OSCon Presentations
Until O'Reilly gets the slides for OSCon 2008 posted, you can find some of the slide-sets and more at SlideShare. Sun Microsystems was a platinum sponsor of the conference and had some free, slickly-published guerrilla booklets on operating systems and OpenSolaris, and several un-conference presentations at their booth, including some amazing presentations on DTrace and ZFS. I was also happy to hear the Erleng packages will be available directly as an OpenSolaris IPS. All this, until O'Reilly posts the presentation for public viewing.
2008-07-24 15:08:21.0 --
;
Permalink
;
Trackback.
[ Code ]
ACM Queue Magazine
Craig Russell (of Sun Microsystems Inc.) has written the lead article of ACM Queue special issue on object relational mapping (ORM): "Bridging the Object-Relational Divide". The opening sentence provides the motivation most succinctly: "Modern applications are built using two very different technologies: object-oriented programming for business logic; and relational databases for data storage."
2008-07-19 21:19:27.0 --
;
Permalink
;
Trackback.
[ Technology ]
DTrace Envy
A colleague in our PostgreSQL team just pointed me to a "little" note on DTrace, which seems to be ignited by the work that Robert Lor and Jignesh Shah have been doing. (The PG presentation involving the Mac OS and DTrace is Robert's)
2008-07-11 00:03:02.0 --
;
Permalink
;
Trackback.
[ Sun Microsystems Inc. ]
Get Sun Research
To get Sun Microsystems research papers, turn here.
2008-07-08 17:27:21.0 --
;
Permalink
;
Trackback.
On the Margins Tag Cloud
|
DisclaimerI work at Sun Microsystems. The opinions expressed here are purely my own, and neither Sun nor any other party necessarily agrees with them.Coordinates
www.flickr.com
This is a Flickr badge showing public photos from M.Mortazavi. Make your own badge here.
Entries: 1246 |
Other Places
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
