Slashdot Mirror


User: EvilTwinSkippy

EvilTwinSkippy's activity in the archive.

Stories
0
Comments
4,256
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,256

  1. Re:Summarizing on Batteries Continue To Suck · · Score: 1
    In a well written article the first paragraph IS the summary. Every communication tells you the story 3 times: The tell you what they are going to tell you, the tell you what they want to tell you, they tell you what they told you.

    I don't make the rules, I just regurgitate them from my years writing for the school newspaper.

  2. You can't rewrite the laws of physics... on Batteries Continue To Suck · · Score: 4, Insightful
    Batteries will continue to suck for a variety of reasons. Numero Uno: if you have a lot of energy packed into a small space it has a tendency to want to explode. Duece: Batteries are a chemical conversion of electricity to a chemical reaction and back. Every conversion takes energy. Trece: Even if you get away from chemical batteries, and somehow find a way to store that much potential energy safely, nature abhors a vacuum. That energy is going to leak out any which way it can.

    Quit bitching or open-source the laws of physics.

  3. WTF is reversable computing? on 'Reversible' Computers More Energy Efficient · · Score: 1

    Energy efficient, got you. But as an Electrical Engineer, and a seasoned network engineer, I've never heard the term before. And I'm pretty damn well read.

  4. Re:thank you, thank you.. on 20th Anniversary Of Computer Viruses Commemorated · · Score: 1
    Wait a minute. That's way too short. You have to thank Melissa, and Ana, god bless.

    And all the folks who double clicked on me, in alphebetical order: Aarron Aardvark, Adam Acres, Audry Acres, Barnaby Acres ...

  5. Re:"Celebrate"? on 20th Anniversary Of Computer Viruses Commemorated · · Score: 1

    With me that makes at least 2 grumpy old crumudgeons then.

  6. Re:Encrypted P2P ... on Napster and Gnutella Measurements · · Score: 1

    Well at least it was available until you slashdotted it you insensitive clod!

  7. Reminds me of a quote... on Napster and Gnutella Measurements · · Score: 3, Interesting
    I have a friend who is a history major. He always says that History isn't history until everyone who was there has died.

    I'm starting to get the sense that Science really should stick with the timeless concept. 2 years is a blink of an eye when preparing a paper on particle physics, or mathematics. 2 years is at least 8 lifetimes on the internet. By the time you write about it, it's obsolete.

  8. Re:IBM Desktop Distribution? on IBM and Its Thoughts on Desktop Linux · · Score: 1
    I think because no one has taped the "kick me" sign to their ass and declared that they will be the person to do it.

    So I'm officially taping that sign to my butt. I'll call it "tao-linux". http://www.etoyoc.com/tao-linux

  9. Re:IBM Desktop Distribution? on IBM and Its Thoughts on Desktop Linux · · Score: 1
    I'm trying to figure out if that is an observation or a conclusion.

    Especially considering that on any given week we have a report on slashdot about some large project forking. Hell we have more schisms than the Christianity.

  10. Re:IBM Desktop Distribution? on IBM and Its Thoughts on Desktop Linux · · Score: 1
    You are mixing metaphors my friend. Conformity is not the same thing as opression. A community policed set of standards is not a police state. We are in a state of chaos and uncertainty, that chaos is starting to get in the road of our mission.

    I will have you know that the hardware business conforms to a length set of interoperability standards. They are benevolently dictated by the IEEE. Those standards are what allow the chips from one company to interface, or even not fry, another. Peripherals all conform to one of a handful of standards: PCI, ISA, AGP, USB, IEEE1394 (aka Firewire.) Mobo manufacturers are given a set of specifications for each CPU and driver chip.

    And yes, it is chaos. And no, x86 is not a clear winner. If you include embedded devices the venerable Motorola 68000 series, and it's derivatives, eat x86 for lunch. My Linksys access point uses a MIPS architecture chip, as does my Playstation II. By volume there are billions of those devices in circulation.

    And I do find it ironic that you end an anti-conformity rant by trying to make me conform to your mindset. "Repeat after me", Bah. Any true lover of freedom would never use such words. The truth points to itself.

  11. Re:IBM Desktop Distribution? on IBM and Its Thoughts on Desktop Linux · · Score: 2, Interesting
    You are missing the point of Linux.

    Linux is NOT anti-monoculture. Unlike BSD the Linux kernel has not forked off into a million competing implementations. Why? Because Linux Torvalds works like hell to keep everyone on the same path. Many wander, and discover new things, and the best of the side-tracks are knitted into the collective. So while there may be a Cox kernel and a Wolk kernel, at any given time there is a Vanilla kernel that everyone bases their work on.

    Linux is about transparency. All of the inner workings talk to each other in a consistant way. When something is inconsistant it is re-written according to the best ideas of the community. There is a certain sacrifice of individuality required to work on a project of that magnetude. The sacrifice is shared by all and understood, yet it is little sacrifice at all. In exchange for a measure of conformity, you can call upon the resources of the collective to solve a problem.

    Despite what you may think, out society lives by this conformity/freedom balance. When you are sick, where do you go? The Hospital. Where are your children educated? At school. When someone is committing a crime, who is called? The police. Who protects our country from invasion? The military.

    All of these things would be impossible for an individual alone to do, or at least do well.

    Back to my point I see less "diversity" in Linux software than I see duplication of effort. There is no earthly reason why I need to have GTK, GTK2.0, QT, and TK all installed on my machine at a given time. They all do essentially the same thing. Why do I need ESD, ARTSd, OSS, and ALSA all at the same time?

    When you sit back and reflect on the insanity, the problem becomes clearer.

  12. Re:IBM Desktop Distribution? on IBM and Its Thoughts on Desktop Linux · · Score: 1

    Amen. Now if I could only see the website...

  13. Re:IBM Desktop Distribution? on IBM and Its Thoughts on Desktop Linux · · Score: 1
    I'm starting now.

    Track my progress at http://www.etoyoc.com/tao-linux

  14. Re:IBM Desktop Distribution? on IBM and Its Thoughts on Desktop Linux · · Score: 1
    It's nice to hear from another enlightened mind.

    My plan would be to simply ditch both KDE and GNOME and have both camps come together with a neutral product that embodies the best of both. Sure it would take years to do, but since when are volunteers pressed for time?

    My main complaint is a lack of scripting in both. Pick one: TCL or Python. Now, instead of writing wrapper on top of wrapper in C++, knit your higher level functions together in script. Development time drops, because now you are only developing and testing core widgets, components, and APIs. Customization increases. You can re-script the interface to suit you needs be it a kiosk, a desktop machine, or an embedded terminal.

    Now, extend the plan. Develop a common communication protocol that all desktop components will use. Instead of making calls to a library, pass instructions to an ambassador object. Let the ambassador take care of the formatting and translate commands into all of the implementation specific details. Mimic network protocols so that we are only passing information. In this way we don't care what language (or even CPU architecture) is on the other side of the transaction.

  15. Re:IBM Desktop Distribution? on IBM and Its Thoughts on Desktop Linux · · Score: 1

    If you aren't pissing someone off in this world you can't be doing anything meaningful.

  16. Re:IBM Desktop Distribution? on IBM and Its Thoughts on Desktop Linux · · Score: 4, Insightful
    Linux needs one good way of doing things.

    At present you have KDE and GNOME which set about to rule the entire desktop in 2 entirely different ways. Each of them employs an application toolbox that is so handy and candylike that developers are hooked on one or the other. We have several different sound packages, each mutually exclusive. Printing is a pick and choose proposition. Scripting is a pain because it seems that everyone has a favorite language the requires its own interpreter.

    If we put aside our holy wars and worked towards one system we would be better off.

    We need a Desktop Czar in the same vein as Linus is to the Kernel. Someone to assemble the application side of OS. One shell. One scripting language (preferably the same interpreter AS the shell). One compile and build system. One package management system. One file layout. One printing system. Some one needs to stick their neck out and say "This is how it is will be done."

    And if we don't do it, Bill, IBM, or Novell WILL.

  17. Re:Why do we always think there's only one solutio on IBM and Its Thoughts on Desktop Linux · · Score: 1
    I would argue that if you are trying to replicate the functions of a conventional windows workstation under Linux, yes you are crazy. I have a Gentoo workstation at home as my primary box largely because I have some exotic older hardware that XP does a crappy job of supporting. That and I have a really understanding wife who is a computer teacher.

    That said, the Windows "fat workstation" approach is crazy. Corporate networks would be better served by going to a thin-client architecture. In that respect [Li]|[U]nix is on an even keel with Windows Terminal Services and Citrix. Everyone gets a box that logs in, and a desktop that does everything they need and nothing they don't.

    At least with Unix you already assume that the person logging in will have only a minimal interation with the bare metal.

  18. Re:Why The "Matrix-In-A-Matrix" Idea Is Stupid: on The Matrix: Resolutions · · Score: 1
    Tao called Tao is not Tao.

    Names can name no lasting name.

    Nameless: the origin of heaven and earth.
    Naming: the mother of ten thousand things.

    Empty of desire, perceive mystery.
    Filled with desire, perceive manifestations.

    These have the same source, but different names.
    Call them both deep - Deep and again deep:

    The gateway to all mystery.

    -- Lao Tsu, The Tao Te Ching, Chapter 1
  19. The only intuitive interface... on Literacy: Natural Language vs. Code · · Score: 1
    The only intuitive interface is a nipple. Everything else is learned.

    I'm at home with a newborn, and I can tell you with conviction the old Unix adage is true.

  20. From the book of illiad... on Literacy: Natural Language vs. Code · · Score: 1

    An oldie but goodie from the Userfriendly comic strip.

  21. Re:Jobs I'd hate to have on The Worst Jobs in Science · · Score: 1
    I'd like to add...

    Testing ejection seats.

    Unsolicited manuscript reviewer.

    Microsoft Linux Researcher

    Jamacan anti-drug campaigner.

  22. Re:don't you love catching a dupe? on The Worst Jobs in Science · · Score: 1

    I recommend the ghost twins from the Matrix. Nothing seems to kill them save a flame war.

  23. Re:What IS information on 800 Megs of Data Per Person Last Year? · · Score: 1
    Also surpize is a relative notion. Something might be surprising to me but not to you...

    I think I heard a single hand clapping.

  24. Re:Incredibly foolish article on Literacy: Natural Language vs. Code · · Score: 1

    The day the Google ceases to work for me is the day I write my own Search Engine. A collection of links to websites does not a monopoly make. Especially when the corpus of data is essentially obsolete upon generation.

  25. Re:Empowering users with the command line on Literacy: Natural Language vs. Code · · Score: 1
    I agree. By logical extension of this argument a mechanical engineering degree would be required for your driver's license, and a medical degree required to apply a band-aid. And don't get me started on toilets.

    Really folks, life is about getting down to what you want to do. I love fiddling with computers in the same way some people fiddle with woodwork or knock a perfectly innocent white ball around a grassy field with holes in it.

    I would much rather have folks focus on what they are genuinely interested in. If for nothing more than it allows me to do what I like to do.