Showing posts with label Contribution. Show all posts
Showing posts with label Contribution. Show all posts

Oct 20, 2012

Open Source Culture: Problem #1

I like how Canonical decided to be more open about secret projects they work on. At least that they now involve some people outside of Canonical to get feedback is great. I think a lot of problems with the new "Amazon Suggestions" feature could have been avoided like that. Sometimes it just takes an outside perspective to see some problems.

And I don't think it is a problem between Open Source and secret projects. Sometimes this is a much better approach then to be open from the start. It's more about the psychological side than code improvements or testing. Often Projects fail because motivation of the contributors fades away. People just tend to move on as they loose interest.

That's why I really dislike bad comments to some newly released code. It's new, surely it has it's problems, just like anything new has. At least some others seem to share my opinion. I think Jono Bacon put it right on his blog:

The Genesis Of Free Software Projects | jonobacon@home: "when sometime decides to create Free Software either as an individual or as a company, they have the right to create the first iteration of that feature however they choose. Their investment of time, money, or both in building Free Software earns them a right to put together a first cut that meets their needs…this is the very nature of scratching an itch."

Comments like "you should have used X instead!" are just wrong. Especially for things that are open and you get for free. Even more so if the one releasing something didn't event get paid to do so. The only thing these comments do is discouraging someone which cares about free and open software. So people writing such bad things are only discouraging other people to do such tings. You are destroying your own system here.

This is something I still see way too often on blogs. This is really bad for open software ...

Aug 30, 2012

What Killed the Linux Desktop (so far)

What Killed the Linux Desktop - Miguel de Icaza

... (a) First dimension: things change too quickly, breaking both open source and proprietary software alike; (b) incompatibility across Linux distributions. ...
good and valid points raised. This needs to be addressed somehow...

Jul 15, 2012

Eclipse Bug 368543

Bug 368543 – Odd Display of WindowBuilder in Eclipse 3.8/4.2 on Linux

Thumbs Up to the Eclipse project. I reported an annoying bug which makes the visual UI editor unusable for me. Not even 24h have passed and they are all over it. There is already a quickfix and a patch. Great work ... hope this is fixed with 4.2.1

Feb 19, 2012

Multiple Canvases Support for AWT

Badlogic Games • View topic - Multiple Canvases Support (WIP)

love that my code was already useful to someone else. So now there is a working AWT backend for libGDX as well as a SWT backend which are both able to render to multiple canvases. nicely done. This is how Open Source is supposed to work ...

Nov 19, 2011

libGDX backend for SWT (using LWJGL)

Badlogic Games • View topic - Backend for SWT (using LWJGL)

I created a libGDX backend for SWT. I want to use this to create some Eclipse integrated Editors for my custom 2D engine. Hope this will get included in libGDX some day. But first need to finish that upcoming game ...

Sep 14, 2010

Ubuntu, Canonical and motivations

Mark Shuttleworth - Reflections on Ubuntu, Canonical and the march to free software adoption

very insightful post. Totally true in my opinion as an outsider from Ubuntu/Canonical. I'm just a regular user of Ubuntu and thats just what I see Canonical and the Ubuntu Community do every day. And I love it! Hope they continue for a long long time with that.

Best Part of the long post:
When Ubuntu was conceived, the Linux ecosystem was in a sense fully formed. We had a kernel. We had GNOME and KDE. We had X and libc and GCC and all the other familiar tools. Sure they had bugs and they had shortcomings and they had roadmaps to address them. But there was something missing: sometimes it got articulated as “marketing”, sometimes as “end-user focus”. I remember thinking “that’s what I could bring”. So Ubuntu, and Canonical, have quite explicitly NOT put effort into things which are obviously working quite well, instead, we’ve tried to focus on new ideas and new tools and new components.

May 3, 2010

Silverlight & WPF Timeline Control

This is a very nice and good looking timeline control for silverlight and WPF. Since a few days I'm a developer at the project as well. I just send my first commit to the projects SVN server. Mostly I'm gonna fix bugs so you all can use it with a little less fuss. My time is very limited so don't expect any fancy new features from me ...

Mar 29, 2010

My Silverlight & WPF Timeline Control Patch

I just submitted a patch to the very nice timeline control. This patch allows to update the events from code. My first patch was way more complex, but after a few changes/suggestions from the timeline developers I got it down to one method.

That's just why I as a developer love Open Source Software. If a feature isn't there I can do something about it. With a closed lib I wouldn't be able to use this nice looking timeline. So this saved me time and trouble and furthermore improved the look of the application. Very nice :)