Slashdot Mirror


User: chriseyre2000

chriseyre2000's activity in the archive.

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

Comments · 102

  1. Re:CFS is treatable on Crocodile's Immune System Kills HIV · · Score: 1

    OK so it looks like a Psychosomatic illness, but the important point of my post was that it is treatable. The treating doctor had found a link between a childhood virus (or a treatment for a childhood virus) and the onset of CFS in later life. However as soon as he had successfully treated a number of patients he moved to another area of research.

  2. CFS is treatable on Crocodile's Immune System Kills HIV · · Score: 1

    CFS is not a psychosomatic based illness.
    My brothers girlfriend suffered from CFS for years.
    It was eventually cured using a course of uppers and downers (very strong doses over a couple of years).

  3. Re:uh-oh on Which PHP5 Framework is Your Favorite? · · Score: 1

    There may be good reasons why someone is sticking with PHP.
    I maintain a site in PHP (I am not about to slashdot myself). It was not my first choice for a language. I bought a cheap (£20 for two years - including 1GB transfer per month- can you show me a ruby hosting service that can match that?) domain plus hosting based on the availability of Python support. Unfortunately they had discontinued Python support shortly before that. I ended up using what was available (the choice was Perl or PHP).
    PHP is not a great language but I have found that is fit for purpose for small sites (I make no claims for large sites having no experience in it).
    However I have yet to find things that it can't do easily - PHP has been sufficient for my needs.

  4. Friendly Fire from the US army is not new on Siberian Permafrost Melting · · Score: 1

    Allied troops were suffering from American friendly fire in WWII.

  5. Re:Noooooo! on Best Language for Beginner Programmers? · · Score: 1

    What is wrong with Pascal as a teaching language? I am using a modern variant (Delphi) and that does not do GC by default (except via COM interfaces and for strings). Pascal does require explicity memory management too.

  6. Re:Stupidity on Harry Potter's 'Half Blood Prince' Leaked · · Score: 1
    This time we know that it's not Harry.

    In the next one all bets are off.

  7. Re:There are other means on How P2P Can Taint a Career · · Score: 1

    I happen to be vegetarian. It has nothing to do with trying to change the world or make myself feel special. It just happens that at one point I was presented with a live rabbit and a knife and chose not to kill the rabbit. Some years later this turned into not having someone else kill animals on my behalf. I am merely being consistent.

  8. There are other means on How P2P Can Taint a Career · · Score: 1

    Michael Moore demonstrated this in "Bowling for Columbine". He manages to get a company to change it's behaviour without:
    (i) Changing the law
    (ii) Buying a chunk of the company
    (iii) Witholding purchases.

    There are other effective forms of protest.

  9. Re:Not New.. MS did this to Borland on Gentoo Founder on his way to Redmond · · Score: 1

    MS is on a hiring spree. The .NET framework looks like a "what would the Windows API look like if it had been written by the Borland VCL Team". I don't think this is unrelated to their hiring of Anders H. They are collecting programmers that have been sucessful and are pointing them all in the same direction (WinFX). Strategically this is a good move for them.

  10. Elite on Gaming Glitches Add Character · · Score: 1

    The classic game elite on the spectrum had a great trick. If you docked while in the middle of jumping you would arrive straight at the target station. This was great fro trading but did you status no good at all.

  11. Re:define "destroyed" on Document Disposal Law Kicks In · · Score: 1

    I have seen a shredder with an airblower on the back to mix the cross-cut shredded paper into the mass of already shredded paper. This should greatly increase the difficulty of retreiving useful information - especially if a number of distinct documents are shredded at once. These buggers are noisy and can be messy if the back leaks.

  12. Re:Different on Microsoft Begins anti-virus Software Development · · Score: 1
    Try http://www.miele.com/ for expected longer lasting white goods. They are more expensive, but actually bother to quote expected durability.

    Sorry they don't do PC's

    You get what you pay for.

  13. iTrip UK legality on Dutch Pass iPod Tax · · Score: 1

    It is illegal to use the iTrip in the uk but is not illegal to sell them.

  14. Provide a test harness on HOWTO Document and Write an SDK? · · Score: 2, Insightful

    Provide a test harness (with source) that executes the api. Provide a debug stubbed version of the api that returns hints as to why the parameters failed. Be very clear on calling conventions. Who should allocate and free the memory. Be very careful when you pass out handles to records what they are for.

  15. Re:Not True on Credit card signatures: Useless? · · Score: 2, Interesting

    In the UK Tesco's used to pay the £50 bounty for finding stolen cards to the cashier. They had the highest recovery rate going.

    Then the management decided to keep the money and they have dropped back to being like everyone else.

  16. Expect on Implicit SSL FTP Clients with Scripting? · · Score: 2, Informative

    expect is atcl extension thast was written for just this purpose.

  17. Re:My list of Delphi grudges on Delphi Turns 10 · · Score: 1

    Delphi works just fine on large projects. It still beats the crap out of .net for win 32 apps.

  18. Re:No Gloating?!? on Mitch Kapor Warns Against Firefox Gloating · · Score: 2, Funny

    They are very innovative in the shrewd marketing and getting away with abusing a monopoly fields.

  19. Re:Code first... on How Do You Use UML? · · Score: 2, Interesting

    UML is best used for informally descussing the design of existing/proposed code. Alternatively it could be used to document existing code.

  20. Re:Fun Facts Time! on How Can I Trust Firefox? · · Score: 1

    it's the command line runas command

  21. Re:There is a good point to be made from this on Best Live Linux For Christmas Giving? · · Score: 1

    More importantly these live CDs can run on a machine with no hard drive installed (Knoppix) and still go online (via a networked router). Additionally they can boot from CD faster than XP can start up. It's still a valid present for geeks that have'nt looked at linux for a while (yes they do exist).

  22. Trolled by a sig! on Federal Judge: Keystroke Logging Isn't Wiretapping · · Score: 1

    Don't feed the trolls!

  23. Compare to this on U.S. Attorney General John Ashcroft Resigns · · Score: 2, Interesting

    The Power of nighmares
    This is a bbc documentary series that questions the Bush administration spin.

  24. Try Microsoft? on IE Holes Not Microsoft's Fault, Says Bill · · Score: 5, Funny

    Why don't they offer the option of never trust Microsoft?

  25. Use them where ever possible on Stored Procedures - Good or Bad? · · Score: 1

    There are certain things that cannot be parametrised such as joins across databases. We keep our archive data in a seperate database on the same server. The only way to access this via a stored procedure is via dynamic sql.