Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Might not be legal (Score 1) 503

In Texas, and probably other states, there are laws restricting reading the magnetic data off a driver's license. http://www.legis.state.tx.us/tlodocs/78R/billtext/html/SB01445F.htm

I'm pretty sure Best Buy is not a law enforcement officer, nor selling alcohol, so that leaves a restricted set of exemptions for financial institutions which seems like a long shot.

I am not a lawyer, etc, etc. That's a bill, not a law, but I think something extremely similar is on the books.

Comment I'll miss you, AS3 (Score 1) 485

While I am not the biggest fan of it's proprietary nature or bugginess, flash has one big feature that makes developing for it a LOT better than html5: ActionsScript 3. It's based on what ecmascript 4 would have been, and is a true strongly typed class-based object oriented language with first-class functions. It's a really nice language to develop in, actually. Especially compared to javascript. Fuck javascript. Fuck it right in its almost-untyped, prototype-based ass. And I say that as someone that develops in javascript every day.

Comment Re:Flash, that big a deal? (Score 4, Insightful) 159

Although I program in and use Flash daily, actual flash support was not a dealbreaker when I chose to get an android phone. It was important, sure, but not a dealbreaker. The dealbreaker was WHY flash isn't supported on apple products. It's clearly not a technical limitation since it can be installed on a jailbroken ipad and works well even through a compatibility layer http://www.engadget.com/2010/07/07/how-to-install-flash-on-your-jailbroken-ipad-for-real/. It's entirely political. I don't want to be told what I'm allowed to install or not. My devices are MY devices.

Comment Re:You signed away this "right" by picking Apple. (Score 1) 850

The development tools for flash can actually be completely free of cost.

http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4
http://www.flashdevelop.org

I will agree that the capabilities are neutered compared to native tools, but when compared to html5/javascript Flash has much better capabilities. Things like a proper object oriented and class based language to develop in, which is actually compiled rather than interpreted, and has a real type system. Things like webcam and microphone access, as well as binary sockets.

The only real reason I want flash to stick around is because javascript programming is ****ing painful. Cross-browser issues aside, the language just isn't very good for large projects. There's no real type system, everything is dynamic, the prototype inheritance model is clumsy, and there's no compile-time error checking because there's no compilation.

I would love to have a real open standard to use to program client-side stuff for the web, but html5/javascript is a huge step backwards from what is currently available with AS3. If microsoft hadn't sabotaged all the good parts of javascript 2, we'd all have an awesome, free, standard, and open client side development platform. As of now, we only have a mediocre, free, standard, and open platform.

I encourage people to learn Haxe. http://haxe.org It can compile to javascript, flash, as well as server-side languages and runtimes, and it's got all the features I really want.

Comment Doesn't support AS3 (Score 3, Informative) 300

According to the list of supported swf tags (http://wiki.github.com/tobeytailor/gordon/swf-tag-support-table ), it does not support DoABC, which means that it does not support Actionscript3. So basically, it only supports the parts of flash that really annoy people: Animations. This won't let you play many neat flash games, or replace Flex, or play a movie designed for Flash9 (introduced in 2006) or later.

As an Actionscript hobbyist, I love the idea of an open source implementation of the player. But so far, none of the open source alternatives support the features I actually like: Actionscript3. It's a strongly typed language with real classes, and it's compiled to bytecode rather than interpreted (mostly). Javascript has come a long way, but it still sucks if you like strongly typed variables.

Keep trying, Tobias. And if you get that byte-level access, let the world know.

The Internet

Submission + - SPAM: You might be digitizing books on the Web right now

alphadogg writes: You know those pesky but necessary CAPTCHA boxes whose squiggly letters and digits you need to retype to make use of certain parts of sites such as Yahoo, Wikipedia and PayPal? A computer scientist from Carnegie Mellon is looking to replace many of those boxes with anti-spam boxes of his own for the purpose of helping to digitize and make searchable the text from books and other printed materials. To boot, the system could help companies better secure their Web sites. [spam URL stripped]2 2
Biotech

Submission + - Single human gene gives mice tri-color vision

maynard writes: "Scientists from Johns Hopkins University School of Medicine and Howard Hughes Medical Institute working in collaboration have published a study in the peer reviewed journal Science showing that mice transgenetically altered with a single human gene are then able to see in full tri-color vision. Mice without this alteration are normally colorblind. The scientists speculate that even mammalian brains from animals that have never evolved color vision are flexible enough to interpret new color sense information with just a simple addition of new photoreceptors. Such a result is also indicated by a dominant X chromosome mutation that allows for quad-color vision in some women. From the article:

The experiments were designed to determine whether the brains of the genetically altered mice could efficiently process sensory information from the new photoreceptors in their eyes. Among mammals, this more complex type of color vision has only been observed in primates, and therefore the brains of mice did not need to evolve to make these discriminations.


The new abilities of the genetically engineered mice indicate that the mammalian brain possesses a flexibility that permits a nearly instantaneous upgrade in the complexity of color vision, say the study's senior authors, Gerald Jacobs and Jeremy Nathans.
"

Slashdot Top Deals

The trouble with computers is that they do what you tell them, not what you want. -- D. Cohen

Working...