Forgot your password?
typodupeerror

Submission + - Trojanized SSH daemon in the wild (eset.com)

An anonymous reader writes: It is no secret the SSH binaries can be backdoored. It is nonetheless interesting to see analysis of real cases where trojanized version of the daemon are found in the wild. In this case, the binary not only lets the attacker log onto the server if he has a hardcoded password, the attacker is also granted access if he/she has the right SSH key. The backdoor also logs all username and passwords to exfiltrate them to a server hosted in Iceland.

Comment Tracking cell phone locations in real-time (Score 3, Informative) 66

Gov't has been tracking cell phone locations without a warrant for years. There are quite a few cases on the books, and they represent only a tiny portion of those that are requested and denied. Check out this law review 'recent development' article from 2006, back when they were first doing this.
Role Playing (Games)

Making the Case That Virtual Property Is a Bad Idea 184

pacergh writes "Many legal commentaries on virtual property argue that it should exist. Others argue why it can exist. None seem to explicitly spell out what virtual property will look like or how it will affect online worlds. Lost in the technology love-fest are the problems virtual property might bring. The Virtual Property Problem lays out a model for what virtual property might look like and then applies it to various scenarios. This highlights the problems of carving virtual property out of a game developer's rights in his creation. From the abstract: '"Virtual property" is a solution looking for a problem.' The article explains the 'failure of property rights to benefit the users, developers, and virtual resources of virtual worlds.'"
Cellphones

T-Mobile May Offer Free Gmail Data Access On G1 Phone 71

An anonymous reader writes "AndroidAuthority.com is reporting that T-Mobile is considering putting free ad-supported Gmail access on its T-Mobile G1 smartphone — no data plan required. The G1 launches in New York tomorrow and is the first device to hit the market that uses the Linux-based Android OS that is backed by Google."
Censorship

Nielsen Sends Wikipedia DMCA Takedown For Station Descriptions 278

RockMFR writes "A DMCA takedown notice sent by Nielsen Media Research to the Wikimedia Foundation has resulted in the deletion of over 300 pages on the English Wikipedia. The pages were 'templates' and categories that listed television stations within various geographical markets in the United States. Discussion of the deletions has focused on whether this type of information can actually be copyrighted, though the content of the takedown notice have not been made public."

Comment Not so Sekret (Score 1) 559

Apple apparently is terrible at keeping secrets, since they thoroughly http://developer.apple.com/documentation/Performance/Conceptual/Drawing/Articles/FlushingContent.htmldocument the performance issue, explain why it exists, and layout ways to avoid it.

If your program displays animated content, because it is a game or other multimedia-based application, your code should avoid updating your window content faster than the screen refresh rate. Drawing content to your local window buffer and flushing that content to the screen at more than 30 frames per second is usually a waste of CPU time. Most users cannot perceive updates at rates greater than 30 frames per second, so flushing more frequently is rarely needed. Changes introduced in Mac OS X v10.4 to eliminate visual "tearing" and other display artifacts are also likely to cause performance problems in code that flushes too frequently. . . . To avoid performance problems, you should never draw or flush your window buffers faster than the screen refresh rate. If you typically draw your content and then immediately flush it to the screen, you can use timers to notify your code when it is time to draw. Simply set a timer to fire at the same frequency as the screen refresh rate and have it call your drawing routine.
As Vladimir points out, this is no conspiracy.

Slashdot Top Deals

In 1869 the waffle iron was invented for people who had wrinkled waffles.

Working...