Open-Source development, a perfect use case for Dropbox

Hi there,

First of all: I am not a real fan of Dropbox: Storing my data in a cloud somewhere located in the USA relying on other cloud services (Amazon S3 in the case of Dropbox) without any transparent security measures makes me feel odd when I started to share private pictures or tax declarations over multiple computers utilizing Dropbox (or any similar tool).
I always find it quite brave when people upload their thesis in Dropbox believing that it is secure (and Amazon crashed multiple times including data loss [1,2]) when having the ability to store data on university infrastructures.

Since I am more and more working with git(hub), I recognized that in such a scenario, Dropbox is the perfect match for sharing local source code over multiple computers:

  • Synchronization is one of the major benefits of Dropbox
  • When working with different clients, you always have your (even uncommitted) work synchronized on multiple site really simplifying development on multiple sites.
  • Data is secured at your repo anyhow (so you don’t have to have availability /integrity / accountability concerns about changes on your data).
  • The open-source source code is public anyway so you don’t have to think about confidentiality.

The only thing that can happen at the beginning is the insertion of redundant branches when synchronized the first time. If so, just go to

.git/refs/remotes

and remove the irrelevant copies.

cheers

sebastian

[1]: http://www.informationweek.com/news/services/storage/209400122
[2]: http://money.cnn.com/2011/04/21/technology/amazon_server_outage/index.htm

Posted in Coding… | Tagged | Leave a comment

Starting Konschtanz…

…is at easy at it seems:
Just install WordPress and some plugins and you are ready to go…

Thanks to Markus, this domain acts as base for several Email-Adresses for several years, but unfortunately not for any content until now.
Konschtanz from now on represents a platform for IT-related issues, photos, thoughts and everything else that comes into the mind as well.

More concise:

  • This platform contains a blog for providing some on-the-fly content.
  • Besides the blog, a wiki is provided for some knowledge we want to share and we are looking for quite regularly.
  • Last but not least, a gallery for some photos are provided: Some from Konstanz, other from somewhere else…
Posted in konschtanz itself | Leave a comment