Slashdot Mirror


User: Sven+Jacobs

Sven+Jacobs's activity in the archive.

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

Comments · 7

  1. Linux Mint on Ask Slashdot: New To Linux; Which Distro? · · Score: 1

    What about Linux Mint? It's Ubuntu-based so it has all the advantages of Ubuntu (many packages, many third-party repos, huge community) but it also focuses on an easy installation and ease of use. Plus the standard Gnome desktop should be more familiar for users coming from Windows than the Unity desktop of Ubuntu.

  2. Defragmenting on Inside an Amazon Warehouse · · Score: 1

    So Amazon is defragmenting their fulfillment centers :-)

  3. id Software on Ask Slashdot: How To Get Old Commercial Software To Be Open-Sourced? · · Score: 1

    id Software has open sourced many of their games, for example DOOM 3 (see GitHub). However you still need the game data (wad, pk3, pk4, ... files) from the original media.

  4. A week of waiting? Seriously? on Who's Pirating Game of Thrones, and Why? · · Score: 1

    In Germany we have to wait at least a year until a new (season of a) US TV show starts, if at all.
    So don't whine when you just have to wait a week ;)

    In case of the second season of Game of Thrones the situation has improved as it begins airing in two days on German Pay TV.
    However I recall other shows where we really had two wait at least a year, like Breaking Bad for example.

  5. Re:Solution to this problem: Pirate party! on Even More Restriction For German Internet · · Score: 1

    For what it's worth, the FDP (3rd/4th strongest political party) voted unanimously against the censorship law and has made digital freedom in general one of the major points of their campaign platform for the election this year.

    Maybe, but the FDP wants to form a coalition solely with the CDU (Schaeuble, von der Leyen & Co). Tell me how that will work out?

  6. Solution to this problem: Pirate party! on Even More Restriction For German Internet · · Score: 4, Informative

    TYPICAL GERMAN politics, come up with a screwy law, and make it even more screwy! So I guess what I can take from this is that child porn is ok to see at a university, but not a corporation or large ISP... Yeah that makes sense, really does...

    I guess they introduced these exceptions because implementing the censorship infrastructure on the ISP side takes a great deal of time & money. Obviously only big ISPs can afford that ;)

    The big parties of the German government once again proved that they're just doing what they want and not what the citizens want! That's why I'm going to vote for the Piratenpartei (Pirate party) on September 27.

  7. Java Was:C++ on Programming Language Specialization Dilemma · · Score: 1

    Being a Java enthusiast, I must reply to your arguments regarding Java:

    1) The next major release of Java (Java 7) is going to be 100% open source. Even if Sun (or IBM for that matter) drops the language, which is very unlikely, Java is going to persist as it has a strong community.

    2) It's true that the evolution of the Java language has been quite slow and conservative in the past. But I believe that the rise of new dynamic and hip languages with indeed cool features didn't pass Sun without notice. Java 7 is going to have closures, for example. If you want closures and other syntactic sugar right now, have a look at Groovy, which is a scripting language based on the JDK. You can even compile Groovy code to 100% pure Java classes!