Slashdot Mirror


User: bhspencer

bhspencer's activity in the archive.

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

Comments · 42

  1. Re:Human soceity not ready for this on Chimpanzee "Personhood" Lawsuits Fail In New York Courts · · Score: 2

    Consider that we provide children a special status in our society. We consider children to be persons and afford them rights as such. Yet we do not hold them accountable for murder in the same way we do for human adults. Giving a chimp the status person does not mean we have to give them the same rights as human adults.

  2. Changing someone elses code on Ask Slashdot: What Are the Hardest Things Programmers Have To Do? · · Score: 1

    Not only do you have to understand the problem in hand, you have to understand how the prior programmer understood the problem.

  3. Re:Power of attorney transfer them from his wallet on DOJ Hasn't Actually Found Silk Road Founder's Bitcoin Yet · · Score: 1

    That passphrase would usually be digested into a 128 or 256bit secret key and the private key would then be encrypted with AES. Safe and sound.

  4. Re:Power of attorney transfer them from his wallet on DOJ Hasn't Actually Found Silk Road Founder's Bitcoin Yet · · Score: 1

    It is considered good practice to encrypt your private key with a passphrase. Then even if your private key is compromised it cannot be decrypted without the passphrase in your head.

  5. Re:Use of Gray Text on Come Try Out Slashdot's New Design (In Beta) · · Score: 1

    I couldn't agree more. I have poor eyesight and grey text on grey background is practically unreadable for me. Please don't do it.

  6. Grey background for text? on Come Try Out Slashdot's New Design (In Beta) · · Score: 1

    Please don't do this. I have poor eye sight and grey background for the text makes the site practically unreadable for me.

  7. Re:Do the CCs work? on Instagram "Likes" Worth More Than Stolen Credit Cards · · Score: 1

    1) Buy a set of credit card numbers. 2) Try to buy more credit card numbers with the numbers you purchased in 1. 3) Sell new numbers. 4) Repeat and profit...

  8. Re:Oh yeah on Oracle Fixes 42 Security Vulnerabilities In Java · · Score: 1

    Are you running minecraft as an applet in the java browser plugin? If not you are not exposing your self to any of the vulnerabilities that have recently been described regarding java. The problem is with the browser plugin, not with Java or the JVM.

  9. Why do ISPs even offer email as a service on British ISP Bombards Users With Deleted Emails · · Score: 1

    Who uses the email service provided by their ISP anymore? How may times have you received the email "I changed my ISP so this is my new email address"? If you are using the email service provided by your ISP you are doing it wrong.

  10. Sound and graphics need to work out of the box on Ask Slashdot: How Would You Fix the Linux Desktop? · · Score: 2

    I have been installing linux on the desktop for the last 12 years and some things are just as broken now as they were then. For example: I have never, and I mean never, in the last 12 years had the mic work after initial install of any distribution on a laptop. This wan't such a big deal 10 years ago but these days it is a deal breaker. I should never have to edit my xorg.conf file in order to get my desktop working properly. The number of times I have updated a Linux OS and it broke what ever graphics driver I had installed and I am dumped at a command prompt on reboot. The graphical desktop needs to always work.

  11. I really want this to be a success on Google Ports Box2D Demo To Dart · · Score: 1

    I would love to have a choice of what language to use when writing client side code. JavaScript gets the job done and it is far from ideal. Even Crockford recognizes that JavaScript contains many mistakes in its implementation.

  12. It's about simplicity of interface on Bing Search Overtakes Yahoo · · Score: 1

    Clearly as the same search back end is being used by both bing and yahoo it has nothing to do with the search results. Back in the 90s I stopped using yahoo. There were a few reason and one was the main search page was cluttered an ugly and googles was not. I think this is still true. Bing's growth probably has a lot to do with being the default search in MS products and the yahoo search page looking like it came from1996 doesn't help matters. That yahoo logo is a piece of junk that looks like it was made with MS word art.

  13. Re:Drops in NGS Costs Outpacing Storage Costs on Genome Researchers Have Too Much Data · · Score: 1

    What is in that 2TB of data? A human genome only takes up 750MB. (A base may hold 1 of 4 values A, C, G and T. So each base can be represented with 2 bits. 2 bits * 3 billion = 750MB)

  14. Re:Your genome will fit conveniently on a CD. on Genome Researchers Have Too Much Data · · Score: 1

    That is the point I was trying to make.

  15. Re:Your genome will fit conveniently on a CD. on Genome Researchers Have Too Much Data · · Score: 1

    Correction that total is 22.5 TB.

  16. Re:Your genome will fit conveniently on a CD. on Genome Researchers Have Too Much Data · · Score: 1

    From the article "There will probably be 30,000 human genomes sequenced by the end of this year". 750MB*30,000 = 2.813 TB (terabytes). So we can store all sequenced genomes so far on a single 3TB HDD. You can pick one up from newegg for less than 250 USD.

  17. Your genome will fit conveniently on a CD. on Genome Researchers Have Too Much Data · · Score: 2

    From the article "three billion bases of DNA in a set of human chromosomes". A base may hold 1 of 4 values A, C, G and T. So each base can be represented with 2 bits. 2 bits * 3 billion = 750MB.