Slashdot Mirror


User: seva

seva's activity in the archive.

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

Comments · 46

  1. Re:Why not earlier? on Cisco Patches 'Black Hat' IOS Flaw · · Score: 1
    This is a related problem, but it's not the same one:
    This advisory documents changes to Cisco IOS® as a result of continued research related to the demonstration of the exploit for another vulnerability which occurred in July 2005 at the Black Hat USA Conference. Cisco addressed the IPv6 attack vector used in that demonstration in a separate advisory published on July 29, 2005.
  2. Re:Well, they weren't invited, and the tried to en on Presidential Candidates Arrested at Debates · · Score: 1
    I mean, even the Russian Communist era had elections, you could choose Communist A or B ... maybe even a C.

    If I recall correctly (I don't possess particularly great memory), the elections in the Soviet Union were not as you describe.

    There was a single Communist Party candidate for each position and you would vote to "approve" or "not approve" the candidate.

    -Seva

  3. Re:Personal Responsible Corporations? on Ask Libertarian Presidential Candidate Michael Badnarik · · Score: 1
    Huh? 'Round these parts, oil isn't subsidised, it's taxed. Quite heavily. Is it different where you live?

    You are talking about local sales tax, which is placed on the consumer, but the industry gets quite a few subsidies, in fact (quick google check), this page claims $USD 5b/year.

    Fossil Fuel Subsidies Fact Sheet

  4. Re:Personal Responsible Corporations? on Ask Libertarian Presidential Candidate Michael Badnarik · · Score: 1
    Rubbish. There are many domains where natural monopolies are inevitable (where a monopoly is taken to mean a >90% share of the market). Operating systems is an obvious one, but so are utilities.


    Utilities are only a monopoly due to government intervention, that was the original point.


    As far as operating systems, there is no monopoly, in fact there are almost too many choices. I have really hard time picking between RHEL, Fedora, Debian, SuSe, FreeBSD, OpenBSD, Mac OS X, not to mention dozens of systems I haven't even had time to play with.

  5. Re:Personal Responsible Corporations? on Ask Libertarian Presidential Candidate Michael Badnarik · · Score: 1
    Take the international diamond market, for example.

    Diamond prices are total b.s., diamond is not a commodity, here is "the straight dope" on this for example.

    OPEC is another example. People want a lot of oil, most of it is in the hands of a small number of producers, therefore an oligopoly develops.

    There are a lot of other different sources of enegery, if oil wasn't so subsidized (by the government) and hence cheap, you would be using something else.

  6. Re:Personal Responsible Corporations? on Ask Libertarian Presidential Candidate Michael Badnarik · · Score: 1

    There is pretty much no way you can have a monopoly in a free market, government intervention on the other hand makes monopolies possible (see utility companies for example).

  7. Re:Personal Responsible Corporations? on Ask Libertarian Presidential Candidate Michael Badnarik · · Score: 1
    The primary difference is that with a corporation you can choose to give them your business while with government you do not have that option.

    If you don't like a "Big Corporation" you can take your business elsewhere.

    If you don't like your "Big Government" you can go to jail.

  8. Re:The funniest thing is... on Judge Orders SCO, IBM To Produce Disputed Code · · Score: 1, Interesting

    The Server that they have to post their PDF filings to runs Linux! (The webserver for the court.)

    Actually, could this become a reason to appeal? I don't know how something like this would work, but perhaps one could argue that the court is biased.

  9. Non-commercial use compiler and GPL? on Intel C/C++ Compiler 8.0 Released · · Score: 0

    Here's a random question, if a compiler is licensed for non-commercial use, but the source code is GPL, does that mean that produced binary can not be used for commercial purposes?

    But if it's GPL-ed souce, I don't think one can apply that kind of restriction to it.

  10. Max score on L.A. County Bans Use Of "Master/Slave" Term · · Score: 0

    Yeah, this is completely off-topic, make my day..

    But uh, there are over 100 Score:5 messages, perhaps it's time to make the max score 7 or 10 ;)

  11. Free State Project on Trash is Private Property in New Hampshire · · Score: 0
    In case someone is still reading this story, I know it's a few days old, you might be interested in the Free State Project

    The FSP has recently selected New Hampshire as the state they are going to target for a "plan in which 20,000 or more liberty-oriented people will move to a single state of the U.S., where they may work within the political system to reduce the size and scope of government".

  12. Re: Proving the code on Did SCO 'Borrow' Linux Code? · · Score: 2, Interesting

    You are kidding, right?

    Depening on compiler used and optimizations used binaries are quite unlikely to be comparable, consider this:

    $ cat test.c
    int main(){
    int i = 0;
    int j = 0;

    for(i=0; i<765; i++)
    {
    j *= i;
    }

    return(0);
    }

    $ gcc -o test test.c

    $ gcc -o test1 -O test.c

    $ gcc -o test2 -O2 test.c

    $ ls -l test test1 test2
    -rwxr-xr-x 1 seva seva 13457 Jun 10 19:54 test
    -rwxr-xr-x 1 seva seva 13409 Jun 10 19:54 test1
    -rwxr-xr-x 1 seva seva 13393 Jun 10 19:54 test2

    So, unless you know the exact compiler version and optimization options used, this is not useful. /Seva

  13. Re:"And replace" on SCO Threatens to Press IP Claims on Linux -$99/cpu · · Score: 0

    If I recall correctly, one can not patent an idea only implementation of that idea... /Seva

  14. 6 Months (Was: Re:Really?) on Red Hat Linux 7 Infested With Bugs · · Score: 1

    It hasn't changed in years... 2 releases per year, 6 months apart... /Simon

  15. Isn't 3.5 already out? on 3Com To Charge $20 For Palm OS 3.5 · · Score: 1

    I am confused, when I got my Palm Vx it already had PalmOS 3.5, I've updated it to 3.5.2 since then.

    /Simon

  16. Re:Read the post on Looking For Better Linux Customer Support? · · Score: 1

    The fact is that you can't tell from his post if this was a software of hardware problem, he thinks it's a hardware problem...

  17. Duh on Looking For Better Linux Customer Support? · · Score: 2

    Well, let's see, they told you that they can't support Mandrake for you (which is a silly option for a server IMHO) and they delivered what you knew already -- No Support for something they weren't ready to support.

    Look, there are 2 billion Linux Distributions, they cannot possibly support everything.

    /Simon

  18. Re:I'd keep my PS2 if I had one! on Playstation 2 Recalled In Japan · · Score: 2

    No support, future games check for version and don't work with low ver until you replace it.

    You call them, they tell you to upgrade before getting any support.

    May be the dial-up service does the same.

    /Simon

  19. A new legal section? on Judge Rules Deep Hyperlinking OK · · Score: 1

    About half of slashdot is now about patents, laws, law suits, and censorhip.

    Time for a new section?

    How about "Slime" as the name of it?

  20. Re:Speed != Quality on Open Source == Faster bug fixes · · Score: 1
    Uhm... We are talking about security!

    You want the speed when it comes to security fixes, all that regression testing is not going to help you a whole lot if someone else now has root/admin on your box.

    /Simon

  21. C|NET's definition of "rooting" a server on CNet's "Top 10 Hacks" · · Score: 0
    ...about its own hacks. The hackers wrote of their own "rooting" exploits (that is, hacking the root directory of a server) ...

    /Simon

  22. Re:The Real Reason on CTO is Too Young for Comdex · · Score: 1
    > Really, sounds to me that this guy is raising a fuss just to get attention for his company.

    That sounds right, I never heard of anyone not being able to get in because they were under 18, I've been to COMDEX twice before I was 18.

    This does sound like a PR stunt.

    /Simon

  23. Re:I have been going to Comdex since age 15 on CTO is Too Young for Comdex · · Score: 1

    Yup... Never had a problem, I've been to COMDEX since I was 17 as well...

    /Simon

  24. Re:Linux version of upgrade? on PalmOS 3.3 Released · · Score: 1

    I called them up as well, didn't talk to the supervisor, but the person said that there may be a Linux version in the future, because one of his documents said that "it's available for Windows and Machintosh only, at this time", but I doubt that they will have a Linux version ready.

    That's a pisser because I have no Windows at work and have rebooting my home machine.

    /Simon

  25. Anyone with a pager card on a Pro? on PalmOS 3.3 Released · · Score: 1

    I have a Pro with a pager card (OS 3.0.2.x) and saw a warning on the site about updated not being compatible with this... Any ideas?

    /Simon