Thursday July 30, 2009
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
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
[ Announcements ]
Workbench 5.2 Alpha
For an independent preview, you can also see here.
2009-07-30 10:44:29.0 --
;
Permalink
;
Trackback.
[ Code ]
Haskell and Python
Luke Plant's short note ("Why learning Haskell/Python makes you a worse programmer") actually motivates the reader to learn more about Haskell and Python.
2009-05-27 14:20:22.0 --
;
Permalink
;
Trackback.
[ Business ]
Sun Contributor Agreement and MySQL
On my last count, there are now 20+ Sun Contributor Agreement (SCA) signatories whose names appear on the master list and who are interested in contributing to MySQL. Only this week, three new members signed the SCA. These 22+ signatories have all been added since mid-February when we launched the new, Sun-compliant SCA signing process. Before the end of 2009, if we proceed at this same rate, MySQL SCA signatories list should grow to about 70 to 90 contributors. In the meantime, contributions from many of these contributors have already been accepted and integrated. (I had earlier pointed to Armin Schöffmann's contribution as a simple example of how all this works.) Some people continue to wonder why an SCA is required. First of all, it is important to note that by signing the SCA the contributor retains copyrights while also granting those rights to Sun as the project sponsor. This granting is very specific to a particular code base and the community around it. (This is a code base that has been available under GPL.) Second, as I have summarized, in a series of Golden Rules for Open Source Contribution-Based Communities, several important rules for such communities help it to operate well. As part of rule G, "Setting Expectations," I did mention how
However, I failed to add that an important ingredient in that risk management is the management of ownership claims. I believe this particular aspect of rule G, which is implicit there, and which perhaps needs to be made more explicit, explains clearly why something like an SCA is required in order to maintain a flow of contributions to MySQL in a form that allows clear code ownership. Note that other open-source communities, such as the Apache Software Foundation, also require their own contributor agreement. Often, these agreements are there to protect the maintainers of the project/product or the general integrity of the products' ownership. BSD-based communities seem to avoid this need by posting various clear signs in various places -- in their member-initiation or commit e-mails -- that all contributions are made under BSD. However, these communities have remained somewhat fragmented due to the greater openness of BSD licenses. Don't get me wrong. I love BSD. Note that often, BSD contriutors would rather contribute to a BSD project. The whole objective of contributing to a BSD project is that you are building a based that can be used by anyone for open and closed business with that same base. This is very unique to BSD type or Apache type licenses and forms one of the main reasons contributors contribute to these projects. So, let's now go beyond the question of SCA and see what else is going on. The update and simplification of SCA submission process for MySQL, came along with equally important simplification of forge pages for contributors and with an effort to speed up the review of contributions and continuting with greater openness in MySQL development processes. [These apparently fragmented but hopefully useful (and ultimately coherent) steps have all been part of a larger initiative to facilitate openness, community participation and contributions. Again, please refer to the Golden Rules. Hopefully, you can faciliate and help the MySQL community to get more open and vibrant as an open-source community.] It is important to note, here, that roots of this initiative go back to some years earlier. So, the initiative is related in part to a continuing series of efforts to make MySQL more open and more contributor friendly, including the famous "quality contribution program," which was originally launched by the MySQL community team. (In a sensem the "quality contribution program" has evolved into this simpler, more robust model and many of the lessons learned there have also been applied and used here.) Under the SCA, contributors can contribute to all MySQL open-source products in open forums and issue tracking "systems"-- internals list, bug tracking system, worklog system. I put quotes around "systems" because there's more to be done to make these systmes work better together in a more open environment. Note that the MySQL team prefers to receive code contributions and bug fixes through the first two modes because those two modes (i.e., bugs db issue tracking and the internals mailing list) better afford two-way communications. Note, too, that contributions can be at the level of bug fixes or features. Why would anyone contribute? Well, there's a great deal of challenge to contribute anything to a software as sophisticated and complex as a database. Besides the reputational effects, there's also this practical effect that once a contribution has been absorbed, the contributor will no longer have to worry about constant merges to get the effect he or she expects form MySQL. Of course, there are many other reasons as well. For example, there are those who are just problem solvers, and find it exciting to contribute to MySQL. However, let me stop speculating on this any further. Instead, let me point you to an "internals" posting by Stefan Hinz, regarding a "MySQL University" session on replication features in 5.1 and 6.0.
2009-05-10 23:32:36.0 --
Comments [4]
;
Permalink
;
Trackback.
[ Code ]
Portlanders Take the Realm
Last year, OSCON decided to move from its traditional venue in Portland. Now, Portlanders, who identify their city as the real bastion of Open Source Software, have decided to establish OpenSourceBridge.ORG, a conference for Open Source citizens! In July, where would you rather be?
2009-04-22 00:10:02.0 --
Comments [1]
;
Permalink
;
Trackback.
[ Code ]
Developing with MySQL Connector/C++
Giri Mandalika has written an article showing how to develop C++ database applications for MySQL and another article showing how to install MySQL Connector/C++ from the source.
2009-04-15 14:29:34.0 --
;
Permalink
;
Trackback.
[ Code ]
Contributing Code to MySQL -- Some Simple Guidelines
If you would like to contribute to MySQL development, you can read the relevant top-level page on the MySQL Forge. This page has some useful links to various forms of contributing to MySQL, including contribution of code to MySQL. (The MySQL|Sun team have recently simplified some of these pages in order to make them more useful to community members and potential contributors.)
Note that after some simple paperwork submitted to Sun ("Sun Contributor Agreement" or "SCA"), any signatory can contribute to any Sun-sponsored open-source project, including to MySQL. It is a common parctice to require initial paperwork to clarify rights to the contributed work. This practice is also used by other open-source communities such as the Apache Software Foundation. It is worth quoting, from the the master document, that
2009-02-14 01:43:00.0 --
Comments [2]
;
Permalink
;
Trackback.
[ Papers ]
Golden Rules for Contribution-based Communities
There are some basic, golden rules when it comes to having a vibrant community of contributors. The following are rules I have extracted and learned based on my experience managing and working with engineers actively involved and participating in the Apache/Derby, PostgreSQL and MySQL open-source communities. These rules are also based on extensive discussions with many folks involved with the MySQL community, with the PostgreSQL community and with the Apache/Derby (Java DB) community, over many years. Before I go through these rules, I would like to thank Marten Mickos for having suggested some of the headings for these rules. (I originally had much longer headings for all of them.) I would also like to thank many of MySQL, PostgreSQL and Java DB colleagues, as well as to many other colleagues involved in open-source development, for having contributed to the ideas and practices behind these rules. A) Transparency. B) Dialog. C) Pace. D) Setting Expectations. E) Small is Beautiful. F) Differences. G) Places. H) Parallelism. I) Incrementalism. J) Learning. Acknowledgment I'd like to thank Brian Aker, Knut Anders Hatlen, Davi Arnaut, Kaj Arnö, Jorgen Austvik, Igor Babaev, Mark Callaghan, Peter Eisentraut, Sergei Golubchik, Shawn Green, Lenz Grimmer, Rick Hillegas, Stefan Hinz, Geir Hoydalsvik, Henrik Ingo, Alexey Kopytov, Mark Leith, Dmitry Lenev, Manyi Lu, Giuseppe Maxia, Paul McCullagh, Mårten Mickos, Chad Miller, Francois Orsini, Konstantin Osipov, Trudy Pelzer, Sergey Petrunia, Jay Pipes, Jeffrey Pugh, Ole Solberg, Georg Richter, Mikael Ronström, Kristian Waagan, Dag Wanvik, Monty Widenius, Jeff Wiss, and more.
2009-02-05 11:25:43.0 --
Comments [4]
;
Permalink
;
Trackback.
[ Technology ]
Community Statistics for Netbeans Database Usage
2008-06-02 13:20:38.0 --
;
Permalink
;
Trackback.
[ Economics ]
Commerce and Development
In his commentary, "Competitive Cooperation" written to honor the 50th anniversary of the Treaty of Rome, the 2004 Economics Nobelist Edward C. Prescott reminds the readers of the importance of commerce in mutual economic development and growth.
Perhaps, it is time for a Latin American Union. Some nations use trade policies to punish others. Whether politically motivated or otherwise, policies that raise barriers to potentially beneficial trade or create trade zones or alliances that exclude others are ultimately doomed to lead both groups worse off. Of course, the exclusionists, when powerful, come to believe they represent the house with infinite resources in the trade gamble. Note: In his Getting it Right: Markets and Choices in a Free Society, Robert J. Barro advances points similar to Dr. Prescott's.
2007-02-22 18:38:31.0 --
;
Permalink
;
Trackback.
[ Technology ]
All The Uses
All the current uses of Apache / Derby are truly astounding in the variety of applications. Those who have not had a chance to take a serious look are missing out. Sun Microsystems Inc. distributes Derby as Java DB, independently and with the JDK, beginning with JDK 6.
2007-01-31 23:33:07.0 --
;
Permalink
;
Trackback.
[ Code ]
Scrum and Sprints
Scrum is a light-weight agile software development process composed of Sprints, during which the next release of a system is being developed. To read about Scrum see ControlChaos and MountainGoatSoftware. (MountainGoatSoftware's Scrum page summarizes things quite nicely in the first paragraph on the top.)
2007-01-21 20:43:13.0 --
;
Permalink
;
Trackback.
[ Code ]
TDD
The cost savings and efficiencies of Test-Driven Development (TDD) should be clear not just to any hardware engineer but also to software and other engineers, system designers and developers. In fact, even when we imagine we are developing without a test, we implicitly have some kind of test in mind: We build systems in order to elicit specific responses to specific stimuli (tests?) upon those systems. Most software developers know how a good test can drive their work, particularly when the system is complex with multitude of constraints and also when there are volumes of existing tests to detect regressions. Peter Marklunds describes TDD with Ruby in some detail.
2007-01-17 23:00:34.0 --
;
Permalink
;
Trackback.
[ Technology ]
Innovation on the Desktop
Bernard Traversat tells us about a new release of the Looking Glass Project. Looking Glass is a 3D GUI desktop environment that provides robustness and stability for most of the 3D window effects. The 1.0 release gives the user better performance, support for JDK 1.6 and Java 3D 1.5, ease of installation with the mega bundle distributions for Solaris X86, Linux and wWindow. Bernard says that his team contributed lot of the X extensions to X.org. They also now have a Netbeans module for Looking Glass. Innovations on the desktop do not come often and this one is worth a close, serious look.
2006-12-20 17:17:29.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
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
