Meta
November 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 Blogroll
IP info
Programs
Category Archives: /dev/null
How to get the instance handle of a DLL?
How can you get the instance handle of a DLL, if the function that you write is linked into the DLL but you have no access to hInstance from the DllMain? GetModuleHandle only allows you to get the handle to … Continue reading
Posted in /dev/null
3 Comments
GNU make for the win …
I’ve just replaced my little shell script that was helping me to update the hash files inside my postfix configuration. While before I had hardcoded the paths/names, they are now simply fetched by means of find. In addition to the … Continue reading
Posted in /dev/null
Leave a comment
It was about time, wasn’t it?
I stated previously that I’m opening up my Subversion repositories. Now you can also do checkouts instead of just looking at them. You’ll find a little note below the directory listing inside each repository available in this way (for now … Continue reading
Posted in /dev/null, DDKWizard/DDKBUILD, Programming
Leave a comment
Visual Studio 2010 will be the new version 6?
Everyone loved Visual Studio 6 and many people continued using it despite the availability of VS 2002, 2003, 2005 and 2008. Now, I saw Microsoft promise on some website that version 2010 will be the new version 6. Somehow I … Continue reading
Posted in /dev/null
2 Comments
Note to self
In order to avoid: Command line warning D9025 : overriding ‘/EHc-‘ with ‘/EHc’ with DDK/WDK projects in the sources file specify USE_NATIVE_EH=1 instead of USER_C_FLAGS=$(USER_C_FLAGS) /EHsc
Posted in /dev/null, DDKWizard/DDKBUILD, Programming
Leave a comment
Annoyance in TortoiseCVS fixed
Quite a while ago I reported a bug in TortoiseCVS 1.10.x (the Unicode versions) which more or less affects everyone that is using an alternative file manager. I for one use SpeedCommander and can highly recommend it, although for non-German … Continue reading
Maybe helpful for others …
Check out this comment to an old post about the WD MyBook World Edition. Maybe it helps you as well. // Oliver
Posted in /dev/null, EN, Linux, Programming, Software
Leave a comment
Package management
http://www.cromwell-intl.com/unix/package-management.html
Posted in /dev/null, EN, Software
Leave a comment
Twitter is absurd: proof …
http://www.collegehumor.com/video:1909386
Posted in /dev/null
Leave a comment
Technical break
Due to a recently dislocated shoulder, the blog will be kind of suspended in the next few weeks. Typing one-handedly works half-way for text, but is slow and error-prone. Programming is out of question. Update: I’ll undergo orthopedic surgery on … Continue reading
Sendepause
(Getippt nur mit der linken Hand!) Da ich mir die rechte Schulter gestern ausgekugelt hatte, wird in den kommenden Wochen eingeschränkt bis garnicht gebloggt. Update: am 27ten April werde ich an der Schulter operiert, was die Sendepause wohl noch ein … Continue reading
Posted in /dev/null, DE
4 Comments
Ubuntu giving me a headache
If we consider the scenario where you want to grant only remote access to an account (e.g. user) and know you will only do this via SSH and using key-based authentication, it makes sense to lock the user account for … Continue reading
Posted in /dev/null, EN, Linux
Leave a comment
SSS Gorch Fock
Bei meinem wochenendlichen Spaziergang kam ich heute wiedermal am Hafen vorbei, wo eine ziemliche Ansammlung von Menschen und Fahrzeugen zu sehen war. Über all dem thronte eine deutsche Flagge und die Segelmasten des Segelschulschiffs Gorch Fock. Da ich sie bisher … Continue reading
Posted in /dev/null, DE, Island/Iceland/Ísland
Leave a comment
Ich hab’ keinen Bock auf Kanzler
“Ich kann Kanzler!” soll eine kommende Sendung beim ZDF heißen. Während man mit der Idee, Politikverdrossenheit zu bekämpfen, durchaus noch zufrieden sein könnte, scheint das aus Kanada übernommene Konzept dann weniger mit Pluralismus und Demokratie zu tun zu haben als … Continue reading
Posted in /dev/null, DE, Gedanken
Leave a comment
Note to self: selective target name in DDK builds
Just found out how to properly “detect” in the sources file which one (32 or 64bit) is being built and assign a different output name to the debug symbols and the target file. !if $(386) TARGETNAME=shellext32 !elseif $(AMD64) TARGETNAME=shellext64 !else … Continue reading
Posted in /dev/null, EN, Programming
1 Comment
Perl, simply great
In the scope of WinDirStat I am currently migrating our language system to a more generic text-based approach. The final file format has not yet been decided, but it’s likely going to be XML. Perl just enabled me to write … Continue reading
Posted in /dev/null, EN, Programming
1 Comment
Der Amoklauf und die zu erwartenden “Echos”
Nach dem Amoklauf in Winnenden nimmt man die Jagd auf Killerspiele vorzeitig wieder auf und will offenbar auch wieder den Waffenbesitz in Deutschland diskutieren. Nicht, daß es besonders einfach wäre legal(!) an Waffen zu kommen – kein Vergleich zu den … Continue reading
Posted in /dev/null, DE, Gedanken
Leave a comment
Jedem das Seine …
Daß dieser Ausspruch positiv belegt ist, könnte ich nicht behaupten. Ich habe ihn meist im Zusammenhang mit “gerechter Strafe” gehört. Daß der Ausspruch von den Nazis benutzt wurde, wußte ich bis zum heutigen Tage auch nicht. Glücklicherweise klärt uns der … Continue reading
Posted in /dev/null, DE, Gedanken
2 Comments