Forgot your password?
typodupeerror
Music

Slashdot Asks: SATA DVD Drives That Don't Suck for CD Ripping? 330

I recently retired my ancient AthlonMP rig for something a bit more modern, and in the upgrade got a new DVD±RW drive. Since I have the new rig and a lot more disk space, the time has come to re-rip my ~450 disc CD collection into FLAC (I trust active storage more than optical discs that may or may not last another twenty years). The optical drive I had in my old rig was one recommended by Hydrogen Audio or somewhere similar for ripping CDs, and can grab an hour long album in about five minutes. My new drive, unfortunately, takes about fifteen to do the same. With the number of discs I have to churn through and the near-instaneous encoding, it's somewhat annoying. After searching the Internet high and low for advice I came up empty handed, and so I ask Slashdot: are there any SATA DVD burners that don't suck at ripping CDs? Read on for more details if you wish.
Security

Submission + - Thawte ends "Web of Trust" on November 16th (thawte.com)

An anonymous reader writes: Thawte is ending their "Web of Trust", including their "Free Personal Email Certificates". This hasn't been picked up yet. Seems to me a lot of people, including myself, are hurt by this.
Microsoft

Submission + - Vista shares drop first time in two years (computerworld.com)

adeelarshad82 writes: Microsoft's Windows Vista lost market share last month for the first time in almost two years, a sign that users are already abandoning the oft-ridiculed operating system in favor of the new Windows 7. According to Web metrics firm Net Applications, Vista dropped 0.2 percentage points during September to end the month at an 18.6% slice of the operating system pie. It was the first decline for Vista since a 0.3 percentage-point slip in January 2008. Windows 7, meanwhile, gained 0.3 percentage points, its biggest one-month gain since Microsoft began handing out the new OS to the public in January 2009. Windows 7 powered an estimated 1.5% of all computers that connected to the Internet last month, also a record. Its share means that about one in every 67 personal computers is already running Microsoft's new operating system.

Submission + - Chicago lost Olympics due to US passport control?

An anonymous reader writes: Chicago lost its bid for the 2016 Olympics (which went to Rio de Janiero instead), and it's looking very likely that US border procedures were one of the main factors which knocked Chicago out of the race:

Among the toughest questions posed to the Chicago bid team this week in Copenhagen was one that raised the issue of what kind of welcome foreigners would get from airport officials when they arrived in this country to attend the Games. Syed Shahid Ali, an I.O.C. member from Pakistan, in the question-and-answer session following Chicagoâ(TM)s official presentation, pointed out that entering the United States can be "a rather harrowing experience." ... The exchange underscores what tourism officials here have been saying for years about the sometimes rigorous entry process for foreigners, which they see as a deterrent to tourism.

Privacy

Submission + - Canadian Minister Lies On Net Surveillance Claims

An anonymous reader writes: The Canadian government has introduced Internet surveillance legislation that requires ISPs to disclose customer information without a warrant. Peter Van Loan, the Minister in charge, claims that a Vancouver kidnapping earlier this year shows the need for these powers. I did some digging and shows this to be a lie — the Vancouver police acknowledge that the case did not involve an ISP request and the suspect is now in custody.

Comment Actual Mozilla blog posts (Score 5, Informative) 236

Urgh, I hate these links to useless tech news websites, rather than the original sources. To see what the Mozilla executives in question actually had to say, with their words in context, read Mitchell Baker: Browser Soup and Chrome Frame and Mike Shaver: thoughts on chrome frame.

And as a bonus, from a Mozilla-technology using developer (I don't think he's affiliated with Mozilla in any official capacity anymore) Daniel Glazman: Google Chrome Frame.

First Look At Microsoft Silverlight 3 228

snydeq writes "InfoWorld's Martin Heller finds Silverlight 3 gaining ground on Adobe Flash, Flex, and AIR in all the areas where Silverlight 2 had lagged. No longer do developers need to build desktop WPF apps based loosely on corresponding Silverlight RIAs, as Silverlight 3 adds the ability to install Silverlight apps on the desktop, update them in place, detect Net connectivity state changes, and store data locally and securely. Moreover, solid Expression Blend 3 and Visual Studio 2010 betas provide developers with much improved tools to create Silverlight RIAs. '"I do not expect many Adobe shops to give up their Flash, Flex, and AIR for Silverlight 3. I do expect many Microsoft shops to do more RIAs with Silverlight now that it's more capable and to create lightweight browser/desktop Silverlight 3 applications where they might have fashioned heavier-weight Windows Forms or WPF client applications," Heller says.'"

Comment Re:Recursion (Score 4, Informative) 49

Also, all problems are designed with a specific algorithm in mind, leading to a required time complexity.

The secret program inputs are then be designed to be large enough to be solved much much faster than the time limit with the correct complexity, but much much slower than the time limit with the wrong complexity.

You can typically look at the problem specification to see what the maximum input size is - and you should expect that you _will_ get inputs of that size, and do a rough estimate of how many operations that will require with your solution.

I've been in a competition where I used a O(n^2) algorithm where I didn't see the O(n*log n) solution (No it wasn't sorting, it was a Dynamic Programming-problem). I was convinced for a fairly long time that my algorithm was fast enough, so I spent time suboptimizing instead of solving the root problem - the wrong algorithm.
With the right algorithm, it passed right away.

That said, some problems are indeed expected to be solved by brute force, or by a combination of brute force and tricks to shrink the search space. These problems can mostly be identified by guarantees of small inputs in the description.

Comment Minefield (Score -1, Redundant) 412

I've already seen a ton of posts thinking that this browser is somehow distinct from Firefox. It isn't. Minefield is the application name for any version of Firefox currently under development (just like Shredder is for Thunderbird). These names have been specifically chosen to sound scary, as these builds have gotten virtually no testing, and using them is not recommended for the general public. They are not in any way considered stable, and might (as the old joke goes) set your computer on fire or eat babies. It was a really bad idea of the submitter to promote using just any old nightly build - at least without explaining what nightly builds are. (They're basically automated builds created daily; testing them is highly welcome (which is why they're made available), but expect to find bugs (and please report those bugs!) - they are most definitely not vetted for general use.)

If you do want to experience the recent developments and see what Firefox 3.1 will be like when it's released, Beta 1 was recently released, and has at least gotten a nominal amount of testing to ensure that the risk of fires and devoured babies is small.

Mozilla

Minefield Shows the (Really) Fast Future of Firefox 412

zootropole writes "If you are using Firefox 3 (or even Chrome) you should consider taking a look at Mozilla's Minefield. This browser (alpha version yet, but stable) would give a new meaning to 'fast browsing experience.' Some Firefox extensions aren't supported, but riding the fastest javascript engine on the planet definitely worth a try. Minefield's install won't affect your Firefox, so there's no risk trying it. It's fast. Really. And I'm loving it." Reviews popping up around the web are overwhelmingly positive, calling the upcoming browser crazy fast, blisteringly fast, etc.
Mozilla

Firefox Add-On To Track Your Location Via Wi-Fi 181

Barence writes "Mozilla Labs has unveiled a new Add-on that allows Firefox to pinpoint your location based on Wi-Fi signals. The feature, called Geode, is a prototype for the location-tracking technology that will be built into the forthcoming Firefox 3.1. Geode is designed to work with websites that rely on knowing your location, such as mapping and geotagging services. The prospect of Firefox having the ability to track your location raises obvious privacy fears. Mozilla insists users will remain in complete control. 'With Geode, when a website requests your location a notification bar will ask how much information you want to give that site: your exact location, your neighbourhood, your city, or nothing at all,' the Mozilla Labs blog claims."
Privacy

Give Up the Fight For Personal Privacy? 751

KlaymenDK writes "Over the last decade or so, I have strived to maintain my privacy. I have uninstalled Windows, told my friends 'sorry' when they wanted me to join Facebook, had a fight with my brother when he wanted to move the family email hosting to Gmail, and generally held back on my personal information online. But since, amongst all of my friends, I am the only one doing this, it may well be that my battle is lost already. Worse, I'm really putting myself out of the loop, and it is starting to look like self-flagellation. Indeed, it is a common occurrence that my wife or friends will strike up a conversation based on something from their Facebook 'wall' (whatever that is). Becoming ever more unconnected with my friends, live or online, is ultimately harming my social relations. I am seriously considering throwing in the towel and signing up for Gmail, Facebook, the lot. If 'they' have my soul already, I might as well reap the benefits of this newfangled, privacy-less, AJAX-2.0 world. It doesn't really matter if it was me or my friends selling me out. Or does it? I'd love to hear your thoughts on the matter. How many Windows-eschewing users are not also eschewing the social networking services and all the other 2.0 supersites with their dubious end-user license agreements?"
Image

Slashdot's Disagree Mail 206

Being in a relationship is not easy, more than half of all first marriages fail in this country. That statistic doesn't improve if you spend most of your time reading your favorite website and not tending to the needs of your family. Instead of asking me to help fix your relationship maybe you should try playing with your kids, talking to your wife, and not staring at a computer screen all day. You should realize that the help link doesn't provide help with your life. It's mostly for getting passwords and stuff. Below you'll find a collection of people that should have reached out to Dr. Phil and not Dr. Sam.

Slashdot Top Deals

Human beings were created by water to transport it uphill.

Working...