Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment It doesn't (Score 5, Informative) 98

It doesn't have to. It contacts the C&C server where someone presumably decides whether to install further bots or more resident exploits.

The exploit seems to be more about stealth distribution and about dropping other malware. This makes sense because if a dropper is detected as malicious, it becomes useless due to its detection. (You can safely assume anything using a dropper is malicious)

This means that anti virus software should in theory only be able to detect the actual dropped malware. Any new malware could have had a field day with this exploit because both the dropper and malware would not have been detected.

From my understanding of the article it actually dropped the Lurk trojan but I get the feeling it could drop anything the C&C wants it to.

Comment We're morons basically.. (Score 5, Interesting) 489

I come from the UK and personally find mathematics pretty difficult. I can work through problems on paper but my mental arithmetic is atrocious. By the time I two operands and an operator in my head and have broken up the problem into a simpler problem, I have forgotten the original two numbers...

That said, mathematics should come the more you practice. I like to blame the school curriculum -- it is shit. The only reason why I am valuable is because I acquired computing skills playing on computers as a child.

I'd like to blame mathematics textbooks but I cannot. My generation and a few before me have lost the willpower and motivation to actually study and learn things properly. Our education system does not really promote mathematics that well. My school staff was rife with young twenty somethings fresh out of university with no real ability to teach...

Teaching has lost its respect and professionalism in the UK too. Add to the fact it became okay and even cool to be ignorant in modern culture.

Comment Re:A long list of reasons (Score 1) 744

Comment Re:A long list of reasons (Score 0) 744

It's not conducive to discussion to call people trolls who you do not agree with.

If you're telling me with a straight face that Apple devices are not engineered to fail in time for the next Apple device, I just can't believe you. Apple devices are consumer electronics, they're designed to be replaced every year. You're supposed to go out and buy another iPhone or iDevice at the next keynote speech. That's what you're supposed to do. I prefer to have a device that is rugged and the vendor is not just trying to milk me into buying the next one.

They said they dropped CarrierIQ but as some other commentator said, the tracking is now baked into iOS.

Imaginary problem? I'm sorry but being able to install what you want is a problem and security is no excuse. It is a trap and guarantee revenues, the security is a side benefit. I should not have to pay a fee to develop for my own device.

I highly doubt any of my concerns and my priorities are in tune with you as you already own Apple devices, you like the advantages they provide. A buyer who is mostly satisfied will never admit any flaws of a product he likes. (Post purchase rationalization) Let's just accept that you like what iDevices provide you and that I want nothing to do with them.

Comment A long list of reasons (Score 4, Insightful) 744

To those who have been watching Apple for years, this is just a long list of transgressions that make it obvious to avoid Apple.

- Walled gardens, vendor lock in
- Taking down applications from the App Store and including versions in iOS
- Spurious litigation and anti-competitive lawsuits in Germany and Australia
- CarrierIQ, GPS tracking privacy gaffes
- Planned failure just after warranty period (ever since the original pod)

When you think of products that are so anti consumer (not necessarily anti-usability), Apple comes to mind. As for many here, it's just business as usual as I will never buy an Apple product (especially after the first pod) anyway.

Graphics

Submission + - Ray Tracer in JavaScript (i-programmer.info)

mikejuk writes: Just when you thought you had seen everything that could impress in JavaScript, along comes another crazy application.. Now we have a ray tracer that creates very realistic 3D scenes right in your browser. Probably not up to creating the next CGI movie but still a lot of fun to play with.

Comment Different problems (Score 4, Insightful) 105

I think BrowserID and OpenID solve slightly different problems. BrowserID standardized the process of you logging in through your web browser while OpenID is about authenticating yourself through some authority (be it a server controlled by you or some third party). So that's a user-website interaction for BrowserID or website-website for OpenID.

They could actually be used together, any service that accepts OpenID logins could expose a BrowserID interface too.

Comment Simplicity (Score 5, Informative) 105

BrowserID is pretty simple. It's basically a single Javascript function that a website can call in the browser. This example on github shows the function that is called. The clientside code is then free to make requests to the server for a specific authentication mechanism, making it very flexible. The Server code just validates the username/password.

Personally, I think it's simpler to understand than things like OpenID which are convoluted and not standardized from the user point of view. Where is the standard account management protocol for OpenID?

An older Slashdot article on BrowserID for reference: http://www.yro.slashdot.org/story/11/07/15/1216222/Mozilla-BrowserID-Decentralized-Federated-Login

Not heard of Enigform but will look into it!

Slashdot Top Deals

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...