Slashdot Mirror


User: jmalicki

jmalicki's activity in the archive.

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

Comments · 136

  1. Re:Excuse my ignorance but... on UK Linux Conf · · Score: 1

    I remember similar things being discussed on linux-kernel in other lights, and there are many people who would never let this happen :). Most peoples' idea was to have a separate directory for these attributes, and keep filenames the same.

  2. Re:Excuse my ignorance but... on UK Linux Conf · · Score: 1

    Eh? What do you even mean? You dont have to open the file now to get at attributes. Type "man 2 stat". That's how it's done.

  3. Re:I tried HP, TI's are better. on HP49G is a reality · · Score: 1

    According to the article, the 49G is 10 to 100 times as fast as the 48G because all the code has been rewritten. They also noted a much improved symbolic math library.

  4. Re:Linux is robust? on Ask Slashdot: NT to Linux Migration Costs? · · Score: 1

    Possibly they're using Chilisoft's ASP clone?

  5. Re:Linux is robust? on Ask Slashdot: NT to Linux Migration Costs? · · Score: 1

    Umm.. they're using NT? Last I checked MS wanted to move to NT but gave up for Solaris?? Am I wrong here??

  6. Re:Linux Forces/Microsoft on Linux Gurus and OpenStep gurus collaborate · · Score: 1

    No. We're a group of people who want solid, stable software, no matter who makes it. At least large numbers of "us" are.

  7. Re:How can you tell? on Linux Gurus and OpenStep gurus collaborate · · Score: 1

    The LGPL might, I'm not sure, but the kernel is under the GPL.

  8. Re:Linux hard to install? Try RedHat hard to insta on Time Review of Linux · · Score: 1

    The reason why RedHat's install is "easy" is because it auto-detects your hardware, and you don't have to worry about what a "disk set" is.

    If you have a fairly modern PC, the beauty of RedHat is that you DONT have to know what kind of hardware you have. It autodetected my Video Card, mouse, sound card, and ethernet card.

  9. Re:the three major weaknesses of linux? on SGI open-sourcing XFS · · Score: 1

    Well, I meant that the availability of MOSIX provides a LOT of the architecture needed for high availability clusters. MOSIX provides a framework to build HA on.

  10. Re:SFS - Port to Linux ? on SGI open-sourcing XFS · · Score: 1

    One nitpick... with standard Linux devices you can access 2G /blocks/, which comes out to 1TB.

  11. Re:the three major weaknesses of linux? on SGI open-sourcing XFS · · Score: 1

    I disagree. While its purpose is not HA, it still lets two machines be seen as one. If you add automatic failure-detection to MOSIX, you have HA+speed. You'd only need to make sure state was mirrored across the cluster.

  12. Re:nah, it core dumps for me on Realplayer G2 for Linux · · Score: 1

    I think that's the SBLive driver.... I've heard of lots of problems with it coredumping when not run under root.

  13. Re:when is laptop/PAO support to be added? on FreeBSD 3.2-Release is out · · Score: 1

    I can't believe that he wouldn't be even more productive in emacs though... :)

  14. Re:when is laptop/PAO support to be added? on FreeBSD 3.2-Release is out · · Score: 1

    Not to start distro wars, but slackware doesnt seem to put much emphasis on ease of administration compared to other Linuxes. If you're going to compare, look at SuSE or RedHat or Debian (possibly PHT, but I know nothing about that distro)

  15. Re:when is laptop/PAO support to be added? on FreeBSD 3.2-Release is out · · Score: 1

    I haven't seen a "real" UNIX shop that laughs people out for using emacs... I rarely have seen one where many people use vi....

  16. Re:linux-gnu can be fixed with sed on GCC-2.95 in July · · Score: 1

    Why fix it? The GNU refers to glibc, as Linux is only a KERNEL. It will not say "gnu" if you use libc5 or libc4, or write your own for example.

  17. Re:source code is a recipe on More On Encryption Source Code Appeal · · Score: 1

    Exactly. It is speech. But it's not POLITICAL speech, so it has less protection than other forms of speech.

  18. Re:transgression on GCC-2.95 in July · · Score: 1

    That's autoconf, not egcs.

  19. Re:I don't care on NOS Crossroads · · Score: 1

    SP5 IS out. And I was compacting my 96MB linux-kernel folder with kmail.

  20. Re:patent pending on VMware version 1.0 released · · Score: 1

    Perhaps look at their patent. Dosemu has very good support from the 386 architecture. But if you really start to look into the Intel architecture, virtualizing a 32bit i386 machine is EXTREMELY difficult, and they're most likely patenting more specific techniques....

  21. Re:open source vmware clone project under way on VMware version 1.0 released · · Score: 1

    Again, VMWare is NOT an x86 emulator. A Virtual Machine program is many orders of magnitude harder to create than a mere emulator. If I have seen a single piece of software where a patent should be supported, this is it.

  22. Re:open source vmware clone project under way on VMware version 1.0 released · · Score: 1

    Bochs is a completely different animal than VMWare. As far as I know, VMWare is the only product of its' kind since IBM's VM. I looked into doing something like this awhile ago, and it certainly does not look easy.

    I am just curious to know how they supported non-priveleged instructions like manipulating/reading the flags register, which is needed for virtualization.

  23. Re:Terabits: Possible but Not Practical on Terabit Routers · · Score: 1

    Actually, I doubt that. Scalability is not always linear.... I highly doubt the scalability technology currently exists to acheive that high speeds with any amount of processors (Yes, at a certain point adding processors can SLOW things with lock contention etc..)

  24. Re:Then why did the editor of NT magazine deny thi on Intel on Linux · · Score: 1

    It supports async I/O (BSD-style), but I don't know of any apps that support it yet so don't hold your breath.

  25. Re:I dont mean to sound like a troll but linux is on Intel on Linux · · Score: 1

    For one, Linux 2.2 w/ glibc 2.1 DOES support async I/O (redhat 6.0 and caldera 2.2 have it, the new suse might).

    And what is a "non preemptive cpu point"?