Slashdot Mirror


User: Swamii

Swamii's activity in the archive.

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

Comments · 586

  1. Ob. Southpark quote on Kevin Smith Previews Revenge of the Sith · · Score: 1

    Oh wait! That was brown, brown, brown...

    Noise, noise, noise...

  2. Problem with Ask Slashdot on OpenOffice vs. MS Office for Education? · · Score: 1

    There's a problem with this story: it requires the acknowledgement of those obnoxious persons (i.e. most of Slashdot) to admit they are, in fact, obnoxious and pushy when it comes to open source software vs. closed software.

    The way I did it with my wife was to show her the benefits of one over the other, then I let her decide. Mind you, I wasn't pushy, nor did I mock Outlook or IE or go on zealous rants about how Microsoft is supposedly evil. The end result is that she now uses Firefox instead of her AOL browser because she "can't live without tabs".

  3. Re:you're the perfect Microsoft fanboy. on Firefox nears 50 Million Downloads · · Score: 1

    Oh dear Lord, not the religious right! Oh how eeeeevil! (as opposed to the holy & righteous secular left? Bwahaha!)

    Microsoft just donates money to whoever happens to be in power at the time (see opensecrets.org). Your original post was totally off-topic and inflammatory, and is being modded as such by secular, leftist Slashdotters like yourself. Kind of ironic.

  4. Re:If you need another reason to download Firefox. on Firefox nears 50 Million Downloads · · Score: 1

    Taking a break from the typical Slashdot cynicism, I gotta say you just made my day with that one. I'm adding you to my friends list...

  5. Re:Remember "Freedom Fries"? on French Courts Ban DRM on DVDs · · Score: 1

    I despise the various "free as in xyz" catch phrases. The reader can derive what version of "free" is being spoken of by reading the context of its usage.

  6. Re:Redundant, I know on French Courts Ban DRM on DVDs · · Score: 1

    Cirque de Soleil style. :-)

  7. Redundant, I know on French Courts Ban DRM on DVDs · · Score: 1

    But the parent wasn't redundant when I posted it. :puts head between legs and runs away from evil mods:

  8. Remember "Freedom Fries"? on French Courts Ban DRM on DVDs · · Score: 4, Funny

    Maybe we ought to rename French DVDs as "Freedom DVDs", but this time not as a political statement, but rather because of the true freedom one has in DRM-less content.

  9. Re:It's quite simple really: on OpenOffice vs. MS Office for Education? · · Score: 0, Flamebait

    Not to flame, but #2 is a tad misleading. While OO supports .doc, exporting to the Microsoft .doc format isn't there, meaning people who only have MS Office (i.e. most people) can't open your document.

    The default swx format can't be opened by MS Office either, which means there will be some trouble viewing student/teacher documents unless the defaults were changed (or if one was to teach everyone to export to some cross-office compatible format, but that's boiling the ocean...)

  10. Re:Let's be honest - you guys forced them into it. on Microsoft Abandons Gay Rights Bill · · Score: 1

    (For dim witted bible bashers out there, the above is what is known as "not really true")

    It's a funny joke, har har har. Reality is, though, that's what most ignorant Slashdotters think of Christians. But secular technozealots know as much about us as hermit Pennsylvania Amish know about the innards of the Linux kernel.

    Reality is, we believers in Christ aren't all Bush loving TV evangelists out to get your money, out to smack you with our Bibles, or kill gays because it's "God's work". If that's what you see Christians as, then it's sad you've been exposed to the worst of our bunch.

  11. Re:Clearly evolution is fallible... on Top 10 Evolutionary Adaptations · · Score: -1, Troll

    Wow, that hurt so much, what am I to do, dear me.

    I love how Slashbots like you are so pathetic that you have to post anonymously and resort to personal attacks when you lose an argument. Such a fine example of a "scientific" Slashbot.

  12. Re:Trying to get a feel for evolution in america - on Top 10 Evolutionary Adaptations · · Score: 0, Troll

    As opposed to public schools, which would have you believe evolution is infallible, and anything that teaches otherwise is automatically false.

  13. Re:Trying to get a feel for evolution in america - on Top 10 Evolutionary Adaptations · · Score: -1, Flamebait

    Be prepared to get modded down by all who believe evolution is infallible (i.e. the large majority of Slashdot).

  14. Re:didn't bill say on Longhorn to use UNIX-like User Permissions · · Score: -1, Troll

    You're basing your opinion of Microsoft on a news headline from Slashdot, an anti-Microsoft website. Unbelievable.

    The original article mentions nothing about this being similar to Unix permissions; only a single quote saying "In Unix, people ask 'will this run under non-root'?". This "copy of Unix" idea is nothing more than an editorializing tactic by people who happen to hate Microsoft so much that they will criticize the company for everything from writing anti-child porn software, or for donating money to stop AIDS, or donating computers to schools.

    This so-called tech community is truely blinded by an obsessive hatred of everything Microsoft, anything remotely religious, and anything that isn't GPL. This used to be a great technical oriented community, but its now become nothing more than a "we hate Microsoft, we hate Bush, we hate yahda yahda" fan club.

  15. Re:MS solves world hunger - slashdot readers compl on Microsoft Collaborates On Child Porn Buster · · Score: 1

    That was one of the best posts I have read on Slashdot, ever. Nail on the head, man.

  16. Re:Avirdnam on Mandrakesoft Changes Name to Mandriva · · Score: 1

    Haha I can see my grandpa saying that. Thanks, that just made my day. :-)

  17. Avirdnam on Mandrakesoft Changes Name to Mandriva · · Score: 5, Funny

    You know that when your company's sounds better pronounced backwards, you've picked a lousy name.

  18. BIAS! on Yahoo! Search Providing Support to Wikipedia · · Score: 2, Interesting

    Search for Slashdot on Yagoohoogle, and what do you get? THIS!

  19. Re:Hibernate on Hibernate - A J2EE Developers Guide · · Score: 1

    Exactly my point. When I said "compiled", I was speaking of compiled to native code. Java, C# and other .NET languages are compiled, just not to native.

    Java depends on interpretation and JITing to get to native, while .NET/Mono apps depend on JITing and AOTing to get to native.

  20. Re:Hibernate on Hibernate - A J2EE Developers Guide · · Score: 1

    I know you were being sarcastic in your first post, but a lot of people (especially ex-VB6ers) don't understand that Java is JIT'd, or even what is JIT'd means.

  21. Re:Hibernate on Hibernate - A J2EE Developers Guide · · Score: 1

    Java isn't entirely interpreted anymore. In fact, much of it is just-in-time (JIT) compiled to machine language, meaning when you're about to run some Java code, the Java Virtual Machine compiles the byte code to native code on the fly.

    FYI, the various .NET/Mono languages are all JIT'd, zero interpreting. Java is much the same now, it was just originally designed to be an interpreted language.

    Also, .NET/Mono have ahead-of-time (AOT) compilation, meaning you can compile your dll libraries or exe applications to native code at install time.

  22. Re:Chapelle? on Hibernate - A J2EE Developers Guide · · Score: -1, Offtopic

    Beat me to it.

    I was looking for a more Rick James-oriented comment though. So no mod points for you.

  23. Re:RTFA! Re:|____ on **No Title** · · Score: 4, Funny

    Brilliant.

  24. Re:Do they run too much? on Google Ride Finder Announced · · Score: 1

    That's too bad. The situation here in the US was much like that until quite recently -- rural areas have little choice, as DSL and Cable haven't been available.

    Fortunately, now cable and DSL are both rolled out more in even the rural areas. And because of that, broadband prices are dropping; something like $30 (about $10 more than dialup) whereas only a few years ago it was between $50-60 for broadband.

  25. Re:Do they run too much? on Google Ride Finder Announced · · Score: 1

    With the recent survey saying Italy has the lowest broadband internet acceptance rate, I think your country might be down on the list a ways.