Slashdot Mirror


User: cathector

cathector's activity in the archive.

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

Comments · 258

  1. correlates w/ noctilucent clouds ? on Airplanes Cause Accidental Cloud Seeding · · Score: 1

    interesting. noctilucent clouds have also been on the rise during the period of modern aircraft, and are also seen primarily towards polar latitudes.

  2. Re:C/C++ faster but produces more bugs on C++ the Clear Winner In Google's Language Performance Tests · · Score: 1

    i strenuously disagree that memory management is a boon to developer productivity.
    in every single case where i've seen serious memory requirements meet garbage collection,
    not only has performance suffered, but developers spend scads of time banging their heads against the black box of the GC.
    i'm thinking specifically AS3 and Java.

    imo GC is a lose-lose proposition:
    either 1) you have serious memory requirements, in which case GC just gets in your way and you have to expend serious effort Working Around it,
    or 2) you don't have serious memory requirements, in which case who gives a shit: leak the stuff. virtual memory is essentially infinite.
    the only situation where the GC really helps are in long-running but memory-unintensive applications.

  3. Re:It's time for businesses to get more paranoid on Court Rules Passwords+Secret Questions=Secure eBanking · · Score: 1

    +1 dedicated computer.
    that's exactly what i'm setting up for my mom for her personal online banking - a netbook running linux with strong injunctions from me to use it and only it for banking, in combo with separate email accounts for & only for banking. i admit i haven't done the same for myself, but i plan to soon. ordinarily there's no way any linux distro could survive in the hands of my mom, but if it's only used for connecting to a couple of sites, perhaps it has a chance.

  4. yes. it's as necessary as my glasses. on Do Developers Really Need a Second Monitor? · · Score: 1

    i can code without my glasses, too,
    but nobody would suggest they're not necessary.

  5. Re:Mac is vulnerable too on Poisoned Google Image Searches Becoming a Problem · · Score: 1

    thanks for doing that research.
    yes, it's clear that you need to click "okay, install stuff" to have anything actually bad happen,
    but because users are ignorant, clumsy, inattentive, etc, even getting to that point is a huge security flaw.
    social engineering is a real danger, and the browser/OS need to do everything they can to help the user survive against it.

    > I'm sure a bunch of people will install it, but there's nothing you can do about that.
    that just seems like not facing the problem.
    consider your grandmother who does her banking online.
    how can you describe to her what's safe to install and what isn't ?

    the legitimate OSX installer should never open up for something the user hasn't intended.

  6. Re:Mac is vulnerable too on Poisoned Google Image Searches Becoming a Problem · · Score: 1

    i had a very similar experience yesterday. was GISing in safari for "blanket octopus" and suddenly the osx installer was running. the offending file was also MacProtector.mpkg, which had been downloaded to the desktop.

  7. Re:Mac is vulnerable too on Poisoned Google Image Searches Becoming a Problem · · Score: 4, Interesting

    i've been on osx for about two years, and just yesterday had my first malware experience,
    which is pretty much identical to Teckla's: i was in safari and followed a GIS link for "blanket octopus"
    and clicked on one of the pictures, and got a pop-up browser with some "security scan in progres.." BS dialog.
    no big deal.
    but then the OSX package installer opened up, trying to install some obvious malware .mpkg which had been downloaded to my desktop.
    downloading a file without my permission is already a total security fail, imo, but running the installer on it is beyond bad.
    obviously i nixed the installer and power-cycled and so far haven't noticed anything untoward, but it's scary.
    the name of the .mpkg was "MacProtector.mpkg". unfortunately i rm -rf'd without making an archive of it.
    - google shows a few hits for that. so, in short, yeah, Teckla's experience matches mine.

  8. disappointing, apple and the gay community. on Apple Removes Gay Cure App From App Store · · Score: 1

    i talked to a number of friends here in SF and was shocked how many were in favour of having apple remove the app.
    sure it's bigoted, etc, but censorship is not the answer.

  9. article about visual stuff w/ no images. on Cloud Gaming With Ray Tracing · · Score: 1

    how great would it be if /. automatically filtered stories which are about imagery but do not in fact have images in them.

  10. found via spaceweather.com on Double Eclipse Photographed, Sun, Moon, and ISS · · Score: 1
  11. OT - fun iOS app for ant behavior on Next Generation of Algorithms Inspired by Ants · · Score: 1

    disclosure: i know the author of the app.

    "antograph" is a nifty interactive app written by scott snibbe back in 1998 and recently ported to the iDevices.
    it's a nice demo of some of the concepts of ant simulation.

  12. Re:Actually, that's not bad on Hong Kong Team Stores 90GB of Data In 1g of Bacteria · · Score: 1

    i'd be pretty skeptical that the bits/kg of biological storage will come anywhere close to that of more traditional media anytime soon.
    i'm speculating, but i suspect that if you weighed the magnetic particles responsible for current HD technology they'd come in at way over 100GB/gram.

  13. no shit on The Joke Known As 3D TV · · Score: 1

    nobody wants this. it's a desperate attempt at creating a need and for once it's falling short.

  14. Re:This would be interesting for production use... on Quantum Teleportation Achieved Over 16 km In China · · Score: 1

    every time someone tries to explain why QE is more exciting than what you just described, i'm never convinced.

    i guess the "neat" thing here is just that the state of the two particles was preserved for so long.

  15. Re:Lightspeed limited, not an ansible on Quantum Teleportation Achieved Over 16 km In China · · Score: 1

    interesting question.
    the obvious answer seems to be that spacetime does not deform instantaneously in response to a distant mass.

    i'd be hesitant to bring in inflation theory as evidence that spacetime can distend at speeds greater than c, since it's a pretty tenuous theory.

  16. bravo on Ubuntu Will Switch To Base-10 File Size Units In Future Release · · Score: 1

    i've been thinking in 1024-byte kilobytes since i first cut my teeth on the sinclair-1000, so i have a fondness for that measure as well, but it's clearly bad practice to mis-use SI units. sure it'll mean a decade or a half of confusion, but i think we should all welcome a switch here, and use other names for 2^10, 2^20, etc.

  17. so that's about the volume of Hetch Hetchy on NASA Estimates 600 Million Metric Tons of Water Ice At Moon's North Pole · · Score: 1

    according to wikipedia, Hetch Hetchy reservoir in california holds about 440,000 cubic decameters of water.
    440,000 decameters^3 in liters = 440,000,000,000 liters
    = 440,000,000,000 kilograms
    = 440,000,000 metric tons of water

    so the moon water estimate of 600,000,000 metric tons is about 1.4 x as large as Hetch Hetchy reservoir.
    Great for a research or industrial outpost for a couple decades, but small potatoes for popular colonization.

  18. Re:javascript on How To Teach a 12-Year-Old To Program? · · Score: 1, Informative

    +1 javascript.

    it's got a C++ - style syntax,
    is forgiving about lots of stuff,
    can do graphics,
    can do awesome 3D if there's an interest in that,
    and imo best of all, it's the most portable language going: it's easy to put your nephew's apps on the intertubes they're guaranteed to run on his friends' computers with no fuss, no muss.

  19. Re:Nice, but... on Nanotech Ink Turns Paper Into a Low-Cost Battery · · Score: 3, Informative

    your link to silverseek may have some relevant info, but it also has "sentences" like this:
    Just as gold miners have cast their geologists to the wind and pretty much eliminated their support structures to find and develop new properties, so haven't the copper miners. Now "they're" worried about a supply 'pinch' in 2006.

  20. grammar/usage issues: nigh uncountable on Organovo Has Its First Commercial 3D Bio-Printer · · Score: 1

    seriously, who wrote this ?
    "Organovo and strategic partner Invetech hope in 2010 to release a commercial version of their 3D organ printer capable of producing very basic tissues like blood vessels."

  21. Re:I heard one of the ants in the experiment speak on Ants That Can Count · · Score: 1

    i felt TFA had a rather stilted tone..

  22. depends what you mean by 'count' on Ants That Can Count · · Score: 1

    > What I was trying to say is that counting usually involves numbers.

    i would take a broad view of the word "counting" and define it as something like "the ability to remember and compare quantities", regardless of the presence or not of a theory of numbers.

    with this view, the ants, the drummers, and the mamas w/ the puppies are all counting.

  23. Re:So... when? on Babies Begin Learning Language In the Womb · · Score: 1

    i am a scientist,
    but i'm not sure science is the right vehicle to explore that question with.
    science can provide input, such as "it develops a heartbeat at such-and-such a time" or "it first contemplates its soon-to-be navel at T = 20 weeks" or whatever, but it should obviously be up to [each] culture to interpret those data w/r/t deciding when it's human-enough-to-no-longer-be-abortable.

    also, this seems like a well-trod and somewhat tedious subject, as well as totally off-topic.

  24. Re:Evacuate this universe! on LHC Shut Down Again — By Baguette-Dropping Bird · · Score: 3, Funny

    .. let's weaponize the shit out of implausability !

  25. Re:Fixed point numbers? on Why Computers Suck At Math · · Score: 1

    or better, write software that can deal with the timer wrapping around. it's not that hard.