Slashdot Mirror


User: AtrN

AtrN's activity in the archive.

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

Comments · 253

  1. Re:Suing the wrong people on No Business Like SCO Business · · Score: 3, Funny
    Well in CNET's "SCO may expand Linux case soon" it says that another, mystery, h/w manufacturer is in their sights. There's only a handful of potential targets, start taking bets :)

    In that article there is the following lovely little sentence,

    SCO wasn't aware of any potential infringement until CEO Darl McBride began to ask engineers to investigate how Linux could have grown so quickly.
    "Because our product sucks." probably wasn't an acceptable reply.
  2. Re:true wisdom. on President Of India Advocates OSS · · Score: 1

    Dangerous game. Do you know how many nukes there are in Wa? And those Tridents aren't that far from Bill's place (if he beefs up the canal).

  3. Re:The Unix Name on The Spirit Of Unix vs. The Unix Trademark · · Score: 4, Funny

    Whenever something like this comes I like to refer people to this excellent USENET posting (I guess I should point to google's archive but...)

    From: o r c @ p e l l . p o r t l a n d . o r . u s (david parsons)
    Subject: Re: NT causes $10M loss [Was Uptime Discussion]
    Date: 14 Apr 1998 13:22:18 -0700
    Organization: Department of Atomic Test Units
    Lines: 12

    In article ,
    Kaz Kylheku wrote:

    >In any case, I doubt that V7 UNIX could actually pass today's
    >UNIX branding. It's only called UNIX for historical reasons.
    >Strictly speaking, it's an operating system formerly known as UNIX. :)

    I think the phrase you're looking for is `Posix can go fuck itself'.

    ____
    david parsons \bi/ Standardization run amuk.
    \/

  4. Re:Explanation. on GoboLinux Rethinks The Linux Filesystems · · Score: 1
    My login script has over 60 lines dedicated to finding moron binary directories like /usr/local/X11/bin and /usr/local/java/bin. This is not acceptable.
    A fix for this is union mounts (ref. Plan 9). Just merge all the bin directories into /bin and be done with it. If there are name clashes bind the offending package's bin directory in a subdirectory of /bin and use names such as some-package/shutdown for instance.
  5. Re:Doesn't sound like an 'expert' to me.. on The MPAA's Lobbying-Fu is Stronger Than Yours · · Score: 1

    They'll come. The WTO agreements make sure of that. It takes some time and they get transformed to account for local conditions. But they come in one form or another.

  6. Re:3. Profit! on Fox Sues Over Reuse Of Public-Domain Documentary · · Score: 0, Redundant

    So what RMS code is in the public domain?

  7. Re:What are their priorities? on Keith Packard's Xfree86 Fork Officially Started · · Score: 4, Insightful
    how often do you need remote xwindows

    Every day.

  8. Re:Huh? on Which Shell Do You Prefer? · · Score: 3, Informative
    Command-line history isn't a feature of an operating system, it's a feature of a shell.

    It can be a feature of the operating system. With pty's you can insert arbitrary filters into the input stream allowing consistent editing across all programs that do terminal input. I've used ile in the past to do this. The benefits include one editor interface and programs not needing to know about and include the editor. There's a trade off (of course), without knowledge of the editor the programs can't tailor it to specific uses, such as programmable completion. It could be but the editors need to provide facilities to allow such control and they don't AFAIK. It would nice if they did.

  9. rc on Which Shell Do You Prefer? · · Score: 1

    Somewhat saner syntax in places but missing a couple of things. It is nice and small however.

  10. Re:A Day in the Life of a Geek? on Are Video Blogs Ready For Prime Time? · · Score: 1

    A, to be unnamed, corporate R&D lab where I worked was doing exactly this type of indexing. About three years ago. It was quite the rage as I understood. The patents database may be a good place to look :)

  11. Re:NT == VAX OS? on Inside The Development of Windows NT · · Score: 1

    Borrowed? Funny word for it. See this article for some details. For a long time the Mica story was buried.

  12. Ahem on Xmingwin For Cross Generation Applications · · Score: 1
    It's not just Linux and its not new. I was using it a two years ago to deliver DLLs to some co-workers....
    ; uname
    FreeBSD
    ; head -2 /usr/ports/devel/mingw/Makefile
    # New ports collection makefile for: mingw
    # Date created: 6 June 2000
    ;
  13. Re:Distributed RAID Like Backups on Distributed Internet Backup System · · Score: 1

    Yes but you don't do it with parity. Look for the key phrase "erasure codes" and look at systems such as Oceanstore and similar (there's a few being worked on).

  14. Re:The application becomes the shell on Programming Languages Will Become OSes · · Score: 1
    Old news (for those of us around at the time...)

    Adventure Shells

  15. Re:If C becomes an OS ... on Programming Languages Will Become OSes · · Score: 1
    Obviously C is not expressive enough alone to write a program such as a POSIX kernel. Such a kernel has certain requirements such as threading, interrupts, etc... which need to be implemented and the implementation language of this program needs to be able to express such concepts. C doesn't. Hence the need to do some things in assembler - a language that allows such expression, but typically does not directly support it, e.g. most instruction sets don't have a thread abstrasction, we create one using the interrupt abstraction that is supported.

    As Sara Lee said "Layers upon layers upon layers".

  16. Re:A Microprocessor *IS* a language Interpreter on Programming Languages Will Become OSes · · Score: 1

    At last someone who understands! And I don't mod :(

  17. Re:Better document... on Linux 2.4 VM Documentation · · Score: 2
    Being a "computer science guy" and being interested in "computing in general" means you should not limit yourself to a single kernel. Learn, look around, be all that you can be :)

    Also, since we're talking VM systems here, I see little need for a CPU with an MMU in a toaster and you'd likely be using the MMU-less Linux in that case. However there may be valid reasons for needing virtual memory in your toaster's OS but I really just want something that slightly burns bread (yes I know about the voice controlled one done at UW) which can be done very cheaply these days. Bettter be a fancy toaster!

  18. Re:Net-Install. on FreeBSD 5.0 RC3 Now Ready · · Score: 2
    As everyone's said, cvsup is rsync-based

    No they didn't and no it's not. It sends deltas but that's about the end of the similarity.

  19. Re:what about on Top Ten Software Innovators? · · Score: 2

    McCarthy
    All the Multicians
    larry wall (for rn but not perl!)
    Kay, Ingalls (for Smalltalk)
    Massalin (read the thesis and weep)
    Cray, Amdahl, Josh Fisher (hw == sw)
    Hoare (for CSP)
    Pike for Pike-goodness

    Jay Miner? Maybe. I bought an Amiga 1000 as soon as they were available, I played games on the Atari 800. It was great at the time.

    All the graphics gurus...
    Blinn
    James Clark
    Porter + Duff (I use rc :)

    There are hundreds of them! Where do you stop?

  20. Re:NCP and TCP/IP on The 20th Anniversary of the Internet · · Score: 2

    Others got NCP luckily and the "T" in "TCP" doesn't stand for "transfer". See,

    RFC: 793

    TRANSMISSION CONTROL PROTOCOL

  21. Re:'bout time on Serial ATA, Here and Now · · Score: 5, Insightful
    we had planned on building in a Serial ATA RAID for fault tolerance

    Tolerating failure and using a first release of something don't really go together. Best to wait a while and let others find out what does or doesn't work properly.

  22. Re:Bingo! on Why UNIX is better than Windows... By Microsoft · · Score: 2

    MS-DOS used a temp file written to the current
    drive which broke with R/O media. Things like,

    A:\> type readme.1st | more

    wouldn't work if the disk is R/O. Brilliant.

  23. Re:At least something good comes of it on Universal Music Hit with Anti-Piracy Suit · · Score: 2

    Patents aren't mentioned in the articles at all, it looks like its trade secrets (as to what they've got that's secret I'm not sure, probably because it's secret :) They (DownloadCard) claim they've got something unique but having worked on something similar about five years ago I think they should do a serious patent search.

  24. Old News :) on IBM Developing Lego-like Storage Brick · · Score: 4, Informative

    See Robert Morris's presentation (6+MB PDF) from the USENIX File and Storage Technologies conference. The videos of the invited talks are also worth watching (if you can afford the b/width to get them).

  25. Re:Windows NT == VMS on Microsoft's Ancient History w/ Unix · · Score: 2

    The N10 was the i860. Very different beast to the i960s.