Slashdot Mirror


User: Wodin

Wodin's activity in the archive.

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

Comments · 84

  1. Infrasound: One possible explanation of hauntings on Running Your Own Ghost Investigation? · · Score: 1

    I read this article recently which mentions one explanation for "hauntings":

    http://www.cracked.com/article_18828_the-creepy-scientific-explanation-behind-ghost-sightings.html

    So, one thing to check for would be infrasound. If you find it and can identify the source, you may be able to put a stop to the "hauntings".

  2. 'There is no cyberwar' on There Is No Cyberwar · · Score: 1

    Peace in our time?

  3. Re:It's Monty again, having his cake and eating it on MySQL's Influence On the GPL · · Score: 1

    I read it more as "MySQL's handling of the GPL was wrong and maybe now things can return to normal" rather than "we must reform GPL over-reaching". I did not get the impression that he was trying to have his cake and eat it (which is what Monty appears to be trying to do.)

  4. Re:I recommend ... on Police Called Over 11-Year-Old's Science Project · · Score: 1

    This was not a science fair project. It was something he was working on by himself at home and decided to bring to school to show other pupils.

  5. TIFF URLs missing extra "f" on Mars Express Captures Phobos and Deimos · · Score: 1

    If you want the "HI-RES TIFF" versions of the images, you'll need to add another "f" onto the ends of the URLs.

  6. Re:Linux FS rocks on DRBD To Be Included In Linux Kernel 2.6.33 · · Score: 1

    He was saying that in AIX it's all integrated and therefore easy and AIX admins tend to think of the way it's done in Linux as a step backwards, BUT with the Linux way of doing things it's much more flexible exactly because "every partition / [logical] volume can be partitioned again, and so on."

  7. Re:Does Google give coade back on How Google Uses Linux · · Score: 1

    http://en.wikipedia.org/wiki/Andrew_Morton_(computer_programmer)

    Sending him a "thank you" e-mail would be one way to pat him on the back.

  8. Re:One question: on ARM and Dual-Atom Processors in New Portables · · Score: 1

    As a followup, how long until we see a netmainframe?

    You can have it now! Just run hercules on your netbook:
    http://www.hercules-390.org/
    http://en.wikipedia.org/wiki/Hercules_emulator

  9. Re:So where was the magic on Software To Flatten a Photographed Book? · · Score: 1

    See also this LWN article: http://lwn.net/Articles/351053/

    He shows how he straightened a picture he took and also mentions the SIFT algorithm which is disabled by default because of software patents. He says:

    Your editor, being a daring sort of person, decided that he wanted to find out just what sort of functionality is being denied to hugin users by the oppressive US software patent regime. As it happens, Fedora users can get around patent-based repression by installing the autopano-sift-C package from the rpmfusion repository and tweaking the program preferences to use the real autopano tool. The difference is striking: with autopano-sift-C installed, the program proceeds immediately from image selection to a preview window; the whole "control points" and "optimization" process just sort of goes away. This package does a great job of finding control points, at least on your editor's sample image set.

  10. Re:Prize for Medicine on 2009 Ig Nobels Awarded, For Gas-Mask Bras and More · · Score: 1

    Yes, because more people can copy him and up the sample size. If enough people do this ( also switching hands, say cracking their right hand and not their left, and also noting left or right handedness ) then you know the results are valid barring any association between liklihood of doing this and assymetric arthritis. Possibly there is a gene that causes both OCD and arthritis.

    No, no, that's not double-blind! You have to have someone cracking (or not) your knuckles without you knowing it and also without them knowing whose knuckles are being cracked.

  11. Re:License missing on Google Serves a Cease-and-Desist On Android Modder · · Score: 1, Flamebait

    [...]and learn how to spell "lose" (rhymes with "news") correctly.

    I agree on the spelling, but "lose" and "news" only rhyme if you're American.

  12. Re:grawlix fail on Shuttleworth Suggests 1-Way Valve For User Experience Testing · · Score: 1

    There's a difference between shell globbing and regular expressions.

  13. Re:Linux seems to be fine... on Nominum Calls Open Source DNS "a Recipe For Problems" · · Score: 4, Insightful
  14. I've done this on Gardeners Told to Give Exhausted Bees an Energy Drink · · Score: 1

    I've often found a bee on the ground looking like it's about to die and fed it sugar water. After drinking a bit of it it's amazing how they seem to recover.

  15. Re:Those aren't honey bees, they're yellow jackets on Gardeners Told to Give Exhausted Bees an Energy Drink · · Score: 1

    Not necessarily. In South Africa we don't have yellow jackets and the bees do sometimes congregate around soft drink cans. People sometimes get stung in the mouth if they aren't careful and a bee decides to take a drink while they're not looking.

  16. Re:Vial Criminals? on Lawyer Offers $1M For Proof His Client Could Have Done It; Oops · · Score: 1

    But your spell checker would not have caught that one :)

  17. Re:Sure, runs on GNU/Linux on US Postal Service Moves To GNU/Linux · · Score: 1

    COBOL's reputation for being slow has to do with writing the programs, and dates back to its earliest days when code had to be written as SET RIDICULOUSLYLONGVARIABLENAME EQUAL TO 2 PLUS 2. Development time sped up a lot when Gracie was finally convinced that RIDICULOUSLYLONGVARIABLENAME = 2 + 2 would work as well[...]

    You mean: ADD 2 TO 2 GIVING RIDICULOUSLYLONGVARIABLENAME
    and: CALCULATE RIDICULOUSLYLONGVARIABLENAME = 2 + 2

    It gets worse with operations with longer names and other variables:

    MULTIPLY WEIGHT-OF-SPARROW BY NUMBER-OF-SPARROWS GIVING TOTAL-WEIGHT

  18. Re:This makes Unix 15 years older than Tetris on Unix Turns 40 · · Score: 1

    Unix just turned 40, and Tetris just turned 25. What do they have in common other than closely spaced birthdays? They were both first developed on PDP-11 hardware (Unix on a PDP-11, Tetris on a Russian clone). And they've both been cloned, early and often.

    And Lisp is 50 years old. It wasn't developed on a PDP-11, since PDP-11s weren't around then :) It was developed on an IBM 704, but there was a version for PDP-1 developed a little later.

    I think you can say the same about cloning, since there are many different dialects of Lisp and many languages have adopted aspects of Lisp.

  19. Re:And to celebrate, it issued the command: on Unix Turns 40 · · Score: 2, Informative

    Bah. Your command would fail. You need to escape the splat just like the semicolon:

    Not necessarily. It depends on whether there are files/directories in the current directory that start with the string "kids" (and your shell's globbing rules). If there aren't, then everything works find. If there's only one, things might seem to work, but files/directories in subdirectories will not be found (and therefore removed).

    find my_lawn -name kids\* | xargs rm -rvf

    Which will break if you have spaces or tabs or newlines etc. in your filenames. Use this instead (I hope you have a reasonable version of find and xargs):

    find my_lawn -name kids\* -print0 | xargs -0 -r rm -rvf

  20. Re:Maybe Jeff can explain this on Hacker Jeff Moss Sworn Into Homeland Security Advisory Council · · Score: 1

    No, he's not saying that at all. Go read it again.

    Basically John the Ripper guesses the password and then you're free to try that password against other machines. Obviously if someone's used that password on the other machines you will get in using that password. That has nothing to do with whether the original password can be retrieved from the hash by reversing the hashing algorithm or "decrypting" the hash to get the original password.

    Also, the text that John the Ripper spits out could actually be different from the real password and still work, because every hashing algorithm takes a large (probably infinite) set of things and squeezes them into a finite set of values. i.e. there are guaranteed to be collisions.

  21. Re:Borland Turbo Assembler on Borland Being Purchased By Micro Focus · · Score: 1

    He did say "Turbo Pascal 1.0".

  22. Re:Too Dear.. on Blackwell Launches Print-On-Demand Trial In the UK · · Score: 1

    I agree. 4 pence is about what I was thinking was reasonable too (based on how much that works out to for a 300 page book converted into my currency.)

    More than about 5p and I'd more than likely do without. Especially if the quality is poor.

  23. Re:Here's praying... on Oracle Top Execs Answer Sun Employee Questions · · Score: 1

    [...] if Solaris were GPL'ed, code could flow in the opposite direction as well - you could also pull in code from Linux, then.

    The problem with that (from SUN/Oracle's perspective) is that they would not own the code that was borrowed from Linux.

  24. Re:How It Went Down on Oracle Top Execs Answer Sun Employee Questions · · Score: 1

    Yep, SAP is a pain to install. Peoplesoft is apparently worse. I don't know about Oracle, though.

  25. Re:Switching to Postgres on Oracle Top Execs Answer Sun Employee Questions · · Score: 1

    Damning with faint praise?