Topics - VideoInPicture [ switch to compact view ]

Pages: [1] 2 3 4 5next
1
Circle Dock / Circle Dock 0.9.2 Alpha 9 is Delayed
« on: November 12, 2008, 10:55 AM »
I have been busy with some life stuff lately and haven't had much of a chance to do much programming on any of my projects. Hopefully, I will get time to hunker down.

Sorry.

2
General Software Discussion / Ideas for New Captcha Implementations
« on: October 21, 2008, 06:04 PM »
Since it is widely know that the captcha implementations used by Yahoo, Microsoft, and Google can be broken by computers with a fairly high success rate (around 20-30%), I have been throwing around ideas in my head about a new captcha implementation. However, I don't have a workable or complete idea. I think I need to browse some math sites until something dawns on me.

Basically, I want to do away with image/text recognition and use pattern recognition instead since humans are much better than computers at pattern recognition. The pattern would be generated as an image by the host server on the fly to allow for an astronomically high number of possibilities. There would only be one pattern generated for each captcha request but the user is required to click on a series of points on the image that correspond to a pattern. The host server holds onto a set of coordinates that correspond to a correct sequence of mouse clicks and gives validation only if the user clicks on points close to this key pattern. The client side captcha is essentially a simple javascript that returns the mouse coordinates when the user clicks on the image of the pattern. This multiple mouse click requirement coupled with an image about 500x500 should provide a fairly high level of bot protection while keeping it simple to use.

The problem is that I need a method to generate patterns that can't be easily recognized by computers but is recognizable by humans.

Perhaps we should have some sort of captcha contest on DonationCoder to see who can come up with the best implementation? Also, let's get a list of new/innovative captcha implementations going so we can see what has been done.

3
Circle Dock / Circle Dock 0.9.2 Alpha 8.2 is Released
« on: October 13, 2008, 06:42 AM »
Download at https://sourceforge.net/project/showfiles.php?group_id=237160

A minor release that includes an important bug fix, some new language files, and a set of new icons.
(1) The bug of Circle Dock not taking focus sometimes when toggled by the mouse buttons is fixed with this release. Circle Dock is also now able to properly differentiate between X1 and X2 mouse buttons. This was fixed by rewriting a portion of the Orbit.Hook.dll file responsible for the mouse hooking. This new dll file is smaller (43kb) compared to the older Orbit.Hook.dll file (430 kb). I spoke too soon. This fix isn't working for some people. I thought it was working pretty well on my machine.
(2) New language files are included (ie: Spanish, German).
(3) A new set of "Planet" icons are included with the release, created by Nelson Muñoz. They look really good and are very realistic.

Other features are the same. Still working on Alpha 9. I have been busy with other things and university.

This release (Alpha 8.2) isn't posted on the Circle Dock website yet but I will do it soon. I just want to update the credits page on the website along with posting the link on it.

The file size for the download is at about 12 megs so I have to use my SourceForge account instead of Wikidot to upload the file to. This also means that people in China can download it without being blocked by the government firewalls. I wanted to keep it under 10 megs for easy of download but the graphics are taking up most of the space and they don't compress. Any suggestions to get it under 10 megs for download?



4
General Software Discussion / Apple Patents the OS X Dock!!!
« on: October 08, 2008, 02:24 PM »
The Register news article: http://www.theregister.co.uk/2008/10/08/apple_patents_osx_dock/ says that Apple has finally received it's patent for the OS X dock and says that it could give Apple the ability to go after imitators such as Object Dock, Rocket Dock, etc. Apple's patent is shown here: http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&Sect2=HITOFF&d=PALL&p=1&u=/netahtml/PTO/srchnum.htm&r=1&f=G&l=50&s1=7,434,177.PN.&OS=PN/7,434,177&RS=PN/7,434,177

This certainly interests me since I programmed Circle Dock. However, I think there is enough differentiation between Circle Dock and the OS X dock that I don't need to be concerned. Also, I know that there is an extensive list of prior pie menu launchers before I programmed Circle Dock so Apple's patent wouldn't apply in this case since there are so many cases of prior art.

However, it does bring concern about all the regular docking applications out there and whether their existence will continue. What do you guys think? Would Apple's patent apply to other docking applications out there?

5
General Software Discussion / Can You Run OS X on a Virtual Machine?
« on: October 05, 2008, 04:02 AM »
Since I've been playing around with Microsoft VirtualPC and the open source VirtualBox, I've noticed that they support hosting Windows, Linux and OS/2 as guest operating systems. What's missing in this picture is OS X. I've not heard of anyone running OS X on a virtual machine so I am wondering if it is possible to do it.

It's quite possible that OS X has been crippled by Apple to only run on hardware that contains one of their chips that say it's an Apple machine and I fear that this is a very high possibility from my knowledge. OS X uses the PC architecture so there is no real reason it can't run in a virtual machine.

Any one know?

Pages: [1] 2 3 4 5next
Go to full version