Slashdot Mirror


User: dwinter

dwinter's activity in the archive.

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

Comments · 2

  1. Never gonna happen... on Europe Moves To Track Phone and Net Use · · Score: 1
    German politicians will drop this as soon as they realize that
    • data retention can be too easily circumvented (think of public phones, internet cafes, ...) and even if it could not be circumvented, it would only help to solve about 0.006% of all crimes committed
    • this directive does not need to be implemented because it already violates European human rights conventions and rulings by the European Court of Justice (Ireland already sues against it, BTW)
    • the implementation of this directive would be a violation of at least six German laws and "basic laws" (ie. the German constitution)
    • the government would have to pay for the costs or get sued by Telcos and ISPs otherwise (guess it'll be at least several billion Euros per year)
    I guess, this directive will never become law, or only long enough for some constitional court to rule it unconstitutional. As some other poster points out, it's more likely that this is just some politicians flexing their muscles. david
  2. Re:Rant: I found Subversion immature on Distributed Development, with Karl Fogel · · Score: 1

    IMHO a programming language's productivity does not depend on the language itself but on how it is used and whether it's features meet the requirements of the application or not.

    If an application does not require the use of object oriented programming, why then use a object oriented programming language?

    Have you even considered that there are systems which do not come with Python, Ruby or Java preinstalled or are not even supported by those languages?
    But almost every modern operating system has native support for binary executables.

    And by the way, Subversion runs on a lot of platforms (http://subversion.tigris.org/faq.html#portability ), maybe even more than Java does.