Slashdot Mirror


User: SL+Baur

SL+Baur's activity in the archive.

Stories
0
Comments
2,242
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,242

  1. Re:Please explain on NASA Sees Glow of Universe's First Objects · · Score: 1

    But look on the bright side - you are much bigger than you were yesterday. Ah, so that's the reason for so many overweight people. Thanks for clearing that up.
  2. Re:This is good news on ALSR in Vista Gets OEM Push · · Score: 1

    Now if only Microsoft could develop a system for delivering electric shocks to users who run untrusted executables they receive in email, that would be something. That's Microsoft's fault to begin with. Running arbitrary code like that has always been considered bad practice. Is anyone else old enough to remember all the controversy on USENET over executable shell archives? At least with a shar file you could read it first before running it to get at the files inside.
  3. Re:2040? on Arctic Ice May Melt By 2040 · · Score: 1

    Yeah and who cares anyway since time_t rolls over a few years earlier.

  4. Re:Proof on Google Responds to AdWords Accusations · · Score: 1

    Google was at the top of every one of your searches, including the last one, when I tried it.

  5. Re:INNACURATE! This is Hype! on NASA Finds Evidence of Recent Flowing Water on Mars · · Score: 1

    Yes, I do. I do not think they'll have any problems crewing a mission like that.

  6. Doesn't anyone read the articles any more? on Sun Finds & Exploits Hole in the GPL *Update* · · Score: 2

    This isn't about not distributing source. It is about using GPL'ed software linked with proprietary code, in this case, the Solaris kernel.

    You people who are always complaining about the viral properties of the GPL should be rejoicing, I believe.

  7. Re:Goodbye, TurboLinux on IBM Invests $200M In Linux In Asia-Pacific · · Score: 1
    Did you bother to read the article?

    Just asking ...


    The company will also be extending its alliances with Linux-focused business partners such as TurboLinux and Intel. TurboLinux is now shipping a Linux based data server using IBM's DB2 Universal database. "Looking forward," said Ted Liu, Vice President Marketing, Alliance & Business Development, TurboLinux. "TurboLinux will work with IBM to continue the development of the Linux market."

  8. Re:focus on simplicity on Python Development Team Moves to BeOpen.Com · · Score: 2
    I'm not sure that the transition to BeOpen.com of the development effort is altogether a good thing. If this results in extra resources and they are focussed on enhancing Python, Python may become too complex and featureful; a number of other languages that started out like Python have gone down that road and become marginalized. Or Python may simply end up being a side-line for some other business, just like what seems to have happened with Scriptics and Tcl.

    I don't think there's any danger in Python being coopted by BeOpen. They have provided funding for XEmacs for some years now and continue to provide funding with the current GTK graphics port. I have found them reasonable people to work with.


    P.S.
    If osm cares to write a `natalie-portman.el' that does something interesting I'll put it in XEmacs and InfoDock.

  9. Re:Mandrake... and linux viruses on Linux Users Unscathed By ILOVEYOU · · Score: 2
    I vote we start an Open Source Linux Virus Project immediately

    There is an Open Source Unix Virus Project already. The mailing list seems to be dead at the moment, the last message I got said in part:


    Anyway, onto the beef of the matter.. News.. I've written a new Linux ELF Virus which brings the current virus technology to a new level.

    • Generally a C virus
    • Inline ASM when needed (NOT shellcode)
    • No argv[0] references.
    • Totally relocateable code
    • Data Infection (any size virus) that is strip safe
    • PLT execve per process residency
    • Chaining - No data segment entry points (uses original entry point)

  10. Re:Until MS comes along ... on The Short Life And Hard Times Of A Linux Virus · · Score: 2
    Show me the vi macro virus?

    There was one, of a sort. Once upon a time, vi read a .exrc file in the directiory it was invoked in. There were many amusing possibilities for .exrc attacks. My favorite was :!kill -8 $PPID. Modern vi's don't allow this any more.

    Emacs and XEmacs still have the potential for macro-type viruses as they can be configured to run arbitrary lisp code in files being edited. It isn't the default to do this any more, but it used to be.
  11. Re:Too late on FreeMWare Renamed 'plex86' · · Score: 1

    Strange. nslookup shows the plex86.org nameservers to be ns1.fastxs.net and ns2.fastxs.net.

    www.plex86.org isn't a pointer to their home page, it is their home page.

  12. Re:Innovatory Micro$loth? on Microsoft Invents Symbolic Links · · Score: 2
    Win2k allows each "application" to have private versions of shared libaries, ie to improve overall reliability and resilience by not allowing applications to update common files.

    This is not innovation. This `capability' has been standard for every Unix I've used with multiple shared library capability.


    With proper manipulation of LD_LIBRARY_PATH, this has been doable on Unix and Unix-like systems for almost 15 years now.

  13. Re:Innovatory Micro$loth? on Microsoft Invents Symbolic Links · · Score: 2
    Then isn't 15 years enough for someone to come along and improve upon it? Or should we wait for an open source guy to just get around to it?

    I thought it was an ugly system at the time I was using it, I think it's an ugly system to this day. After further reading here, I believe that the problem that Microsoft is solving was better solved by Sun Microsystems (also) in the '80s and the fact that it never became widespread in the Unix community is proof (IMO) of its ultimate usefulness.
  14. Re:Innovatory Micro$loth? on Microsoft Invents Symbolic Links · · Score: 2
    what is being developed is not a symbolic link but a way of transparently and automatically controlling redundency.

    Correct. This goes beyond symlinks or hardlinks, but it is hardly new technology. I know of at least one revision control system that used something exactly like this and it was developed in the late 1980's.
  15. Re:ssh -r and -l on SSH v. SRP · · Score: 2
    Who moderated this up? This post is wrong. The -R and -L flags are used for tunneling, not specifying a port to connect to on the remote machine.
    The -p flag specifies a port to connect to, however, it requires an sshd to be connected to it. There is no ssh equivalent for 'telnet host port'.


    $ telnet ftp.xemacs.org ftp
    Trying 207.96.122.8...
    Connected to gwyn.tux.org(207.96.122.8).
    Escape character is '^]'.
    220 ProFTPD 1.2.0pre8 Server (ProFTPD on ftp.tux.org) [gwyn.tux.org]


    $ ssh -p 21 ftp.xemacs.org
    Bad remote protocol version identification: '220 ProFTPD 1.2.0pre8 Server (ProFTPD on ftp.tux.org) [gwyn.tux.org]

  16. Re:Even if it's true... on Will Microsoft Open Windows Source Code? (No!) · · Score: 2
    Please name some of these undocumented API calls.


    I don't do (MS) windows. In DOS 2.0 there were several vital system calls that weren't documented. These included:

    • return DOS entrancy flag
    • (Useful when writing add-on software that responded to hardware interrupts. If this flag wasn't set, it was safe to make a DOS system call.)
    • load program but do not execute
    • (Useful for writing debuggers.)
    • set/get option/path separator character


    Undocumented API calls used by standard Microsoft utilities are patently unfair and create an unlevel playing field. I would agree with you if they weren't being used, but I suspect little has changed over the years.

  17. Re:Why is LISP superior? on RMS The Coder · · Score: 1
    It been a while since I've done any lisp programming, and I have to say, EMACS almost makes it tolerable, but I have yet to see anyone use it outside an academic environment.


    Lisp has been used in smart weapons by the US military. One I remember specifically was a robotic, pilotless airplane that computed a safe flight pattern over terrain with various kinds of antiaircraft weapons shooting at it. I don't know whether this got beyond the prototype stage, but it made a great demonstration.
  18. Re:Check out the very funny STAND campaign website on Waiting for the Knock · · Score: 1
    This seems like an insanely stupid stunt. Why is this not simply going to provide the key escrow crowd with more ammunition?

    Key escrow would have done what? Who are they going to punish for not escrowing the key? Jack Straw?

    If anything, it's fodder for banning encryption.
  19. Re:What 'flavor' of Open Source on SourceForge Goes Public Beta · · Score: 1
    Sadly though, I see the encryption type on their SSL.. 40 bit RSA, 40 bit key.

    That's not what I got. Either you're not running a full strength Netscape or you need to go into your security configuration and disable all the insecure ciphers.
  20. Re:Roblimo has it all wrong on Microsoft up to Old Tricks Again · · Score: 1
    I bet if an error like this cropped up due to a patch in the linux kernel everyone would be bitching about how crappy Notes is, not the kernel.

    This did happen, but it was different. In the 2.1 experimental series, a bug fix was made that broke rvplayer. Alan Cox informed the vendor of the problem before the bug fix was formally released in a test Linux kernel, and workarounds that allowed rvplayer to continue working even with the kernel bug fix were available almost immediately. By the time it was released in a stable Linux kernel it was pretty much a non-issue.
  21. Re:Hear! Hear! on A Sysadmin's Worst Halloween Fears · · Score: 2

    I want the dash too.

    export I_WANT_A_BROKEN_PS=t

    is your friend.

  22. Re:Reason for this to be bad. Here is an indicator on TurboLinux Releases "Potentially Dangerous" Clustering Software? · · Score: 1
    5). I tried downloading the Asian language support s/w from Turbolinux's anon site. Guess what! you have to pay for it

    The Asian Language support in TurboLinux isn't completely free software. It includes OMRON's Wnn6 and a Japanese Dictionary CD ROM.
  23. Re:Cracked for the *first* time? on Microsoft Cracked · · Score: 1

    I don't know about what they're using for firewalls, but their whole public network used to be BSDI based. It is only fairly recently they started using their own software.

    Subject: I'm happy again!
    From: nickkral@caa32.alumni.berkeley.edu (Nick Kralevich)
    Date: 1995/08/24
    Message-ID:
    Newsgroups:comp.os.linux.advocacy,comp.os.os2.ad vocacy,comp.unix.advocacy,alt.flame.ms-win dows,comp.os.ms-windows.advocacy

    [Subscribe to comp.os.linux.advocacy] New!
    [More Headers]


    Check this out:
    ----- Begin -----
    diamonds:~> telnet www.windows.microsoft.com
    Trying...
    Connected to www.windows.microsoft.com.
    Escape character is '^]'.


    BSDI BSD/OS 2.0 (wl6.windows.microsoft.com) (ttyp1)

    login:

    ----- End -----

    Or download.windows.microsoft.com.

    Apparently Microsoft put up a much of WWW servers for the Win95 stuff. And guess what those servers are running!

    I guess Microsoft really does suck! Long live Linux and Unix!

    Thanks to wpaul@ctr.columbia.edu (Bill Paul) for pointing this out on
    Take care,
    -- Nick Kralevich
    nickkral@cory.eecs.berkeley.edu

  24. Re:M-x spook on October 21 is 'Jam Echelon' Day · · Score: 1

    The XEmacs spook.lines contains "David John Oates" who is the guy who listens to tapes of people speaking backwards and finds hidden messages that he claims are what they are really thinking about.
    M-x spook is a joke. You're supposed to laugh ...

  25. Re:Doom filemanager? on Kill -9 With a Doom Shotgun · · Score: 1
    I once started something like this, using NetHack instead of Doom.

    That would be pretty cool, I wish someone would. There are some pretty fun things you could do with it.


    You quaff a potion called "chmod 0 ." ...
    You are blind!
    You read a scroll labelled "/etc/passwd" ...
    This scroll is too hard to read!


    Somebody wrote a full adventure shell back in the '80s. Each directory was a room, executable programs were monsters. To edit something, for example, you had to pick up the file, then throw it at the vi monster. As I recall, the author of the script said that he knew people who actually preferred using it to csh or sh.