Slashdot Mirror


User: __past__

__past__'s activity in the archive.

Stories
0
Comments
1,024
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,024

  1. Re:Following their lead on Lawsuit Against Microsoft Over Insecure Software · · Score: 1
    Yeah! Just like all the worms recently; until they showed up, Microsoft didn't release ... oh, right, they did.
    While not technically a worm, the current trojan horse that will redirect web users to other pages with lots of porn ads uses the object-bug in IE, for which there is indeed no working patch. It's likely that others exploit it as well.
  2. Re:Cool on Replacing the Aging Init Procedure on Linux · · Score: 1
    As far as I know, even Microsoft has never made it impossible to replace a random executable with another one that serves the same purpose. init is just that (hence the possibility to get root on a linux box when you have access to the boot loader by passing "init=/bin/sh"), on every unix I ever heard of - it is not tied to any other part of the OS, except by some open, well known interfaces, mostly how it is started and how it reacts to some signals.

    So, the only way for a proprietary software company to screw anyone using or offering an init replacement would be to remove modularity, which kind of proves my point...

  3. Re:Someday on Replacing the Aging Init Procedure on Linux · · Score: 1

    SysV init is stupid, but that doesn't mean that you have to adopt this bogus proposal. There are lots of other inits, like those used by the BSDs, minit, or tons of others - some even work well. Writing an init isn't rocket science, and replacing it is trivial. The only tedious thing is writing the neccessary scripts, and I would expect it to be easier to write most of them as shell scripts than in python.

  4. Re:Why ? on Replacing the Aging Init Procedure on Linux · · Score: 4, Insightful
    All systems come with bash.
    <rant>
    How about "All POSIX-compatible systems come with a bourne-compatible shell"? I don't see any reason why a developer of an init system, which is so not tied to a specific kernel, should restrict himself to a non-standard embrace-and-extend version when he can also follow open standards, and create something more useful to more people instead.
    </rant>
  5. Re:Cool on Replacing the Aging Init Procedure on Linux · · Score: 1
    That's the strength of open source development: every little component has the potential of being made more efficient at any given time by any given party of developers.
    No, it is not. It's the strength of modular software, like Unix-like operating systems. Replacing the init mechanism is not any harder on Solaris that it is on Linux.
  6. Re:Keep this away from my server! on Replacing the Aging Init Procedure on Linux · · Score: 1
    It's not a general purpose mechanism built using the thinnest layer with the least dependencies possible (like init is)
    I completely agree on the dependencies issue, but isn't calling the SysV init mess "thin" a little bit off? Honestly, how many runlevels exept "multi-user", "single-user" and "turned off" do you really need? Do you collect symlinks as a hobby?
  7. Re:OK , maybe this is a stupid question but.... on FreeBSD 4.9 RC1 Ready For Testing · · Score: 2, Informative
    Don't hold your breath. The current estimated release date for 5.3, which will become RELENG_5, is march 2004.

    Personally, I plan to switch when 5.2 is released, though. Mostly for the filesystem snapshots and background fsck. I too use FBSD 5 on my personal workstation and have scince 5.0-RELEASE, without any problems, so I don't worry too much.

  8. Re:How is it ideal for secure virtual hosting? on Xen High-Performance x86 Virtualization Released · · Score: 2, Informative

    Virtualization rocks for that kind of things. I happily use FreeBSD jails for that. They work on a different level and have different goals, but giving each (group of) user(s) their own sandbox to play with is definitly a really cool thing, both for admins and for the users themselves.

  9. Re:RC1 already? on FreeBSD 4.9 RC1 Ready For Testing · · Score: 2, Informative

    It is still at least 1.5 months until 4.9 is released, according to the release schedule, and generally the FreeBSD team will accept delays in the interest of stability and not rush out something half-baked. 5.0 has been delayed more than one year, IIRC. During such a timeframe, certain other free Unix-like OSes change half of your supposedly stable kernel under your back and accidentally eat your file systems three times without bumping the minor version number.

  10. Re:Neandertal on Oldest European Human Jawbone Discovered · · Score: 1
    The right spelling and pronunciation is "Neandertal".
    Bullsh*t
    Just more evidence for my theory that the german habit of frequently changing orthography rules is just meant to confuse the heck out of everybody, and then have fun watch the resulting flamewars. Basically, a giant trolling.
  11. Re:Joel rules on User Interface Design for Programmers · · Score: 1

    I had to use VBA in Excel, and I can confirm that not everything he does is that good...

  12. Re:So what's the problem? on India Cool to Microsoft Source Code Offer · · Score: 2, Insightful
    MS engineers are specifically prohibited from accessing much open-source software (in specific GPL'ed code), without first obtaining permission from the legal department.
    What a contrast to all the other, non-evil companies where developers are encouraged to reuse third-party code willy-nilly without having to care about the legal consequences.
  13. Re:MOD PARENT UP on Free Software for Politics · · Score: 1
    And people might find that the impossibility of travelling faster than light is also nothing more than a common belief, based on faulty logic or invalid assumptions. You can never prove that something is impossible, only that it is possible or existent by showing/doing it (and there is plenty room for error even then).

    At least, that is how we think about science today. It may of course be that the assuptions behind this science are false themselves. Try proving the validity of logic itself :-)

    Face it, science is a social phenomenon like ethics or fashion - all working completly different, of course, and on dramatically different time scales. Our current way of thinking about absolute truth and scientific proofs will probably look as laughable and inherently flawed in 1000 years as the way of thinking usual 1000 years ago looks to us now. There is no absolute truth. At least, it is not recognizable by humans.

  14. That's nothing on IETF Draft Sets up Public Namespaces · · Score: 1

    With the data uri scheme, I can include the whole internet in my URIs!

  15. Re:Nope... it's something ELSE on China Prepares To Examine MS Windows Code · · Score: 1
    Huge parts of the windows source have been available for interested parties for quite some time, as usual with commercial software. Simply sign some NDAs and pay loads of money. If the chinese government or anybody else would want to find some interesting holes, they could as well pay someone to break their NDA. Never mind the rumors of intruders having access to the internal MS network, including source code. If I would plan to exploit a certain piece of software, I would not issue a press release about my plans to review it before.

    When people say that security through obscurity doesn't work so well, they really mean it. You always have to assume that a potential attacker knows exactly how your software works, the trick is making it secure nevertheless.

  16. Re:Whats the use? on China Prepares To Examine MS Windows Code · · Score: 1

    Except that it wasn't in GCC. Of course, given the recent r00ting of ftp.gnu.org, who knows what is in GCC...

  17. Re:Whats the use? on China Prepares To Examine MS Windows Code · · Score: 1

    Not only compiler-generated random stuff, but most likely also build dates and timestamps. The FreeBSD binary update project had to deal with these kinds of issues and have written a nice paper that discusses them (51k PDF, Google HTML version).

  18. Re:And starting with Linux 2.7... on The Design Of The Google File System · · Score: 1
    10,000-node Babelfish clusters
    Is that the successor of the Shakespear cluster system based on an infinite number of monkeys with typewriters?
  19. Re:Haven't they figured this out yet? on Microsoft Sends Takedown Notice To MSFreePC.com · · Score: 1
    At least Lindows isn't a public company this time, so his investors should understand the risk he is taking better than the public did with MP3.com
    This time he distributes the risk among his customers and the internet community by selling a linux distribution that beats windows in being insecure for convenience reasons.
  20. Re:Closed source on yellowTab Announces Complete BeOS/Zeta Systems · · Score: 1
    Linux just like Beos can use binary closed source drivers.
    Linux has two problems with binary closed source drivers BeOS doesn't have: Binary compatibility is frequently broken, and the legal status of it is rather unclear (yeah, Linus may say it's OK, but his opinion doesn't matter a bit. He isn't the only copyright owner.)
  21. Re:Anything to comment about? on HEADSUP: Change of Makedev() Semantics on FreeBSD · · Score: 2, Informative
    Anyone know why this is a good/bad thing?
    It's a completly uninteresting thing that will not affect any users, and only a few device driver developers.
    The stuff concerning dev_t on the LKML concerned itself with tty stuff.
    What does the LKML have to do with anything?
  22. Re:Wooo on Microsoft Services for Unix and OpenBSD · · Score: 1
    And they missed some of the best parts..

    2: True INIT runlevels with windows reg-startips inserted as init scripts
    I doubt that they would use OpenBSD code if they wanted runlevels.

    But the real question is: Will the next Windows CD come with mp3s and stickers?

  23. Re: ease of install on Mac OS X replacing Linux at Tokyo University · · Score: 1

    That won't help you much if the app happens to be compiled for Windows/x86.

  24. Re:Ease of maintenance? on Mac OS X replacing Linux at Tokyo University · · Score: 1
    Third party developers are welcome to create and ship frameworks, but their use is discouraged. Disk space and RAM are cheaper than the labor involved in maintaining shared code.
    Finding and patching all users of a library/framework/whatever that needs to be updated due to this weeks buffer overflow is still expensive, though.
  25. Re:Built in toolkit on Y: A Successor to the X Window System · · Score: 1
    I have been thinking that what Linux needs is a good free CDE clone based on Lesstif
    Um, why? CDE is not exactly widely loved for its look and feel, and I don't know of any free software that would require it (as opposed to plain motif), so porting wouldn't be an issue either. And if you'd need a proprietary CDE app, why wouldn't be a proprietary CDE for Linux (which is $49.95 at Xi Graphics) do?