Follow Slashdot stories on Twitter

 



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.

Comment Re:Redmine (Score 1) 170

I've set up my entire business around Redmine. There are some pretty impressive plugins to handle blogs, CMS, CRM and even a WYSIWIG editor to help "normal" people format tables, lists and text but who would normally be put off by trying to learn Textile. SCM and issue tracking is integrated, there are time trackers and forums, GANTT charting... it's a great resource.

Best of all, it's database agnostic and open-source.

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.

Slashdot Top Deals

I've noticed several design suggestions in your code.

Working...