Slashdot Mirror


User: jonbelson

jonbelson's activity in the archive.

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

Comments · 38

  1. Re:Why do we need so many different kernels? on Robert Love, Preemptible Kernel Maintainer Interviewed · · Score: 3, Informative

    >the Linux operating system will soon end up like
    >*BSD, with several mutually incompatible,
    > infighting factions. We can't let this happen.

    Where on Earth did you get this nonsense from? There are three open-source BSDs, each with a different focus. Admittedly a few OpenBSD and NetBSD developers aren't the best of chums, but most of the developers are happy to share code between projects (eg. dirhash, smp, usb etc)

    --Jon

  2. Re:FreeBSD 4.4-STABLE vs 2.4 comparison? on Debate on Linux Virtual Memory Handling · · Score: 1

    I can't see anything in the original article that says that softupdates were turned on for the FreeBSD machine (AIR it's the default for 4.2 onwards).

    This should give a significant speedup for tests which perform a lot of file operations.

    --Jon

  3. Re:BZZZT! Nope on Workingmac.com Interview With Jordan Hubbard · · Score: 1

    Mach /is/ derived from 4.2BSD (see Daemon Book for details)

    --
    C-YA
    Jon

    http://www.witchspace.com

  4. Re:soooo on Palm To Purchase Be's IP · · Score: 2, Insightful

    My BeOS development down the toilet? I didn't have much trouble porting my BeOS apps to KDE because I wrote my code in a modular way - the 'meat' of the application was separate to the OS-dependent port.

    --
    C-YA
    Jon

  5. Re:netbsd kernel on NetBSD 1.5.1 is Out · · Score: 1

    Hiya

    It's funny, but NetBSD on my old Amiga is the *only* OS which has never crashed on me (including linux on x86)

    --
    Jon

  6. Re:No softupdates? on High Performance Network Applications · · Score: 1

    From reading the article, there's no mention of either mounting the filesystem asynchronously (not so good) or enabling softupdates (good).

    It's ironic that these server 'benchmarks' you see give more emphasis to speed than data security.

    --
    C-YA
    Jon

  7. Re:My thoughts.. on DVD Watermarking On Its Way · · Score: 1

    >The reality is, there are no known cases of >DeCSS having been used to pirate any movie, so >the correct assumption should be that legal >users are using it for Fair Use purposes. DvD

    No known court cases you mean? If you're denying
    it happens then you have very blinkered vision - there was a thread on Slashdot a few months ago
    where several people happily admitted trading ripping DVDs over their University network.

    A movie fits quite nicely on a CDROM when compressed with DivX ;^) and the quality is very
    watchable (apparently, so I've heard etc. etc 8^)

    --
    C-YA
    Jon

  8. Re:You selfish bastards on Be, Inc. Says Cash Can't Last Past Q2 · · Score: 1

    Be *did* try to get high-end multimedia products
    ported to BeOS but it's really not that simple -
    and it's very expensive. Knowing some things I
    can't talk about, they had a lot of bad luck too.

  9. Re:Sometimes I dont feel it is worth the effort. . on Scientologists Force Comment Off Slashdot · · Score: 2

    I'm not sure why /. is trying to blame all this on DMCA, since the Church of Scientology has been suing their^W enemies^W people for copyright infringment for years. It certainly didn't start after the DMCA came about.

  10. Re:BSD "Steal this software" on Apple to Include BSD in WWDC · · Score: 1

    Indeed I'm not a CS student, I work for a living.

    Mach is derived from 4.2/4.3BSD. See the diagram
    on page 6 of "Design and Implementation of the
    4.4BSD Operating System" for more details.

    Yes I know Mach is a kernel. It was derived from
    the BSD kernel.

  11. Re:BSD "Steal this software" on Apple to Include BSD in WWDC · · Score: 2

    Mach is derived from BSD too, although it's an
    offshoot of an earlier ancestor than FreeBSD.

    PS You can't 'steal' BSD licensed code - it's
    written with the intention that it should be used
    by other people (as long as they adhere to the license).

  12. Re:everybody do your homework on Borland Kylix Released - Kinda · · Score: 1

    Regarding Borland C++ compatibility with gcc:

    I wrote the devleopment tools for the CyberKNEX
    toys (http://www.cyberknex.com) using gcc (under
    BeOS incidently). When I 'ported' the code to Windows to add a gui with C++Builder, I had to
    change one or two of abou 20000 lines of code. Not a single problem with STL, templates or RTTI.

    Jon

  13. Re:BeOS has the best Filesystem (64-bit) on Merits Of The Different Journaling Filesystems? · · Score: 2

    The shared library address space is 256M AIR, it's the addon space that's 32M. I suspect the original BeOS architects didn't dream that something as insanely bloated as Mozilla would come into being (30 million
    lines last I heard).

    > there is no workaround short of fixing the flaw in the BeOS kernel

    Of *course* there are workarounds - such a workaround is being used for the Mozilla port.

    C-YA
    Jon