Slashdot Mirror


User: augustss

augustss's activity in the archive.

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

Comments · 10

  1. Re:Why a new port? on New NetBSD Port: NetBSD/pmppc · · Score: 2, Informative

    Well, none of the existing ports were really that close to how the pmppc looks. The pmppc ports shares most of its code with other ports, of course (that's the whole point).

  2. Re:yes but you cant get it in the US. on NetBSD on PS2 · · Score: 1

    > This on the other hand...well, you just can't run it yet. :(

    Depends on who "you" are. People in Japan can run it.
    But the fact that it's not generally available is one reason that we (= NetBSD people) have not really promoted this port.

  3. Re:except Java doesn't have on C with Safety - Cyclone · · Score: 2, Informative

    > Java does not have:
    > * Tagged unions
    > yes, because it makes programs latently
    > unrobust. Place a pointer and a double on the
    > same adress and you never realy know where the
    > pointer points to. Java just don't likes that,
    > so it does not have unions.
    You obviously have no clue what tagged unions mean. Thay are *tagged* which means that you can
    tell which variety of union you have so it is
    perfectly safe to use, e.g., in pattern matching.

  4. Re:Do we need this garbage? on The Internet is America-centric, But for How Long · · Score: 1

    Thank you, thank you, thank you, everyone!

    I've not laughed so much in a long time. I'm
    not sure who is trolling and who is not, but it sure is funny.

  5. Re:Q? about USB Ethernet on Flat Panel Linux Box for $99? · · Score: 1

    Of course you can put several Ethernet adapters on USB. At least with the *BSD drivers. Just remember that the total bandwidth of USB is not that incredible.
    But it should work fine for your application.

  6. Re:Huh. Interesting but not quite useful yet. on Flat Panel Linux Box for $99? · · Score: 1

    > > Does the USB in Linux support Ethernet adpaters yet?

    > Not in the stable backport. I haven't kept abreast of USB in the unstable kernels.

    You could always run NetBSD on the box instead.
    It has support for all USB-Ethernet adapters.

  7. Re:sorry Charlie on The Possible Effects of Quantum Computing · · Score: 2

    Do you actually know what you are talking about, or are you just making this up?
    Last time I looked at quantum algorithms it was far from clear that random search problems can be sped up like that. Some forms of database search go from O(n) to O(sqrt(n)), but that's not a fenomenal speedup for searching encryption keys.
    RSA is in trouble, of course, since there actually exists an efficient algorithm for factoring.
    As I understand it, the tricky part of quantum computing is to actually extract useful information when you finally observe your quantum state. Just being able to operate on a vast number of initial states gives you nothing if you can't extract something at the end.
    If you have a reference to the result you claim I'd be very interested.

  8. Re:USB is good, but not that well supported on 'Legacy-Free' PCs Appearing Everywhere · · Score: 1

    Nonsense. NetBSD runs just fine on USB only machines like the iMac. And a USB only Intel box should not be any problem either.

  9. Re:linux will always play catch-up with the world on 'Legacy-Free' PCs Appearing Everywhere · · Score: 1

    Perhaps you should try NetBSD. It has had USB support for about 1 1/2 years now.

  10. USB support on Compaq Announces Thin Client Running Linux · · Score: 1

    If you want working USB drivers you might want to try NetBSD.