Slashdot Mirror


User: jgarzik

jgarzik's activity in the archive.

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

Comments · 71

  1. Sony abides by GPL on Sony Announces Version 1.0 Of Linux for Playstation 2 · · Score: 5, Interesting

    The press release nor either of the PS2 web sites appeared to mention source code, as far as I could see. So I asked for a clarification.

    Color me impressed. Not only did I receive a reply within minutes, but they are indeed fully abiding by the GPL.

    This forum message contains the reply with a bit more info.

    Thanks, Sony!

  2. Two important points on AOL in Negotiations to Buy Red Hat? · · Score: 3, Interesting
    Two points that nobody AFAICS really commented out. (though "The end of the OS monopoly" subthread got close)

    1) Since Linux distros are largely made up of GPL'd software, that means AOL is tapping into a large base of software that Microsoft can never touch nor copy. Microsoft has even made it a point to tell its employees and partners to never look at GPL'd code.

    2) What happens if AOL "wins" the OS war, using Linux? Now we are replacing one monopoly with another.


    Jeff
  3. Re:LSB is not a standard on The LSB Delivers Again · · Score: 3, Informative

    If you think distros are going to proudly avoid LSB compliance(ah, I wish...), you are smoking something. Distros are already making major efforts to be compliant with the LSB. All the major distros have some LSB compliance effort going AFAIK.

  4. LSB is not a standard on The LSB Delivers Again · · Score: 5, Informative
    It should be noted that LSB is not really a standard, and not really intended as a standard. It is intended as a common practices document, as the LSB mission statement points out.

    My personal objections to the LSB are large, and centered around one single fact: The LSB documents as "standard" the GNU C library and command line utilities. This means that every Linux /bin/cat must support odd and non-Unix GNU options like --number-nonblank and --squeeze-blank and --show-nonprinting. /bin/cat must support cat -E, which could easily be replaced by a sed script (GNU cat implementor was apparently unaware of sed's existence). This means that, according to the LSB, libc[56] is non-standard because it does not support glibc-specific functions and interface.

    So, the net effect is that any system claiming to be Linux-standard [according to the LSB] must support all these wacky, underused, GNU-specific extensions in their commands and C library. Given the proliferation of C libraries under Linux this seems like a mistake of a large order.

    Jeff
  5. Results not surprising on Intel's New Compiler Boosts Transmeta's Crusoe · · Score: 5, Informative
    These are not surprising results. Even the gcc developers will admit that many general, not-architecture-specific optimizations done by commercial compilers are not performed in gcc. Most new CPUs, not just Intel CPUs, can benefit from a smarter compiler to take advantage of features like data prefetching, instruction bundling and pipelining, profile-based (feedback-based) optimization, data and control speculation, and much more.

    The gcc "open projects" page gives people a good idea of what remains to be done on gcc. The minutes of the IA-64 GCC summit are especially interesting and informative, because it gives a good idea of the current state of GCC and also what GCC needs to be a competitive compiler in the future.

    Bottom line: Do not be surprised when commercial compilers beat gcc performance. It's catching up, but it's still got a long way to go.

    GCC Home Page

  6. Re:Slashdot ate the code, here is a link on Linux 2.4.13 · · Score: 1
    Anyways thank you for the attempt to use this miserable forum, here is a link to the kernel list archive and the post with the patch.

    http://www.uwsg.iu.edu/hypermail/linux/kernel/0109 .3/0599.html

    Hello Linus? Wake up? How about some reacting on feedback?

    This change is present in kernel 2.4.13 (and yes I looked at your corrected link).

    Jeff
  7. Re:Reasons to upgrade? on Linux Kernel 2.4.6 Released · · Score: 3
    Won't the backing out of the page_launder changes cause problems for servers with heavy IO loads ?

    The page_launder changes were backed out and then Linus wrote his own fix for the problem. So, no.

    Jeff
  8. Re:Troubles on Linux Kernel 2.4.6 Released · · Score: 4
    What I gathered from the kernel mailing list, the problem seems to be that VIA has shipped a whole series of different chipsets with bugs using the same version number. The problem is that there is no way one could make a nice workaround.

    Well, not exactly wrong :)

    The bigger problem is finding out what exactly is wrong. The only information available so far has been reverse engineered (AFAIK) and posted on the 3rd party site viahardware.com. So far all the information we have is "before BIOS update X" and "after BIOS update X" snapshots of the system setup.

    It's pretty easy to figure out real quick which systems are broken. It's tougher to figure out what is broken, and what the right fix is.

    Jeff
  9. Reasons to upgrade? on Linux Kernel 2.4.6 Released · · Score: 4
    My servers will sit tight at 2.4.5 though, there's really no reason to upgrade.

    No doubt I am biased, but I disagree.

    There are noteworthy VM fixes, buffer I/O deadlock fixes, and vfs fixes.

    Plus the usual raft of driver fixes and merges from Alan Cox's tree. See Alan Cox's changelog as a supplement to the official changelog from Linus. Linus compresses many changes from Alan into a single word in the changelog, "merges."

    Jeff
  10. Linux has "VB" on Where Do You Go After Visual Basic? · · Score: 2

    We have own our GUI BASIC: GNOME BASIC.
    http://www.gnome.org/gb

  11. Re:Alpha versions? on Mandrake 8.0 Beta Released · · Score: 1

    Mandrake Cooker has Alpha versions of our latest RPMS. The installer has not been updated since 7.1 days, but the packages are recent.

  12. Re:What about re-boots. on Firewall On A PCI card · · Score: 1
    Doesn't the PCI loose power on a re-boot?

    Yes, but... there is such a thing as 'aux power'. Among other solutions, you can always create an adapter that plugs your power supply into your PCI card to guard against power blips on reboot. Some of my current Ethernet cards already support 'aux power', which is defined in the PCI bus specification.

    And might it not just be simpler to keep this as a seperate device?

    Agreed. The additional complexity needed to guard against host powerloss seems needless when you could build a separate device more easily.

  13. Re:Anyone know... on Lawson Of Japan To Install 15,000 Linux Terminals · · Score: 1
    This article at ZDNet says:
    But sources close to the deal said Red Hat (Nasdaq: RHAT) Linux will be the Linux distribution that will be pre-loaded on Lawson's servers.

    Alas, I work for the competition (Mandrake) so I'm not officially allowed to be ecstatic at the news... this is good news for Linux overall.

  14. Re:Wine Is Not an Emulator on Wine Runs Word 2000 And Excel 2000 · · Score: 2
    Actually, Ulrich Weigand has code for an x86 emulator inside WINE; it's existing for quite a while. The big snag porting WINE to other architectures are either endian problems or alignment problems. And fixing those problems make writing the X86 instruction interpreter the easy part.

    Wine Is Not an Emulator... for now. :)

  15. Re:Not quite perfect. on Linux 2.4.0 Test2 Almost Ready for Prime Time · · Score: 5
    Not meant as a flame, eh? :-)

    Seriously, Al Viro is the only one standing up and doing VFS work, and informing Linus of his changes. I don't see anyone else actively hacking on the VFS, and then trying to push their changes through to Linus.

    I'm a driver hacker not a VFS hacker so I'm not gonna comment on whether the current changes are good or bad. But I will say that Al Viro is the most active at pushing VFS patches straight to Linus. Further, he does post things on linux-fsdevel describing his ideas and designs. It's little wonder his changes go in.

    If that situation needs to be changed, someone has got to sit down, code a better solution, and advocate it with Linus. Not just whine on Slashdot.

    Jeff

    P.S. I don't want to give the impression that Al Viro is the only one working on VFS. But merely wish to point out that he is the most active at pushing patches to Linus currently.

  16. linusbios IS 32-bit on Linux BIOS · · Score: 2
    Seriously, this BIOS stuff has got to go. Nobody uses 16-bit operating systems anymore; why are we still booting 32-bit (and soon 64-bit) operating systems using a 16-bit BIOS?

    linuxbios boots into 32-bit protected mode as soon as possible, so that we can write as much code as possible in 32-bit C, compiled with gcc.

    Jeff Garzik
    FreeBIOS release wrangler
  17. It's the MPL not the GPL on Open Source Release Of Bell Labs' Plan 9 · · Score: 3
    Mike Shaver pointed out to me that the license is MPL, not GPL. Read the MPL license and compare that with the Plan9 license.

    Jeff
  18. Re:changelog on Linux 2.2.15 Released · · Score: 1
    No changelog in the 2.2 directory.
    No changelog in linux/ of the tarball

    I don't understand why you expect to find a ChangeLog in these places, since none has ever existed there before.

    You can grab the changes from a Linux Today search. For example, here are the 2.2.15-pre17 changes, which is pretty close to 2.2.15 proper.

    And eventually the changes will also be posted by Alan Cox on the Linux.Org.UK home page along with the other 2.2.x release notes.

    Jeff

  19. Re:The evils of forced optimization...and other st on Mandrake 7.1 Beta Ready For Download · · Score: 1
    Please read our web site :)

    I really think that the concept of having a pentium optimied distro really cheats most of the people in the computer world who either don't own a pentium level x86 machine and or don't own an intel machine.

    Linux-Mandrake supports: i486, i586, k6 (unreleased), alpha, ultrasparc, and ppc.

    Jeff (a.k.a. jgarzik@mandrakesoft.com)
  20. Somebody reads vision statements on Sun Claims MS Steals Vision · · Score: 1

    Guys with big portfolios read vision statements.

  21. Camera on ether on Ask Slashdot: Multiple Webcams and FreeBSD · · Score: 1

    A few cameras out there plug directly into an ethernet device, and include a mini-webserver so that you can use HTTP to retrieve the image to your central server.