Slashdot Mirror


User: mike_sucks

mike_sucks's activity in the archive.

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

Comments · 333

  1. Subversively clueful? on Zhirinovsky to "Send Viruses to the West" · · Score: 2
    At least he's not hell-bent on restricting access to overseas networks, like they are here in Australia.

    "Kill all access, must kill all access"

    -Mike.

  2. Re:Java is not a web applet language on Sun Withdraws Java from Standards Process · · Score: 1
    where performance problems are easier to mask, and costs for faster hardware are lost amidst huge corporate budgets

    Huh, what are you talking about? Well written Java code with a good JVM and JIT (neither of which are hard to find for most platforms) performs just as well, on cheap hardware.

    Here's an example (from: http://java.apache.org/faq/fom-serve/cache/300.htm l)

    And we're a quite busy site (The Norwegian Yellow Pages) serving almost 200 _servlets_ each minute at peak times. This on a single processor P-II 333, 384MB of memory, RH 5.2. The load never reaches 1, even at peak times.

    Mike

  3. Re:Noooo! on Wince at WinCE's New Name: 'Windows Powered' · · Score: 1
    Yeah, where the hell did *that* come from? Trust a PC company to have absolutely no clue about UN*X, not even what they should call it.

    Mike.

  4. Noooo! on Wince at WinCE's New Name: 'Windows Powered' · · Score: 1
    I really hope this dosen't mean we're going to get a whole bunch of vendors renaming their OSs in a similar fasion.

    I can see the advocacy flames already..

    >>> QNX-Powered rulez..
    >> You don't know what you're fscking talking about
    >> everyone *knows* MacOSX Powered kicks all the
    > Get real, lamer! Windows Powered is much more swoonful

    Scheesh!
    Mike

  5. Re:two versions... on Debian Freeze Rescheduled · · Score: 1
    The problem is that most people use apt-get update && apt-get upgrade

    I've always thought it was the other way around. I *never* use dselect and always use apt-get. Apt will always keep a package back when doing an upgrade if it has unmet deps and tells you if you try doing an install on a similar package.

    The thing that put me off dselect was it's immensely annoying habit of selecting common packages to install, even if I don't want them!

    -mike

  6. Good stuff / Patterns a new thing? on Design Patterns in Mozilla Contest · · Score: 2
    The contest sounds like a great idea! One of the longest-running complaints about Mozilla was how daunting the source is.

    I think it's interesting to note though, that there are a lot of very complex open source (free or otherwise) out there that are getting a lot more devloper support. The Linux kernel obviously springs to mind. So does Apache. So why aren't people complaining about the complexity of these projects?

    Anyway, on the competition page, they say patterns are a new thing. I though the idea had been around for ages.

    -Mike

  7. Re:Debian "unstable". on Red Hat Sells RMS Linux · · Score: 1
    It sounds like you have a dependency problem from installing that package by hand. In general, it's much better to let apt or dselect do all the downloading and installing for you, so at least the base deps are met. But you probably realise this now. 8)

    One big no-no is adding unstable packages to a stable machine. Unstable packages are all compiled against linux2.2/glibc2.1 and so may not function properly.

    You could try reinstalling the offending package from your original dist, or do a apt-get check and see exactly what is broken. But if you want to upgrade to unstable, take your entire dist up to it using apt-get dist-upgrade (ensuring you first have an unstable source listed in /etc/apt/sources.list). Take note though, this will upgarde every package on your system to the unstable version, so it may take a while.

    good luck!
    -mike

  8. Re:Yea Mandrake May sell more BUT DEBIAN IS FREE on MacMillan Sells Most Linux, gets No Respect · · Score: 1
    I want to run glibc2 stuff but Debian can't do that out of the box now can it?

    Out of the box, no, but -unstable is based on linux-2.2/glibc-2.1. Getting slink(stable) up to potato(unstable) is as easy as typing apt-get dist-upgrade.

    Potato, as it's unstable designation implies, *may* be unstable, but I generally keep on the cutting edge, package-wise, and have had few problems.

    mike.