Slashdot Mirror


User: nosferatu-man

nosferatu-man's activity in the archive.

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

Comments · 419

  1. McNealy vs Hubbard: FIGHT! on Available To The Right Buyer: Sun Microsystems · · Score: 1

    > The Scientologists don't think they're a cult, either.

    On the other hand, the Scientologists could probably design a working OoOE processor.

    *rimshot*

    'jfb

  2. Re:Still like my name idea better on Firebird Database Project Admin on Name Clash · · Score: 1

    This took me three tries to get. Nicely done.

    'jfb

  3. Re:Still like my name idea better on Firebird Database Project Admin on Name Clash · · Score: 1

    I didn't know the slashdot crowd was so into French sculpture.

    You learn something new every day ...

    'jfb

  4. Re:three line summary on Interview With The PostgreSQL Team · · Score: 2, Interesting

    We're using contrib/dbmirror in production, and it works fine, if your definition of fine is "ok". We run the mirroring process every five seconds, and have a few triggers and whatnot written to facilitate a hot-swap failover.

    Our transactional volume isn't high enough yet to cause us problems (less than 30 a minute), but for now, this is ok. I'm tracking the "real" pgreplication stuff, and occasionally take a desultory trip into WAL land, when I can grab a minute.

    'jfb

  5. Re:Having root is not the great failure on Tridgell Taking Samba Beyond POSIX · · Score: 1

    If you know UNIX there is hardly anything you can do with Windows NT that is any more secure than UNIX.

    Oh, really? Tell me, then, how do I revoke root's ability to even open a file? How about allowing root to read only, and allowing all members of a given set of users the ability to do nothing but append? I'd get into file records, but according to Unix dogma, nobody ever needs those.

    Security is complicated because computers are complicated. Sweeping issues under a "not our problem" carpet doesn't address them. This isn't by the way an argument from the position that NT is great -- it's clearly not. But it's security system derives from VMS, and VMS was pretty great.

    The idea that security is adequately managed by three bytes and two ints is plainly wrong -- I would think that Unix advocates would want to improve upon the system's woeful history.

    'jfb

  6. Re:Having root is not the great failure on Tridgell Taking Samba Beyond POSIX · · Score: 1

    I could not disagree more. Having a superuser AT ALL is a security mistake. How many exploits would Unix have suffered if there was no possiblity of universal privilege escalation? The issue isn't so much with interactive users as it is with the kernel just stepping aside when presented with uid 0.

    Blaming the sysadmin for Unix security holes when the entire security infrastructure is what's b0rken is blaming the victim. Shamingly, this is a situation where NT is radically more advanced than most (all?) Unixes.

    'jfb

  7. Re:"With my last breath, I stab at thee" on Firebird Name Debate Enters a New Stage · · Score: 1

    ... or Monty Burns quoting Ahab?

    'jfb

  8. Re:I use Samba... on Tridgell Taking Samba Beyond POSIX · · Score: 1

    The problems with AFS are that it's almighty bizarre to Joe Average Sysadmin, and that the clients aren't as widespread -- I was going to use "mature," but that's not really a word any rational person would use to describe NFS in /any/ respect -- as the clients for NFS. I love AFS, have proselytized for it in the past, but it's just hard to overcome sysadmin laziness, perceived difficulty of administration and installation, and the network effect of much crappier protocols.

    'jfb

  9. Re:Eh? No XFS + ACLS? on Tridgell Taking Samba Beyond POSIX · · Score: 2, Insightful

    ... which is the great failure of the POSIX security metaphor.

    'jfb

  10. Re:First sighting ... on Calamari Anyone? · · Score: 2, Insightful

    "Sighting" in this context means "seen while alive".

    'jfb

  11. Re:Not language as much as library on Too Cool For Secure Code? · · Score: 1

    this is wrong for many reasons, but perhaps the simplest is: think, the VM is probably written in C... how is it going to be faster than C?

    Uh, maybe because the processor isn't executing C? The VM and the C compiler are both producing machine code. It's perfectly feasible for a smart VM -- say, one with runtime code rewriting -- to run faster than a static C binary.

    'jfb

  12. Re:Too Busy for Secure Code, Unfortunately on Too Cool For Secure Code? · · Score: 1

    Portability? In C? Are you joking?

    What's the last C project of significant size that compiled and ran without changes on more than one platform? Why do you think GNU autoconf exists? Just for kicks? The reason so much software is written in C is ubiquity, not portability.

    'jfb

  13. Re:underlying technology on The Definite Desktop Environment Comparison · · Score: 1, Flamebait

    "Uh, what?"

    It's a typical X Windows canard: "well, we COULD have said nifty feature, but we don't WANT it. But if YOU want it (by the way WE think it's GAUCHE), go ahead an implement it, SUCKER." It's the second most popular pro-X blather, after "does YOUR windowing system have NETWORK TRANSPARENCY?"

    Technically, X has indeed progressed to where it's almost as sophisticated at NeWS or NeXT. But nobody on the business end of X ever sees much of that benefit, as applications are by necessity coded for the typical Sun 3/60 with a 4-bit framebuffer, or alternately, for a Sourceforge abandoned el-cheapo "themable" C++ toolkit that requires a trip down a dependency path hell to make building mh look simple. Or maybe they're built against some nifty new microsubversion of GTK, or QT, or or or or or. OR.

    This weekend I bought a Powermac to replace a PC running Gentoo Linux. Guess which system was easier to set up subpixel font rendering on? Guess which system allows me printer output that looks EXACTLY as the display does? Guess which system applies my usability configuration COMPLETELY across the board? And guess which system has a million almost identical but actually lethally incompatible text files in a million nonstandard locations controlling every single behavior of the windowing system BUT the one you want to use?

    "But I COULD do it, if I thought it wasn't so LAME. By the way, did I mention that MY window system has NETWORK TRANSPARENCY?"

    'jfb

  14. Re:Interoperability is king on KDE & Gnome Usability Engineers Interviewed · · Score: 2, Interesting

    Bzzzzt.

    "The very first Smalltalk system was a thousand lines Basic program, which successfully computed 3+4 in October 1972."

    From http://www.cosc.canterbury.ac.nz/~wolfgang/cosc205 /smalltalk1.html

    'jfb

  15. Is this a joke? on Perl 6: Apocalypse 6 Released · · Score: 0, Flamebait

    What, Perl didn't have ENOUGH syntax before?

    Sweet creeping zombie Jesus. At least the world of computing can take comfort in the fact that this trainwreck of a project will never ever see the light of day.

    'jfb

  16. Re:It's all quite mediocre (kernel and X too) on Significant Interactivity Boost in Linux Kernel · · Score: 1

    sed, awk, find, vi, Perl, the C pre-processor, the C language, the C++ language, termcap, curses, ncurses, Unix terminal "handling" in the general case, lpr, lp, CUPS, lpr-ng, bash, zsh, tcsh, NFS, NFSv3, AFS ...

    The list goes on. Up with aggressive mediocrity! Worse is better! Welcome to Unix, here's your accordion.

    'jfb

  17. Re:Let's see some FAB speed scores (specs here) on PowerPC 970 Running at 2.5 GHz · · Score: 4, Interesting

    Fair enough. Right now, the fastest processor in the world is the Pentium 4 3.06ghz: 1130/1103 (int/fp). For pure floating-point horses, it's the Itanic 2 743/1427 (int/fp).

    So a 2.5ghz 970 would be close in performance to both of today's fastest shipping processors. It's likely that the P4 and Itanic will be 15-20% faster in six months, so IBM will still be lagging in the performance hunt. However, it's striking how much closer to the peak performers this chip will move IBM -- and, by extension, Apple.

    'jfb

  18. Re:Let's see some FAB speed scores (specs here) on PowerPC 970 Running at 2.5 GHz · · Score: 4, Informative

    For comparison's sake, the P4 Xeon @ 1.8ghz pulls 703/717 (int/fp) on SPEC CPU2000.

    Assuming a linear scaling in SPEC performance, we can look forward to a 2.5ghz 970 scoring about 1294/1460, which is pretty respectable. Not a world beater (especially for 2H03), but a far cry from the abominable performance of the current G4.

    'jfb

  19. Re:Sorry, Alpha fans ... on Inside the Intel Compiler · · Score: 1

    HPaq is definitely up to their necks in Itanic (which, btw, is already faster than EV7), but even if they weren't, I find it hard to believe that they'd have the process to shrink EV7 further and clock it higher.

    The truly scary thing is that there's plenty of headroom in the P4 core. Intel is talking about 7ghz on their next shrink. One hopes that AMD is able to keep up, if only to keep the price of gross nasty fast microprocessors within the grasp of the common man.

    'jfb

  20. Sorry, Alpha fans ... on Inside the Intel Compiler · · Score: 1

    Let's go to the numbers. From spec.org:

    P4, 3.06ghz: 1130/1103 (int/fp)
    EV7, 1.15ghz: 795/1124 (int/fp)

    So the P4 is *1.4 times* as fast on integer maths, and two percent slower at floating point. Ouch. Care to rethink that statement about the EV7? Sure, it's 64bit, and scalable, and a much nicer architecture, to boot. But I wasn't arguing address space size, suitability for large-scale NUMA or SMP clustering, or ease of writing compiler backends, was I?

    Peace,
    'jfb

    PS: Even more horrifying for fans of elegance in their microarchitectures:

    Itanic^2, 1.0ghz: 810/1431 (int/fp)

  21. Don't forget their rocking guitars on Yamaha To Withdraw From CD-R/RW Business · · Score: 1

    The only Yamaha hardware in my house are two SG-2000 and one SA-2100 guitars. They rock. The 2000s, in particular, are total monsters of rock Wall Of Distortion Marc Bolan T-Rex Bowie machines. The best Japanese guitars ever made.

    'jfb

  22. Re:So... on Inside the Intel Compiler · · Score: 1

    Funny, then, the the single highest performing microprocessor in the world is one of those blown Civics, isn't it?

    'jfb

  23. Re:$30 dollars is expensive! on Sun Releases New Servers, Blades & More · · Score: 2, Funny

    Anywhere between five and fifteen times faster?

    'jfb

  24. Re:What about ... on 300 Episodes of the Simpsons · · Score: 1

    He has to stop drinking in order to qualify for the astronaut training. And it was non-alcoholic champagne, to celebrate Barney's selection as the civilian astronaut.

    "De fault! The two sweetest words in the English language!"

    'jfb

  25. Re:Excellent on 300 Episodes of the Simpsons · · Score: 1

    Dentist: These predate stainless steel, so you can't get them wet.

    Best episode ever.

    'jfb