Slashdot Mirror


User: byrtolet

byrtolet's activity in the archive.

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

Comments · 63

  1. Re:no offline play = no sale on Blizzard Reveals Diablo 3 (Real Money) Auction House · · Score: 1

    If !A -> B Therefore A -> !B

    get your maths right. from !A -> B you can only infer !B -> A

    This is still woring!

    !A -> B == A | (!A &&B)

  2. Re:Ah, Avatar... on Don't Go 3D For 3D's Sake, Says Sony · · Score: 1

    IMO games should be fun. If 3D brings fun -- why not?

  3. Re:Lots of good work now going to waste. on Google To Discontinue Google Labs · · Score: 1

    I think this is the single most disappointing announcement Google has ever done.

    I totally agree. I think this is the end of "good" Google.

  4. Re:Abomination on Detailing the Security Risks In PDF Standard · · Score: 1

    The fact that the PDF was even able to be opened in older software is astounding.

    I'm sorry, but my first experience with the PDF file format was exactly the opposite. I was trying to open a PDF document with adobe acrobat v. 3 or 4, and the only thing I've got was "Cannot open the file, use newer version of the program" - or something similar

  5. Re:It always seemed bloated... on Firefox Is Lagging Behind, Its Co-Founder Says · · Score: 1

    Firefox & Mozilla were never light.

  6. Re:I think you're doing it wrong.. on C# and Java Weekday Languages, Python and Ruby For Weekends? · · Score: 1

    class C++98:public C++, public ShootYourselfInTheLegWithACannon{};

  7. Re:I think you're doing it wrong.. on C# and Java Weekday Languages, Python and Ruby For Weekends? · · Score: 1

    While I agree that C++ is a double edged sword, and an idiot can mess up everithing, you don't have to be genius, you don't need to use multiple inheritance, nor polymorphism, nor anything else to create a good & safe code.

  8. Re:Why is Verbosity Bad? on Comparing the Size, Speed, and Dependability of Programming Languages · · Score: 1

    Example: a[i++] += b[j++]

    One usualy writes

    *a++ += *b++;

  9. Re:I had some ideas, but they are pretty "out ther on OpenOffice UI Design Proposals Published · · Score: 1

    We're talking about Open Office, not about Microsoft Office.

  10. Re:I had some ideas, but they are pretty "out ther on OpenOffice UI Design Proposals Published · · Score: 1
    I do not agree that touch-screens would become a very common gadget.

    I don't like big buttons. So may be, a good idea would be to have a UI template library so user could choose whatever he likes the most.

  11. I miss a lot on Old-School Coding Techniques You May Not Miss · · Score: 1

    Althought I will not miss some of the mentioned techniques, the rest made the programming fun for me. And I miss them a lot.

  12. Usfulness on Tokyo Scientists Create Mobile Slime · · Score: 1
    I wanter if this could be put into something useful...

    For example it probably cools when moving so it could be used for conditioning or to spin some kind of electric generator...

    No matter what is the efficiency if we use a lot ot these it could be really neat!

  13. Dream system on Europe Funds Secure Operating System Research · · Score: 1

    The problem is that OS is just a part of the software system. You can't have a 100% reliable and secure system, if all codeb being executed contains millions or billions of lines. At least until we can remove the human factor.