Slashdot Mirror


User: DarkArctic

DarkArctic's activity in the archive.

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

Comments · 9

  1. Citizen on Florida Man Sues WikiLeaks For Scaring Him · · Score: 5, Insightful

    Don't you have to be a citizen in order to be charged with treason?

  2. Windows size on Dirty Coding Tricks To Make a Deadline · · Score: 1

    A friend and I were writing a program for our semester long college project. It was supposed to be a file manager that worked on both Linux and Windows. The night before our presentation, I found that in Linux wxWidgets had a bug where widgets wouldn't automatically resize when the window did. The quick and dirty fix was to lock the window size when running in Linux and only demonstrate window resizing while running in Windows.

  3. Re:Nothing Good on Canadian Groups Call For Massive Net Regulation · · Score: 5, Informative
  4. Re:This is where Valve could shine on The Value of Your Saved Game · · Score: 1

    I was actually thinking this exact same thing a few days ago. I've had to restart Half-Life 2 a few times because I've been too lazy to look for the save files. It would definitely be something that'd be would sell me on Steam a bit more.

  5. Re:Bzzzt. on Xbox Arm of Microsoft Posts Profit · · Score: 1

    No its not. The Xbox 360 had that same game back in March.

  6. Re:Why not $200 store credit? on Apple Gives $100 Store Credit To iPhone Customers · · Score: 2, Informative

    Correct, and apparently people two weeks before the price cut and still have the receipt get the full $200.

  7. Re:Also in Canada? on Wal-Mart Ditches DRM, Keeps Censorship · · Score: 1

    Sorry, I guess that was a bit unclear. According to the article Walmart sells edited copies of albums. Just curious if this is just in the States or for us in the Arctic playgrounds too.

  8. Also in Canada? on Wal-Mart Ditches DRM, Keeps Censorship · · Score: 1

    Is the music censored in Canada as well? I can't remember that last time I bought a CD there so I can't say for sure, but I think I have bought CD's with the "Parental Advisory" notice on it.

  9. Re:Can someone explain the license (GPL) to me? on MySQL To Be Ikea Of The Database Market · · Score: 1

    I don't think that lawyer fully understood the requirements of the GPL. (I'm no lawyer, so anyone correct me if I'm wrong).

    From what I understand if you distribute the product then the source code from any product that's a derivative work of a GPLed product has to be available. That doesn't mean that if you modify something for internal use you have to tell the whole world that you change it and hand out the code. As long as it's still just internal you can keep it "closed" from the outside world.

    As for anything compiled with GCC having to be licensed under the GPL, that's just a load of bull. Anything compiled with GCC is not considered a derviative work, it's a separate product. You can license it however you want.