Slashdot Mirror


User: nani+popoki

nani+popoki's activity in the archive.

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

Comments · 130

  1. funny you should ask on Slashdot Asks: Is Paperless Office a Dream? (betanews.com) · · Score: 3, Funny

    I just got on line after going to the local office supply store for another ream of printer paper.

  2. Sounds like a great thing for a fur-suiter to have on Vrvana's Totem HMD Puts a Camera Over Each Eye · · Score: 1

    Fur-suiting folks have a big problem with vision. You're usually looking out through mesh fabric, often recessed and colored. Your vision is limited and peripheral vision is almost nonexistent. And that's if your fursona (furry persona) is a predator species. If your character is a prey species, your eyes aren't in the right place, which looks odd. A system (which could be hacked) that provides a camera-and-display for each eye would let one mount the cameras where your line of sight should be and allow the mask to have eyes in the proper place.

  3. John W. Campbell got there first on Researchers Working On Crystallizing Light · · Score: 1

    I guess I'm the only one here old enough to remember John W. Campbell's space operas in which he postulated two materials made from "crystallized light". One material, lux, was a super-strong, transparent, insulator. The other, relux, was a perfectly reflecting superconductor. Look up his novel "Islands of Space.

  4. Re:Right, thaw them out... on Scientists Confirm Life Under Antarctic Ice · · Score: 1

    Be sure to shoot any albatrosses that fly near. (It's been decades since I read Who Goes There.)

  5. All these worlds are yours except Europa... on Scientists Confirm Life Under Antarctic Ice · · Score: 1

    The case for life in the oceans which appear to exist below the ice crust of Europa just got a little stronger.

  6. I give up on PayPal's Two-Factor Authentication Can Be Bypassed Using eBay Bug · · Score: 1

    From now on, I'm paying for everything with doubloons.

  7. Re:I'm doing my best to keep them afloat on Amazon's Ambitious Bets Pile Up, and Its Losses Swell · · Score: 1

    I do read a lot, mostly for entertainment. I'm averaging about three novels a week. I love that I can pack a dozen books for a trip without worrying about overweight luggage charges. At the price I'm paying per book, I'm now reading in more genres and reading more authors in the genre I always read a lot of. My model of Kindle doubles as an MP3 player, so I can have my tunes along as in-flight entertainment, too.

  8. I'm doing my best to keep them afloat on Amazon's Ambitious Bets Pile Up, and Its Losses Swell · · Score: 1

    I've bought over 1300 eBooks from their Kindle library. At $3 to $4 each... well, a Slashdot reader can certainly do the math.

  9. Re:I hope he's planning on filing with the FDA on Company Uses 3D Printing and Design To Change the Way We Look At Prosthetics · · Score: 1

    I'm not exactly an armchair advisor. I develop software for a company which makes a medical product.

  10. 501(c)7 on The New 501(c)(3) and the Future of Open Source In the US · · Score: 1

    That's a flavor of non-profit which is not a charitable organization.

    Disclaimer: I am in no way a member of the legal profession nor am I trained in law.

  11. I hope he's planning on filing with the FDA on Company Uses 3D Printing and Design To Change the Way We Look At Prosthetics · · Score: 0

    and including the biocompatibility test results report. What you make a medical device out of matters!

  12. And on First Movie of an Entire Brain's Neuronal Activity · · Score: 1

    Siskel gave it two thumbs down.

  13. Memory, Sleep and Old Age on Lose Sleep, Fail To Form Memory · · Score: 1

    So perhaps these senior moments I've been having are not so much from being over the hill as from the fact that as I've gotten older I get less sleep overnight?

  14. Re:Awesome! on Plastic Trash Forming Into "Plastiglomerate" Rocks · · Score: 1

    I'm not sure mine will be. I write code for a living.

  15. Re:Don't Miss the Rush... on Plastic Trash Forming Into "Plastiglomerate" Rocks · · Score: 1

    Except that the beaches in Hawaii are considered public land -- nobody owns them and access to the seashore must be granted by owners of abutting property.

  16. I'm a (minor) Multician on 50 Years Later, MIT Looks Back At AI and Networking Pioneer Project MAC · · Score: 1

    My truename appears in the list of "Multicians". I still have my copy of The Design of the Multics Operating System.

    One of the things that Multics did better than anything since was a feature called dynamic linking. In Multics, linking to a DLL was done via a symbolic reference resolved at runtime, rather than a reference to an ordinal (as in Windows). The Multics file system allowed you to have multiple names on the same file. The combination of those two features resulted in the ability to hot-plug DLLs. Here's how:
    1. You have a program which wants to take a sine function. It's got a link to "fortran.lib:sin" (no, the Multics syntax for the entry point was different, but you get the idea).
    2. The fortran guru decides he wants to upgrade the fortran library while your program is running.
    3. When your program first invoked the sin() function, the symbolic link is resolved to the existing fortran.lib DLL and it's loaded into your pdd (process space).
    4. The fortran guru adds the name "fortran.lib_bak" to the existing library file.
    5. The fortran guru creates his library as "fortran.lib_new".
    6. The fortran guru moves the name "fortran.lib" from the old library to the new one.
    7. Immediately, user programs which have not already linked to the old DLL will now link to the new one as symbolic references are encountered and resolved.
    8. The fortran guru removes the name "fortran.lib_new" from his new library, which has no effect except to free up that name for use in a future upgrade.
    9. Eventually, all user programs which referenced the old library finish and the old library can be deleted. Everyone now uses the new library,

    When I first learned about this, I thought is was really cool. 35 years later, I still do.

  17. I have an observation on LegoTechno -- Making Music With Lego Bricks, Python, OpenCV and a Groovebox · · Score: 1

    I have maintained for years that if you want to assess a society's technological level there are two fields you need to examine. The first -- and sadly, probably the most obvious -- is weaponry. But the second is music-making. No matter what the level of technology a society is capable of, the highest available tech seems to always wind up in their musical instruments. If you have a stick and a hollow log, you make a drum. If you can make a bow, you make a one-string guitar. If you can drill a hole in a piece of wood, you make a flute. If you can smelt brass, you make a horn. Or a gong.

    One example: one of the first electronic musical instruments was the Theremin. It was invented when the ink on the patent for the vacuum tube was barely dry. Another example: one of the earliest computer programs played music.

    Disclaimer: I am not an anthropologist. I'd be interested in knowing a counterexample, though.

  18. Asimov himself described a big flaw in his 3 laws on The Sci-Fi Myth of Robotic Competence · · Score: 2

    He wrote an essay pointing out that the biggest problem with his three laws of robotics was that a robot might well have trouble defining "human". His test cases -- if I remember right; it was 40 years ago that I read the essay -- were (1) a baby [human but not competent to give a robot an order], (2) an adult with mechanical prosthetics [human only if you examine the right parts], (3) another robot and (4) a chimpanzee. The problem is a lot more complicated than the Three Laws makes it sound!

  19. One word: food on Consumers Not Impressed With 3D Printing · · Score: 1

    When the technology reaches the point where you can use a 3D printer to decorate a cake or make fancy chocolates by the dozen (hopefully, make both and other things besides) in a matter of minutes then a 3D printer will find space next to the coffee maker. At least in the sort of home where a gourmet kitchen would see daily use.

  20. Heathkit AA-10 Stereo Amplifier on Ask Slashdot: What Tech Products Were Built To Last? · · Score: 1

    I built this kit in 1965. I'm still using it. It has operated flawlessly since the day I put it into service.

  21. Re:"Something from Nothing" is not science on Mathematical Proof That the Cosmos Could Have Formed Spontaneously From Nothing · · Score: 1

    The heartbleed bug could inform you of that, perhaps.

  22. Re:Mathemathical proof on Mathematical Proof That the Cosmos Could Have Formed Spontaneously From Nothing · · Score: 1

    Yup. Simple. It's the engineering that's not so simple. :)

  23. I, for one... on Michael Bloomberg: You Can't Teach a Coal Miner To Code · · Score: 1

    ...hope that I never have to learn how to mine coal. Despite what Heinlein said about specialization, I'm much better at writing code than at mining. (And yes, I did a little recreational mining a couple of decades ago when I was into mineral collecting as a hobby.)

  24. One factor they are not simulating... on Will Living On Mars Drive Us Crazy? · · Score: 1

    ...is the longer Martian day (sol). What will that extra 1/2 hour (approximately) do to a species evolved for a shorter day? I suspect this will be another source of stress, especially as "interplanetary" communications schedules will fall in and out of step with sleep schedule.

  25. Let There Be Light on Scientists Develop Solar Cell That Can Also Emit Light · · Score: 1

    by Robert A. Heinlein postulated a solar cell that would emit light http://en.wikipedia.org/wiki/L.... The story came at it from the opposite direction -- a lighting panel that turned out to also work as a photovoltaic cell. Heinlein's story was published in 1940. Only took 3/4 of a century for engineering to catch up with science fiction.