You are currently browsing the third page of the tag archives.
Looking for something specific? Try the search box at the top of the page.
Looks like I have managed to snag a place at Angelhack 2012 in Los Angeles this coming December over at CrossCampus. If you are going to be there and need a back-end/front-end software engineer for your team, hit me up.
This morning I was fiddling around with the Atlassian BitBucket REST API so that I could display my list of Open Source projects on my website (you can find them in the sidebar) and it was driving me completely nuts. The unhelpful “Resource not found” (404) error message kept coming back even though it looked… Thirsting to read the remainder of “BitBucket REST API is completely case-sensitive?” Click on this link!
I’ve got Kiln, Mercurial, TortoiseSVN, SlikSVN, Git and TortoiseHg all installed on my Windows 7 workstation and they all hate each other and won’t play nice at times. A couple of weeks ago I updated Mercurial, didn’t give it much thought but started noticing two glaring error messages in my console window: *** failed to… Continue reading the rest of “Fixing Kiln when you get DLL FAILED TO LOAD.”
Need a quick and dirty way to see what results WordPress XMLRPC calls are returning from the server? Try curl, the Swiss army knife of command-line network tools. The CURL Command For Windows: curl -d “<?xml version=\”1.0\”?> <methodCall> <methodName>wp.getUsersBlogs</methodName> <params> <param> <value>username</value> </param> <param> <value>password</value> </param> </params> </methodCall>” http://otakunozoku.com/xmlrpc.php For Linux: curl -d ‘<?xml version=”1.0″?>… Click to continue reading the rest of “Using curl to debug WordPress XMLRPC calls.”
Working on my Kinect eye tracking prototype I’ve figured out how to do multiple independent viewers, roughly determine age, gender (with some certainty), clothing, gaze direction and whether the viewer has previously looked at the screen. I think this could easily be used in an advertising context, in a shopping mall, or at a conference,… Continue reading the rest of the post
Start some very early prototype work on eye tracking and gaze detection with the Kinect. I first detect the viewer’s face, then I detect the angle of the face, then I do a separate image recognition pass on the eyes. The resolution of the Kinect camera is kind of bad (okay, it’s terrible), but… Craving to get the remainder of “Kinect Eye Tracking Prototype?” Click the link!
As you can see, I’ve managed to get a quick little prototype up and running on my new Windows Kinect. It tracks the direction your looking using some pretty simple facial tracking. Source code can be downloaded here. Be advised that this is a really quick prototype and the source code is ugly. I’ll move… Yearning to read the rest of “Kinect Facial Tracking Prototype?” Click here!
A paper exploring “” by Justin Lloyd Download a PDF of “” here
A paper exploring “” by Justin Lloyd Download a PDF of “” here