Slashdot Mirror


User: vrt3

vrt3's activity in the archive.

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

Comments · 676

  1. Re:And you forget... on disCERNing Data Analysis · · Score: 2, Informative

    Actually MP3 is a part of MPEG: MP3 is short for "MPEG Audio Layer 3". More info at this page of the Fraunhofer institute. And yes, I believe it was government funded (but I'm not sure).

  2. Re:Response on Rage Against the File System Standard · · Score: 1
    Since you seem to know more about it than I do: is there a chance that there is an application using the DLL that the registry doesn't know about? How big a chance?

    I always answer 'No' to the delete question, but if there's only a handfull of abscure applications that don't behave nicely, I could get rid of more unneeded DLL's.

  3. Re:Related to yesterday's story on Rage Against the File System Standard · · Score: 1
    Yeah, I think such a system would really rock. And indeed, perhaps it's not too difficult to implement and to provide backwards compatibility using symlinks.

    Who knows, if I think about it some more I might even try to implement as a Linux userland file system driver... But the loose thoughts need to crystalize some more before I can even think about designing it.

  4. Re:Related to yesterday's story on Rage Against the File System Standard · · Score: 1

    Sounds truly interesting. I suppose you don't have any links yet?

  5. Multiple partitions on Rage Against the File System Standard · · Score: 1

    What I don't see in all the other comments is what I always thought to be the biggest advantage of putting all binaries in /usr/bin etc., logs and spools etc in /var: the ability to put files on different disks/partitions based on the kind of access. Easier for backups etc.

  6. Re:Response on Rage Against the File System Standard · · Score: 1

    Actually, the uninstaller says something like "I think no other programs are using it, but I recommend not to delete it. Do you want to delete it?". I don't know the exact text, but that's what it means. It doesn't sound like it knows what's being used and what isn't.

  7. Related to yesterday's story on Rage Against the File System Standard · · Score: 5, Interesting

    I think the fundamental problem here is related to yesterday's story about new user interfaces. It's a problem of how and where storing our files. Regarding applicationsn, there are two ways to do it: you can store all files (binaries, config files, man pages, etc.) of the same application in the same directory, or you can store all files of the same type from different applications in their respective directories (all config files in /etc, man pages in /usr/share/man (I think), etc.).

    Both approaches have their advantages. The problem with hierarchical file systems is that we have to choose one of them. I would love to see a storage system where we can use both ways _at the same time_. A system that groups file depending on relationships they have. Such that 'ls /etc' gives me all config files for all apps, and 'ls /usr/local/mutt' shows me all mutt-related files, including it's config file(s).

    I have no idea how to implement such a beast. I'm thinking about a RDBMS with indices on 'filetype' and 'application', but I would love to see something much more flexible. All pictures should be accessible under ~/pictures and subdirectories, all files relating to my vacation last year in ~/summer2000. Files relating to both should be in ~/pictures/summer2000 _and_ ~/summer2000/pictures.

    To a certain extent, this can be done via symlinks, but it should be much easier to deal with. You shouldn't have much manual work

  8. Re:Eh? on Can Open Source Companies Stay That Way? · · Score: 1

    Yes, I know, you're right. My comment was quite childish, but I just couldn't resist.

  9. Re:Eh? on Can Open Source Companies Stay That Way? · · Score: 1

    about RedHat willing to give Free Software to every school in the US

    Woho, big deal. Let me tell you that I am also willing to give Free Software to every school in the US. I'll put some iso files on my webspace, and they can download them. For *free*!! (as in beer and also speech).

  10. Re:The concept of "files" is the problem... on The Next Computer Interface · · Score: 2
    For example, I've used a wordprocessor, called "YeahWrite", that does away with files. You simply open new pages and write. Everything is automatically saved and you pages are arranged in time order. This works great for people who are not computer expersts and are not interested in learning about computers.

    That seems easy enough. But what if I write a note that's related to a software project I'm working on, and I want to store in a place related to the place of my source code? What if I have some notes, written at completely unrelated times together with some drawings or anything and want to pack it all together and mail it to someone?

    I realize that the current hierarchical system of directories and files might not be the best possible way of organizing things, but at least it allows me to store related stuff together in the same place.

  11. Bleem! homepage without the javascript on Bleem's Gravestone Online · · Score: 2

    For some shameless karmawhoring, I made a mirror of the Bleem! homepage without all the javascript, so it is visible with any browser.

    Don't expect too much from it!

  12. Question exchange? (OT) on A Real Bourne Shell for Linux? · · Score: 2
    When was the last time you used question exchange? (I presume you mean http://www.questionexchange.com?). I'm asking you since I got an email from them back in July, stating that QuestionExchange was closing down (no doubt as a result of certain events at VA Linux).

    I even submitted a story about it, but it was rejected:

    • 2001-07-30 19:57:03 QuestionExchange Closed Down (articles,news) (rejected)
  13. How they make cotton candy on Computer Controlled Slushee and Cotton Candy? · · Score: 4, Interesting

    There's an article on that over at How Stuff Works.

  14. Re:who cares? on Byte: FreeBSD vs Linux Revisited · · Score: 1

    X + GNOME + enlightenment + mozilla = Athlon 900 with 768MB RAM to its knees swapping like crazy.

    You can't be serious. Up until recently, my machine had 384MB RAM. I sometimes used KDE, sometimes Gnome, always mozilla, often the Gimp and a whole load of other apps open at the same time, and the system never touched even one single byte of swap. Only when I ran VMware it started to use the swap space.

  15. Re:What's the euro these days? on Monster European Environmental Satellite · · Score: 1

    1 Euro = 0.88129 US Dollar
    1 Canadian Dollar = 0.62751 US Dollar

  16. Well said! on Another Plane Down in New York · · Score: 1

    That's exactly how I feel about the matter, only I've never been able to formulate it that well. Thanks!

  17. Re:HP scanner drivers on What Would You Load onto a Business Card CD? · · Score: 1
    A sign of true geekness would be a linux distro on a credit card sized CD permanently stored in the wallet. Perhaps Slackzip would fit?
    There are a number of distros that fit on a business card sized CD, one of them being LNX BBC, the Linux Bootable Business Card. That site also has a number of links to other bootable business cards. LWN's distributions page has links to CD based distros too.
  18. Re:FreeBSD on ext3fs in Linus' Kernel Tree · · Score: 1
    mysql> DELETE FROM world.human_race WHERE iq < 100; Query OK, 3.45 billion rows affected (0.01 sec)

    I might be wrong, but wasn't IQ defined as the worldwide median? If so, you should remap the IQ fields in all rows after that.

    Afterwards the whole operation should be carried out again.

    And again. And again.

    In the end, only one human begin would be left, with an iq = 100. And that's because the condition is iq < 100. If you would use iq <= 100, no one would survive. Hey, perhaps that's what killed the dinosaurs?

  19. Re:Hydrogen is not an energy source on The (Possible) Future of Alternative Energy · · Score: 1

    They were formed by decaying the forrests the dinosaurs lived in, so it is quite correct to call them 'fossil fuels'. (The forrests we're now using to drive our cars are older than the dinosaurs, though, I think).

  20. Re:their quote on The Birds and the Boats · · Score: 1

    We can't. The Fremen are bribing the Guild in order to prevent weather satellites from flying over most part of the planet.

    Errr... I seem to be confusing with things from another time and another place.

  21. Re:No no no! on MSN Blocks Mozilla, Other Browsers [updated] · · Score: 1

    I changed the Mozilla useragent to
    "Mozilla/5.0 (WinBlows?? OSS is the way to go!) Gecko/20010110 Netscape6/6.5"
    on Linux and to
    "Mozilla/5.0 (Hello?? Mozilla is better standards compliant than IE!!) Gecko/20010110 Netscape6/6.5"
    on Windows, and both allow me to view www.msn.com now.

  22. Re:Ease of use on A Strategic Comparison of Windows Vs. Unix · · Score: 2
    That study and a lot of the other replies to this post are quite interesting, but forget to mention an important issue:
    The one most important bottleneck is switching between mouse and keyboard!
    For lots of applications (word processing, programming, ...) you eventually have to use the keyboard. Switching to the mouse every now and then to reposition the cursor, to save the file or to build your program takes a lot of time (I know, in any decent application you can do all those things using keyboard shortcuts, but most non-techie people I know and even some more techie ones use the mouse for such things). If one uses the keyboard for all these actions, a speedup is guaranteed.

    OTOH, for some applications (PhotoShop comes to mind), the keyboard is hardly ever needed. Well, obviously those applications can be used faster using the mouse.

  23. Re:If only google would... on AltaVista Can't Keep Up · · Score: 1
    To summarize: the first 40 hits of Google were all relevant (I don't consider it a problem that the last ones are not relevant -- just look at them in order until you get one or two that are irrelevant). Altavista got you 57 hits, but only because it included 13 mirrors of the jargon file. Notice how Google strips them, and only shows one jargon file hit. On the very last page, you can click a link to show also all the other mirrors.

    Which leaves us at Google finding 40 relevant hits with a standard search, and Altavista finding 43 relevant hits when specifying 'near' and 'and not ("jargon file"). Not too bad, in my opinion.

  24. Re:Right to send email? on EFF speaks out against MAPS · · Score: 1

    Fascinating. So if your IS just decided to dro the letter wherever it aeared in a acket, without telling you, you'd have no roblem with that? You don't own their network, after all.

  25. Re:Windows XP dumb terminal on Shuttle's Tiny PC Reviewed · · Score: 1
    Just a wild guess, but wouldn't it be possible to install a hook to intercept WM_PAINT messages or something?

    On a related note, is it true that PcAnywhere gets better performance than VNC?