-
Job offer from Nokia
Some time back I was looking around in the job marked and, amongst other possibilities, I checked out Nokia. This meant that I got added to their mailing list (voluntarily). Today I received the following mail from them: When creating your profile at Nokia’s Career Site, you requested to be notified of job openings. The…
-
Moving to an always connected world
I was browsing through some of the PDC reporting, when this announced feature of Windows 7 caught my eye; DirectAccess. It’s supposed to be a VPN which you don’t have to set up, it just magically works. Really? I didn’t know that VPN’s were so hard to set up. My personal experience is with managing…
-
Playing tricks with the Windows PE Loader
For every software there is a specification and there is the implementation. Specifications are rarely exhaustive, thus there remain the corner cases which the developer handles based on her/his believes. As long as the handling methods don’t introduce vulnerabilities, one can say that this doesn’t make any difference. The situation becomes much more interesting when…
-
No stress Perl
What I like about Perl is that it is “turtles all the way down” (almost). You go in with the perl debugger (or something visual like ptkdb) and step through almost all the code and understand how it is done. See for example this post about “magically” turning on strict/warnings from a module. In the…
