Slashdot Mirror


User: Korin43

Korin43's activity in the archive.

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

Comments · 1,360

  1. Re:Worth a look on Opera 10.50 Beta Out, With Competitive JavaScript · · Score: -1, Troll

    But does it still look like ass on anything except KDE?

  2. Re:Ugh, just reboot on A "Never Reboot" Service For Linux · · Score: 1

    Rebooting apache or mysql takes half a second, rebooting a server takes at least 15 seconds. There's your extra 9 ;)

  3. Re:What a doorknob on Google Considered Too Big To Fail · · Score: 1

    Not to mention that if Google was going to "fail" somehow, they could just get rid of their free stuff and/or raise prices on their services until they're not failing. Anyone who relies on Google and can't change will be willing to pay. If people aren't willing to pay, then it's not too big to fail.

  4. Re:ha ha suckers!!! on Windows Patch Leaves Many XP Users With Blue Screens · · Score: 1

    A French Literature major on Slashdot? HERESY!

  5. Re:Ugh, just reboot on A "Never Reboot" Service For Linux · · Score: 1

    Wouldn't just logging out fix that for the most part? It should restart pretty much everything except bash and some services, right?

  6. Re:Huh? on A "Never Reboot" Service For Linux · · Score: 1

    I don't think desktop machines are the problem. How many desktop machines are used 100% of the time? And really, even if you do have users who don't take eat, sleep or go to the bathroom, I think they'll probably welcome the 30 seconds a month they get off while you reboot their computer.

  7. Re:Hurray for LandFills! on XCore's EduBook, a Netbook That Runs on AA Batteries · · Score: 5, Funny

    You're right, batteries are a terrible idea! We should be powering our laptops with gasoline engines!

  8. Re:Doublespeak on Oh, What a Lovely Standards War · · Score: 1

    There should be a +2 informative and succinct.

  9. Re:there is not enough storage in America for this on FBI Pushing For 2-Year Retention of Web Traffic Logs · · Score: 1

    And then they can just levy a "datacenter" tax to cover the price!

  10. Re:Do any of them assess performance? on Eight PHP IDEs Compared · · Score: 1

    The Netbeans profiler doesn't work for php :(

  11. Re:I could have told you that. on Studies Reveal Why Kids Get Bullied and Rejected · · Score: 1

    Seems like teaching victims how to help themselves is an important step though.

  12. Re:GUI applications on Facebook's HipHop Also a PHP Webserver · · Score: 1

    You don't really have to use exceptions though. They seem like they could be useful, but if you don't want them you can just ignore them. Any Java classes that use them will warn you and you can just surround them with a try/catch.

  13. Re:But on The Lancet Recants Study Linking Autism To Vaccine · · Score: 1

    Peer review, like the market, only works with honorable actors.

    Just had to find a way to fit some trolling in eh?

  14. Re:GUI applications on Facebook's HipHop Also a PHP Webserver · · Score: 1

    Why don't you just use Java? It's more like C++, and has the advantage of having a standard library that isn't a huge mess (it's also much faster).

  15. Re:Probably true, even. on UK Gov't Says "No Evidence" IE Is Less Secure · · Score: 1

    I agree with you, but the fact that it's IE is annoying from a developer's perspective. I'm getting less annoyed with IE with every release, but it still does weird things sometimes, and it would be nice if they moved faster on HTML5 (I know it's not "done" yet, but WHATWG suggests that some parts are done, like the canvas tag).

  16. Re:And yet the public... on Obama Budget To Triple Nuclear Power Loan Guarantees · · Score: 5, Informative

    Radiation has to come from somewhere, like when an atom breaks apart. Elements with the shortest half lives are breaking apart fastest, so they give off the most radiation.

    For a simple analogy, think of a battery. If you use more electricity from it, it will run out faster. Conversely, if you barely use any, it will last for a long time.

  17. Re:No on Seinfeld's Good Samaritan Law Now Reality? · · Score: 1

    My problem isn't tests that give instructions like that. My problem is the tests that are designed to screw you if you do them in a natural order. If a test is designed so you only have to do 1 of 3 questions, it should say that before all 3 of the questions. Writing a test so you have to know something that appears later in the test with no warning ("A helpful diagram is on the next page") is stupid.

  18. Re:No on Seinfeld's Good Samaritan Law Now Reality? · · Score: 1

    If the instructions need to be read before starting, they should appear before the questions.

  19. Re:No on Seinfeld's Good Samaritan Law Now Reality? · · Score: 2, Insightful

    Who doesn't do tests sequentially? Sometimes it makes sense to skip a question for now if you don't know the answer, but if they are sufficiently simple, then you'd be wasting time to not do it in order.
    Consider this test:

    Math Test
    1. 1+1 = _____
    2. 2 * 8 = _____
    [next page]
    3. Do not write anything on this test

    Anyone who passes this test is insane.

  20. Re:Hopefully not vaporware. on Lithium Air Batteries Get Boost From IBM and DOE · · Score: 4, Insightful

    If you're looking to reduce your environment impact, I'd guess that living closer to work will have a much larger effect than buying a different car.

  21. Re:CompTIA on CompTIA Reneges, Reconsiders on Lifetime Certifications · · Score: 1

    Yeah it's actually been pretty fun. It's contributed to me learning how to do threads in Java, writing binary trees, and figuring out how ArrayLists and several other built in classes work.

  22. Re:CompTIA on CompTIA Reneges, Reconsiders on Lifetime Certifications · · Score: 1

    My problem is that these are all required classes (no testing out), and because of that, you can't take ANY interesting classes until your senior year. 3 years of wasting my time. The point of putting data structures and sorting in the intro class was because there's not enough to do for an entire semester unless you do (another problem with school..).

  23. Re:It's been a while since I considered AMD on AMD Launches Budget Processor Refresh · · Score: 2, Insightful

    I too refuse to use AMD processors anymore, but I can see why someone would want one of these. It's a processor fast enough to do anything you're likely to want to do for less than you can get any Intel processor for. I didn't look too closely at the benchmark results, but it looks like the Intel processors win every time, but not by enough to be noticeable unless you're running benchmarks or playing this year's Crysis.

  24. Re:CompTIA on CompTIA Reneges, Reconsiders on Lifetime Certifications · · Score: 2, Interesting

    Maybe you haven't been in college recently? My school's CS degree is incredibly boring because they want to make sure that any idiot can pass. There are two intro level classes taught in Java. By the end of the second one, you still use the ArrayList class for everything and the most "difficult" thing you do is write your own merge sort (the final assignment). For my current class apparently we're supposed to write a binary tree and a hash table at some point. In the next class (which I'm also in), we do similar things, but finally in C++. The only way I've been able to survive is by having speed contests with other students, but we've had to email teachers to change assignment specs to even let us do that (most assignments specifically say to use an ArrayList).

    And don't get me started on the classes that supposedly teach us math..

  25. Re:Wrong Audience? on Bach Launches Updated MP3 Format · · Score: 4, Insightful

    Actually, pirates are the music industry's more valuable customers. It turns out that people who download the most music actually go to the most concerts and buy the most music also. It's still a terrible idea though, since it's basically mp3's with built in ads. I'm not sure where they will find people willing to pay extra for that.