Slashdot Mirror


User: zcat_NZ

zcat_NZ's activity in the archive.

Stories
0
Comments
1,156
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,156

  1. Re:USB wristband? on The USB Wristband · · Score: 1

    I implanted my swiss army knife in the side of my finger one time. Right through to the bone. It wasn't one of those USB knives though so I guess that doesn't quite count..

  2. Re:the recommended changes require MORE laws? on The Patent Epidemic · · Score: 1

    Since you mentioned it first..

        Copyrights and patents are OPTIONAL.. "congress _may_ .." grant a limited monopoly, the constitution doesn't say they have to.

        More important however, is the phrase "To promote the sciences and useful arts..". This is the only reason given in the constitution that justifies the existence of copyright, patent and trademark protection. Any law that fails "to promote the sciences and useful arts", and certainly any law that can be shown to hold back the sciences and useful arts is completely unconstitutional and should be overturned immediately.

        The current patent system is borderline. Patents in software are clearly unconstitutional. The DMCA is completely unconstitutional. And apparently nobody cares any more.

  3. Re:Is it Open Source? on Writing Genetic Code · · Score: 1
  4. Re:Is it really that synthetic? on Writing Genetic Code · · Score: 1

    More like how most compilers (eg GCC) are developed;

        First you write the compiler in it's own language, then you compile it using someone else's already-working compiler. With luck you'll then have a working compiler which can compile a fresh copy of itself.

    Only a total masochist would try and hand-build the code themselves.

  5. Re:Please don't... on Today's Average Screen Resolution? · · Score: 2, Informative

    Google can't handle it either; your application/xml+html pages will get treated the same as other 'non-html' documents like application/pdf by google, which really sucks.

    If you want some fun serve your pages as text/xml - it's still valid according to the w3c but it makes IE display the pages in the most awesomely broken way!

  6. Re:In the old days... on The Return of the Commodore? · · Score: 1

    The local student radio station used to broadcast shareware games and stuff a couple of hours every night from 3am to 5am. This was way back even before BBSes were popular (and way, way before the net!!)

  7. Re:i got this... on Beginners Guide to Search Engine Optimization · · Score: 0, Redundant

    Step 1: Write better content.
    Step 2: ?????
    Step 3: Profit!

  8. Re:Otis Stern is just upset because on Open Source Worse than Flying · · Score: 1

    Ohh, this is a nice analogy;

    Open Source; It's a smorgasboard of over 15,000 different dishes, all free. But you have to bring your own cutlery, and some of the dishes are not very well prepaired. If you're not happy you could pop into the kitchen and suggest improvements or cook it your own way (assuming you know how to cook). Or you can hire a few talented chiefs and have them improve any dishes you think particularly need improving. The only restriction is that everyone else gets to try your improved meal too.

    Microsoft; For $200 you get a smorgasboard of about 15 dishes, all entrees and nothing substantial. You can only fill your plate once and you're not allowed to share it with anyone. Some of the dishes are badly prepared, and every time you complain you get told they'll be better next week. They never are. For another $600 you can have the steak meal but the steak is always well done, they claim nobody has ever asked for it any other way. If you ask for your steak rare, the chefs will taunt you and spread nasty rumours about you behind your back.

    Did I miss anything?

  9. Re:Who the hell on Peter J. Quinn Investigated for Travel Omissions · · Score: 1

    As near as I can tell, Microsoft is paying for a filter that will let Microsoft office read OpenOffice documents.

        - Read, not write.

        - OpenOffice documents (as used in OpenOffice 1.x) not Open Document Format

    The project everyone keeps pointing to is unquestionally only an input filter, it won't help you save documents in whatever format it reads, and in the project description it only mentions "OpenOffice format". OpenOffice format isn't ODF, and Open Document Format is not mentioned one single time anywhere in the sf.net project description. Anywhere.

    This is Microsoft's idea of "supporting ODF" ?

  10. Re:The reason not to upgrade is... on Ignore Vista Until 2008 · · Score: 1

    I thought WinFS was one of the features they were dropping..?

  11. Re:What?? on New Bill Threatens to Plug "Analog Hole" · · Score: 1

    I have a ten-year old video capture card here. You think I can even find drivers for it?

    Go ahead and store all the capture cards you like, in another ten years they won't be worth shit.

  12. Holy crap, I need a tinfoil hat!!! on Nestle Patents Coffee Beer · · Score: 1

    I was thinking, shortly after I first heard about that Open Source Gurana-enhanced beer, that it would be really funny to mess with the idea and highlight the brokenness of the patent system by taking out a patent on "Enhancement of Beer by Brewing With Naturally Occuring Stimulants"

    Now I really, _really_ wish I'd gone through with an application!!

  13. Re:How about EULA licence-violations? on Open-Source Insurance · · Score: 3, Funny

    There is a difference between Bill Gates and God.. .. God doesn't think he's Bill Gates.

  14. How about EULA licence-violations? on Open-Source Insurance · · Score: 5, Insightful

    What businesses REALLY need is insurance against Microsoft (and other BSA member companies) licence violations.

    SERIOUSLY

    Because for any reasonable-sized organisation it is very expensive to do a license audit, and almost impossible to be sure that you're completely in compliance. Many businesses have found that it's easier and cheaper to just buy a completely new set of licenses than try and figure out if the ones they already have cover everything they're running.

    And because if you're not in compliance, even by just a little bit, you _will_ get hit with substantial fines which cost a LOT of money to fight that in court.

  15. Re:Sony is protected by the DMCA on Sony DRM Installs a Rootkit? · · Score: 2, Interesting

    Note that Sony don't tell you how to get a GOOD mp3 copy (rip the CDDA tracks using cdex)

    They tell you to burn a CD in media player which I expect would taken from the protected WMA files, then use media player to convert it to MP3 which introduces even more quality loss. Not to mention that Windows Media's MP3 encoder is really, really shitty (Intentionally so, because they want to make WMA look good in comparison)

    The only reason Sony published this advice is the hope that people will find their advice first, and are less likely to stumble on _better_ advice such as using cdex..

  16. Re:You're about 20 years late, son on New Zealand Government Open Source with Novell · · Score: 1

    a couple of observations;

        "Which versions of Windows?" - something you wrote for Windows XP is probably not going to run in 98 or ME, quite likely won't run in Vista, and may run badly in in 2k or 2k3. Hell, even something you wrote for XP sp1 might stop running in XP sp2.

    Almost every other operating system is UNIX-like. The majority of OSS software these days it written to be reasonably portable. Something written specifically for Linux should compile in any Linux distro already, but with only moderate effort and some clever config work you can get the same code to compile in Linux, FreeBSD, OpenBSD, and OSX. Basically every OS other than Windows.

    Another factor at work (at least for Open Source software) is that if your software is good and useful the distro maintainers will do most of this work for you, compiling and repackaging your code so that it can be easily installed and blends nicely with their distro. Someone might even port it to Windows too.

  17. Re:The Slashdot Obvious (tm) on Future Cell Phone Knows You By Your Walk · · Score: 1

    "I AM THE LAW"

    RFID would have been an improvement over genetic fingerprinting. It would have eliminated the problem of judges with evil clones..

  18. Re:LiveCD Windows on Windows XP In Your Pocket · · Score: 1

    Please show me exactly where anyone (the editor of TFA or Bart himself) suggests using BartPE in this way. I for one can't find it.

    Is there any other situation where you would want Windows installed on a USB stick or CDR? What practical uses does this have except for being able to move your install from one machine to another?

    I don't think there's anything particularly -wrong- with BartPE, I just don't trust Microsoft to be fair and reasonable about it. If you were using BartPE as one of your tech-support system recovery tools and Microsoft decided to audit your business, I have no doubt at all that they would count this as a licence violation.

  19. Re:LiveCD Windows on Windows XP In Your Pocket · · Score: 1

    And as it's able to generate the CD using only what's in BartPE (1 exe and a few text files) and the windows CD where could the infringing files come from?

    "from violating the EULA"

    Microsoft's EULA says you're allowed to install Windows XP on a single computer. Installing Windows XP onto a CD or bootable USB device is not the same as installing it on a single computer, and is in violation of the precise wording of the EULA.

    Doing the above specifically for the purpose of easily moving it from one computer to another is a pretty clear violation of the intent of the EULA.

    As for Bart, there's some crap in the EULA about reverse-engineering that I think he might have infringed a bit.

  20. Re:I know because... on Windows XP In Your Pocket · · Score: 1

    How the hell do you figure that?

    The EULA says you can install and use Windows XP on a single COMPUTER. It doesn't say you can 'install' (which is effectively what bartPE is doing) windows XP on anything else such as a CDR or portable USB drive.

    And The Entire Point of making a PE-style install on a portable device would be so that you can take your Windows XP install and more easily use it on something other than just the one computer you have at home, which has got to be a huge violation of the 'single computer' part of the EULA. And don't even look at an OEM lives-and-dies-with-the-machine licence!!

  21. Re:Full of himself... on ESR Gets Job Offer From Microsoft · · Score: 1

    Why I am your worse nightmare! I said that in a very famous online flame war!

    It was an elevator. What's amusing is that at the time RMS had NO IDEA who Craig Mundie even was, he only knew that he worked for Microsoft because his nametag said so.

  22. Re:Presentation on Berners-Lee Says Internet Will Make Kids Creative · · Score: 1

    My old vax login was "SCI4501"

    Easy answer; just use their Social Security number for a login. It gets used for everything else already!

  23. Re:"someone smarter than me" on Lessig - Public Domain Dead in 35 Years · · Score: 2, Informative

    did you miss the sarcasim?

    The original idea of copyright and/or patent law (as envisioned by the founders of the USA at least) was that inventors and artists would have some incentive to publish their work rather than keeping it to themselves. For about 14 years they'd have deliberately limited control over who could copy the work so they could make some money from their own good ideas, and then it would fall into the public domain where it belongs!!

    It's all written down in some obscure old document that nobody ever reads..

  24. Re:Free as in ... on 1 in 9 Companies Sign Linux Trademark Letter · · Score: 1

    LMI only have rights to the word "Linux". One word, that's all. Tux the Penguin is copyright to Larry Ewing.

    There are no "figaroos" or "plushies" involved.

    Further examples;

        Red Hat / Fedora Core - Doesn't contain the word Linux as part of the product name. "Red Enterprise Linux" does, they pay fees for that. They also sell it for up to $2500 so they damn well _should_ be paying fees.

        White Box - Same product as above but doesn't include the word Linux, RedHat, or any of RedHat's trademark images, so don't owe anyone any fees.

        IBM - mentions Linux is various product names, and pays for the privilidge.

        Debian - Name doesn't contain the word Linux as part of the 'product name' so not a problem.

        Ubuntu - Doesn't contain the word Linux

        Canonical - Provides Linux support but aren't using Linux as part of the company name.

        Mandrake - Doesn't contain the word Linux

        knoppix - Doesn't contain the word Linux

        kanotix - Doesn't contain the word Linux

        SCO "Linux Kernel Personality" - make these bastards pay!

        Foo Linux Users Group - Fair Use (AFAIK)

  25. Re:Obvious question on Firefox Hits 80,000,000 Downloads · · Score: 1

    That balances out all the people who download a new copy each time instead of using the built-in 'upgrade' feature..