Saving time with LoudBlog

I have been planning to do some sort of radio show for my website for quite a while. One of my plans was to write a module for WebKoffer which handled this. But too little time and a bit of laziness always held me back. Yesterday, Chris Sisk pointed me towards , an open source PHP/MySQL weblog/CMS package that is meant especially for PodCasts (or AudioFeeds, if you don't want to use the Apple term too much). This sounded like a good solution, especially since you can also link to third party sites that hold mp3's, something that is quite useful in saving diskspace, especially with services like Archive.org and Scene.org. And yes, I am quite impressed with LoudBlog. It's easy to install, and quite easy to manage your AudioFeed. Adding new files/posts is simple, and altering the layout to fit in with the rest of your site is also quite easy with the (XSLT-based?) template system. So yeah, I'm quite happy with it. Check it out at the Electronic Music World Radio.

Google Talk

I'm sure it's going to be the talk of the web for a short while, but indeed is starting their own Instant Messenger service. They're using the protocol, which technically means people with Jabber-enabled clients should be able to connect. Thanks to Chris Shiflett, I just did. He has a nice screen shot of the account configuration window for , which you can easily use to configure your own Gaim for GoogleTalk usage. Nice! And Google officially allows it as well. I'm connected using stefan.koopmanschap at [googlee-mailservice] . com ... if you dont have a gmail account yet but would like one, to start using , just let me know ... I have plenty of invites left.

1337

I couldn't help myself: click for bigger

Westerbork

[[image:westerbork.jpg:Camp Westerbork:left:1]] Until yesterday, I was slightly ashamed to not have been to Camp Westerbork before. A pivotal point in dutch history when it comes to WWII, this was the camp where over 100,000 jews, sinti, roma and caught resistance were sent, waiting for deportation to the german concentration camps. Until yesterday.

Angels & Demons, for real?

Only a single day after I finish Dan Brown's Angels & Demons, I get confronted by something more real. Shocking. People who know me a bit know that I'm by far no religious person. I tend to be slightly anti-religious at times. However, I've once spent a week in the community of Taiz� and I've experienced it as very positive. It's a community where people of different religions (and people with no religion at all) can come together for discussion and reflection. I had a great week there. I even attended some of the masses. Fr�re Roger led a mass. Back then (which is a few years ago already), he was not really that good at health anymore, but he was impressive to just witness. The man, from as far as I can see it, has done nothing but good. He actually brings people together that would normally not discuss religious topics with eachother. And so I am quite shocked at his death, but mostly at the manner of his death. I had expected him to not live much longer, but he deserved a nice, quiet death by natural causes, not an attack like this. Unbelievable. [article @ swissinfo]

OSX on x86

It is possible already. And here's the proof. A step by step description of how to install your own OS X on your regular PC system (provided you have an Intel x86 CPU). Pretty cool! If only I have a second HD in my laptop ;)

Bye Bye Big Man

If you've seen Big Fish, then you will remember the huge guy. That guy was Matthew McGrory. Unfortunately, he passed away, apparently of natural causes. He was only 32. :(

Take On Me

One of the most amazing music video's I've ever seen is the one for Take On Me by A-ha. Remember the one? Where the girl ended up inside the comic book? OK. Now that I've refreshed your memory, check this. Amazing!

The suspense is killing me

Today, the new will be launched. The temporary page they have up at the moment doesn't really say anything yet. I'm really wondering... will the new site be as good as I hope it to be? Will the technical trouble that have been bothering AudioScrobbler be over?

Antitrust

Last weekend, I was just zapping around TV channels when all of a sudden I came by the opening credits of a movie. Now this happens often of course, but this caught my attention: The opening credits were surrounded by HTML tags! It happened to be the opening credits to , which ended up being quite a good hacker-like movie. They actually used linux commandline stuff, though using a command like 'hideall' which would then actually hide the files from viewing by others is maybe not too realistic, but it worked well enough in the movie of course. (There are more examples of stuff like this, such as being able to connect to sattelites just by typing in their ip number ;) ) Yes, this was actually quite an enjoyable movie. From the comments over at imdb I gather that the trailers were quite different, and that the DVD of this movie might actually contain some very nice other material as well. The DVD is available already, so I might just want to get that some time in the (near) future.

WikkaWiki

For a while, I've been looking at several implementations of Wiki software. MediaWiki is nice, but very heavy on the server. Not weird, considering the software is loaded with features. Of course, a lot of those features are hardly needed, so I chose to stay away from MediaWiki. After trying various other Wiki implementations, I came by WikkaWiki. It has all the usual features of a wiki, but isn't too loaded with features that I don't need. I just need some wiki functionality. Looking at the code, it was quite easy to customize. And fully XHTML and CSS-based, which is also a big plus. And so I now have a fully functional wiki for my Electronic Music World website. I also immediately made a slight change to the code.

Open Source, something you learn in Kindergarten

Gideon Marken is a very cool guy. He is the person behind the fabulous ArtistServer, and a very experienced web developer. It was Gideon who made a weblog post yesterday that found me intrigued. This was a way to look at Open Source that I'd never before seen.

Those little 4-6yr old minds are always hearing about 'sharing,' 'waiting in line,' 'being polite,' or being given a means to explore the world and create. If we look at those concepts - we see a foundation for Open Source. - there's the sharing - the acknowledgement of others - the consideration of many over one - the support and encouragement of creating
Doesn't he have a very valid point there? Somehow, when we turn into adults we seem to forget about these things we were taught in Kindergarten about sharing, respecting each other, working together. We become self-centered people only caring about our own carreer (well, with we I speak generally, there are also people who don't forget about that ;) ) Gideon predicts that people can fight Open Source, but they'll lose. Sooner or later, Open Source will prevail. I surely hope so, though I'm not as convinced as Gideon. We still live in a capital-centered world. Everything evolves around money, where Open Source doesn't. I surely hope Gideon is right and will do my best to support the cause.

MySQL Weirdness

I'm currently working with extending an existing application, so I'm working with a database someone else designed. Not a problem usually, except for the fact that this person chose to use the TIMESTAMP fieldtype, which I usually don't use. Now, when I think of a timestamp, I automatically think of a Unix Timestamp, which is the number of seconds since 01/01/1970. This is what most apps use. Not MySQL, as I found out. While trying to format the timestamp with the php date function, I got some weird data, so I checked the MySQL documentation. Turns out that for some reason beyond my understanding, MySQL does not use Unix Timestamps, but instead uses a string similar to the Datetime field, but without the special characters. So, for instance, august 1st 2005, 12:00 would be: 20050801120000. I just can't find any reason for MySQL doing this, but they did it. Of course, after I found this out, I am now formatting the timestamp field differently ;)

Php5_zce_logo

Upcoming events

I will be speaking 17-02-2012: Techademy Trainingday February
I will be speaking 23-02-2012: Zend Webinar: Git for Subversion Users

Tags

1337 2008 2010 2011 4developers access modifiers accessibility AdaLovelaceDay09 advent agavi agile alfred amsterdam apache api apple article articles atk atkMetaNode audioscrobbler automation azure backwards compatibility barcelona barcodes bash bbc bbq beatstad belgium best practices bittorrent blogging blogs boards of canada book books bughuntday bundle caching cake cal evans calendar career cat cerf certificate cfp clear cms cologne common sense communities community components conference conferences contest continuous integration contribute contribution crisis css custom d-day datetime DbFinderPlugin decorator decorators deployment devdays development directoryindex docblox doctrine documentation download dpc dpc09 dpc10 dpc11 DPC2008 dreamhost drupal dv7 eclipse ed editors efficiency enterprise errors event events expertise ezcomponents facebook finland flickr fork framework frameworks freelance freeze frontend fun game games geoip germany getting real git github gnome-do google google calendar googletalk graceful degradation hack hackers hidden gem hiphop howto hp HR html http i386 ibuildings icann ide ideasofmarch idm imovie indy ingewikkeld integration international php conference internet interview ipad IPC ipc ipc08 ipc10 ipc11se iterm2 javascript jenkins jenkins-php job job openings jobeet john peel joomla joomladays kiva kubuntu launcher launchy left on the web libraries library lighttpd lime linktuesday linux live london loudblog m2ts mac magazines malware mambo marjolein mediterra meeting meme meta methodology micro-financing microframework microsoft migration movie music mysql namespace namespaces netbeans netherlands newsfire nllgg nos odmarco open source opinion ORM osx paradiso paris partnership pavilion pear pecl performance personal pfc10 pfc11 pfcongres pfcongrez pfz photo php php5.3 phpabstract phpazure phpBB phpbb phpbelgium phpbenelux phpbnl10 phpday phpdoc phpdocumentor phpgg phpitalia phpnw phpnw08 phpnw11 phpstorm phptek phptek09 phpuk2009 phpUnderControl phpunit php|architect php|tek podcast politics portability postcrossing presentation presentations private projects protected prototype PSR-0 public python qa qr codes re2c recruiting refactoring review rewrite ruby on rails san francisco schedule scifi script security sensio seven things sfdaycgn sflive2011 shell scripting silex simplexml slides smfony software sogeti solar sound speakers spl ssh standard standards star trek static steer strings stylesheets subversion symfony symfony live Symfony2 symfonycamp symfonyday symfonylive symfonyUnderControlPlugin talk talks techademy technology techportal tek09 telecommuting terratec terrorism testfest testing textmate textpattern the right tool timeout tips tld todo tomas tools training twig uncon unet usability usergroup validation vhost video vim vinyl virus warp webinar weblogging webservices wiki windows winphp women wordpress work workshop world world of warcraft wpi writing wunderlist xml xpath xsd yara year youtube zc11 ZCE zemanta zend zend framework zend server zend studio zendcon Zend_Form zite
© 2004 - 2012 Stefan Koopmanschap + Powered by Symfony, photos powered by Flickr, links powered by Delicious, Shanghai smilies by Iconbuffet. Feeds: rss / atom. Left on the Web v4.4.0.1