HN user

LordLandon_

8 karma
Posts0
Comments5
View on HN
No posts found.

This makes me wonder.... The dv6000 series (and probably others) have an infrared receiver on them to use with a little remote that comes inserted into the thing. Now the IR port isn't exposed as an actual IR device, because pressing buttons on the remote just sends keystrokes, so you can see where this is going...

The dv6000's are pretty common, I see people with them all the time, and although you'd need line of sight to send keystrokes, your target wouldn't need to be using any dongle, just a particular laptop. Now that's scary.

> If Django were in C, I would know what a request object really was, grep for it, and look up the header file.

If Django were in python, you wouldn't even have to grep

>>> import django.http, inspect >>> print inspect.getsource(django.http.HttpRequest)