Slashdot Mirror


User: JasterBobaMereel

JasterBobaMereel's activity in the archive.

Stories
0
Comments
2,594
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,594

  1. Re:James Watson had 20 bad genes on 13,000 Volunteer To Put Personal Genomes Online · · Score: 2, Interesting

    "The" discoverer of the structure of DNA was a group of seven people three of whom won a Nobel prize for it .. Watson, Crick, Wilkins, Stokes ,Wilson, Franklin and Gosling

    Rosalind Franklin died of Cancer before she could be nominated for the Nobel prize ...

  2. Re:Cut and Paste on Why Linux Is Not Yet Ready For the Desktop · · Score: 1

    Ctrl-X/V/C works everywhere ... Firefox on Windows and FireFox on Linux works the save as far as I can see ...?

    The only time I have problems with Ctrl-X/V/C is on Windows when someone is using the Multi-cpliboard that comes with MSOffice!

  3. Re:Wine doesn't run everything on Why Linux Is Not Yet Ready For the Desktop · · Score: 1

    Try running a PS3 or Xbox game on Windows .... strange it does not work ....

  4. Re:This should be a lesson... on Hacker Destroys Avsim.com, Along With Its Backups · · Score: 1

    If you don't have a recent backup, that is offsite, and you have tested you can restore from it

    YOU DON'T HAVE A BACKUP!!!!

    If your backup is RAID - it is not a backup
    If your backup is a mirror server - it is not a backup
    If your backup is on site - it is not a backup
    If your backup has not been tested - it is not a backup

    This will protect your from fire, flood, burglary, and hackers ....

  5. Re:So many other functions... on The Hidden Secrets of Online Quizzes · · Score: 2, Insightful

    Well said .... ...and the old bugbear of "Facebook will steal your personal info" is solved in a similar manner - if you don't tell facebook it cannot tell anyone else

    Why put your phone number on Facebook - everyone who needs it has it already, or can ask me for it, *all* my friends and family do not need to know it and neither does Facebook ....

    My Facebook profile has just enough for people to tell it's me, and no more.

  6. Re:They asked for it on Remote Kill Flags Surface In Kindle · · Score: 1

    .mp3 - cannot contain virus/rootkit when used as a datafile .avi - cannot contain virus/rootkit when used as a datafile .txt - cannot contain virus/rootkit when used as a datafile ...
    Whereas Kindle/iPod/iPhone/Sony products/Windows products are well know to contain many restrictive and invasive countermeasures to stop me using the content in legitimate ways that I paid for ...

  7. Re:They asked for it on Remote Kill Flags Surface In Kindle · · Score: 4, Informative

    Session musicians - already paid
    Studio Engineers - already paid
    Studio rental - already paid
    Production costs - already paid
    Cover artist - already paid
    Distribution costs - already paid

    The only people who get paid copyright fees are the production company and the artist, I personally do not care about the production company (and if the music is more than a year old, they will have already been paid in full, or are incompetent) and if pay the artist anything even 1 cent it would be more than will ever see by me buying the music legitimately

  8. Re:Why not lower costs? on Cory Doctorow Says DIY Licensing Will Solve Piracy · · Score: 1

    Options invest a lot of money in Bond movie with well know star(s), and you are practically guarenteed a return on your investment, or try a brand new movie with unknowns and hope for the best ...

    When one bad movie can kill a studio, they tend to play it safe...

  9. Re:Why a 100K would be needed from Bill to fund th on Gates Foundation Funds "Altruistic Vaccine" · · Score: 1

    England, Scotland, at least two states (then separate countries) ... I make that more than 2?

  10. Re:Why does microsoft care? on IE Losing 10% Market Share Every Two Years · · Score: 2, Informative

    It was to sell Windows and development tools and IIS

    If you developed for Windows/IE/IIS then you use those, and people you sell to use them etc ...

    You make Windows cheap to companies, make IE free, so they will pay to use MSSQL/IIS/Sharepoint and not use alternatives

  11. Re:How to get out of a recession in 2 easy steps.. on Intel Receives Record Fine By the EU · · Score: 3, Interesting

    Intel currently makes more money in Europe than it does in the US? ...and has more employees outside the US than in it ... it is only nominally a US company?

  12. Re:That was 2 Euros of course on Intel Receives Record Fine By the EU · · Score: 4, Insightful

    About the same time they decided not to use UTF-8 like every other website ....

  13. Re:Not just assimilating information on Copyright Infringement of Books · · Score: 1

    Now take a e-reader to the beach and see if you can read it in bright sunlight, when it have been sandblasted and sprinkled with saltwater, and overheated....

    A book will survive this, at least long enough to read it, no e-reader will (and they cost a lot more)

    this will be a real problem only when e-readers a cheap/disposable ....

  14. Re:So what happens.... on Minor Damage Found On Space Shuttle · · Score: 1

    Easy they do what they would have had to do in the past when they didn't have another shuttle ready -

    Call the Russians and get them to send up a rescue Soyuz - they might only be able to save a few but that's better than none ....

  15. Re:gpl comes with a license on Should Developers Be Liable For Their Code? · · Score: 1

    Except.... The manufacturer still has the contents of the box and so do you even after you have eaten it ... ...and actually most of your food implicitly already has some of these clauses
      the manufacturer only guarantees they have followed the relevant health and safety laws (which should stop most of these) but does not guarantee the food free of hazardous materials and is not a health risk

    And all of these apply to a book ....

  16. Re:England is a very curious case on The Electronic Police State · · Score: 1

    ...only couple of things wrong with this,

    what makes you think it is possible for the BNP to ever get into power? With our admittedly flawed electorial system this is actually very unlikely (or would be the will of the people)

    and what makes you think this could not happen elsewhere? Get someone in power in the USA and they can emend the constitution, so they can rewrite it, so they can basically do what they like if they have the will of the majority of the senate, representatives and the president ....A certain GW Bush did keep prisoners on flimsy non-admissible evidence in an offshore prison outside the laws and scrutiny of the US legal system for years, all apparently within the restrictions of the constitution

  17. Re:Quicksort on Old-School Coding Techniques You May Not Miss · · Score: 1

    If you knew about sorting and had actually learnt it you would know that Quicksort is the default because is is usually the quickest and most efficient method, but on some datasets it can be slow or inefficient, and there are "better" sorting methods for that data ...

    You do not need to optimise quicksort (the version you are using is probably already more optimised than you can make it...), you need to optimise your use of it ... i.e. use it where it is appropriate, and use something else where it is not!

  18. Re:Some, not all... on Old-School Coding Techniques You May Not Miss · · Score: 2, Insightful

    Number of times you have had to pick a different sorting/searching algorithm by choosing a different library or routine, I hope is many times - and how did you decide which to pick, did you try each by trial and error, or did you remember (or look up) which were likely to be the best candidates in the current situation and try just them?

    It's not what you know from memory, it's not what you can lookup, it's what you know/remember where and how to lookup the answer... learning how to use a variety of basic algorithms will help you in the future to use the most appropriate

  19. Re:SOP for all Microsoft products on IE8 Update Forces IE As Default Browser · · Score: 4, Insightful

    What do you mean "your" operating environment? Windows is theirs!

  20. Re:Realities on Is Apache Or GPL Better For Open-Source Business? · · Score: 1

    BSD/Apache means people will try and make money from the code (since they have code others don't)

    GPL means people will try and make money from a service that uses the code (Support, additional modules, customisations etc ...)

    It's simple BSD/Apache means you get the base code.. but not the enhancements - but it is easy for a company to make money directly, GPL means you get all the code - but it is difficult to make money directly, they have to make money indirectly instead

    If your business model relies on *only* you having all the code then GPL code is not for you (LGPL is another story) use BSD/Apache code or write it yourself ....

  21. Re:Embrace and extend all over again? Raymond's FU on Is Apache Or GPL Better For Open-Source Business? · · Score: 1

    My experience is that BSD licensed software tends to have a closed version that I have no access to and that has all the features I want

    Apache licensed software is very open (but there are closed versions as above) but the open versions seem to be "complete"

    GPL'd software seems to be mostly complete and open....?

    Note this is only my (limited) experience but GPL'd software feels more open ...?

  22. Re:Shift in the Earth's rotation? on Some Large Dinosaurs Survived the K-T Extinction · · Score: 1

    12th Dec 2012 ... end of the long cycle count in the Mayan calendar - A time of celebration and considered to be a time of change (like most cycle ends in the calendar) but also considered lucky to witness, research indicated the Mayans considered that nothing significant would happen on this date, except the next cycle would begin, and history would start to repeat from 11 August 3114 BC so expect people to be building some large buildings in stone (Stonehenge, Newgrange, ĦaÄar Qim etc ...) and the reinvention of writing in the not too distant future ...

  23. Re:I wonder what that will be? on Google To Remove "Inappropriate" Books From Digital Library · · Score: 1

    Try the works of the Marquis de Sade ... ... or some ancient love poetry that is very explicit ...

  24. Re:Don't toast bread with a hammer on EFF Sues Apple Over BluWiki Legal Threats · · Score: 1

    I've got a Zen .... with a HDD? ...and it uses a proprietary interface ... but this is supported in Linux ...

  25. Re:Why do these idiots keep buying iPods on EFF Sues Apple Over BluWiki Legal Threats · · Score: 1

    If it's mine then I should be able to use it in any way I like *EVEN IF* I use it to break the law .. that's my problem

    Freedom of speech should mean I can *discuss* anything I like, it's only doing it that might be illegal

    if this stands up in court then not only is illegal to subvert copyright restrictions but it is also illegal to discuss subverting them .... when will it be illegal to discuss DCMA?