Slashdot Mirror


User: pnatural

pnatural's activity in the archive.

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

Comments · 373

  1. Oh, How Rich! on Microsoft "Bans" Use Of GPL Code · · Score: 1

    From the article:

    "Microsoft can't beat us technically, so they've decided to strangle us in legal paperwork," said Lorne Cooper, president of NuSphere, distributor of the MySQL open source database system, a potential competitor. Microsoft announced its restrictions as NuSphere and Great Bridge, a distributor of another open source database system, have begun to enjoy limited success as Internet systems.

    So the distributor of MySQL, the most brain-dead POS DBMS on the planet, says MS can't beat them technically. I'm sorry, but MySQL cannot even come close to MSSQL.

    I guess it goes to show that FUD comes from both directions.

  2. Re:The only thing that helps is taxes on Eco-Terrorism · · Score: 1

    These actions are justifyable from a moral standpoint. When the established government is commiting crimes, the only way to respond to that is overthrowing the government...

    Oh, what irony. Didn't we just kill Timothy McVeigh for thinking (and acting upon) these lines of thought?

  3. Re:Nice troll on C Styled Script - C-like Scripting Language · · Score: 1

    oh, i've used lotsa lisp. in the dialects i've used, it would be (setq a b) or (set 'a b) vs (= a b). but i haven't used ML.

    i'm inclined to agree with the original poster as well. i've been using python for everything lately, and you couldn't pay me enough to write C/C++/java(tm).

  4. Re:Nice troll on C Styled Script - C-like Scripting Language · · Score: 1

    are you on crack? the only language i can think of where the compiler determines the context of a=b (assignment vs. equality) is visual basic. every language worth it's weight in bits has separate assignment and equality operators.

  5. Re:Killing Nazis on Returning to Castle Wolfenstein · · Score: 1

    Morally speaking, killing Nazi's is easier to justify than killing Japanese soldiers or Isreali stormtroopers.

    You were doing great until that part. Morally speaking, if you make the determination to kill a person or group of people based on their beliefs (or race, national origin, etc), then you have done no better than the Nazis themselves. I know it's hard to swallow, but that's what morals are all about: doing what's right, and not just what's easy.

  6. You Know What This Means on Hacking DirecTV over TCP/IP using Linux · · Score: 5

    10,000,000 channels, and nothing is on.

  7. Re:God... on Red Hat DB = PostgreSQL - Confirmed · · Score: 1

    oh, i could tell you stories. if you're working at a company as a sql programmer or dba, 9 times out of 10 you can run something like this
    "update employee set salary=salary*1.5 where id=yours" without anyone ever even knowing.

  8. Re:Would it make an impact ? on Red Hat Enters The Database Market · · Score: 1

    Latest version of Oracle costs about $40k per CPU. DB2 & SQL Server are not much cheaper.

    are you on crack? sql server doesn't cost anywhere near $40k per cpu. hell, the unlimited "internet" version costs $10k per instance, which could be run on any number of cpus in a smp machine.

  9. Re:Registrar competition is good...look at .com, e on Battle For Control Of .au Domain · · Score: 1

    the best place i've found is register buzz. $10/year/domain. sweet.

  10. Duh on Ethically Monitoring Your Kid's Net Access · · Score: 4

    you said only an awareness of what she surfs.

    as a parent of two, let me fill you in on a little secret: the only way you're going to know what your kids are up to is to spend time with them. in other words, get off your lazy ass and spend time with them. especially if you only have her 2 days a week. sheesh.

  11. Re:The book will always have a future on The Future Of The Book · · Score: 1

    ah, but if you use a pocketpc device, you could be playing freecell on the crapper. that, my friend, would be a little slice of heaven.

  12. Re:Would you calculate MS's profits using int on O'Reilly Sez Ask Craig Mundie · · Score: 1

    Ah, true. But you could measure the the profits of Sun(tm) using a short.

  13. Re:Not so hard. on A.I. Software To Command NASA Mission · · Score: 1

    ROTFL

    mod this the fuck up.

  14. Re:Sholes had a reason for QWERTY on Ergonomic Laptop Keyboards? · · Score: 1

    yeah, but it's the urban people who are stupid enough to believe them.

  15. Re:It's unlikely to be productive on Water Cooling Flow Indicators · · Score: 1

    300 fps Quake 3...

    kids these days! don't you know that q3 caps the max fps at 250?

  16. Re:X Blah on Xbox, GameCube Dates Set For Early November · · Score: 1

    If MS had adopted OpenGL and stayed the course, hardware/software would be much farther along today

    in a word: bullshit. what has gotten hardware and software to the point it's at today is the games. it's the games that push the hardware, not MS's adoption, it's the games that push the operating system and the libraries, not MS's adoption. and if you really think about it, it was The Carmak's company that pushed harder than anyone. and they've used OpenGL since '96, noless.

  17. Re:OT: What does SPARC mean on Is Linux Losing Its SPARC? · · Score: 1

    Sun(tm) Processors(tm) Are(tm) Really(tm) Cool(tm)

  18. Re:Innovative and exciting on Sun Launches JXTA · · Score: 1

    Did you even read the info???

    Did you? I'm asking because you said this:

    The JXTA protocol(s) etc are going to be STANDARDS that can be worked into ANY application, regardless of programing language.

    Where on the JXTA site does it meantion the word "STANARD"? Does it meantion ANSI? W3C? Any standards body? I'm afraid you've bought in to the Sun(TM) Patented(TM) Misuse(TM) of(TM) Language(TM). You've fallen prey to the same trick that Sun(TM) used to convince the great unwashed that Sun(TM) Java(TM) is a STANDARD.

  19. Re:Do tell on IBM To Purchase Informix Database · · Score: 1
    I wish someone would PLEASE enlighten me as to what all these great secret enterprise features are that Oracle has that Postgres does not!

    hm...
    • US$500 per seat licenses?
    • a crazy CEO, bent on world domination?
    • the need for a dozen US$90 per hour DBA's (per server!) who couldn't collectively code their way out of a wet paper bag?
    • brain dead OUTER JOIN syntax?
    • out of the box settings that make the average super server crawl like a 6 month old baby?
    • and so on.
  20. Re:Java flaws on Next Generation C++ In The Works · · Score: 1

    c) Its not a standard until Sun submits it to a real standards setting body. Until then its just as proprietary (in my mind) as Visual Basic, etc.

    actually, it should be proprietary in the minds of everyone... the little TM (trademark) gives it away!

  21. Re:CPAN is no reason to ignore Ruby on Programming Ruby · · Score: 1

    A minor annoyance is that you have to explicitly pass "self" to methods.

    wrong. you do not pass "self" to methods, the interpreter does that for you. all you have to do is declare your class methods with at least one argument, which is by convention, "self". oh, and yes, i know that you have to pass an instance to an unbound method, but that's not the same thing.

    A major annoyance is that, as in java, there are data structures that are not objects - thus you have an unnecessary and uncomfortable mix of methodologies.

    to which data structures are you referring? iirc, there are a *few* like this in python, but damn near everything is a "first class object".

  22. Re:Why UDDI won't work on Why UDDI Will Work · · Score: 2

    - isn't it all about business-to-business?

    no, it's not about b2b, and neither is it about web browsing and searching (ala google as the first poster stated).

    put simply, UDDI is about applications finding other applications and services. something along the lines of:

    i write a program that is a UDDI client and a SOAP client. my program accepts data from the user regarding travel arrangements. based on the input, i query a UDDI registry for services relating to travel. from the results of that query, my program can connect to the individual services (via SOAP) for price, availablity, etc. from there, the app can show the results to the user and allow them to select the most appropriate choice. then, the app could communicate that choice (via SOAP) to the web service and pay for the whole thing.

    ok, my example is contrived and stupid, but it points out the really cool parts of SOAP and UDDI: all of the above can happen without ever writing code to a specific service. in fact, when new travel companies come on line, this program would automagically pick them up and use them in it's searches.

  23. Re:I think it's expensive, not too expensive. on Software Problem Linked to Osprey Crash · · Score: 1

    got you beat:

    i work at a telco, and our billing system runs emulated wang on aix.

  24. Re:Have you all forgotten already? on Slashdot Moving To FreeBSD · · Score: 1

    You cant even get a half-decent JVM for the thing.

    you say that like it's a bad thing. free your mind and the code will follow.

  25. Re:OT: Use of the "Anti-Abortion" on "Nuremberg Files" Decision Overturned · · Score: 1

    Correct. also irrelevant, since there is virtually no-one who actually PROMOTES abortion outside of China.

    Have you never heard of Planed Parenthood? They PROMOTE abortion every single day, to the tune of some 17 million abortions annually. And if you don't believe me, talk to a few girls who have visited them and ask them the first option given to them by the PP people.

    While in the womb, it's not yet a baby. The term is zygote or fetus depending on how many cells are currently involved.

    Let me tell you something personal: my wife is pregnant with our baby right now. She doesn't have a fetus in her belly, nor does she have a zygote, she has our baby . That baby has a name, and his name is Dax. The fact that he has not yet been born is the truly irrelevant matter, because all of the genetic information necessary to create him was determined at conception. If you choose to play semantics with the life of a human being, fine, go right ahead. However, let me share a thought: in pre-emancipation days, slaves were considered 3/5ths human in matters of property. They played with semantics to make their argument, too. The parallels between abortion and slavery are chilling; in both cases, those that argue and fight against them do/did so because those they were fighting for could not speak for themselves.

    This leads me to guess that you in fact anti-choice, although you havn't yet come right out and said so

    If your definition of choice is "one willing to kill human babies before they are born", then yes, I would proudly wear the label of "anti choice". Since you, too, have loaded your questions, I dismiss your argument in its entirety. But let me also note that your intent here is to dismiss my views because they disagree with your own, not because they are invalid or illogical.

    Do you believe that abortion should be illegal under all circumstancs?

    Absolutely.

    Bonus question: * Do you believe that the death penalty should be an option?

    No, not ever. You see, my arguments are entirely consistent: human life is valuable at every stage, regardless of time and circumstance. Are yours?