Slashdot Mirror


User: wik

wik's activity in the archive.

Stories
0
Comments
517
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 517

  1. Re:Is HTML E-mail Still Evil? on Is HTML E-mail Still Evil? · · Score: 1

    How about those URLs that span 3 lines? Linebreaks don't paste so well.

  2. Re:Is HTML E-mail Still Evil? on Is HTML E-mail Still Evil? · · Score: 1

    You realize that only people who have HTML-capable email clients will bother trying to click those two URLs, right?

    It's a PITA to find, copy, and paste a long URL.

  3. Dude... on Searching for a Satellite Pager? · · Score: 1

    This ain't C. You don't have to end every statement with a semicolon.

  4. Re:When Where Who What on How Should an Application's Logs Work? · · Score: 1

    Once you waste time trying to parse the timestamp output of the %(#&'ing boost C++ libraries, you'll know the pain. Why can't they at least output in one of the dozen formats that /bin/time understands?

  5. Re:Train wreck indeed on Longhorn Beta is Disappointing · · Score: 1

    Pretty good for a 50 Cent OS.

  6. Re:Controling where the RF goes on Mid-Range Wireless Deployment for the Home User? · · Score: 1

    To push your analogy a bit further, a waveguide is the RF version of a ditch. A length of coax would also probably do.

  7. Re:Reminds me of a story I was told on Computers in Space Examined · · Score: 4, Funny

    Pffft. Had they run been running NTP, they would have had the time.

  8. Re:Vocal cords on Detecting Speech Without Microphones · · Score: 1

    For continuous speech, the best continuous voice recognition programs still have around 2-5% word error rates with *good* sound quality. Imagine the error rate with the lousy sound quality (and background noise) from most cell phones. Then consider a speech synthesis program where every 50th word is completely wrong.

    I'm considering CMU Sphinx 3/4 as an example of state-of-the-art voice recognition application. It barely runs in real-time on a P4.

  9. Re:Vocal cords on Detecting Speech Without Microphones · · Score: 4, Interesting

    I'm also suspicious. The distinction between many sounds is the placement or movement of the tongue. For instance, I can whisper and be understandable without moving my vocal cords. They describe this device as something that "detects" speech by observing the vocal cords, not the tongue. How does it work?

    Also, it sounds like the speech is recognized and converted into words in this system (as in Sphyinx or commercial voice recognition software?). The accuracy of even the best voice recognition software is still too poor to be used in general applications (and requires a fast P4 to do the recognition in real-time). It'll be a while before any cell phones carry this.

  10. Re:This IS new technology! on Sunlight in a Tube · · Score: 1

    Light from the sun is SO 8.3 minutes ago.

  11. Re:mnb Re:Perhaps there is a reason... on DVHS on a Budget · · Score: 1

    This is actually correct. The parent specifically said that CD _recorders_ look for this metadata. If you buy a consumer audio CD burner (i.e., not your PC's CD burner), they will generally only accept the "digital audio" or similar marking CD-Rs. These CDs will play just fine in any CD player or CD-ROM drive.

  12. Re:Why not two different clock speeds? on AMD Demos Dual-Core Athlon 64 · · Score: 1

    It makes a lot more sense to have separate clock domains for each core. You can take two cores that have already been designed (with their clock trees) and throw them on the die. Why duplicate work?

    There are already many clock domains in single-core processors (external bus, sometimes L2/L3 cache, etc..), so this isn't a hard problem.

  13. Re:Great idea on 6-Month Sentence for NASA Cracker · · Score: 1

    Puns aside, don't forget that the Mars Rover had serious space issues on their 32MB flash volume that caused repeated reboots.

  14. Re:Cell Processor on Intel Expands Core Concept for Chips · · Score: 4, Informative

    This increases the fabrication costs for the silicon die because the processes used to create high-performance CMOS logic and high-density DRAM are different. Because of the cost, it's not likely to happen for commodity microprocessors any time soon.

  15. Re:And so... on Interceptor Missile Fails Test Launch · · Score: 1

    >And let's all speculate aimlessly until we know which.

    If we do this, then we are no better than the interceptor missiles, which also speculate and fly aimlessly.

  16. Re:It wont really be any good... on CIA Researching Automated IRC Spying · · Score: 2, Funny

    When I was an IRCOp, .NO meant NO.

  17. Re:And to think.... on Intel Quietly Adopts AMD's x86-64 · · Score: 1

    Intel did, in fact, spend a fair amount of chip real estate in the Itanium on executing x86 code. It works. It's just not very fast.

  18. So... on Hands Down, Palm is Now Number Two · · Score: 1

    Now we can buy from PalmTwo?

  19. Re:Old news on Firefox 1.0 Released · · Score: 1

    You must not be new here.

  20. Re:Lightning is like a virus on Cybersecurity Chief Resigns · · Score: 1

    You seem to know a lot about assurance companies. Tell me again, how do these assurance companies help you when you have a tree fall on your house?

    What do you get for your money? Assurance that everything will be alright?

  21. Re:HD Magnets on Making Stuff Out Of Broken Computer Equipment? · · Score: 1

    Looks like someone else found a way to make some money. Amazing, huh?

  22. Re:Don't Fsck with your bankers.... on A C Compiler For The HP49g+ · · Score: 2, Insightful

    We have already seen that the investment bankers and analysts can't do basic math (c.f., the late '90s) . Take away their calculators and they might have to start thinking. Bring it on!

  23. Re:Tech Leads as information conduits on Communication Within Programming Teams? · · Score: 1

    If you're learning from so-n-so's blog, you've got bigger problems than you think.

  24. Re:Vaporware? on 100 Terabyte 3.5-inch Optical Storage · · Score: 2, Funny

    It's ultraviolet. You're not going to be able to see it. Trust me.

  25. Re:scheduler or resource manager on Implementing Better Task Scheduling for Servers? · · Score: 3, Informative

    I have mod points, but I'd rather add to the dicussion. Condor does an excellent job of scheduling tasks with the resource constraints that you mentioned and it works across machines. I'd highly suggest looking into it. While it doesn't have a periodic submission feature (AFAIK, I wouldn't use that, even if it did), I don't see why you couldn't use cron to submit an initial condor job that starts everything else off every day.

    The dag scripts handle dependencies (setting these up the first time might be a big hairy). Setting resource requirements is easy. Scheduling comes for free.