Slashdot Mirror


User: Kreeblah

Kreeblah's activity in the archive.

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

Comments · 240

  1. Re:Liability? on Ethics In Computer Consulting · · Score: 1

    Yes, but lawyers can be sued for giving bad legal advice, and doctors can be sued for giving bad medical advice. Nobody forced their clients to do what they said, either. The whole premise behind a consulting company is to receive guidance from a knowledgable, unbiased third party.

  2. Liability? on Ethics In Computer Consulting · · Score: 1

    Are there any chances that unscrupulous consultants are opening themselves up for lawsuits? It seems to me that if someone could prove that a consulting firm ripped his company off by selling it a product that is far more expensive product than it needed, especially if the firm had an interest in the fact that the particular product was sold, it would be liable for some kind of conflict of interest suit. Any ideas?

  3. Re:Linux? Who gives a shit about Linux? on The Transmeta Pushme-Pullyou? · · Score: 2

    > Windows 2000 Server is an entry-level solution for running more reliable and manageable file, print, intranet, communications and infrastructure services. Windows 2000 Advanced Server includes additional functionality to enhance availability and scalability of e-commerce and line-of-business applications.

    Really. So, if Windows is the superior operating system, and, by logical extension, Microsoft's code is superior, I have two questions:

    1. Why did Microsoft use GPLed code in its FTP.EXE program included with Windows? (Load it into a hex editor and look for Regents)

    2. Why is Win2K's TCP/IP stack fingerprint nearly identical to a BSD fingerprint (BSD having been around longer)?

  4. 8 MB? on The Transmeta Pushme-Pullyou? · · Score: 1

    Perhaps this is what will be used to cram Linux into the Brazillian computers mentioned earlier.

  5. Hmmm. on The Unblinking Eye · · Score: 1

    If used responsibly, this could have great benefits. But it only takes one unscrupulous person abusing it to offset the benefits. Can we really trust people with things like this nationwide? There are already cameras on many streetcorners. If they can't pick out criminals with those things, maybe they should fight crime the old-fashioned way: logic.

  6. Oh, no. on Linux Industry Calls It Quits · · Score: 1

    Please don't tell me that we're going to have "Last Post" trolls now . . .

  7. Re:Prompts on Jef Raskin On OS X: "It's UNIX, It's backwards." · · Score: 2

    > Where's the step where you entered it into a text document

    The > is an output redirector. It redirects the text from the display to a file or other device.

    > I can do a listing like you did simply by double-clicking the mouse. No keyboard needed.

    In a race between a command-based OS and a GUI for tasks like a directory listing, a reasonably fast typist at the command line will win. How about copying a file (blah.txt, let's call it) from a 5-layer deep directory to another 6-layer deep directory? First you have to open 5 directories, hunting for the one you need each time, open the other six, and drag the file to the other directory. That vs.:

    cp /usr/docs/misc/mine/stuff/blah.txt /home/me/blah/misc/docs/bio

    Simple. Quick. No messy windows.

  8. Re:Consistency of interface extremely important on Jef Raskin On OS X: "It's UNIX, It's backwards." · · Score: 1

    > I just don't see how an OS-less computer would somehow make things easier for users, when every app would be allowed to have whatever interface it wanted.

    Remember the old DOS apps? Most of them had different interfaces (graphical metaphors, keyboard commands, etc.). Most of the apps for it were drop-dead simple to learn and use.

    > how many PC interface zealots do you know?

    Which interface? MS-DOS, Windows, Linux/BSD, BeOS, V2_OS, etc.? And then do you count various "skins" people can give GUIs? Oh, and what about operating systems that can use different filesystems?

  9. Before I grab a copy, I've got a question . . . on RedHat "Fisher" 7.1 Beta Out Now · · Score: 1

    what version of gcc was it compiled with?

  10. Re:Sorry geeks, freaks and nerds... on DVD Case Follow-Up · · Score: 1

    Oooh. Bad luck. I didn't click on the link, but I did type in the address. Should've consulted a lawyer first.


    By reading this sentence or any of following sentences, or portions thereof, you agree to this EULA. This comment is the copyrighted intellectual property of Kreeblah. Copying and transmitting by any means, including chemical, electrical, and other means, biological, or otherwise, is permitted, provided the copying party remits one U.S. dollar per copy to the Electronic Frontier Foundation, an organization dedicated to defending freedom from unfair technology-based licensing agreements.

  11. Re:"Encryption" on DVD Case Follow-Up · · Score: 2

    What I was thinking (although I don't really see any use for such an OS . . .) was to distribute an encryption key for the binaries to be encrypted with, and compile the decryption key into the kernel. Kind of like a public-key/private-key system on an operating system level.

    On the other hand, if the operating system was open-source, an encryption/decryption key generation prog could be distributed with it for people building their own distros. For security purposes, perhaps, only programs encrypted for that specific distro (perhaps a bank's internal distribution, or a DoD network) would run. And they wouldn't run on other systems.

    At any rate, I figured that if the DVD format was upheld by the DMCA, there could be threats from it on the reverse-engineering front.

  12. Re:It's good that the last case was lost.. really on DVD Case Follow-Up · · Score: 1

    If the ACLU was unhappy with the results that would have come from a win, they could have appealed the remedy to a higher court.

  13. "Encryption" on DVD Case Follow-Up · · Score: 2

    "Encryption" is simply the word we use to describe information that is stored in an unconventional format. One could conceivably write an operating system that uses Blowfish-encrypted binaries as its standard binary format. It wouldn't be the quickest OS since it wouldn't use processor-native code, but if it were released as binary-only, would it be protected against reverse-engineering under the DMCA?

  14. A car? on Slashback: Cutbacks, Oz, Furniture · · Score: 1

    > Would you be likely to buy a new car from a company that had just "discontinued operations"?

    I dunno. It depends on what kind of deal I could get. If I could pick up a top-of-the-line Ferrarri for $10 if they were to ever go out of business (desperate to liquidate their assets), sure. If it doesn't have a use/gets trashed/stolen/etc., I'm not out much money. If I like it, I got a great deal.

  15. Linux kernel on eWeek on Linux · · Score: 1

    I do like Linux, but there is one thing that really bothers me about it. The problem I have with Linux is the monolithic-kernel mindset people have with it. The more you compile into the kernel, the more native support you have, true, but the slower the boot time becomes and the more difficult it becomes to upgrade a specific piece of your operating system. What are the advantages of having a monolithic kernel rather than a microkernel?

  16. Formats on What Mailbox Format Do You Use And Why? · · Score: 1

    I use a web-based e-mail service (AmExMail). I don't have to use a mail reader, and it's available just about anywhere that has a TCP/IP connection (since most people think that the http protocol *is* the Internet). If I want to use a mail reader, my e-mail provider allows me to connect to its POP servers and download my mail.

  17. Re:Cray using Linux on Cray Linux Beowulf Clusters · · Score: 1

    Right, but I meant binary-only software. Sorry.

  18. Patents on Author of Archie Challenges Alta Vista Patents · · Score: 2

    This follows an alarming trend we've been seeing lately. Companies have been registering patents and/or copyrights on the most absurd things (remember Amazon.com's "one click shopping"?). The only way they'll stop trying to do these things is if people win lawsuits against them. While it's not easy to do so, if a non-profit organization is created for the specific purpose (or if there is one already, perhaps?) of filing (and winning) lawsuits against rediculous patents, we might have a chance at protecting our rights to use existing technology.

  19. Um, no. on What If Yahoo Was Acquired? · · Score: 1

    Yahoo is not the Internet. Regardless of whether it is acquired, there will always be "unwalled gardens" on the Internet. Granted, an acquisition of Yahoo would be damaging to the free Internet community, but it would not cripple it. For a search engine, people would have Google, for messaging, AIM (yeah, not the best example), ICQ, etc. For e-mail, there are all sorts of providers, such as MyRealBox and a certain "secure" e-mail service that I will not name. News is available everywhere. Stock quotes can be had at the NASDAQ site. I'd go on, but Yahoo has grown to provide everything-plus-the-kitchen-sink.

    My point is that there is nothing that Yahoo has that isn't also available elsewhere for free. The free Internet idea would not be destroyed if Yahoo was acquired.

  20. Cray using Linux on Cray Linux Beowulf Clusters · · Score: 1

    It seems to me that there's a very good reason why Cray chose Linux for this. There is a plethora of source code for Linux apps available for it. Since they chose Alpha processors, they'll need some softwrae for it, and since there are relatively few Alpha binary software distributions, it seems quite logical.

  21. Permanent no-login links on New Boxes For Captain Crunch · · Score: 5

    You can bypass all the reg-required NY Times links if you notice that channel.nytimes.com has all the stories, but without the login prompts. Next, notice that channel.nytimes.com has a different IP address than www.nytimes.com and nytimes.com. Do a DNS lookup on channel.nytimes.com and add it to your hosts file, something like this:

    208.48.26.223 www.nytimes.com
    208.48.26.223 nytimes.com

    There. No more reg links. channel.nytimes.com gives you a directory listing for the root directory, however, so you don't get a flashy intro page. But if you use their page at www.nytimes.com, you probably have an account there anyway.

  22. Re:RPM compatibility on Cross Platform Packaging: A Dream Or Something More? · · Score: 1

    That has (in a sense) already been done. Behold, the RPM Browser for Windows.

  23. Re:Yes, because OS's are becoming irrelevant. on Cross Platform Packaging: A Dream Or Something More? · · Score: 1

    So, according to you, we'll have moved from a predominantly server/dumb-terminal computing situation to a predominantly desktop computing situation to a predominantly server/dumb-terminal computing situation, but with multiple operating systems (thus requiring non-processor-native, i.e., slow, code)?

  24. Re:Wouldn't it be cool? on Cross Platform Packaging: A Dream Or Something More? · · Score: 1

    > I don't even know if there is something to do makefiles in Windows anyway

    Any operating system can have a utility for compiling projects with makefiles. A makefile is, after all, just a set of instructions to be passed along to the compiler about how to compile (what options to use, etc.) the project. Any decent C/C++ compiler will have a make utility (for Windows/DOS, DJGPP comes to mind).

  25. Only UNIX platforms? on Cross Platform Packaging: A Dream Or Something More? · · Score: 2

    I don't see any mention of whether this is UNIX-specific or all-inclusive. Is a packaging system that uses the same specifications for UNIX/DOS (or Windows, if you prefer)/MacOS/etc. feasable. Certainly it's possible (there's gcc for DOS, for example) to have UNIX tools compiled for filesystems organized in different ways, but this is a packaging specification.

    Also, how would it handle dependancies? A widely available version of X11 for BeOS, for example, puts files in different places than X11 for Linux does (AFAIK).

    This doesn't sound feasable for anything other than a strictly UNIX platform, and then what do we have? Yet Another Packaging System.