Slashdot Mirror


User: laughing_badger

laughing_badger's activity in the archive.

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

Comments · 161

  1. Re:Issues with Copyright on Paizo to Discontinue Dragon and Dungeon Magazines · · Score: 1
    I already have the original issues 1-250 on CD.

    I've spoken to customer services at WotC and they say that any decision to release the entire collection of Dragon and Dungeon as PDF would rest with Paizo. So I've emailed the Paizo customer service address to put my request in.

  2. Complete collection on DVD? on Paizo to Discontinue Dragon and Dungeon Magazines · · Score: 4, Informative

    Quite a while ago, they released issues 1-250 of Dragon in PDF format on (many) CDs. Anyone know if they are planning to do the same again now the collection is 'complete'? I'd certainly pay to have the entire collection of Dungeon and Dragon magazines available.

  3. Re:Agree Completely on Teachers Union Opposes Virtual K-8 Charter School · · Score: 1

    Please, someone with points mod the parent up Funny. The mods today don't seem to have a sense of humor.

  4. Re:The "Consumer Council" is anti-consumer on ITMS Faces Complaint From Norwegian Ombudsman · · Score: 1
    If people are _dumb_ and can't read a contract, then why should the law be their daddies?

    Because leaving 'dumb' people with parking-lot therapy as their only source of comeback isn't advantageous to society as a whole? Keeps the street cleaners in business though I guess.

  5. Re:A good electric Car. on Capacitors to Replace Batteries? · · Score: 1
    Charge time can be worked around. Think of a battery block standardised across all electric cars:

    1. Pull into filling station.
    2. Yank dead block.
    3. Slot in freshly charged block.
    4. Drive off.
    5. Filling station attach the old block to the mains and add it to the stack of charged ones when done.
    Of course, this relies on the block being cheap enough to manufacture so that you can afford to have a stack of them sitting around just in case.
  6. Re:Other factors on Mobile Phone Transmitter Causes Brain Tumours? · · Score: 2, Insightful
    Actually, from a maths point of view, my first question would be: Following the first two brain tumor diagnoses, how much more vigilant to the (now known) symptoms of a tumor did the rest of the workers become? This cluster could very well be explained by people picking up on subtle signs of a (non-malignant) tumor that they would have otherwise lived in ignorance of until they died at a 'normal' age.

    Also, again from a maths point of veiw, don't forget that a cluster of seven people with brain tumors is perfectly possible by random without any outside influence.

  7. Re:Colors that attract heat on Car Paint Changes With Temperature · · Score: 1
    color that attracts heat...heat repelling functions

    Where is the -5: No basis in real world physics when you need it.

    Yes, you could make the car black to absorb more photons, or white to reflect more, but this isn't going to magically turn into some form of climate control.

  8. s/obsolete/incomplete on Nvidia Launches New Affordable GPU · · Score: 1
    I'd guess that your ATI box only has the one screen then?

    The ATI binary driver does not support dual-head. You get a corrupted image of the main head on the second screen (although the cursor renders ok).

    Stretching the screen over both displays does work, but you can't then maximise a window within a physical screen.

    The Nvidia driver supports both Xinerama and Twin View.

  9. Re:Hope it catches on on More on Sony's "DRM Rootkit" · · Score: 2, Insightful
    Fantastic term!

    Me: That CD's infected with DRM

    Friend: What's DRM?

    Me: Digital Restrictions Management. SONY has infected that CD so that it will alter the way Windows works so that you can't put that CD onto your iPod or make a copy to use in your car player that eats CD's occasionally.

    That might finally get through.

  10. Re:Simple Solution: Boycott Sony to Death on More on Sony's "DRM Rootkit" · · Score: 1
    Sure it's realistic.

    Anytime I hear that a friend or someone at work is considering a Sony purchase, I go out of my way to find a better offer from any other company. I've done them out of a laptop already this week.

    My reason is more to do with Sony shafting Alderac over the Stargate RPG license, but yes boycott them in any way you can.

  11. Don't care on Sony Profits Low, Halts CRT Production · · Score: 0, Troll
    I've not bought anything with a Sony badge since Sony Pictures bought MGM and then jerked Alderac around with the license for the Stargate-SG1 role playing game.

    Current cost to Sony, about four thousand pounds. Well, it makes me feel better... It was a kick ass RPG too - the Alderac designers ROCK.

    PS: Don't buy Sony stuff.

  12. Broken :-( on OpenOffice.org 2.0 Released · · Score: 1
    I was hoping that this would contain fixes for the problems that exist in the pre-2.0 version that shipped with SuSE 10.0, but no they're still there:
    • General input/output error on trying to read files on NFS mounts.
    • SEGV after opening local file and leaving the window alone for half an hour.
    I'm glum...
  13. Irony on Grand Theft Auto Led Teen to Kill · · Score: 1
    and the tagline at the bottom of the page while I'm reading about how personal responsibility has died and it's all someone elses fault?

    "Consequences, Schmonsequences, as long as I'm rich." -- Looney Tunes, Ali Baba Bunny (1957, Chuck Jones)

    I never knew Bugs was a lawer...

  14. Re:Human Contact is the ultimate weapon. on How Technology Failed in Iraq · · Score: 1

    There were recruiting adverts for the British army on TV a couple of years ago that stopped the action half way through a confrontation and asked what should be done next. The correct answer in one was for the soldier to take of his sunglasses and make eye contact with the irate gun-toting millitia man. At one point, the Brits in Iraq were patrolling on foot with berets rather than ballistic helmets for this reason. Softly-softly is the right way to go.

  15. Instant travel on Austrian Physicists 'Teleport' Light Over 600m · · Score: 3, Informative

    One interesting point to note is that, if it were possible to transport a person via this process, the trip would appear to be instantaneous. Although travel would occur at the speed of light, no time would appear to pass for the traveller. Cool.

  16. Re:Cliff on Expert Warns Of Giant Tidal Wave · · Score: 1

    I find the destruction that would caused by the huge ripple that you propose to create in the surface of the land and send eastwards to 'cancel' the tidal wave just as it reaches New York interesting. Please expound on your method for doing this so that I may take notes. _strokes white cat and gets out notepad_

  17. Re:If you've got any sense you don't use flowchart on How Do OOP Programmers Flowchart? · · Score: 3, Interesting
    Personally, if I see somebody drawing a flowchart, I know they aren't currently up to scratch (which doesn't mean that they can't get better).

    [Looks up from flowchart] None taken...


    Actually, flowcharts are good for telling users what to do, and for similar reasons, might be appropriate for designing test scripts. But for the system- nope.


    This depends strongly on the system.

    For a system that takes in data, performs computations, and spits out answers, a structured design using flowcharts is often appropriate.

    That said, implementing part of that design using OO code can be useful. For example, using C++ with a matrix class to do geometry based processing. The actual process may best be described as a flowchart though.

    OOA/OOD/OOP are not the silver bullets. I've seen a major revision of a large commercial computational program wither on the vine due to misunderstanding how to best apply object based thinking. 'Everywhere' is not the right answer.

  18. Re:I misread the title on Everyone Needs a Personal Server · · Score: 1
    AHA! A gap in the market for "What would Linus do?" bumper stickers -- special Segway version available

    One of these days you are going to be one of those people who has the idea and becomes very rich. It isn't today though, sorry. ;-)

  19. Re:Unable to Shed Any Light? on Famicom Vandals Hit Scottish Church · · Score: 4, Insightful
    There was a burglary a few weeks ago in a house that backs onto my garden. Exactly one week later the police, in their helpful and efficient way, asked me if I'd seen anything. A week later! I ask you...

    ... and I answer. That would be because most peoples routines are the same from week to week and hence this is one of the best times to ask for information. The same is done with reconstructions.

    Y'know, from my experience, if you approach the police as if they are just regular guys then you get treated really well by them. Ever considered that you might have a chip on your shoulder?

  20. Re:Plenty of reasons on MS vs. Open Source Office Suite Compatibility · · Score: 3, Funny

    Tell that to a friend of mine that submitted a design for a web book search database, which would be maintained by the school Liberian.

  21. Re:I know statistics!! You can't fool me on Armageddon... in 2014. Almost. · · Score: 1
    There are approximately 6 billion people on Earth. The odds of this asteroid striking are 1 in 909,000. By my calculations 6,601 people will be struck by this asteroid!

    Nine weeks to unemployment. Please hire me in NYC/Long Island area

    I would, but I'm looking to hire a statistician...

  22. Re:Aerospace like software? on X Prize and John Carmack · · Score: 1
    Somehow, "my software crashed" lacks that ominous feel that "my software crashed" has...

    I guess that it depends on your point of view. To me, it has exactly the same feel to it, but YMMV. :-)

  23. Re:It has to be a conspiracy on Kiddie Porn - The Virus Did It · · Score: 4, Informative
    Vogon are a kick-ass data recovery firm in the UK. I've used them to recover data from a couple of HVD scsi drives from an old HP workstation and they wrote code to extract the data and shipped it back on a bunch of DVD's in a couple of days. I guess that they were founded by an Adams fan.

    Didn't know that they did computer forensic work as well. Sensible, considering their other talents.

  24. Re:Oh god... on Romancing The Rosetta Stone · · Score: 3, Funny

    Yay! We can finally finish translating all of Shakespear into English.

  25. Re:The project is doomed. on Suborbital Rocketeers Ask FAA For Fair Rocketry Rules · · Score: 2, Funny
    ... the Chinese will all ready have colinized Mars.

    I was wondering what my old mate Colin was up to these days.