Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:Walled gardens.. (Score 1) 236

One problem I have read about on Android is that some 3rd party apps and even shovel-ware put on the phone by vendors is weak. Basically I could install a totally legit text messaging app and another app could invoke it to send messages on its behalf. So from a user standpoint, I approve the text messaging app to send SMS (legit) and later I install Uno. It could wait some random period of time and then start sending messages. This is actually preferred for the malware creators because then it also has another variable as when it would work (say its dependent on a carrier branded dialer, or some other 3rd party app).

http://www.ei.rub.de/media/trust/veroeffentlichungen/2010/11/13/DDSW2010_Privilege_Escalation_Attacks_on_Android.pdf
(Sorry, PDF)
This has a pretty good explanation of the problem, and honestly I'm not sure if this could also work on an iOS device. (Can apps on iOS invoke another app?)

Comment Re:If it was quiet... (Score 2) 204

Interesting people have not noticed that Sony Music is still on the list.
Also, I noticed the National Sheriff's Association is also on the list. Guess my yearly donation will now be going to a better org.

Now the question I have is that if SOPA passes, how long do you think it will take for every business that supports it to have some sort of infringing material?
"Oh look Sony, I can tell by the metadata in your websites header image that some intern you hired years ago used a pirated version of Photoshop....**OFFLINE**"

Comment Re:Advantage of homebrew? (Score 1) 123

Quality products?

http://en.wikipedia.org/wiki/Sony#Laptop_batteries_dysfunction

And about the rootkit CD, you act like Sony has no people capable of evaluating a product. "They just wanted to try".... on my hardware, GFYS Sony. The evil part on top of that is that the tool to remove the rootkit was even worse then the rootkit itself. Read either Mark's blog on SysInternals, or one of the links posted above if you want to actually understand the douchiness of their response.

I agree that they *used* to have high quality products such as their old tube based displays; But as the PlayStation has consumed larger and larger % of their profits, their other products quality has gone downhill. Search for the Sony 3LCD light engine problem as another example of their quality becoming crap.

Comment Re:Boston Legal (Score 2) 185

Bad example. His clamshell cell phone made the communicator chirp when he opens it, and in a later episode he tells people he used to captain a spaceship:

Denny Crane: [walking through a crowd of reporters] dennycranelaw.com. Pictures, bios, hobbies. I once captained my own spaceship. Muli-talented.
http://www.imdb.com/title/tt0402711/quotes?qt0401847

I also seem to remember a few quips about his 'other' job, hinting at his work for Priceline. I always got the impression that he was spoofing himself as a running gag throughout the show.

Comment First posters are lame (Score 1) 237

So, they replaced a C#/.NET infrastructure with C++/Linux and apparently didn’t test it? Now, I’m not the systems engineer involved with this, but I have a hard time believing that something like this didn’t come up in testing.

At least now they have the ultimate answer, now they just need to work on the ultimate question.

Comment Re:What language do iOS and XNA share? (Score 1) 351

I'm currently working on a multiplatform game myself, so here's what I've done:

1) Primary codebase is C# targeted against the .NET 4.0 framework
2) Using ProjectLinkler in VS 2010, I Sync the game logic, and a fair amount of the UI code from #1 to Silverlight for Web and Silverlight for WP7
3) Using "CSharp to Java" coverter tool, I sync #1 to Java (game logic only)
4) Branch #3 into Blackberry and Android codebases
5) iOS has Monotouch which is a Mono implementation for it.

This process is Long winded I admit, but it works to keep the game logic in sync for bug fixes/features added. Now the GUI part is another beast in itself, just due to the vastly different ways each platform handles UI/events. If I can get 60%+ of my code to be take care of by processes instead of manually, to me thats a win.

I admit I haven't worked with Monotouch yet, as I want to be closer to finished before I invest the money into Apple's dev kit (Ie, a Mac)

I haven't spent anytime trying to port it to consoles just due to the nature of the game (Word puzzle). But since I did the codebase in C#, I can port it pretty easily to the 360, and with the PS3's signing key in the open, I guess I could look at porting it to the PS3 as well.

Programming

Simpler "Hello World" Demonstrated In C 582

An anonymous reader writes "Wondering where all that bloat comes from, causing even the classic 'Hello world' to weigh in at 11 KB? An MIT programmer decided to make a Linux C program so simple, she could explain every byte of the assembly. She found that gcc was including libc even when you don't ask for it. The blog shows how to compile a much simpler 'Hello world,' using no libraries at all. This takes me back to the days of programming bare-metal on DOS!"
The Almighty Buck

Forrester Says Tech Downturn Is "Unofficially Over" 130

alphadogg writes "The US IT market will grow by 6.6% as high-tech spending rebounds in 2010, according to Forrester Research's latest estimates. The research firm based its projections on data reported for 2009, though its fourth quarter numbers are incomplete. Forrester says hints of a recovery surfaced in the third quarter, and now the company expects the global IT market to grow by 8.1% in 2010. Forrester's US and Global IT Market Outlook: Q4 2009 reads: 'The tech downturn of 2008 and 2009 is unofficially over, while the Q3 2009 data for the US and the global market showed continued declines in tech purchases (as we expected). We predict that the Q4 2009 data will show a small increase in buying activity, or at worst, just a small decline.'"
Apple

Psystar Activation Servers Down? 245

An anonymous reader writes "I purchased Rebel EFI in support of Psystar's crusade back in October. Just 3 short months later, I have no support. I found this out when I upgraded my hard drive and installed Snow Leopard using Rebel EFI. The program can no longer 'phone home' to activate or download/install drivers. This is a direct contradiction to Psystar's promise posted on their website: 'Psystar will continue to support all of its existing customers of hardware and software through this transitional period. Warranties on hardware will continue to be honored as long the customer has a valid warranty. Rebel EFI support for existing customers, as always, will remain exclusively available through email and the built-in ticket interface.' Has anyone else run into this issue? It has been 9 days with no response from Psystar by e-mail or phone."
The Almighty Buck

Will Your Credit Report Disqualify You For a Job? 513

coondoggie writes "Two companies that fired workers and rejected job applicants based on background checks, without informing those people of their rights, have settled with the FTC for $77,000 in civil penalties. Most experts we talked to think this case is just the tip of the iceberg. The companies — Quality Terminal Services and Rail Terminal Services — were charged with violating provisions of the Fair Credit Reporting Act, which requires employers to get permission to look at individual credit reports. If you don't get a job because of information in your report, the employer must show you the report and tell you how to get a copy from the consumer reporting company. There is no charge for the report if you request it within 60 days of getting notice that you did not get a job."

Slashdot Top Deals

Suggest you just sit there and wait till life gets easier.

Working...