Slashdot Mirror


User: new-black-hand

new-black-hand's activity in the archive.

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

Comments · 96

  1. Re:yea, but how? on Corporations Getting Into The Open Source Spirit · · Score: 3, Informative

    Carefully consider this, it could make or break your business if you do not proceed carefully.

    Take some time out to read:

    The Magic Cauldron
    Open Source: A Case for Business
    Zope: How we reached the decision
    Open Source as a Business Strategy

    There is a lot more information on the topic, feel free to email me if you need a hand with anything

  2. Re:Getting the corporate word out on Corporations Getting Into The Open Source Spirit · · Score: 2, Interesting
    I wonder how long it will take the M$ team to start churning out response articles alleging that Open Source is destroying capitalism.

    Open Source helps capitalism. These companies that have implemented, and then contributed any changes back into the community have saved time and money. This saving from not re-inventing the wheel benefits employees (who can spend more time innovating), managers, shareholders etc. Microsoft have no argument against Open Source (in terms of the development model, rather than technical advantages (if any still exist)), see The Halloween Documents

  3. Re:And, if you want it right now... on Introduction to PHP5 · · Score: 1

    This makes it lightyears faster. "Lightyears" is a distance.

  4. Re:My target is $10,000,000,000 on Making The GPL Easier For Companies To Swallow · · Score: 1
    Well, first you have to consider that DOS, for the most part, is 100% assembly;

    No its not, the source to MS-DOS was floating around a while ago, mostly C (depends if you are talking about just command.com and the other key files, or "userland" apps as well).

    The comments in the header of fdisk.c included something along the lines of (paraphrase) "I only recently learnt C so this is a bit messy". Sure was.

  5. Re:Not Bad... on Making The GPL Easier For Companies To Swallow · · Score: 1

    Both the GPL and the BSD licenses maintain copyright, "public domain" is intellectual property with no copyright and no rights reserved.

    See the creative commons project for information on releasing code (and other material) to the public domain.

  6. Re:All IP is conflict of interest on SCO Sues IBM for Sharing Secrets with Unix and Linux · · Score: 1
    Remember, IBM makes it's money on hardware


    Incorrect, it makes its money on services. Hence the IBM Global Services division with 140,000 employees that was created as part of the shift.

  7. Re:Took me 20 minutes to read. on Accidental Privacy Spills · · Score: 1
    And of course, the assholes that chat online (blog? what a stupid word).


    You are using a blog right now. Same salad, different dressing.

  8. It would have to be on Buzz Words, Catch Phrases, and Manager Speak? · · Score: 1


    "At the end of the day"

    A lot of things at the company I work for seem to happen "at the end of the day"..

  9. Backend? on DDoS for Fun and Profit · · Score: 5, Insightful

    From http://www.msnbc.com/news/864184.asp

    Within a few hours, 25,000 back-end database servers had been infected, said Oliver Friedrichs, senior manager with Symantec Corp.'s security response team.

    If they where truly 'backend', they wouldnt of been infected. This is because of all those open and live MS SQL servers.

  10. Re:Relating.. on Xbox Private Key Distributed Computing Project · · Score: 5, Funny
    er, i don't have a calculator on me...

    And you typed this post into a computer?

  11. This isn't about Hotmail VS Yahoo on Turing Tests to Stop Spam · · Score: 1

    and SPAM is just a part of it. CAPTCHA systems are very critical, they are used to distinguish a human from a computer. Paypal have such a system on their signup forms, it is to prevent bots from automagically creating accounts and then use the account to launder money (thus bypassing Paypals individual account value limit). This has great implications for people looking into *content protection*. Though if anybody had bothered to read the accompanying research paper, you would see that the creators indicated that CAPTCHA systems are not full-proof.

    The easiest method that an attacker could use to bypass a CAPTCHA would be to involve a human at that step of the process, and only for that part of it. Leaving the more mundane tasks for the machine (after all, that is what machines are for). It could simply extract the images and present them one after another to a human, or the attacker could even relay these images and entry boxes to users on their *own* sites to enter. Either way the CAPTCHA system adds a slight overhead on the human, with the bot still performing 99% of the task.

  12. Re:Without drugs better? on Got Sleep? · · Score: 1

    Nikola Tesla used to sleep two hours a night, as reported in a biography (Nikola Tesla: Prodigal Genius). It is about keeping the mind occupied.

  13. Re:10 things... on Promising Markets for a Startup Company · · Score: 1
    7) Most businesses don't require a huge amount of money investment. I would never spend more than $5000 in a business venture. You will fuck up your first 10 businesses, and it would suck to loose more than that. In fact, I would start your first 5 with no more than $100. You can run most businesses out of your garage with a phone, some business cards, and word of mouth.

    $100? Maybe that is why your businesses are fucking up so much.

  14. Re:No, get YOUR facts straight on High Score · · Score: 1

    Sorry, your right. I just re-read it. Interesting statistics regardless.

    have a nice day

  15. Re:Is this a book review or an editorial? on High Score · · Score: 1, Informative

    The majority of people over the age of 30 do not currently play videogames and only vaguely remember the games they played as kids.

    Get your facts right

    GAMING POPULATION BY AGE 13-17 19.8%
    18-24 17.8%
    25-34 18.6%
    35-44 22.8%
    45-54 15.4%
    55+ 5.6%
    (PC Data)

    From: Wired 9.05

  16. Re:Except... on HavenCo Doing Well · · Score: 1

    I doubt they get much money from the exiled Tibetan Government.

    you might be suprised as to how cashed up these guys are, the Dalai Lama dosn't stop touring. Plus they have a list of movie star converts who are more than happy to fork out some US Dollar every once in a while.

    Most buddhist temples I see arnt run-down shacks.

  17. Re:Pretending on HavenCo Doing Well · · Score: 1

    but that would effectively mean that the UK had declared war on another nation. That wouldn't be a particularly good PR exercise.

    I guess we would have to get the US 'coalition' to attack then..

  18. Re:Sony's Interesting Relationship on A More In Depth Look at PS/2 Linux · · Score: 1, Informative

    Sony makes a lot of their money off of disk licensing fees.

    Correction, they make all of their money off licensing fees. The consoles are sold at a loss.

  19. Re:Distro on A More In Depth Look at PS/2 Linux · · Score: 1

    (momonga is Japanese for flying squirrel).

    The Japanese have a word for 'flying squirrel', disturbing.


  20. Session State - PHP on Simple DIY Linux/BSD based Network Balancers? · · Score: 1

    If you are using PHP, you can keep session state across multiple servers two ways.

    1. If you are using file based session storage, in your php.ini set the session save path to a NFS share on one server.

    2. (recommended) PHP has support to use a MySQL database to store session information, you could run a single database server to store all session information.

  21. Fast Food Nation on What's on Your Summer 2002 Reading List? · · Score: 3, Interesting

    Great book about the Fast Food Industry by Eric Schlosser

    See it here..

  22. Re:Does this affect non-suid root clients? on OpenSSH Local Root Hole · · Score: 1

    If your sshd binary is not suid root (dont see how it can not be), then an attacker will not be able to get root privs.

  23. Re:*** Help on upgrading a remote server? on OpenSSH Local Root Hole · · Score: 1

    use telnet, or another instance of sshd.

  24. Re:XXXX on Email (and Filters) for all Australian schools · · Score: 1

    the company that takes care of access has a series of proxy servers (one in each school, then a set of master proxy servers that they peer off) that have a list of 'blocked' sites (basically Squid ACL's), interfaces are often provided at a school level so that teachers/supervisors can add sites. Squid becomes rather slow and clunky with such a large list.

  25. Access. on Email (and Filters) for all Australian schools · · Score: 1

    Since the government is paying for this scheme, and since they own all the infrastucture, i think they have every right to deny/allow access to resources based on what they deem 'unworthy' for educational purposes.

    You cant really complain about something that you are getting for free, and is obviously a good initiative to educate students on making the most out of the information avaliable on the net as well as training them in using email and their web space..