Slashdot Mirror


User: slashmais

slashmais's activity in the archive.

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

Comments · 11

  1. Re:Rotational media on Ask Slashdot: Best Offline Storage Method For Large Archives? · · Score: 1

    1. Encrypt the files and make them available on a web-page.
    2. Wait until the Internet Archive dudes have done their thing.
    3. ... (backed-up for ever!) ...
    4. profit!

  2. It is unnatural on Google To Add Pay To Cover a Tax For Gays · · Score: -1, Troll

    Normal ('straight') employees are now penalized for not acting unnaturally. (For the obtuse: for doing the same work & hours & etc, the normal employee will get less income). It would be far more wise to spend the funds towards therapy for these poor things, to rather help them to live closer to natural normal standards.

  3. Re:Decision Formalizes What Already Happens on An Inbox Is Not a Glove Compartment · · Score: 1

    Your score should have been +1000, Spot-on

    The rule of precedent should apply, as you imply, regardless of the medium.

  4. ONLY applies to commercial OS'es on BSA Says 41% of Software On Personal Computers Is Pirated · · Score: 1

    We who use opensource software, and by that I mean mostly Linux users, do not need to 'pirate' any software. We usually have better free equivalents readily at hand, an apt-get, yum, or rpm away. The FA looks more like an attempt at FUD by (Microsoft - to avoid lying) commercial interrests - it's just another bought blogger/journalist.

  5. The OS-independence you want.. on Platform Independent C++ OS Library? · · Score: 1

    There is a very stable C++ IDE in Ultimate++.

    Quoting from the site:
    "U++ is a C++ cross-platform rapid application development framework focused on programmers productivity. It includes a set of libraries (GUI, SQL, etc..), and an integrated development environment.
    ...
    TheIDE can work with GCC, MinGW and Visual C++ 9.0 as contained in free Windows Vista SDK and contains a full featured debugger. TheIDE can also be used to develop non-U++ applications."

  6. Same as Service vs Commodity problem on UK Court Rejects Encryption Key Disclosure Defense · · Score: 2, Interesting

    We have not yet sorted out if software is a service or a commodity: if it is the latter then the '==physical key"-conjecture might hold; if a service then it is all in the mind...

    It seems the judge did not ask for, nor got sufficient evidence, which points to ($#@$ stupid) lawyers/barristers representing the cases.

    My gut feel is, apart from this miscarriage of justice, that the issue can only be resolved by investigating the intentions for encryption: if that intention was to protect the data from perusal by others, then this falls clearly under the gambit of "the privilege against self incrimination".

  7. Nicolas Bourbaki on Towards a Wiki For Formally Verified Mathematics · · Score: 1

    Maybe they can pick up some caveats from the Bourbaki fraternity.
    http://en.wikipedia.org/wiki/Bourbaki
    An interesting article (well worth reading) is here: http://planetmath.org/encyclopedia/NicolasBourbaki.html

  8. Wrong aproach! on Instrumented GIMP To Identify Usability Flaws · · Score: 1

    The first principle for any application that has a non-specialized user base is that it must be intuitively usuable.

    From the blurb: "The project hopes to answer questions such as 'What is the typical monitor resolution of a GIMP user?' and 'Is the GIMP used primarily for photo editing or drawing?'""
    This does not give any pertinent information on making obvious actions available in the UI.

    The above two 'questions' are nonsensical: they refer to functional areas/modules/settings that should be choices offered by the UI.
    Once that choice is made the UI should allow immediate, intuitively obvious actions for that choice.

    The (to call a spade a spade) stupid UI currently offered by the GIMP made me drop it, and revert to simple easy, obvious bitmap editors.

  9. last gasps ? on Microsoft Says Free Software Violates 235 Patents · · Score: 1

    The troubles MS has re Vista makes me wonder if business is really all that well over there. Honest people will spell out why they feel you have wronged them; they won't idly allude and threaten ... Before MS continue along these lines, they should take time out and do an analysis of the skills and type of people they will be attacking. FOSS is for and by free people. They will be starting a war they cannot win...

  10. What is the expected lifetime? on Farewell To the Floppy Disk · · Score: 1

    I happened on floppies (8.25) from 23 years ago at university & wanted to check if they still worked, so I've installed an old 1.2 Mb floppy drive and to my amazement it was ALL still readable (and writable). ... and did it bring back memories! LOL I did not do anything special to protect these floppies, just threw them in a box & basically forgot about them until about a week ago. What is the lifetime on these media? I've read recently (on slashdot) that there is a limited lifetime on CD's as well - what would that be?

  11. Wrong approach... on What Makes Software Development So Hard? · · Score: 1

    You are wrong: "programming" isn't hard, what is "hard" is finding that unique algorithm that will precisely solve the problem on hand, once you have that, implementing becomes a breeze.

    It all boils down to a search for algorithms.

    Read up on the following to get an idea of why the "hardness" really exists: Rice's Theorem, the Halting Problem, the Totality problem