Slashdot Mirror


User: TeknoHog

TeknoHog's activity in the archive.

Stories
0
Comments
5,448
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,448

  1. Re:Get a Mac? No nipple! on Replacing a Thinkpad? · · Score: 1

    I guess for the authentic nipple experience you need an IBM Space Saver. I have one, and it's pretty much the best keyboard I know.

  2. Re:To me, driver problems in Linux are much lesser on Novell Makes Linux Driver Project a Reality · · Score: 2, Insightful

    I agree with the basic idea in the modem analogy, but IMHO the problem with these modems is that they're tied to Windows. Openly specced softmodems do exist, I think they're fine. For one thing, they help save manufacturing resources. On the other hand, graphics cards are justified to have dedicated processors, and even with powerful CPUs there would be interconnect bottlenecks.

    Sound cards don't seem to have these problems of CPU-intensive work or transfer bottlenecks. Plus, there are so many ways of processing sounds that there's little point in a specialiced DSP for a few of them.

    Somehow I like having dedicated hardware, but when you look at the whole objectively, the advantages are not so obvious. For example driver issues, when you have all kinds of weird data going to the soundcard, rather than just raw PCM sound.

  3. Re:To me, driver problems in Linux are much lesser on Novell Makes Linux Driver Project a Reality · · Score: 1

    You probably don't have a sound chip. You likely have a DSP and a piece of software that runs as a sound device on your computer..... But the idea is that the software is basically a sound card and the chip only takes the information from a digital level and placed it in an analog output that your speakers can use. If you want a real sound chip, something like an older sound blaster, turtle beach and so on would offer real sound. I used to hate older slow computers with little memory and those types of chips (DSP). Playing sounds or music could drag that damn thing to a halt almost.

    WTF? This is how things have developed, and IMHO it's good. Old soundcards did things like FM synth in hardware, now we have enough oomph for doing it in software, which is much more flexible. I mean, imagine you used soundcard hardware for playing MP3s, you'd have to buy a new card for playing Vorbis. It's also good unix philosophy to separate the DAC/ADC from DSP and other processing. Then you can focus on building simple high-quality devices, rather than crap with bazillions of features.

  4. Re:To me, driver problems in Linux are much lesser on Novell Makes Linux Driver Project a Reality · · Score: 1

    However, where I do feel the pain is, when Linux doesn't recognize my soundchip. That drives me bonkers, and it's still a running concern. I guess Linux users are not into music that much. I just tried booting the newest Xubuntu live CD, and my otherwise puny soundchip wasn't detected. (worked fine on the laptop, though, so it's hit and miss) I hope Novell's efforts will bring at least a small improvement in this area.

    I use Linux for making music. As with any hardware/OS combination, if you intend to use Linux, you should do your homework on supported devices. That way you'll also encourage further Linux-friendly hardware development.

  5. Capitalization... on Jack Thompson Includes Gay Porn With Court Filing · · Score: 1

    is the difference between helping your attorney Jack off with gay porn, and helping your attorney jack off with gay porn.

  6. Re:Bacteria. on Germs Taken Into Space May Come Back Deadlier · · Score: 1

    Just remember WHO this planet belongs to after all.

    I'm confused. I though the WHO is on the other side of the battle.

  7. Re:One Giant Virus for Mankind on Germs Taken Into Space May Come Back Deadlier · · Score: 1

    Yep, it does sound like a B movie. Can I get my GNAA membership card now?

  8. Re:Microsoft doesn't care enough to improve on PC Makers Offering a Bridge Back To XP · · Score: 1

    What's wrong with this picture? The problem is that most Linux people have a cooks-first mentality, and when a regular diner comes along with a question or any comment except for extreme praise, the standard answer translates into "Why haven't you read the cookbook yet? The answer is right there." Well, the reason they didn't read the cookbook is because they just want to eat a tasty Linux sandwich, not to become a master chef.

    What's the problem? You can either learn to cook for yourself, or pay for the sandwich. There are commercial (b|d)istros with paid support if you want the latter.

  9. Re:Whoopee doo on Apple's Leopard Will Exclude 800MHz G4 Processors · · Score: 1

    As nice as the other features are, 64-bit support is not something the G4 owners can take advantage of in the first place, now is it?

    What about the Core Duo? It's 32-bit, and should be fine for Leopard according to the article.

  10. Re:Hurrah on AMD Releases Register Specs For R5xx And R6xx · · Score: 2, Insightful

    Opening the source hasn't got much to do with gaming success. The so-called succesful platforms, Windows and all the game consoles, are closed. Linux gaming could be pretty good right now, with NVidia's drivers for example. Opening the source will hardly make things less geeky, more attractive, or easier for the masses.

    Quite another thing is your definition of success. For me, Linux has been a major success since 1999, and I hope I'd have discovered it even earlier. I'm not very interested in games, so it's not a factor of success IMHO. It's the same issue with 'being ready for the desktop', it depends on what you do, so you should never generalize (except in this sentence ;)

  11. Re:Hurrah on AMD Releases Register Specs For R5xx And R6xx · · Score: 4, Insightful

    Games, schmames. If we have complete specs of the hardware, there are plenty of things besides graphics we can do with it.

  12. Re:Open Source Really Is Like Communism Now on Linux To Be Installed In Every Russian School · · Score: 1
  13. Re:Progressive Nation on The Pirate Bay Files Suit Against Big Media · · Score: 1

    Yeah, who cares about the hot progressive-minded blondes when you can have legal torrents!

  14. Re:Pentium 4 on Intel Releases Several Projects to Help Save Power · · Score: 1

    Why did they introduce the P4 in the first place? Why did Microsoft introduce Vista? In both cases the company marketed their main product as the best thing ever. Now they're admitting they were wrong. The problem is, why should we trust them this time, since they were obviously lying the last time?

  15. Re:Of the 291 million transistors on Intel Releases Several Projects to Help Save Power · · Score: 1

    The key to reducing CPU power consumption is to use lower-latency memories, which require smaller on-die caches for a given performance level. We could double the throughput of DDR SDRAM by simply demultiplexing the address and data busses, similar to the way SRAM functions. There's no requirement in the underlying storage structure of DRAM to require separate row and column addresses; it's just a historical artifact. Originally, before DRAM and SDRAM became popular, computers were built with SRAM because its lower latency allowed even slow CPUs to work efficiently. But DRAM promised lower cost (via fewer bus lines) and lower power consumption (bits stored in charged capacitors, rather than cross-coupled transistors), at the price of latency, and the rest, unfortunately, is history.

    Well, it would be great to have a gig of SRAM as your main memory, but that wouldn't be too good for overall power consumption, not to mention price. Besides, modern processors can turn off the power from parts of the cache, in order to save more power.

    On the other hand, I agree it's been a dumb decision to favour throughput at the expense of latency. DDR2 and DDR3 are unfortunately good examples of this. I guess we're back to the Pentium 4 -style marketing where megahertz is king, no matter what the performance.

    "Why people think "performace" means "throughput" is something I'll never understand. Throughput is _always_ secondary to latency, and really only becomes interesting when it becomes a latency number (ie "I need higher throughput in order to process these jobs in 4 hours instead of 8" - notice how the real issue was again about _latency_)."
    -- Linus Torvalds
  16. Re:What about .tv? on Soviet Union TLD Owners Snub ICANN · · Score: 4, Funny

    And what are they going to do when Tuvalu goes under water? Will they discontinue .tv? All its going to take is a foot or so rise in sea level and tuvalu goes glug glug glug ...

    Apparently, .su is not discontinued even if the country has gone gulag gulag gulag ...

  17. Re:what to do with "Canadian dollar jokes"? on Canadian Dollar Reaches Parity with US$ · · Score: 1

    Offtopic: had a friend once who thought that there were penguins in Canada. When I disabused her of that notion, she said, "there go all my Canadian thanksgiving jokes."

    I'm sometimes asked if there are penguins in Finland. I'm still trying to figure out a snappy answer that involves Linus and Tux.

  18. Re:Gordon Moore on End of Moore's Law in 10-15 years? · · Score: 1

    Can you imagine the linux scheduler debates over using a quantum processor?

    I don't see any debate there, if you can have something like (|CFS> + |SD>)/sqrt(2)

  19. Sampling on Bioethics Group Raises DNA Database Concerns · · Score: 1

    I for one welcome The Police's new electro album!

  20. Re:"Home workstation"? on AMD Announces Triple-Core Phenom Processors · · Score: 1

    Would it be cheaper to turn off BOINC and donate the electric bill savings directly to nonprofit organizations?

    Probably not, if the machine is running anyway. Both of my computers have CPUs that max out around 20 watts (Pentium M, VIA Nehemiah) and most of the electricity is wasted on other components. Of course, YMMV.

  21. Re:The Age of Crappy Concurrency on AMD Announces Triple-Core Phenom Processors · · Score: 1

    Dual, yes, to run user applications on one CPU and the antivirus on the other. But what desktop workload benefits from more than two CPUs?

    Desktop schmesktop. I've always wondered why people call it according to its placement rather than its function (e.g. workstation). We should really start by asking why you need more than, say, a 500 Mhz P3 for 'desktop' stuff like web, email and office. Most of today's single CPU machines are underutilized anyway, which is why I keep things like BOINC running to get something useful done instead. It's relatively rare that an interactive process is CPU-bound, but for those times it often helps to have multiple CPUs, even if not fully utilized. For example transcoding between different media formats, where you have decoding and encoding processes. I don't have much hands-on experience with multiproc machines, so I can't tell about interactive latencies (where, supposedly, UI threads running on their own CPU make things more snappy).

  22. Re:As a Gentoo user... on OpenOffice 2.3 Released · · Score: 1

    Me too. It took several minutes to emerge openoffice-bin, due to downloading over ADSL and unpacking the binaries.

  23. Re:You know on MIT Launching Kerberos Consortium · · Score: 1

    "The Kerberos Consortium" makes it sound a lot cooler than it actually is.

    "The Kerberos Konsortium" would be even kooler.

  24. Re:The Age of Crappy Concurrency on AMD Announces Triple-Core Phenom Processors · · Score: 1

    Funny but seriously, my advice is, don't buy a multicore CPU until they get it right.

    Just to add to my other post, if everyone thinks like you, then nobody will develop multiproc-aware software. IMHO a multiproc system is very useful even without concurrency in individual applications.

  25. Re:The Age of Crappy Concurrency on AMD Announces Triple-Core Phenom Processors · · Score: 0

    I agree with your crappy concurrency article (whichever way you parse that ;) but I also wonder whether it has anything to do with scientific computing. In that field people have dealt with multiprocessing for decades, I myself worked at CERN in 2001 and used a sensible language (F90) and compiler to utilize a dual x86 system. I don't see what the problem is, apart from marketing which says that multiproc didn't exist until Intel invented the core ;)