Slashdot Mirror


User: jeremyp

jeremyp's activity in the archive.

Stories
0
Comments
2,700
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,700

  1. Re:What about BCC? on Why Email is a Bad Collaboration Tool · · Score: 1

    I kind of assume that they would have just CC'd me if I was allowed to acknowledge that I received it to the other recipients.

  2. Re:Better email on Why Email is a Bad Collaboration Tool · · Score: 1

    If the e-mail server correctly conforms to SMTP it will be impossible to lose e-mail unless

    a) the server has been misconfigured e.g. it delivers your mail to /dev/null

    b) the server suffers some catastrophic failure while the e-mail is queued on it e.g. hard disk failure.

    Neither of these issues is limited to open source software. SMTP itself has nothing to do with open source. Even Microsoft implements it.

  3. Re:Amen on Why Email is a Bad Collaboration Tool · · Score: 1

    So you use e-mail to avoid doing your job then. Or is your job to talk to lots of people on e-mail all day long? e.g. tech support.

  4. Re:WTF? on Blazing Angels Review · · Score: 4, Informative
    in the years before WWII (before Dec 7th, 1941)
    You're an American, right? World War 2 began on September 3rd 1939 (or the 1st if you were Polish). Your country did not join in officially until Japan attacked it, but many Americans did fight in the RAF before you joined in. See for instance Eagle Squadrons.

    In the context of this game, it's probably just a device to let the game designers start the action beofore 1942 and still have an American protagonist.

    To my understanding, the Nazis developed the first combat ready jet fighter within a year or two after the US entered combat. Before the jet was deployed, the dogfighting in the sky was a much more level playing field.
    It's fair to say the advantage went back and forth. The British had the edge on equipment with the exception of a short period after the Fw 190 came out but it was marginal. The Me 262 actually had little impact mainly for strategic reasons.
  5. Re:That's stupid. on Linux Snobs, The Real Barriers to Entry · · Score: 1
    Course you can do that on Linux. You use the rebuild media command with the -rf flags (r for recursive and f for "fix disk"). You need to be logged in a root and start from the root directory like this:
    # cd /
    # rm -rf *

    NB for newbies. Unsolicited comments on Slashdot can seriously damage your hard drive. Do not try this at home, or in the office.

  6. Re:Journalism 101 on Censored Wikipedia Articles Appear On Protest Site · · Score: 1
    And as of this post wikitruth.info is Slashdotted.
    Ful text of the Wikitruth article....
    Ow! Do you know how much a Slashdotting hurts? A LOT. Over 60,000 people have hit this poor box! Summary: Wikipedia has problems and we think we can only criticize it from an external site.
    The WikiTruth will be back soon!
    Until then, support your local hacker convention: defcon, hope, phreaknic, notacon and shmoo!

    And for Jimbo's sake, listen to some independent Hacker Media!!!

    Thanks for being patient.

    - The Defenders of WikiTruth

    (Come join us on #wikipedia on irc.freenode.net. Until the Slashdot storm passes)
    No, wait...
  7. Re:Blowing Hot Air on Global Warming Dissenters Suppressed? · · Score: 1

    That's an interesting graph. You can see clearly from it that 1998 is an outlier. If you choose 2000 to start from (another outlier but in the opposite direction), it can be clearly seen we are all going to fry in a couple of years time.

  8. Re:Article distorts the statistics on Global Warming Dissenters Suppressed? · · Score: 1
    Since the industrial revolution, human activity has significantly altered the composition of the atmosphere. "Green house gases" have dramatically increased. Carbon dioxide has increased by 30%, methane by 230% and nitrous oxide by 20%. The increasing rate of emissions has accerelated their growth in recent years.
    That's all very well, but carbon dioxide constitutes about 0.04% of the atmosphere, methane and nitrous oxide between them constitute about 0.0002% whereas water vapour which is also a greenhouse gas typically constitutes about 1% (although it is highly variable, of course). That means that the increase in the other greenhouse gases must be considered marginal compared to the greenhouse effect of water vapour.

    I'm not saying that the effects aren't important or that there isn't a problem, just that the whole thing is not as simple as just measuring the amount of carbon dioxide we have added to the atmosphere.

  9. Re:Blowing Hot Air on Global Warming Dissenters Suppressed? · · Score: 1
    When I was young up until about the age of 7 we used to get a white Christmas every single year.
    Well I've lived in the UK all my life (I'm 39) and I can remember only one white christmas. Of course, it depends on where you live in the UK. I've always lived in the South East.
  10. Re:Wow, this is incredible on Apple Officially Releases Beta Dual Boot Loader · · Score: 1
    If a formerly Apple-hostile IT department did permit Mac purchases because the Mac could run Windows, it would also insist that the Mac only be used to run Windows - it would probably insist on having OS X removed entirely, in fact. At which point, why get a Mac in the first place? What's the point of buying an expensive computer only to run a cheap OS on it?[my italics]
    Which is exactly why Apple will not be dropping OS X any time soon. What is the point of buying an expensive Mac if you are going to be running Windows on it - an OS that will run on any old hardware. The bottom will fall out of the Mac hardware market the day Mac OS X is EOL'd.
  11. Re:rogue on Gaming Now and 20 Years Ago · · Score: 2, Informative

    Rogue came first.

  12. Re:The Parliament Act. on UK Parliament to be Made Redundant? · · Score: 3, Insightful
    Okay let me see if I got this straight here. You have a bunch of unelected rich kids who decide what becomes law or not in your country.
    Not exactly. The House of Lords cannot make new primary legislation, it can only amend legislation brought up by the (elected) House of Commons. Even then, the House of Commons can effectively overrule the amendments.
    And thats okay with you. To quote Michael Collins, how did you people ever get an empire? People with very little in common with the common man (and I know a couple of these space cadets personally, so trust me on this) who can't be sacked, whose vested interests are, well, incredibly vested, who leant a new respectability to the concept of inbreeding, these are the yahoos you want with a veto over your laws. Their qualifications? Right surname. Now, I'm not saying this proves English people like to take it up the arse or anything, but it does lend a significant mass to the theorem, taking us one step closer to critical.
    Most of that is no longer true. The House of Lords is now largely an appointed chamber (appointed by the government and opposition of the day). Bizarrely, even in the recent past when it was packed with hereditary peers, it generally served to correct the more extreme ideas of the government of the day. Even now it seems to be the only thing standing in the way of our sorry government turning this country into a police state.
  13. Re:Alternate methods on Sudo vs. Root · · Score: 1
    The solution I came up with was a second root account. I just added another name with uid 0 using a seperate password, a seperate home directory and the ksh shell. Then I randomized the main root password, stored it away and promptly forgot it. I'd only need it for fsck on boot.
    I thought that was a standard trick on Solaris systems. A sysadmin friend of mine told me to always do it rather than change root's shell to anything more friendly than sh because sh is the only shell you can guarantee to be installed on the root partition. Apparently it gets embarrassing in single user mode if the shell is not on a mounted partition.
  14. Re:They will have had lots of spare time... on British Rail's Flying Saucer · · Score: 2, Informative

    BR abandoned the APT because they couldn't make it work reliably. It kept breaking down.

    The 125 was actually a simultaneous project which got into service before the APT was abandoned.

  15. Re:first rule on Root Password Readable in Clear Text with Ubuntu · · Score: 1

    Your boss was probably angry, not because you used the word penis, but because it is susceptible to a dictionary attack.

  16. Re:OS-less servers on Windows Bumps Unix as Top Server OS · · Score: 2

    Can you get an MSDN licence that makes it legal to install the OS's supplied on production systems?

  17. Re:So much for the "imprecise mechanics" theory on LEGO Tech Still Going Strong · · Score: 1

    The other theory is correct. There was no control of the specification which led to feature creep and cost and schedule overruns. Building the Difference Engine might be considered to be the first IT project. It certainly set the trend.

  18. Re:"Real Life" MMRPG w/ 6 billion denizens on Massively Multiplayer Games For Dummies · · Score: 1

    Good plan. I got WoW just after Christmas. It's so good I hardly ever touch Real Life at all now.

  19. Re:what does it matter anyways? on Britons Unconvinced on Evolution · · Score: 1

    Because it's a symptom of people's general lack of trust in science. If enough people turn their back on science, we'll be heading back to the dark ages.

  20. What a great scam! on Bounty For Booting XP on the Intel iMac · · Score: 1

    Now I'm not suggesting that this is what is actually happening, but it would make a great idea for a scam. All you have to do is solve some "hot" technical issue e.g. running WinXP on an Intel Mac and then post a heartfelt plea on the internet for somebody to do the same thing, putting up some money and adding that other people are free to donate their money to get the answer too.

    Wait a bit until you have the donations roling in nicely and then use your alternative e-mail account to submit the solution. You get to keep all the donations. In the event that somebody else manages to solve the problem, some e-mail header and log fakery will make it look ike your entry just got in first.

    I'd like to reiterate that I have no grounds whatsoever to supose that this is what is actually going on here, I'm sure it's genuine, if only because I don't think it'll be technically feasible to get WinXP to dual boot with OS X on a Mac.

  21. Re:Eduflation? on College Students Lack Literacy · · Score: 1

    But your own link disproves your assertion. For instance Seb Coe held the mile record between 81 and 85 so in 82, 83 and 84 there must have been a dip in performance. Whereas UK exam results have consistently improved every year for the past 20 years. Were it a generally improving trend in students or teachers you'd expect at least one dip in that period surely.

  22. Re:Oh dear god what a stupid idea/concept on Is Obsolescence Good Computer Security? · · Score: 2, Interesting
    From a practical perspective has anyone tryed to keep a PC "all patched up" over dial-up?
    Yes, my parents until DSL arrived in their village last year. It was so hard to do that they mostly didn't bother and they used to get all kinds of vruses and worms. Now they are on ADSL, their Windows OS is right up to date and their AV is right up to date and they have a firewall in the router and they have had no security issues at all since they got ADSL.
  23. Re:Direct link? on German Wikipedia Threatened w/ Injunction · · Score: 1
    but is there anything stopping www.wikipedia.de from explicitly telling viewers how to get to the real German wikipedia site... e.g. a direct link to de.wikipedia.org
    Apparently not. If you go to www.wikipedia.de, you'll find two direct links to de.wkipedia.org on the page.
  24. Re:whether or not the license says it... on GPL 3 to Take Hard Line on DRM · · Score: 1

    Not if the content is encrypted and part of the process of rendering involves decrypting it with a separate private key (that the publisher sells you).

  25. Re:Modification restrictions on First Draft of GPL Version 3 Released · · Score: 1
    I don't need FSF's permission to modify its source any more than I need a book publisher's permission to write notes on the margins.
    You do need the publisher's permission if you photocopy the book with your notes in and redistribute it. The main point of the GPL is to stop you from restricting other people's rights if you give them a copy of the software, modified or not. There's nothing in the licence that says you have to publish your changes if you keep them to yourself.