Slashdot Mirror


User: El_Muerte_TDS

El_Muerte_TDS's activity in the archive.

Stories
0
Comments
1,435
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,435

  1. Re:Bring pizza. on Ask Slashdot: How To Give IT Presentations That Aren't Boring? · · Score: 1

    I don't like vegetables.

  2. Weirdly, it's not true. On average the USA consumes way more cannabis than the Netherlands:
    http://www.nationmaster.com/graph/lif_can_use-lifestyle-cannabis-use

  3. History class has been a while, but didn't the Europeans invent immigration and multi racial society before there even was a US of A?

  4. Re:what does not? on New Programming Languages Come From Designers · · Score: 1

    >New Programming Languages Come From Designers

    What does not nowadays?

    Solutions to actual problems.

  5. Ocean pollution on Ship Anchor Damages African Undersea Cables · · Score: 2

    Now all those bits and bytes are now flowing into the sea

  6. Re:Yep. on Facebook Has 25 People Dedicated To Handling Gov't Info Requests · · Score: 3, Insightful

    It becomes NP-very-hard to prove that you were joking on Facebook, or that you don't really know JohnBlowingThingsUp83 but just befriended him to increase you e-friend-peen.

  7. Anti-scientific? on Universities Agree To Email Monitoring For Copyright Agency · · Score: 5, Interesting

    This practice sounds like complete the opposite of the principles of scientific research.

  8. Re:Hand writing on John Nash's Declassified 1955 Letter To the NSA · · Score: 2

    And yet his handwriting isn't as awful as Comic Sans.

  9. Reason for secrecy? on Australian Govt Holding Secretive Anti-Piracy Talks · · Score: 1

    Has there been any government been able to produce a proper and believable reason why these talks should be held in secrecy? Obviously isn't not about national security.

  10. Re:Ethics on Dealing With an Overly-Restrictive Intellectual Property Policy? · · Score: 2, Insightful

    It's also unethical for an employer to claim ownership of something that was a) not created on request of said employer and b) where the employee was not compensated for.
    What you're basically are saying is that the dinner you make at home after work is property of the company you work for. That's rather ludicrous.

    Also... ethics... it's just like religion. Everybody has their own set of rules.

  11. Re:Hacking and Engineering on Ask Slashdot: Transitioning From 'Hacker' To 'Engineer'? · · Score: 2

    And professional software development is usually more like the latter than the former.

  12. Re:Is it in the terms? on Ubisoft Has Windows-Style Hardware-Based DRM For Games · · Score: 1

    But I didn't buy it from the publisher, I bought it from the retailer. The receipt is proof of a sales agreement between me and the retailer, it has no legal binding between me and the publisher.

  13. Re:Like I said before about China... on Facebook, Google Argue Against Web Censorship In India · · Score: 3, Insightful

    USA didn't create Facebook, a bunch of people living in the USA created Facebook.

  14. Re:Oracle matters less thank you'd think on Oracle and the Java Ecosystem · · Score: 4, Interesting

    Funny thing, we experienced the exact opposite. We have issues with various Oracle JDK6 version on Linux that we don't have with OpenJDK 6 versions. Our application would simply segfault when it reaches the set memory limit (instead of garbage collecting).

  15. Re:Why... on Programming Prodigy Arfa Karim Passes Away At 16 · · Score: 1, Insightful

    The contributions of Dennis Ritchie are well documented.

    So we know she became MCP at the age of 9 (and getting a bunch of awards). What has she been doing in the past 7 years? A prodigy would have had some sort of output in a 7 year timespan.

  16. Re:Yea I'm introverted on Introversion and Solitude Increase Productivity · · Score: 5, Funny

    My home office is my 'Fortress of Solitude'

    You misspelled "solitaire".

  17. Re:it's an outrage on FTC Expands Its Google Antitrust Investigations · · Score: 2

    Microsoft is one of the companies that pressured the FTC (and EU) to start this investigation. In some cases they used shell companies instead of complaining directly.

  18. Re:Can't wait for the voice controlled TV's on The Coming Tech Battle Over 'Smart TVs' · · Score: 1

    Hello commercials that start with the announcer screaming "Computer. Volume up! Volume up! Volume up!"

  19. Re:Et tu, Netherlands? on Dutch Court Forces ISPs To Block the Pirate Bay · · Score: 1

    I would hate to be a manufacturer of (get-away) cars.

  20. Re:Oracle and Java on Oracle's Latest Java Moves Draw Industry Ire · · Score: 1

    Sure it is. Oracle will make itself irrelevant in the Java world if they keep this up. The Java world will simply fork from Oracle's Java. The only thing Oracle can do it sue the Java world into oblivion.

  21. Re:PC gamers don't need to be worried on Diablo 3 Coming To Consoles · · Score: 5, Informative

    But Torchlight was made by the people that made Diablo 1 and 2. Diablo 3 is created by a completely different team.

  22. illegitimate license change by ScientiaMobile? on WURFL Founders Fire Off DMCA Takedown Against Fork · · Score: 2

    You cannot simply change the license of open source software to something else. Every contributor needs to agree to the new license. If a contributor rejects the new license or simply doesn't respond you can only change the license if you remove all contributions of the contributor that didn't agree. This is the reason why FSF included the following in the GPL terms: "or (at your option) any later version.". That would allow you to change to a newer version of the license, but it doesn't allow you to change GPL to AGPL, just GPLv2 to GPLv3.

    Looking at the commit history of wurfl as documented on ohloh.net I see some contributors that committed to the CVS repository, but do no longer appear to be project members (and haven't committed a long time before), for example "Andrea Trasatti" and "Ed Alkema". I have serious doubts that the change from GPL to AGPL was signed off by these inactive contributors.

  23. Re:Success on WURFL Founders Fire Off DMCA Takedown Against Fork · · Score: 2

    id Software doesn't use sourceforge.net's file service to provide propriety downloads.

    Also, id Software hasn't released any game as open source or semi open source. They have only released the source code of their games as open source. Without the game data you need to get from a paid distribution you cannot play the game.

  24. Re:Stand up, people! on SOPA Makes Strange Bedfellows · · Score: 1

    SOPA affects me too, but I'm not an USA citizen, live there, work there, etc.
    How can the rest of the world help in fixing this political problem in the US? Should we send our army to overthrow the corrupt government?

  25. They are not the same thing. on Open Source Increasingly Replaced By Open APIs · · Score: 5, Insightful

    Most of these APIs provide access to data "owned" by the providers of those APIs. They rarely ever provide functionality that is not coupled to their data. These Web APIs are not going to replace open source tools/libraries that provide functionality.

    Also, using the term Open API is bullshit. First of all, an API is pretty much always open otherwise it cannot be an "application programming interface". If the API was closed it would not even be an interface to program against but a blackbox.