Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:how about a character solely for escaping (Score 1) 728

(was going to show an example but couldn't figure out how to enter an Unicode character in \.)
Well if this escaping character is displayed but is never printed, there is no need to escape itself.
And if two languages implement the same logic to treat this escaping character, there is no need to re-escape it.
At the same time, they can still use the old \n \t too.

Comment how about a character solely for escaping (Score 1) 728

though this is just a programmer's dream, I always wished that we have a character solely for the purpose of escaping other characters. This will have a few benefits:
1. You won't need to escape this escape-character.
2. makes it easier for different languages to use the same way to escape stuffs. I won't need to worry about this string that gets escaped in SQL, ASP then JavaScript.
3. Having a new escaping character shouldn't impact the old code. It just gives the user another option.

Comment Coding Horror article (Score 2, Informative) 221

Coding Horror recently posted an article about the current voice recognition technology.

http://www.codinghorror.com/blog/2010/06/whatever-happened-to-voice-recognition.html

There is a poem which got transcribed, and the title became like this:

"a poem by Mike Bliss --> a poem by like myth"

The rest of the poem is equally funny. So basically you better transcribe it manually.

The Almighty Buck

America's Army Games Cost $33 Million Over 10 Years 192

Responding to a Freedom Of Information Act request, the US government has revealed the operating costs of the America's Army game series over the past decade. The total bill comes to $32.8 million, with yearly costs varying from $1.3 million to $5.6 million. "While operating America's Army 3 does involve ongoing expenses, paying the game's original development team isn't one of them. Days after the game launched in June, representatives with the Army confirmed that ties were severed with the Emeryville, California-based team behind the project, and future development efforts were being consolidated at the America's Army program office at Redstone Arsenal in Alabama. A decade after its initial foray into the world of gaming, the Army doesn't appear to be withdrawing from the industry anytime soon. In denying other aspects of the FOIA request, the Army stated 'disclosure of this information is likely to cause substantial harm to the Department of the Army's competitive position in the gaming industry.'"
Microsoft

Microsoft Game Software Preps Soldiers For Battle 44

coondoggie writes "Soldiers may go into battle better prepared to handle equipment and with a greater knowledge of their surroundings after an intellectual property licensing deal Monday between Microsoft and Lockheed Martin that will deepen the defense giant's access to visual simulation technology. The intellectual property agreement between the two focuses on Microsoft ESP, a games-based visual simulation software platform for the PC."
Privacy

Visualizing RFID 35

jamie found a video on Warren Ellis's blog introducing a new way to visualize RFID fields. The film is by Timo Arnall and Jack Schulze. The subject is introduced in words on the BERG site (a design consultancy); the tech behind it is explored at Touch, a project that experiments with near-field communications. "This image is a photographic mapping of the readable volume of a radio field from an RFID reader. The black component in the image is an RFID reader... The camera has been fixed in its position and the reader photographed. Using a tag connected to an LED we paint in the edges of the readable volume with a long exposure and animate them to show the form."

Slashdot Top Deals

Understanding is always the understanding of a smaller problem in relation to a bigger problem. -- P.D. Ouspensky

Working...