Visual Studio and Remote Debugging: The easy way
If you find yourself like me struggling with remote debugging using visual studio: here is a stupid easy way to get things running: READ THE FREAKIN' DIALOG MESSAGES! So, here is the recipe:Download a...
View ArticleSharepoint 2007 Variations Woes
While fighting some more problems with Sharepoint 2007 Variations "System" I had to write this comment in my code today:// note: there is a bug in Sharepoint 2007 when using ", " within a page name -...
View ArticlePC Keyboard Layout for a Mac (German)
While switching my main workstation over to a Mac I ran into an issue with the keyboard shipped with those new iMac. To be honest, I would not even consider calling it a keyboard, must be some torture...
View ArticleWhy pigz freakin' rock(s)
I find myself quite often in the need to copy large textfiles over the network. Usually one would go with gzip, either transparently by using the compression switch on scp -C or by archiving a file...
View ArticleOpenHUG Meeting
_pulsar_: OpenHUG Meeting, wir freuen uns auf zahlreiches Erscheinen! http://linkd.in/drEaBF || http://bit.ly/aERlUU || http://bit.ly/bNGGCt - _pulsar_: OpenHUG Meeting, wir freuen uns auf zahlreiches...
View Articleplenty of videos and slides straight from hadoop world
plenty of videos and slides straight from hadoop world: http://is.gd/h1YeD #base #hadoop #bigdata
View Article_pulsar_: instant <3: http://t.co/1FiXB0q - if you need to plot some data...
_pulsar_: instant <3: http://t.co/1FiXB0q - if you need to plot some data or a function - way to go! - _pulsar_: instant <3: http://t.co/1FiXB0q - if you need to plot some data or a function...
View ArticleLoad-Sensitive ThreadPool / Queue in Java
Here is a little code-snippet (actually a ready to run jUnit TestCase) which might come handy if you need a fairly open ThreadPool not primarily limited by the number of active threads but rather by a...
View ArticleBind hadoop to a specific network device
quick and dirtyhadoop-env.sh:#replace eth1:0 with your NIC / aliasbind_ip=$(/sbin/ifconfig eth1:0 | grep'inet addr:' | cut -d: -f2 | awk'{print $1}') exportBIND_OPTS="-Dlocal.bind.address=${bind_ip}" #...
View ArticleDual Tube VCA - Work in Progress
A little project I am currently working on:You are missing some Flash content that should appear here! Perhaps your browser cannot display it, or maybe it did not initialise correctly.if WTF crosses...
View ArticleDual Tube VCA - Work in Progress II
Just finished mounting the first VCA Module. YAY!You are missing some Flash content that should appear here! Perhaps your browser cannot display it, or maybe it did not initialise correctly.and some...
View ArticleDual Tube VCA - Done
Und weil ich grad faul bin, nur auf Deutsch: You are missing some Flash content that should appear here! Perhaps your browser cannot display it, or maybe it did not initialise correctly.Also ICH hatte...
View ArticleFinished Dual Tube VCA Project
Yay! It's done. Lovely warm distortion and fits great into Eurorack / Doepfer setup. Check sound samples below.PLS Synth Module Demos by pulsar Kudos goes to: Ken Stone and Bill and Will over at...
View ArticleIn case you wonder...
why it is so quiet here? The noise moved over to: http://paul.vc/+
View ArticleRaspberry PI - Ansteuerung eines 20x4 LCD Displays. (Video + Sources)
my_lcd sources (+makefile)
View Article