Slashdot Mirror


User: henrywasserman

henrywasserman's activity in the archive.

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

Comments · 15

  1. Re:PCs were fragmented since ever on Devs Grapple With 100+ Versions of Android · · Score: 0

    Part of it is making sure you have compatible versions of software on each device. Part of it is that different software drivers are required for different hardware devices. When different software drivers are introduced, they have a subtle tendency to interact with the software in evil ways. Things like buttons stop working or software starts crashing. Basically with unexpected software driver changes you get unexpected software results in the application that uses the drivers.

  2. A different kind of air pollution. on California Legislature Declares "Cuss-Free" Week · · Score: 0

    Now that there's some air pollution regulation that I can support and understand.

  3. Re:Headhunters on When Do You Fire a Headhunter? · · Score: 0

    good advice.

  4. Re:Brian Eno to God on Brian Eno Releases Second iPhone App · · Score: 0

    ha ha I meant speck or was that Spock? What is man that thou art mindful of him?

  5. Brian Eno to God on Brian Eno Releases Second iPhone App · · Score: 0

    Brian Eno to God is as a spec to the Universe.

  6. Re:Duh on Happiness May Be Catching · · Score: 0

    I knew that who was on first. But I didn't know that happiness was catching.

  7. Re:So the real question is.. on Cross-Platform Microsoft · · Score: 0

    I think this is the rape step. As opposed to embrace and extend.

  8. evolutionary madness on Britons Unconvinced on Evolution · · Score: 0

    The God of evolution is Time. With man it is impossible, but given enough time all things are possible. Attractive but unsatisfying...

  9. Re:The original story behind this... on Scientists Figure Out How Bees Fly · · Score: 0

    Ok, I get your point.

  10. Re:The original story behind this... on Scientists Figure Out How Bees Fly · · Score: 0

    The only thing we have to fear is fear itself.

  11. woe is me bones on Scientists Figure Out How Bees Fly · · Score: 0, Offtopic

    Has anyone heard woe is me bones? It's wonderful story about bees by a children story teller with an Irish name.

  12. Re:The original story behind this... on Scientists Figure Out How Bees Fly · · Score: 1

    You make some interesting points about science and knowledge. You make some good points about astrology. Now let's see you take on something a little more substantive like, the Love of God, Sacrifice, the sanctity of Life. The passion of the Christ. My dear friend, science is nice. Science will save you time and cash and is great with material things. But science is like a bumblebee compared to God. The flight of the Bumblebee was mastered long ago by a classical composer... But if God is not found found inside your heart. Heaven help you. Stick with science for inside of science, but when you get outside of science - you will one day meet your maker and have to answer for the deeds done in your body. For it is appointed unto man once to die and then the judgement. I know that science can not save us from ourselves. In that way it simply postpones the inevitable. A nice diversion, a convienient offering and expanding of knowledge, and truth. What we really need is to have more compassion.

  13. Bees Fly on Scientists Figure Out How Bees Fly · · Score: 1

    I once met a Bee and his breath was skippin...

  14. Simple Automation Module for Internet Explorer on Testing Products for Web Applications? · · Score: 1

    check out samie on sourceforge...

  15. samie on Testing Products for Web Applications? · · Score: 1

    I have just written a perl module that automates IE by using active perls Win32::OLE module. It grabs the IE com object and from there gets the DOM for every frame in the download. It pretty fast and you've got everything you need right under the hood. It's on sourceforge under samie. The project has not been "released" yet. But the basic SAM.pm file is there, and I'm constantly updating it. Check it out and drop me a note if you have any questions...