Slashdot Mirror


User: Derek+Pomery

Derek+Pomery's activity in the archive.

Stories
0
Comments
1,051
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,051

  1. Re:Who to blame? on Vista - iPod Killer? · · Score: 1

    You sure about that Linux thing?
    Linux kernel has support for mounting HFS+...

  2. Re:"Compatibility instructions" on Dell Sells Open Source Computers · · Score: 1

    Ditto, contacting Dell support about it.
    What sort of "compatibility warning" doesn't allow an override? Do they not want people to buy their product?
    And of course the error isn't even checking the operating system column of the purchase...

  3. Re:Well duh on US Attorney General Questions Habeas Corpus · · Score: 1

    http://en.wikipedia.org/wiki/Sixteenth_Amendment_t o_the_United_States_Constitution
    And that power has gotten out of hand mostly due to this amendment...

  4. Re:Article and quotes from article don't match. on Bilingualism Delays Onset of Dementia · · Score: 1

    I'll willingly admit that "protective effect" is my own arbitrary layman's wording.
    The actual research articles I have read, however, do go so far as to theorise (and some, offer brain scans to back up)
    the fact that mental activity keeps the brain flexible, less dependant on a small set of networks, allowing damage to be routed around. Like the internet used to be.
    This is testable both in showing that the damage is not reduced in autopsies, and in examining patterns of activity in the elderly.
    As for finding the articles... Sorry, this is slashdot, I'll concede your point before going to the trouble of digging through pubmed and a ton of science magazines.

  5. Re:water, water everywhere on Global Warming Exposes New Islands in the Arctic · · Score: 1

    I know this is a joke, but let's say we somehow managed in some science fiction scenario to melt all the ice in Greenland and Antarctica.
    http://m8y.org/images/world_noice.jpg
    You'd end up with something like that.
    You bought a bit too far inland. :)
    Used this toy.
    http://www.ens-lyon.fr/Planet-Terre/Infosciences/H istoire/Eustatisme/Applets/index.html

  6. Re:Stupid, ignorant, or fraud on Bilingualism Delays Onset of Dementia · · Score: 1

    While I'm normally a big fan of pointing out correlation != causation, especially in psych studies, there are a few issues here.
    One, you haven't actually read the study, so you have no idea what variables they controlled for, the length of the study, what data they collected, etc.

    Two, there is an extensive set of similar studies showing that mental activity of any kind has a protective effect. So they are on stronger ground as a result.

  7. Re:On a similar vein on Firefox 3 Plans and IE8 Speculation · · Score: 3, Informative

    Use tab sidebar.
    http://users.blueprintit.co.uk/~dave/web/firefox/T abSidebar
    Yes, isn't officially on addons.mozilla.org, but this addon has been out there for a while.
    You can always inspect the code if you want.

  8. Re:*Much* better pictures on NASA site on Mars Probe May Have Spotted Sojourner Rover · · Score: 2, Informative

    6.2MiB, 4000x4000 pixels
    http://mars.jpl.nasa.gov/mro/gallery//press/200701 10a/picture-3.jpg
    Naw, they just aren't checking all their links.
    Is a little further down the page.

  9. Re:Sink, not source on 2006 Was the Warmest Year Ever · · Score: 1

    I imagine the commenter was noting that the sink effect decreases.
    It is well known they are still a sink. Heck. One issue is that as more CO2 dissolves in oceans, ocean creatures that depend on calcium carbonate for shells and other structures weaken.

    Also, is worth noting the sink effect due to photosynthetic life in the ocean was recently shown to be overestimated, in the pacific alone, by over 2 billion tons.

  10. Re:Secret? What secret? on How Apple Kept the iPhone Secret · · Score: 1

    I couldn't even be remotely called an Apple fanboy.
    I don't own any of their products or heck, have a phone that was made in the last 5 years.
    But to suggest that knowing those two facts are all that would be needed to create a knockoff to steal Apple's thunder is absurd.
    It's like saying that had Microsoft known Apple was going to create a music player they could have made a better iPod ahead of time, instead of an iPod clone a few years later.

  11. Re:This is so True on IE7 Compatibility a Developer Nightmare · · Score: 1

    duh.
    Same is true of any javascript method.
    Still requires writing code twice. When possible, is easiest to just, oh, pick a supported subset.
    That way you don't have to lug around a set of compatibility wrappers all the time that people have to reference to read your code, or use branches for the simple stuff, which is annoying to read.

  12. Re:This is so True on IE7 Compatibility a Developer Nightmare · · Score: 1

    You're right. I had thought it was. My apologies.
    One could say, I suppose, that what it does is a tad clearer, and perhaps even more flexible (create one fragment, insert many times).
    But it is indeed not standard. Thanks for the heads up.
    Opera of course, supports it, but they are good like that.

  13. Re:This is so True on IE7 Compatibility a Developer Nightmare · · Score: 1

    Frig. That'll teach me to fire things off in a hurry.

    var n = document.getElementById("foo");
    var r = document.createRange();
    r.setStartBefore(n);

    while (n.hasChildNodes()) n.removeChild(n.lastChild);
    n.appendChild(r.createContextualFragment("<b>Like this</b>"));

  14. Re:This is so True on IE7 Compatibility a Developer Nightmare · · Score: 1

    var n = document.getElementById("foo");
    var r = document.createRange();
    r.setStartBefore(n);

    while (n.hasChildNodes()) d.removeChild(d.lastChild);
    d.appendChild(r.createContextualFragment("Like this"));

  15. Re:This is so True on IE7 Compatibility a Developer Nightmare · · Score: 1

    ... um. Why are you answering me? Isn't my sample case. I was suggesting cross-browser methods.
    Oh. And using innerText requires annoying browser detection.

  16. Re:This is so True on IE7 Compatibility a Developer Nightmare · · Score: 1

    Hm. Seems textContent is old and in w3 DOM spec?
    http://www.w3.org/TR/2001/WD-DOM-Level-3-Core-2001 0913/ecma-script-binding.html
    And it *is* true that recursively fetching text data is a bit of a hassle. Not a huge one though.

  17. Re:This is so True on IE7 Compatibility a Developer Nightmare · · Score: 1

    Instead of text content, you could fetch the text child node. I'm pretty sure that works in IE6 and 7.
    And innerHTML is non-standard.
    I'm not sure about textContent.

  18. Re:WTF on Dark Cloud Over Good Works of Gates Foundation · · Score: 2, Insightful

    Umm. Bit different from being bitched at for not fixing all problems, and being bitched at for inadequately fixing problems caused by you.

  19. Re:Adblock on The Debate Over Advertising on Wikipedia · · Score: 1

    Oh, I'm sure that's not the *only* way...
    http://bugzilla.wikimedia.org/show_bug.cgi?id=1218
    http://bugzilla.wikimedia.org/show_bug.cgi?id=4947
    http://bugzilla.wikimedia.org/show_bug.cgi?id=8419
    Couldn't find a bug on it, but using mod_deflate would probably help too, and the deflate work could be pushed on to intermediate servers.

  20. Re:Tides on World's Largest Wind Farm Gets Green Light · · Score: 1

    Made me think of the Bay of Fundy. Wikipedia had some interesting info, as usual.
    http://en.wikipedia.org/wiki/Bay_of_Fundy#Tidal_el ectrical_power_generation

  21. Re:Sea Level? on Arctic Ice May Melt By 2040 · · Score: 3, Informative

    The ice in the arctic is fresh water, the ocean it is floating in is salt.
    http://www.physorg.com/news5619.html

  22. Re:Is there an alternative? on Forgent Settles JPEG Patent Cases · · Score: 1

    PNG does *not* work fine for photographic images.

    JNG came to mind since having that magical A in RGBA makes for so many useful applications of JPEG that are not available right now.
    So, I checked.
    http://pmt.sourceforge.net/SVG-patents/jpeg.html
    "This matter is of interest to MNG Development because MNG uses the JNG subformat which is simply baseline JPEG wrapped in PNG-style chunks.

    It would be very useful for someone to scrutinize the patent to determine exactly which, if any, of its claims are infringed by JPEG codecs. There has already been some preliminary analyses by compression experts. Tom Lane of IJG was quoted (in the July 19 Infoworld article referenced above) to say that it does not. Mark Nelson has also said in the comp.compression newsgroup (search Google Groups for "jpeg patent nelson") that there is probably no overlap. "

  23. Re:OR... on 2006 Election Maps Mashups · · Score: 3, Insightful

    Neither site notes the Libertarian candidate for Tom Delay's district, TX-22
    http://www.electoral-vote.com/evp2006/Info/hothous e.html#TX
    They note one of the (several) Republican write-ins, but ignore someone who is actually on the ballot.
    Part of the whole red-blue trend that ignores other possibilities.

  24. Re:useless suggestion on Root Exploit For NVIDIA Closed-Source Linux Driver · · Score: 1

    How did this get moderated up insightful - did you actually read that article?

  25. Re:It is NOT about images on Stopping "PattyMail" Email Bugs · · Score: 1

    Using "Simple HTML" mode protects against that, and in my opinion makes messages much more pleasurable to read.
    They get their tables, colours, embedded images, even remote if in your address book.
    I don't get flash crap and other stuff.