Slashdot Mirror


User: jorleif

jorleif's activity in the archive.

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

Comments · 105

  1. Re:oh no on Asteroid Fly-By on August 18 · · Score: 1

    Negative, private

    Those you mention are known to hit South America, and this one is going for the northern hemisphere.

    Either way, nothing the mobile infantry can't solve

  2. Re:While we're on the subject on Matchbox -- a Small Footprint Window Manager · · Score: 1

    Hey, that seems really cool, has anybody tried using one of these? I mean how well does it work in practice and how fast can one type?

    Just curious as to whether anyone else thinks Dasher + Matchbox in a little pda thingy would rock.

    Since most PDAs are used as notebooks as well, being able to write quickly would be very welcome. If it's significantly faster than other methods (recognition of handwriting, the systems used on cellphones) then, yes, absolutely it would rock.

  3. Re:Who cares about 64 kbps tests? on Audio Format Listening Tests Concluded · · Score: 2, Insightful

    What do you mean by this? 64Kbits is worthless for listening to any music I own while 128 is good enough to not actually annoy me much of the time so why should I be interested in these tests?

    I suppose he meant that since at 128Kbps all codecs perform quite well. Therefore personal preferences affect the results too much, i.e. some people like bass boosts and lots of treble, although this is not accurate in the sense that it differs from the original recorded signal.

    If 128kbps is 'good enough' for you then I too suppose you would fall into the sounding 'good' instead of sounding 'accurate' category.

  4. Re:Quality is Designed In... on Properly Testing Your Code? · · Score: 1

    Well, yes good design certainly helps, but if the code is rubbish the design won't get you very far. Most people would like it to be the way you described, however it is a well established fact that testing is currently a necessary part of building reliable software.

  5. Re:Of course on Alan Cox: The Battle for the Desktop · · Score: 2, Insightful

    Webapplicaions in their current form are not only limited by the bandwidth available, but also by the web-model of loading pages. Every time you click a button in the application your browser has to fetch and render a complete page, even though only a few lines on the page may have changed. This severely limits the interaction that can be provided. You could of course get around this by using JavaScript or Flash or whatever, but all those techniques integrate poorly with the server-sided part of the application.