Wednesday June 24, 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
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
[ Code ]
Contributing to MySQL
If interested in contributing code to MySQL, you should attend the MySQL University session on contributing code to MySQL. (Live broadcast with Q&A will be held on Thursday, June 25, 2009. You can still have access to rebroadcasts afterwards.)
2009-06-24 01:57:05.0 --
;
Permalink
;
Trackback.
[ Code ]
More Code Contributions to MySQL
MySQL has deep roots in open-source software development communities
and code contributions to MySQL keep flowing in, being reviewed and
integrated into the MySQL. During our BoF at the MySQL Conference and Expo, Lenz Grimmer talked about our work to make MySQL (even more) contributor friendly, with some more focused effort starting on February 1, 20091. The desire to contribute code to MySQL remains as strong as ever as evidenced by this year's MySQL Conference and Expo, where I had an opportunity to speak with some contributors and partners who wish to contribute to MySQL. Of course, there are a lot of strong and varying opinions in this area. As I said above, code has been contributed and absorbed in MySQL (according to either the MySQL CLA or SCA contributor agreements) for years now. Examining just the patches and contributions submitted through the MySQL Bugs database, some 16 pieces of code contributions to MySQL have been absorbed into some version of the MySQL server in the first 4 months of this calendar year, and there are some 17 SCA signatories who are intent on contributing to MySQL. As examples of code contributions being currently reviewed, one may point to two thread on "internals," one involving a review by Konstantin Osipov (contributor: Antony Curtis, WL#820) and another a review by Guilhem Bichot (contributor: Erik Ljungstrom). [1] February 1, 2009 was exactly 10 years from the day I started working for Sun Microsystems Inc., February 1, 1999, when I started in the J2EE RI development team.
2009-04-27 22:28:17.0 --
Comments [5]
;
Permalink
;
Trackback.
[ Code ]
A BoF on Community Code Contributions to MySQL
The BoF schedule for MySQL Conference and Expo (2009) is now published. Lenz Grimmer, Sergei Golubchik, Tomas Ulin and myself will be available during a BoF which focuses on MySQL Community Code Contributions. Lenz will be moderating. For background material, you may start here.
2009-04-17 22:12:34.0 --
;
Permalink
;
Trackback.
[ Code ]
MySQL Ideas for Google Summer of Code (GSoC)
These are specially-selected projects for students who are looking to do some coding in a real, open-source, highly-adopted software environment. The learning experience will be tremendous given that MySQL engineers will be mentoring them. Some student stipend is provided by the Google Summer of Code. It is intended for students to gain "exposure to real-world software development scenarios and the opportunity for employment in areas related to their academic pursuits."
2009-03-31 11:36:40.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.
[ Code ]
John W. Backus
Today, The New York Times carries an obituary to John W. Backus, of the "Backus | Naur form" notation and the lead of the IBM team who brought us Fortran. Many a scientific computing wizard will today salute Mr. Backus for what he and his team accomplished. While the need for new programming models was dire in the 1950s, a move by Backus to initiate an applied research program to invent a higher-level language led to a revolution in software. The first Fortran team worked on the language from 1953 to 1957. ("The first written reference to 'software' as a computer term, as something distinct from hardware, did not come until 1958," according to The NYT.) In my experience with Fortran, I join many others who used this first-generation higher-level language to do useful things, including much scientific research. I wrote my first toy computer program, which calculated the first 1000 primes, in Fortran. Later on, I wrote Fortran programs to calculate temperature profiles in three dimensional body embedded in a heated environment, to study dispersion and diffusion of particles in turbulent flows, to investigate the dynamics of particle-particle collisions and systems, and to perform direct numerical simulations of fluid flow and vortex-vortex interaction in an infinite body. In short, in the mid 1980s, I spent many hours doing scientific programming in Fortran. (Some of this work got its way into my masters dissertation and other to my Ph.D. dissertation. Much of it remained at the level of pure investigation and study.) Note: For a modern progeny, see Fortress.
2007-03-20 08:59:43.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 ]
Statistics on Open Source Projects
Now, we have places to go to for open source project statistics. For example, see the Ohloh statistics for Apache / Derby.
2006-12-21 19:10:43.0 --
Comments [2]
;
Permalink
;
Trackback.
[ Sun Microsystems Inc. ]
Watch It
Watch for Java news as "Sun Opens Java"! Related reports: Wall Street Journal.
2006-11-12 23:50:18.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
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
