Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Humans? (Score 1) 206

They don't have to be. One approach is to create high churn through abusive behavior and unreasonable KPIs; this works if you don't really care that much about error rates and don't need your personnel to be able to do more complicated tasks besides "pick, pack, ship." On the other hand, at my company (we do aviation fulfillment), our warehouse personnel are paid well, given reasonable KPIs, and treated well, and so our churn is extremely low. I believe this year our warehouse churn has been 0%, and it's historically around 1% or so. The advantage of this approach is that you have better quality control and personnel who can competently handle things like dangerous goods. Perhaps most importantly to us is that you don't have to have the obsessive security most fulfillment warehouses have, which ultimately saves money. Funny enough, when you treat your personnel well, you don't have to worry about them stealing from you.

Microsoft

Windows Phone 8 Users Hit Some Snags 391

symbolset writes "As reported on The Verge, many people are experiencing freezing, rebooting and battery problems on their new Windows Phone 8 devices. This WP8Central thread shows many of the issues. Affected devices include Lumia 920 and HTC 8X." Every phone and every OS has its problems, and happy users probably aren't as vocal; it would be good to know how Windows Phone users who are also iOS and Android users compare them for reliability.
Censorship

Twitter Censors German Neo-Nazi Group, Within Germany 227

judgecorp writes "Twitter has censored a neo-Nazi group, blocking Besseres Hannover (Better Hannover), a group accused of promoting race hate. This is the first time Twitter has used its power of blocking users in specific countries, announced back in January. Although blocked in Germany, the group is visible to the rest of the world." Update: 10/18 14:46 GMT by T : Note, that's Twitter doing the blocking, not Google, as it appeared originally. HT to reader eldavojohn.

Comment Re:Better than the unix command line? Seriously? (Score 1) 343

There's lots of ways to skin that cat, but I'd start with:

* Installing software: Use the invoke-expression and invoke-command cmdlets to run msiexec, after using new-pssession to connect to the machine
* Modify the registry: Powershell has a provider that treats the Registry as a drive. Use get-itemproperty and set-itemproperty to edit values. Or, follow the above process and use regedit /s to import a .reg file.
* Format a disk: Invoke-command + diskpart.
* Manage services: Invoke-command + sc or the *-service cmdlets (get-service, stop-service, suspend-service, etc.)

I'm no PS expert, but I was able to find this all in a few minutes of searching.

Comment Re:It's not broken. (Score 1) 1154

Insert disc, click Next a few times? Windows 7 and 8 are trivial to get going from zero, especially since they come with at least basic drivers for most things and can get the rest from Windows Update automatically once they have a network connection.

While the Linux installers have come a long way since the olden days, they're still a fair amount more complex than the modern Windows or OS X installers.

Comment Re:Making airplanes is all about regulation (Score 2) 100

Nope.

Basically, when you complete a kit plane, you get it certified by the FAA as an experimental aircraft. Those can be flown anywhere that's permitted by their equipment and your licensing; for instance, the plane has to have its minimum equipment list to fly at all and navigational aids to fly in IFC. The major restriction on an experimental aircraft special airworthiness certificate is that it can't be used for commercial cargo or passenger operations.

Comment Re:Apps are poorly implemented. (Score 1) 671

To close a Metro app, grab the top of the screen and drag it to the bottom, either by swiping or dragging with the mouse.

I agree it's not intuitive, though. I found out about it via web search, and if you have to search just to perform basic functions in your OS, something's wrong -- either the OS needs to come with a tutorial, or the UI affordances need to be more obvious.

Comment Re:Microsoft Agent (Score 4, Interesting) 606

I actually wrote a fair amount of UI code interfacing with Microsoft Agent as part of a research project, AutoTutor. While the L&H TTS engines were indeed the default for Agent, that's just because they were the default ones installed on Windows (2000 and XP) at the time. Agent allows you to load the TTS engine of your choice, so long as it supports the Speech API. Because the Speech API includes callbacks for phonemes spoken, Agent can synchronize lip movements of the character to what's being spoken by the speech engine regardless of its creator.

Ultimately, the poor quality of the L&H voices led us to SpeechWorks and AT&T's NaturalVoice products. Sadly, both the TTS and voice recognition fields went through major consolidations in the early 2000s, and now SpeechWorks is dead (acquired by Nuance). NaturalVoice is still available, more or less, from Wizzard Software.

Piracy

Copyrights To Reach Deep Space 247

bs0d3 writes "Voyager 1 is expected to reach interstellar space soon. It will be the first made made object to cross the heliosphere, which is the final stop in our solar system. Voyager 1, famously contained a gold phonographic record. The record was filled with iconic sights, images, and sounds from earth, and the prevailing message, "we come in peace". The disc was [composed] by a man named Carl Sagan, and it contained many pieces of art, songs, and images, that are all copy-written. According to NASA, 'Most of the material they used was copyrighted by the creators/owners and Sagan had to get copyright releases in order to assemble the original record. Subsequently, Warner Multimedia was able to obtain copyright releases for the 1992 version of "Murmurs of Earth" .. Unfortunately, the book and CDROM are no longer being published and are hard to find as a set.'"
Windows

Windows 8: .NET Versus HTML5 Metro App Development 179

An anonymous reader writes "Will Microsoft take advantage of .NET's Java-like CIL and allow .NET code to run on Windows 8, or force developers to switch to HTML5 Metro apps instead for porting apps to Windows 8? This article brings up important insights into both paradigms' advantages and disadvantages, and even correlates the options with Microsoft's past NT-era support of MIPS and PPC, as well as Windows CE's way of supporting embedded architectures."
Power

Researchers Generate Electricity From Viruses 85

First time accepted submitter toomuchtogrok writes "Imagine charging your phone as you walk, thanks to a paper-thin generator embedded in the sole of your shoe. This futuristic scenario is now a little closer to reality. Scientists from the U.S. Department of Energy's Lawrence Berkeley National Laboratory (Berkeley Lab) have developed a way to generate power using harmless viruses that convert mechanical energy into electricity. The scientists tested their approach by creating a generator that produces enough current to operate a small liquid-crystal display. It works by tapping a finger on a postage stamp-sized electrode coated with specially engineered viruses. The viruses convert the force of the tap into an electric charge."

Slashdot Top Deals

Nothing succeeds like the appearance of success. -- Christopher Lascl

Working...