Slashdot Mirror


User: ByteSlicer

ByteSlicer's activity in the archive.

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

Comments · 716

  1. Re:Fuck Google and FUCK their "SafeSearch" bullshi on Google's Image Search Now Requires Explicit Queries For Explicit Results · · Score: 1

    And make it an option to find *only* unsafe results ;)

  2. Re:I am the author of DosBox Turbo on Ask Slashdot: Where Do You Draw the Line On GPL V2 Derived Works and Fees? · · Score: 1

    So unless it's insanely hard to compile for you, it can't be insanely hard to compile for downstream receipients.

    Sure it can. The only requirement is that downstream can compile it. If you use precompiled libs in your dev environment, but they have to compile their libs from source for a few hours on a machine with 16GB ram, then there is nothing wrong with that.

  3. Re:Temporarily stranded? on Catfish Strands Itself To Kill Pigeons · · Score: 1

    Fish eating birds though... seems wrong, somehow...

    I had the same reaction the first time I saw a spider catch and eat a mammal (mouse). Predator and prey switched places.

  4. Re:+1 on The Scourge of Error Handling · · Score: 1

    In that case, I would create a second method with the same signature that calls the first one (plus some documentation why).

    Duplicated code should always be avoided: either split a method up so you can reuse parts, or make a private method that contains both code paths and is called by the two other methods with different parameters.

    That being said, I've had methods that looked 99% the same, but used for example one different type, making them impossible to merge/reuse (generics can't fix everything).

  5. Re:That door... on James Cameron Spills the Details From His Deep Dive · · Score: 1
  6. Re:Humans vs. Robots on Inside an Amazon Warehouse · · Score: 1

    They sure seem to be treating humans as robots already. And yes, the humans are cheaper to operate.

  7. Re:Editors... on NASA: Curiosity Has Found Plastic On Mars · · Score: 3, Informative

    It seems you never saw the cool (or should I say hot) pictures taken by the Soviet landers on Venus, so here you go.
    But yeah, it's extremely hostile. Curiosity most probably wouldn't make it to the surface.

  8. Re:Can we get rid of long sigs as well? on Companies Getting Rid of Reply-all · · Score: 1

    The reason for this is: when they create a reply, it's automatically in plain text, and they have no idea how to convert it back to html/rich text (they don't even know that's possible), so they use what they know to add back a little bit of color...

  9. Re:increasing divorce or honesty? on The Internet Has Transformed Modern Divorce · · Score: 1

    generally speaking, people who are actually cheating aren't going to post about it on Facebook.

    No, but someone else will snap a pic with their phone of them at a party and post it on FB, exposing the fact that they weren't where they said they were. Then some buddy will recognize him/her on the pic and kindly bring it to the attention of the partner. The internet is a small place at times...

  10. Re:The jokes write themselves on Biogas To Power Experimental Microsoft Data Center · · Score: 1

    1. Release Windows 8
    2. Convert into biogas for use into data center
    3. Profit !!!

    OMG! They found the missing step!

  11. Earth-shaking on What "Earth-Shaking" Discovery Has Curiosity Made on Mars? · · Score: 3, Funny

    Earth-shaking? Well then it is obvious.

    They found evidence of an earth quake. On Mars !!

  12. Re:is it shipping to customers ? on Red Hat Developer Demands Competitor's Source Code · · Score: 1

    The fact that Linus doesn't care

    FTFM :o)

  13. Re:is it shipping to customers ? on Red Hat Developer Demands Competitor's Source Code · · Score: 1

    and they can license the wrapper such that it allows the binary blob to work without violating the overall GPL license of the Linux Kernel.

    No, they can't.

    It's true that they can license their wrapper whatever they want (as long as it is compatible with the GPL2 of the kernel of course, if they want it to work with the kernel). But under normal circumstances, combining a driver with the Linux kernel creates a derivative work, no matter if you do it with a wrapper or dynamic linking or whatever, and no matter which license is used. It's the fact that the driver code needs the kernel to operate that makes it derivative.

    Now the nVidia binary blob is an exception here, because it was developed for a different kernel, so it is arguably not a derivative work (it's a legal grey area, untested).

    It's the same thing with the ndis wrapper for Windows network drivers.

    The fact that Linux doesn't care doesn't matter either. Any of the copyright holders of the Linux kernel could take it to court if they wanted.

  14. Re:is it shipping to customers ? on Red Hat Developer Demands Competitor's Source Code · · Score: 1

    The nVidia driver uses a special wrapper module around their binary blob to escape the GPL issue on their binary blob.

    There's nothing special about the wrapper, besides it being GPL licensed.
    The real reason why the nVidia binary blob isn't a derivative work of the Linux kernel is because it was originally developed for a different OS (Windows).
    The wrapper is just an adapter to make the blob work with the Linux kernel.

  15. Re:Robots don't regenerate on Artificial Muscles Pack a Mean Punch · · Score: 1

    Actually the wax is a safety feature. When the robots revolt, we can easily melt down the uprising with hair driers and carefully placed space heaters...

  16. Re:Brings back memories on One Step Toward a Babel Fish: Real-Time Voice Translation For Phones · · Score: 1

    but the fish has been gobbled up by Microsoft and it's redirecting to Microsoft's translation service.

    Which might not be so bad, since Ms has been demoing some interesting on-the-fly translation recently.

    (Yes, Ms is still evil, but their research department produces some interesting stuff now and then.)

  17. Re:Normal End of Life cycle on Sony DVR Useless After Rovi Stops TV Guide OnScreen · · Score: 5, Funny

    The Mayans even predicted this long time ago: the calendar support will end in 2012...

  18. Re:Solution: technological progress on Climate Change Could Drive Coffee To Extinction By 2080 · · Score: 1

    As for coffee lovers like myself, there's a bright side: most of us will be dead by 2080.

    I'm going to upload my brain to the cloud, you insensitive clod!

  19. Re:Finally plausible on Climate Change Could Drive Coffee To Extinction By 2080 · · Score: 2

    Obligatory webcomic reference.

  20. Re:No platform is 100 percent secure? on Windows 8 Defeats 85% of Malware Detected In the Past 6 Months · · Score: 1

    The main reason why there is less malware for Linux is simply that malware is a business: It's the same reason why there is also less other commercial software for Linux.

    Hmmm. Let me ask you some questions in response.
    How many web servers are powered by Linux nowadays? (A: a large percentage of the market)
    What would be the business value of p0wning a web server to distribute your malware? (A: priceless)

    Linux is everywhere. Desktop Linux not so much. So you're right that there will be less trojans for Desktop Linux, because the target is smaller and its users more vigilant.
    At the same time there should be proportionally more worms and rootkits that target Linux servers and appliances, but that doesn't seem to be the case.

  21. Re:Yes, accurate. on A Year After Thailand Flooding, Hard Drive Prices Remain High · · Score: 2

    That said, the unwritten rule about just about ANY computer technology is that wait a few months and whatever it is will be cheaper.

    Not entirely accurate. You will get more (bytes, pixels, features) for the same price.
    Items that were sold before will get cheaper, but will disappear from the market as soon as they hit some threshold price and are replaced by the next generation.

  22. Re:I know a SEAL on Navy Seals Disciplined For Revealing Secrets As Consultants On Video Game · · Score: 1

    He said he's recognized things that they've discussed, or shown in movies, that are operational methods that while the bad guys may suspect we can do it if they think about it, it's stupid to wave it in front of them. It's going to get operations blown and SEALs killed.

    Then again, the bad guys may also copy the nonsense Hollywood tactics/methods and get themselves killed sooner...

  23. Re:FCC requires IEEE-1394 unencrypted feed on Fox's Attempt To Block Ad-skipping TV Recorder Autohop Fails · · Score: 1

    Here's a guy who managed to get hold of one (it already wasn't easy in 2006).
    And here's some more background. Basically the FCC stopped requiring STBs to have a IEEE-1394 port, because it was expensive for providers and the market wanted HDMI instead. If you really want one, your provider is still required to give you one, but it will take some serious effort from you part to make them.

  24. Re:Concentrated solar is less efficient on Solar Panel Breaks "Third of a Sun" Efficiency Barrier · · Score: 1

    Even a clear, deep blue sky still emits diffuse radiation.

    Indeed. The blue sky color is even caused by more diffuse (scattered) blue light reaching our eyes (the scattering is less efficient for other wave lengths).

  25. Re:Coding at 50? Why even ask?!? on Why Coding At Fifty May Be Nifty · · Score: 1

    ... Tragically, of course, if you're a fifty year old geek, coding is as close as you're getting to sex for the rest of your life....

    Boy, are YOU doing it wrong....

    Yes, someone needs to introduce him in the field of advanced robotics.
    My FemBot3000 will be finished any moment now!