Destructoid has been able to confirm today that Day 1 Studios upcoming first-person shooter, FEAR 3, won’t see release until 2011. The game was originally scheduled for late October 2010, just in time for Halloween.
No reason for the delay was given by the Warner Bros. Interactive Entertainment representative who confirmed the delay, and [...]
I have updated the SVN server, and now have a example command line application in there (device_report.py), it duplicates the device report plugin, reporting to screen or CSV file the devices that are in your Indigo Database.
Screen Example:
Device Name: Kitchen Task Lighting IconDescription: None (N/A)Address: 07.A0.B7Device Type: ICON ApplianceFirmware: 2.8Status: offLast Updated: [...]
I just did something that I never have done in the past…. And I shouldn’t be surprised at the results…
I just read the “What’s the risk” help screen for the ActiveX installer prompt. You know the annoying prompt, where it asks “do you want to install this ActiveX control” or “What’s the risk?”.
[...]
I am working on an python wrapper around the Indigo Restful interface, and discovered that the Indigo Server requires remote logins to be with a Digest based password. Is this good? Yes, indeed it is. Digest authentication is designed to be the significantly more secure and when your talking about the security of your [...]
RACER DEMO 0.1 – video game mashup from sputnic on Vimeo.
Draconian UK law gets SeedF**cked
A block of 86 lines of C# code is creating a buzz online following claims it may make BitTorrent downloads untraceable.
The code, sweetly named SeedF*cker, is actually an exploit discovered last November that would allow a BitTorent user to fake the IP address of a server from where [...]
Folks,
This really get’s my goat…
I know that a number of good people work at Apple. If you’re seeking a more ethical company, Adobe is hiring: adobe.com/aboutadobe/careeropp -John Dowdell – http://twitter.com/jdowdell/status/11881181351
Well, I would really like to know what Mr. Dowdell considers to be unethical?
I suspect that this has to do with [...]
I’m trying to create a Trigger that will dim all the lights that are currently ON. Anyone have any ideas how I can implement this?
Home Automation is more than just wanting things to happen, sometimes it takes some work, to get it to work the way you expect. After all, computers are just [...]
Overall, I love Indigo. But one thing that is very annoying and doesn’t seem to be built in, is the ability to poll all devices on a regular scheduled basis (ie: every 5 mins, 10 mins, etc.) of the status of my devices. This mainly causes a problem when accessing my system via my [...]
Here’s a situation, you have two latitude & longitude pairs, and need to find the distance between the two…
Here’s a blog entry with the python code…
Calculating Distance Between Latitude Longitude Pairs in Python