Slashdot Mirror


User: layer3switch

layer3switch's activity in the archive.

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

Comments · 595

  1. Dear Asus fan boy, on Asus PW191 LCD Review · · Score: 0, Flamebait

    "While a lot of their competitors are using a white Macintosh look for lack of better ideas, Asus is innovating, offering designs that are both personal and novel."

    The first thing came to mind when I saw this Asus PW191, was this Apple's Mac mini.

    Innovating? Personal and Novel? what a laugh...

  2. What's "ISP"? on US Intensifies Fight Against Child Pornography · · Score: 1

    "investigating ways to ensure that ISPs retain records of a user's web activities to track down offenders"

    So lets say, I provide wireless access to general public in my neighborhood for free, am I considered "ISP"? A blanket termed statement in laws like this makes me nervous time to time.

  3. Wue Wei ... Wheeeeeeeeee! on How Virtualization Led Microsoft to Support Linux · · Score: 1

    "The fact that Microsoft is now supporting, if only grudgingly, that sort of mix shows how much things can change even while staying the same."

    It's called, Tao. Don't just know it or acknowledge it. Understand it and Let it flow.

    Linux way is the Tao way.

  4. Intellectually cold hard facts on Closet Slashdotters: The 'Intellectually Curious' · · Score: 1

    They conclude that 60 million Americans can be called "intellectually curious."

    Total US Population: apx. 299,000,000
    Literacy: 99% male/female age over 15
    US Population within ages 15 - 64: Apx. ~200,500,000

    Apx. 60,000,000 comes out to ~30% so called, "intellectually curious" among US population between ages of 15 - 64.
    Hence, 70% of the population is what you are asking about.

    "Intellectually, I'm curious what that makes the rest of them."

    Potential source of Soylent Green(tm)

  5. Re:Database centric OS on Hey Oracle, Why Not Ubuntu? · · Score: 1

    There is. Mircle Linux.

    http://www.miraclelinux.com/

    It's a Japanese company which made a fork off Red Hat distro around Oracle and DBA centric needs. It's been around for years.

  6. I don't think so. on Hey Oracle, Why Not Ubuntu? · · Score: 1

    Ubuntu has been around for what... couple of years while Novell has been around close to couple of decades?

    Buying out Ubuntu is like buying an empty paper bag while buying Novell is like buying paper bag with grocery in it.

  7. it smoked Fedora Core 5 performance-wise??? on Looking Forward, Ubuntu Linux 6.06 · · Score: 1

    If it wasn't a FUD or flame intended, I don't know what is.

    With that type of strong statement, I would like to see the version to version, gcc build to gcc build, distro to distro, packages to packages, side by side comparison on what the hell was so "smoking" about the performance. Otherwise, that kind of statement just makes no sense. Until some solid benchmark and proof, this statement would be more fitting; "warm fuzzy feeling that things just magically pops up much faster on Ubuntu 6.06 than on FC5."

  8. Re:Is it as messed up as FC5? on Looking Forward, Ubuntu Linux 6.06 · · Score: 1

    Most likely with your kernel-header issue, you must have skipped the kernel header install at Kernel Develop section of the package group installation. But for the most part, it's nothing serious enough to complain about. It's simple as `rpm -i /usr/src/redhat/RPMS/i386/kernel-devel-2.6.*.rpm` or `yum --disablerepo=\* --enablerepo=base install kernel-devel`

    For your evolution issue;

    for i in `rpm -qa | grep -e evolu* -e bonobo -e libgnome`; do rpm -q --requires $i; echo; done

    Now you see why it farts with errors because of "dependancies"? If you aren't aware of which package is required to be installed for evolution to work, it's probably the most safest bet to install every Gnome packages under the sun. And by you mean, default installation, you should be using evolution packaged for the FC{ver} you have installed, not any other test or FC{some_other_ver} by hacking around undesirable yum repos.

    Don't get me wrong. This isn't Gnome specific. This also can be seen with KDE base as well. If you are well aware of all those dependancies, it's only natural to simply "yum --disablerepo=\* --enablerepo=base --enablerepo=updates-released upgrade evolution" your distro in order to save time and fraustration.

    (Although I'm using FC4+test, this should be close to your FC5 issue.)
    Now this may return error with "Error: Missing Dependency: libpisock.so.8 is needed by package evolution" at the end saying the file is missing or the package providing the file is not installed. If that is the case, we troubleshoot. :)

    `whereis libpisock`
    This should return something like this;
    "libpisock: /usr/lib/libpisock.so /usr/lib/libpisock.a"
    Now we want to find out what package provides this with this command;
    `rpm -qf /usr/lib/libpisock.so`
    "pilot-link-0.12.0-0.pre4.0.fc4.2"
    Ha! So there, the dependancy is now bit more clear. In my case, the pilot-link package has been updated so this is natural since I have more recent package than what is required (evolution seeking libpisock.so.8 when I have libpisock.so.9, you do the math). Simplest way for "MY" case is to backport and face the grim reality of trying to resolve even more dependancies (in this case `rpm -q --whatrequires pilot-link` results in "gnome-pilot-2.0.13-2" having dependancy and the rabbit holes goes deeper when `rpm -q --whatrequires gnome-pilot` returns "evolution"!). Now I can just install (not update!) previous version of pilot-link package that provides libpisock.so.8 AFTER removing pilot-link-0.12.0-0.pre4.0.fc4.2 package with `rpm --nodeps -e pilot-link pilot-link-devel` to rid of the dependancy of file /usr/lib/libpisock.so.9.0.0 (the .so and .9 is just symlinks). Take note that I take this route to remove the package without checking dependancies and install old version because pilot-link package doesn't seem to have any dependant packages that I care about.

    rpm --test -e pilot-link pilot-link-devel
    error: Failed dependencies:
    libpisock.so.9 is needed by (installed) gnome-pilot-2.0.13-2.i386 (doesn't matter)
    libpisock.so.9 is needed by (installed) evolution-2.2.3-2.fc4.i386 (doesn't matter)
    libpisock.so.9 is needed by (installed) kdepim-3.5.1-0.1.fc4.i386 (doesn't matter)
    libpisync.so.0 is needed by (installed) gnome-pilot-2.0.13-2.i386 (file from pilot-link package)
    libpisync.so.0 is needed by (installed) evolution-2.2.3-2.fc4.i386 (file from pilot-link package)
    pilot-link >= 1:0.11.4 is needed by (installed) gnome-pilot-2.0.13-2.i386 (another word, 0.12.0.0.pre2.0 old version is safe with th

  9. Easter without candy on The History of Easter Candy · · Score: 1

    Christmas without presents, Halloween without costumes and candy...

    Something tells me, this candy business is made up to keep the kids off adult's back while they prey. Only if we can integrate candy and the Martin Luther King Jr. day.. somehow....

  10. Bill Gate invites President Hu Jintao of on Guess Who's Coming to Dinner? · · Score: 1

    the China(R) Corporation.

    How fitting...

  11. Forget about the bionic man on Bionic Man May Soon be a Reality · · Score: 1

    http://www.neogentronyx.com/

    C'mon, Mech totally kick bionic man's ass!

  12. Re:How do you even get it to overheat to begin wit on Pentium Computers Vulnerable to Attack? · · Score: 1

    Oooo, it's sooo hot. yeah, baby... yeah, daddy like... daddy like...

  13. How do you even get it to overheat to begin with? on Pentium Computers Vulnerable to Attack? · · Score: 1

    What??? Overheat? So what does attacker have to do, block off all air holes? And what??? System Management RAM? You mean, like Remote Management module like HP's iLO access?

    I heard, act of God includes "stupidity".

  14. "Woz"ing with personality... on I, Woz · · Score: 1

    Hmm.. the "Woz" i've read about since I was kid was extremely quite and shy guy at Apple. Lately (give or take 4 - 5 years), it seems, Woz was holding back a lot back in the days.

    Live it up, Woz. Have a corona light on me.

  15. Negroponte is joking, right? on Negroponte says Linux too 'Fat' · · Score: 2, Funny

    "I was the longest holdout for the crank being on the laptop. I was wrong," he said, adding, "If you're a 10-year-old, maybe you can get your four-year-old to pedal for you."

    Evidently he's not complaining about just kernel being fat...

  16. Re:Amazing Spin. on Bruce Perens on the Status of Open Source · · Score: 1

    "Lying ass."

    Now, that's insulting. If you wrote "sounds like a lying ass.", it wouldn't be insulting. It would just state the expression of how one may be interpreted as.

    Now, posting as an anonoymous coward? That's just plain pussy, and NOT sounds like "pussy."

  17. Re:Repetition is not convincing. on Bruce Perens on the Status of Open Source · · Score: 1

    "bitter and impatient" and redirected but still insulting.
    I said, SOUNDS "bitter and impatient", not IS "bitter and impatient."

    "The CTO is not a political position."
    No. It's a cabinet position which is used as a political pawn.

    "File formats are not the kinds of things politicians battle over because no one cares but a few M$ fanboys and people who understand software freedom."
    If this is what it comes down to, you really don't know jack. You should really give little more credit to the people of the Boston. IBM cares, Sun cares, software developers cares, school cares, gov't agencies cares, IT contractors cares, there are more people than you think.

    "Show me a record of Boston Globe front page articles about file formats or CTOs and I'll give you a virtual nickel."
    Keep your nickel. That's like saying New York Times posted front page article about Rumsfield in positive light.

  18. Re:Amazing Spin. on Bruce Perens on the Status of Open Source · · Score: 1

    Again, this is no surprise. You misunderstood my post. First, I wasn't insulting or attacking anyone. I was simply stating the current political baffle that is going on in Boston. Gavin and Pacheco had long standing grudge against Mass. republican party since Jane Swift. Gavin is on the prowl to take over Romney, and Pacheco is just a dimwit following democratic party line with fellow dickard, Gavin. IBM and Sun is behind ODF in Boston where probably very significant portion of Mass's diminishing software development jobs are.

    Sure, Microsoft will do whatever it needs to do to give themselves advantage by establishing strong foothold on standard, but lets not forget, this is politics, not Matrix. Quinn's getting the boot isn't some mighty act of evil genius, but rather piling BS that is going on in Boston's Politics as Usual.

  19. Re:Conspiracy theory on Bruce Perens on the Status of Open Source · · Score: 1

    "Enough people like Skylarov have gone to jail for writing the wrong software"

    He was the first to be prosecuted under US DMCA section 1201(b)(1)(A), prohibition on trafficking in a circumvention technology because FBI wasn't competent enough to know Sklyarov didn't own the software, but ElcomSoft did. Even Adobe realized the mistake later and asked for release of Sklyarov. But that is not to say that what ElcomSoft did was wrong. I am simply saying, Federal case against Sklyarov was dropped, and our legal system isn't perfect, however it's far from being a neo-authoritarian.

    In regard to Tridgell and Allison, they aren't in jail and I think, it's safe to say, anyone using Samba will be faced with jail time any time soon.

  20. Conspiracy theory on Bruce Perens on the Status of Open Source · · Score: 1, Interesting

    Am I the only one who think /. should have a tinfoil hat category besides Politics?

    Seriously, Mr. Bruce Perens couldn't have written a better script for Syriana II. I'll be blunt. ODF and GNUv3 rabbit hole doesn't go any deeper than the usual Bostonian political scuffle. Given enough spare time to ponder about politics, even Boston's Big-Dig project could be tided to Microsoft somehow.

    C'mon. We all know Microsoft's deep pocket reaches everyone, but the speculation forgets to mention that Open Source isn't some entity a political spinhead can control. For instance, IBM vs. SCO. Even if Linux kernel violated SCO's patent, could anyone really stop Linux kernel development? I believe in self-governing body where countability is on each and everyone who's involved. With or without multibillion corporations pushing their own agendas, people like Linus who cares less about politics or profit (except free beer) or even public's opinion, make Open Source possible.

    Mr. Bruce Perens, to me, sounds bitter and impatient how ODF and Open Source is being adapted around the country, and the world.

  21. Coincident? on Stone Age Dentists · · Score: 0, Offtopic

    "The form of dental treatment seen at Mehrgarh continued for about 1,500 years, before the practice was stopped in the area."

    Coincidently short before the practice was stopped in the area, a scripture found nearby describing about a birth of an entity called, "HMO".

  22. Re:Am I missing something? on RIM Chairman Wants Changes to U.S. Patent Law · · Score: 1

    "Using dubious patents (all of the patents in question have been rejected)"

    So was cold fusion. Do some thinking before opening up your yap. NTP's patent was approved and it's based on real world demonstration and prototype before you had your thumb up your ass for crackberry juice. Rejections were all based on lobyist's pressure to Congress, nothing to see here.

    "I've never, ever heard that accusation"

    Then you weren't listening or don't know enough to even place your opinion about this subject.

    "Further vilifying them, NTP held out for a non-reversable judgement...{rant}"

    It's called, settlement.

    "There is absolutely no positive angle for NTP."

    Right, like no positive angle when RIM was on a roll sending out patent infringement letters to dozens of companies around US and filing suit against anyone came close to making any innovation. Yeah, you heard it right, NTP filed the suit ONLY after RIM's shopping spread for lawyers and bankrollers.

    RIM == Patent Troll
    NTP killed the Patent Troll with patent.
    now RIM crying against Patent Troll.

    Irony?

  23. No Internet = No Gmail on Gmail vs Pine · · Score: 1

    http://snarfed.org/space/gmail+vs+pine
    As of 02:12 AM EST US
    HTTP ERROR: 503 Startup+in+progress%2C+please+wait+%2E%2E%2E

    RequestURI=/space/gmail+vs+pine


    This is why I don't use Gmail. Case closed.

    No Internet Access and/or No Gmail Service Available = No Gmail = Unable to read email messages/headers
    No Internet Access and/or No IMAP Service Available = Pine IMAP Header/Body Cache = Read old email messages/headers

  24. Re:Differences on EiffelStudio Goes Open · · Score: 1

    "And if you've never coded with generics and still just typecast your container data: get out of my sight you disgusting hacker. OOP without generics is like a car that only turns left - sure you can go right, just do three lefts."

    True hacker just make 3/4th circle to left to make single right turn. Hence 3/4 is more efficient than 1...

    You bastard, you made me feel sad...

  25. Try 10,000 Kilometers on New Data Transmission Speed Record · · Score: 1

    The researcher assumes the transmission capacity on the large transoceanic traffic links will need to increase to between 50 and 100 terabits per second in ten to 20 years. "This kind of capacity will only be feasible with the new high-performance systems."

    160 kilometers? large transoceanic traffic link? When 10,000 kilometers of non-repeated distance can be achieved, I'll be impressed. Until then it's nothing but a bragging right.