OSLUG Planet
Voted!
On September 27, 2009, the Federal Republic of Germany will vote for their 17th “Bundestag”, i.e., its federal parliament. Due to my absence on the actual election day, I went to the ballot today already for early voting. Here is proof:
The staff were very helpful and interestingly, there were actually a lot of people asking for absentee ballots.
Another observation struck me as odd while reading the ballot: Of all people, the direct candidate of one of the nationalist parties*) is a “Fremdsprachensekretärin”, or certified multi-lingual secretary. Yup, a foreign-language secretary by day, moonlighting as a xenophobe. Life’s ironic.
*) whom I didn’t vote for, just in case that was unobvious.
Reflecting on gsoc program
Changing gmail account associated to android phone without factory reset
Adding Empty Directories to git-svn
Just a reminder, because I always forget it: When you use git-svn on an svn repository and your code base contains empty directories (say, for temporary files, or log files), they will be ignored by git unless they contain at least one file.
Paradox? Maybe. There’s a good reason however: git ignores empty directories because it tracks (file) content, not a bunch of directories some of which happen to contain a file (the concept of tracking files might be the only thing git has remotely in common with good ol’ CVS — though git also does not deeply care about file names, only content).
The “common” way to handle this is by adding a .gitignore file to the repository. This won’t harm svn-only clients, but it’ll make git-svn clients pick up the (almost) empty directory properly.
This is what you need to do.
mkdir empty_dir
echo '*' > empty_dir/.gitignore
echo '!.gitignore' >> empty_dir/.gitignore
git add empty_dir
git commit -m 'adding empty directory' empty_dir
The .gitignore file tells git what file names not to track inside the directory in question. The asterisk means, ignore all files, but the second line makes sure the .gitignore file itself is recognized and added to the repository.
Actual update on last week’s work
GSOC Pencils down is nearing
New Contact Page for Mirwin
Within a week of launching the Mirwin site, we have had users giving us feedback on various bugs that we had missed. One of the bugs that really bothered me was the 'Contact Us' page seemed to not be working as well as it was suppose to be. One of the big complaints that we got that the captcha was a bit tough to read. I found this a bit surprising, as we were using ReCaptcha for our forms, but at the request of users, I decided to try my hand at making something a little easier for users to understand and see.
… and Fred
Mirwin Consulting is alive!
Well after a lot of effort, I'm very excited to announce that I've founded a new company, Mirwin Consulting L.L.C. with Michael. Woo!
</shameless plug>
Is Twitter down?
Yes, yes it is. Says istwitterdown.com:
In fact, it is “too down” even to display the fail-whale. I’ve not seen that before
PS: On an unrelated side note: hasthelargehadroncolliderdestroyedtheworldyet.com?
Domaine de Tara
Just recently, my fiancée Tara joined the blogging community with her first own blog called “Domaine de Tara”.
She started off with a nice little article on the hunt for American-style brown sugar in Germany. It also includes a yummy recipe for baking Oatmeal Walnut Chocolate Chunk Cookies which — in spite of the sugar-related difficulties — turned out more than delicious.
Her future posts are likely going to be about food (both her passion and profession) and German strangeness she’s just bound to stumble across every once in awhile…
Feel free to visit her blog, say hello, and maybe even subscribe to the RSS feed. Have fun!
The photo is from a trip we took to Provence, where a winery coincidentally carries my fiancée’s name.
Spot der Piratenpartei zur Bundestagswahl 2009
Am 27. September Piratenpartei wählen.
Timeline Course Format Update
shipped libcloud
Woo! We shipped an implementation of libcloud, check it out over on libcloud.org. It is a pure python library for working with a variety of cloud server providers. It is still a work in progress, but would love to get others involved!
gsoc update
Home
Mirwin is an Oregon-based web design and consulting company. For a combined 17 years of industry experience, we provide a small-town feel with big city results.
Google Calendar Widget for Elgg1.5
With the big migration of Beaversource to the OSL complete, I've finally gotten to shift my focus back to actual coding.
One of my first projects for migrating Beaversource to the newer version of Elgg is to recreate the feature we call "Project Profiles" inside of Elgg 1.5. These profiles give all of the projects a social profile with forums, comment walls, pictures, etc. In order to learn more about how the new plug-in system works, I decided to port over the Google calendar widget I wrote for Elgg 0.9.x to the new version of Elgg. So I thought I'd toss it online for anyone else possibly using Elgg.
Its available in git at http://jiraffe.net/git/googlecalendar.git for anyone that wants it.
Cheers!
Moodle Updates
Services
Mirwin is an Oregon-based company with a decade of web development experience. We build custom, maintainable websites to the exact needs of our customers.
We specialize in building community-oriented sites that rely on heavy involvement from users.