Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re: Almost first post! (Score 1) 114

I didn't think this was possible (as I run NoScript, Firefox and Linux), but apparently it might be, under IE on Windows, with WMI.

var locator = new ActiveXObject("WbemScripting.SWbemLocator");
var service = locator.ConnectServer(".");

// Get the info
var properties = service.ExecQuery("SELECT * FROM Win32_NetworkAdapterConfiguration");
var e = new Enumerator (properties);

Jesus, that looks horrible. I would hope that you have to add sites to your Local Intranet zone or whatever it's called these days before it'll work.

Submission + - Mt. Gox Questioned by Employees for at Least 2-years

Rambo Tribble writes: Reuters reports that Mt. Gox employees began to question the handling of funds at least two years ago. Although only CEO Mark Karpeles had full access to financial records, a group of a half-dozen employees began to suspect client funds were being diverted to cover operating costs, which included Karpeles' toys, such as 'racing version of the Honda Civic imported from Britain'. Employees confronted Karpeles in early 2012, only to be given vague assurances with a "pay no attention to the man behind the curtain" ring. Unfortunately, since Mt. Gox was not regulated as a financial institution under Japanese law, it is unclear what recourse might be gained in pursuing this question.

Submission + - Software upgrade at 655 million kilometers (esa.int)

An anonymous reader writes: The Rosetta probe was launched in 2004 with a mission that required incredible planning and precision: land on a comet. After a decade in space, the woke from hibernation in January. Now, Rosetta has spotted its target. 'Rosetta is currently around 5 million kilometres from the comet, and at this distance it is still too far away to resolve – its light is seen in less than a pixel and required a series of 60–300 second exposures taken with the wide-angle and narrow-angle camera. The data then travelled 37 minutes through space to reach Earth, with the download taking about an hour per image.' Now it's time to upgrade the probe's software. Since it's currently 655,000,000 kilometers from Earth, the operation needs to be flawless. 'When MIDAS is first powered up, it boots into "kernel mode" – the kernel manages a very robust set of basic operations for communicating with the spacecraft and the ground and for managing the more complex main program. From kernel mode we can upload patches to the main software, verify the current contents, or even load an entirely new version.' The Rosetta blog is coninually being updated with progress on the mission, and the Planetary Society has more information as well. The probe will arrived at the comet in August, and will attempt landing in November.

Submission + - Ars Technica and Cisco Provide Another Example of Bad Security Reporting

wjcofkc writes: It was recently reported by Cisco, Ars Technica, and reported on Slashdot that Linux based web servers running the 2.6 series were being attacked and infected with Javascript intended to allow attackers to serve up a variety of malicious content to the visitor. White Fir Design begs to differ, pointing out that the websites are not even all running Linux, much less the Linux 2.6 Kernel.

Slashdot Top Deals

He has not acquired a fortune; the fortune has acquired him. -- Bion

Working...