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:Can it be the internet? on Top 25 Innovations of the Past 25 Years · · Score: 1
    The internet is more than 25 years old. So they can't do it.

    I could see them doing something like "commercialized internet" like they did for GPS.

    Email is pretty much the same age as Internet, which is closer to 35 than 25 years.

    On the other hand, innovation means roughly the same thing as commercialization, I think...

  2. Re: MPlayer on Being Free is Hard to Do · · Score: 1
    Video - MPlayer, it even runs without X Window. Can Windows Media Player run video in MS-DOS?
    What kind of argument is this? Who cares about DOS? WMP is OK when you install the missing codecs.

    I can think of a few reasons why this is makes MPlayer better:

    • I think a GUI is useless for a movie player. Movies are "meant" to be watched fullscreen, and the keyboard is just fine for controlling them; it is just like the controls on a DVD player. I installed MPlayer on a friend's Windows machine and she doesn't find the lack of GUI a problem at all. Movie files are associated with mplayer.exe so there's no need to run it from the command line.
    • As movies are watched fullscreen, who needs a windowing system? The lack of a WS could mean the difference between playing and not playing on a low-end (embedded?) system.
    • As of the codecs, their quality was just the reason for the above installation. But furthermore it means more freedom to watch even the kind of material that Microsoft doesn't want you to watch (I'm thinking of digital restrictions management).
  3. Re: Bandwidth on Gigabit Transfer Rates Over Power Lines? · · Score: 2, Informative
    Bandwidth means the range of available frequencies. For example, human hearing is from 20 Hz to 20 kHz, so the bandwidth is 19980 Hz. This also defines the range of frequencies required, for example, to transmit monophonic radio signals (In fact, the bandwidth required by radio is usually more than the hearing bandwidth, but simplistically speaking it's the same).

    In any communication channel, the data rate (as measured in bits per second) is proportional to bandwidth, and it kind of makes sense to confuse the two (it was originally a hacker joke). The problem is that they are really separate things. For example, plain old telephone has a bandwidth of a few kHz, but the data rate can be more than a few kbps if there is good signal to noise ratio. To be precise:

    Data rate in bps = log2 (1+S/N) * Bandwidth in Hz
    (Shannon's Law)
    See also: Throughput vs Bandwidth and links on that page.
  4. Re:Concurrent Applications are not The Answer on Where's My 10 Ghz PC? · · Score: 1
    ..the only way concurrent programming is going to play a major role for the majority of software, I believe, is at the compiler and OS levels: The OS and compiler designers are going to have to do their utmost to transform single-threaded software to perform optimally in a multi-CPU environment-

    This is already being done with decent compilers and decent languages. It requires that the language is suitably high-level (unlike C, for example) so that the compiler has more freedom to make optimizations. HLLs should be nicer for programmers in many other ways too.

    The relevant experience I have is with Fortran 90 and the PGF compiler back in 2001, on a dual P3 machine. The compiler produced parallel code to utilize both CPUs and their vector instructions (such as SSE).

    So, this has been done for ages already, but people need to ditch low-level languages like C for this scenario to work.

  5. Re:BPL is not new on Gigabit Transfer Rates Over Power Lines? · · Score: 2, Funny
    There is a company in California,Corridor Systems, that is developing systems at 2.4 and 5.3GHz for BPL. It has 250MHz of bandwidth, and Shows VERY little interference.

    What? Somebody on /. is using the word 'bandwidth' in its original and correct meaning? Unpossible!

    It's the end of the world I say! CAT6Es and dogs living together!

  6. Re:MPlayer on Scheduled Recording of Streamed Audio? · · Score: 2, Informative
    I've used MPlayer with a script that's called from my crontab. It is basically like this:
    mplayer -cache 8 -dumpstream -dumpfile $outfile $address &
    mpid=$!
    sleep $duration
    kill $mpid
  7. Re:As long as the keyboard? on In The Beginning Was The Command Line, Updated · · Score: 1
    And imagine using Dasher for coding - Dasher works well for writing words, but fails totally with the symbols and syntax used in programming.

    Not necessarily. Dasher needs 'training' with the kind of text you want to write. Then it can use the probabilities with which a certain letter comes after another. These can be any symbols, they're not limited to letters of the alphabet. You could use different training texts for different kinds of task.

    In fact, my (limited) experience with Dasher reminds me of the Windows start menu; it could be dasherized to make the most likely application bigger. And you could probably dasherize many other sequential tasks besides typing.

    On the other hand, my fundamental problem with Dasher is that it promotes an ordinary, routine way of things, by emphasizing the most likely route you've used in the past. I would never use it for any kind of creative writing.

  8. Also, viewing distance... on Samsung Announces Zero Dead Pixel Policy · · Score: 1

    ..is usually less when using a laptop, thus it benefits more from finer resolutions.

  9. Re:Price... on Samsung Announces Zero Dead Pixel Policy · · Score: 1
    Agreed. A few months ago I was looking for something big and cheap and got this for 473 euros.

    I do most of my real work on an old 800x600 laptop, and I find that a bigger screen only tends to be cluttered with more windows. I prefer a smaller screen and virtual desktops, and I wanted a bigger screen mainly for watching videos.

    I think a better resolution would only be beneficial if it was something like 200 dpi or better, at which point you didn't need AA any more.

  10. paradigm? on ABC's 'People of the Year' - Bloggers · · Score: 1

    I think scientists have talked about paradigms a long time before 1994, and for good reasons. I can understand its overuse in business presentations though, as I'm annoyed by buzzwords in general.

  11. Re:Another take on why it failed... on Microsoft Loses Passport · · Score: 3, Funny

    Try not to anthropomorphize computers. They hate it when you do that.

  12. Re:Too much *and* too little on Wireless Security By The Gallon · · Score: 1
    Is it just me or are "windows" a security risk by *nature*?

    Surely they must be safe, they're digitally signed and everything...

  13. Re:ANI... on 3 New Windows Security Problems Found · · Score: 1

    "Ani" is also the plural of "anus". As if "Exploiting the ANI hole" didn't sound funny enough already ;)

  14. Re:we can't let this happen on SCO Shares Plunge, Canopy Management Change · · Score: 1
    I don't have time to learn a new villian.

    And I ain't gots the time to learn to spell.

  15. Re:I will launch a competing product on Coming Soon: Self-Heating Coffee · · Score: 4, Funny
    It will be composed of coffee grinds and francium. Just add water.

    Now with extra alkaloids!

  16. Re:Alternatives? Compile below on TorrentBits.org and SuprNova.org Go Dark · · Score: 1

    http://torrentsearch.com/

  17. Re:Multi-core/processor programming automatically on Intel Expands Core Concept for Chips · · Score: 1
    I second the idea that multicore chips require higher-level languages than something like C. I've written some number-crunching stuff in Fortran 90, and its built-in matrix operations are incomparable; the compiler takes care of parallelizing for multiple CPUs and possibly vector instructions (like SSE).

    When doing matrix operations in C, you have to write is as a loop. There are parallelizing compilers for C, but they have to take the low-level C loop back into a higher-level representation in order to parallelize. So there are more steps, some of them backwards, which is kind of dumb.

  18. Re:But I run Gentoo! on GTK 2.6.0 Released · · Score: 1
    By the time this finishes compiling, gtk+ 2.6.1 will be out!

    Of course, your favourite binary distro releases it without spending any compilation time... or any testing/management time for that matter...

  19. Re:notebook? on Boot Process Visualization · · Score: 1
    So you never shut down your notebook?...

    AFAIK hibernate feature on linux is not very stable yet.. (or I might be wrong)

    It depends, of course. Some laptops have BIOS functions for suspend (to RAM) and/or hibernation (to disk), and the Linux kernel feature is yet another thing. On my old Toshiba Satellite, APM BIOS suspend (i.e. "apm -s") works fine, while I haven't got the kernel thingie to work on any of my machines.

  20. That's Chocolate Factory, fullscreen on War of the Worlds, Chocolate Factory Trailers · · Score: 1

    NMI

  21. direct .mov url on War of the Worlds, Chocolate Factory Trailers · · Score: 3, Informative
  22. Re:So what's the point? on Set up a DHCP server to manage IP addresses · · Score: 2, Insightful
    Actually, DHCP is especially useful on a small network, as you can setup the DHCP server to assign addresses to specific MAC addresses instead of manually configuring the details in the OS.

    At the school where I work, we do exactly this. The idea is that workstations can be exact copies of a master image, but of course each must have a unique IP address. It's a lot nicer to set these up at the server, than going through the boxes separately. Especially when some of them are Windows machines.

  23. Re:It isn't Dihydrogen monoxide on Bhopal Disaster Revisited [updated] · · Score: 2, Informative
    It's Hydrogen Hydroxide. H2O is wrong, it HOH, hence it having polar bonds. If you are going to make snarky comments, at least get them right.

    First of all, as another poster already pointed out, dihydrogen monoxide is the name most often used in parodies. Many compounds are known by more than one name.

    Moreover, your reasoning is wrong IMHO, because HOH could represent a non-polar molecule if it were symmetric like this:

    H - O - H
    But as we both know, it has a V shape, with the oxygen at the bottom of the V (haven't drawn it, as the damn ecode doesn't work with spaces like pre).

    In fact, carbon dioxide has the structure O - C - O, but it's not polar because it's laid out in a straight line instead of a V.

    I think H2O represents the structure of water better than HOH, because the two hydrogens are clearly on one side of the oxygen, not symmetrically apart. On the other hand HOH does represent the order of bonding better, but we're really talking about molecular, not structural formulae here.

  24. Re: joint tricks on Thomson Releases MP3 Surround · · Score: 1
    Ogg is more efficient than mp3 on lower bitrates (without joint tricks)

    Data compression is all about finding redundancy and encoding it more efficiently. In most music you find instruments/voices that are evenly spread over both channels, or with a fixed panning ratio across them. This is redundancy, and any sensible compression algorithm (lossy or not) will try and tackle it. With music compression this happens to be called joint stereo.

  25. Phase congruency on The Nonphotorealistic Camera · · Score: 4, Informative

    The depth edge maps bear a superficial resemblance to phase congruency maps. It's the best edge detection method I've come across, and works on ordinary 2D images. Check out some examples on Peter Kovesi's pages, there's also some code for download.