Slashdot Mirror


User: KiloByte

KiloByte's activity in the archive.

Stories
0
Comments
4,101
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,101

  1. Re: of course it isn't mobile on New Real Life Laser-Rifle Cuts Through Metal Like a Blowtorch · · Score: 3, Insightful

    This isn't very impressive.

    What I find more impressive is that they somehow made a laser rifle. I wonder what does it do: shoot a helical beam like those in some games?

  2. Re:at the mercy of the owners on RMS On Why Free Software Is More Important Now Than Ever Before · · Score: 2

    Freedom 0: The freedom to run the program for any purpose.
    Affero: you're not allowed to use code from it in an IMAP server, a networked lift control, etc. Ergo, it's not free software by FSF's own definition.

    Affero is nothing like the regular GPL. The latter imposes no real burden other than a bit of disk space and/or bandwidth, the only restriction is that you can't add new restrictions. You are allowed to use GPLed code in any situation, and can only be not allowed to distribute it if some third party (like your company's legal department, a patent office, or the licensor of some other code you want to mix in) would block you. Affero, on the other hand, wants to block even use.

    Whether trying to block use via a pure license is even legal is another question (check out for example Daniel Bernstein's rants), but since accepting the license is a requirement for distribution, you can use xor distribute it. Thus, the AGPL is not a free software license.

  3. Re:That's incredibly creepy on Arrest Made In Webcam Highjacking Extortion Case · · Score: 1

    Like, say, statutory rape?

  4. Re:Raise a glass to you, RMS on New Unix Implementation Turns 30 · · Score: 2

    So here's a port for you to run.

  5. Re:30 years on on New Unix Implementation Turns 30 · · Score: 3, Informative

    HURD ain't done 'til Linux won't run!

    As Hurd can't run on any semi-modern machine anymore (lacking small details like SATA or USB support), you actually need Linux (/Windows/OSX/Solaris) to host a VM...

  6. Re:So much innovation for so little value on Undiscovered Country of HFT: FPGA JIT Ethernet Packet Assembly · · Score: 1

    Who told you the stock market was a zero sum game? (Hint: It's not).

    There is no input other than the Ponzi effect. All possible overall profits come from dividends, which are not related to stock exchange. Ie, you can legitimately benefit from owning a portion of some enterprise, but not from trading it back and forth. And since your trades are less informed than those of the privileged few, it's you who is losing on the average.

    HFT is effectively skimming a bit from every trade. And every cent skimmed is a cent stolen from legitimate investors.

  7. Re:So much innovation for so little value on Undiscovered Country of HFT: FPGA JIT Ethernet Packet Assembly · · Score: 4, Insightful

    Essentially, all they're doing is shuffling money around.

    More exactly: they're shuffling money from our accounts to theirs. If your bank has any securities involved with the stock exchange, it is your money that is getting nicked here. A zero-sum game requires that besides a winner there must be a loser.

  8. Re:Great idea! Let's keep it going: on 'Eraser' Law Will Let California Kids Scrub Online Past · · Score: 3, Funny

    Well, consumption of sperm guarantees no pregnancy.

  9. Re:Why not SysRq? on Bill Gates Acknowledges Ctrl+Alt+Del Was a Mistake · · Score: 1

    Pick one that's essentially unused on a personal computer. SysRq, Scroll Lock, Pause/Break?

    Somehow, on an OS which has an use for Scroll Lock, I always use Ctrl-S/Ctrl-Q for this purpose anyway.

    Same for Ctrl-C.

    And SysRq is never used without Ctrl-Alt, and even that only if you mess with your kernel. Having any other key go as a part of that three finger salute would be just as good.

  10. Re:GNU excitement on LLVM's Libc++ Now Has C++1Y Standard Library Support · · Score: 2

    The latest version of LLVM is actually very competitive against the latest GCC except where the GCC code makes use of OpenMP (which LLVM is still busy implementing).

    For the values of "competitive" of "around 1 level of optimization slower" on the average (although particular cases vary widely). Granted, gcc tends to compile around that level of optimization slower in return, but for production code, you compile once run many.

    And on the high end of optimizations... gcc compiles one piece of code with LTO in 40 minutes on a 256MB raspberry pi, while clang OOMed after several hours on my main box (8MB ram + 8MB ssd swap).

    And comparing current clang with ancient gcc... what's the point? Newsflash: modern gcc runs circles around that too.

  11. Re:FUCK OFF on Middle-Click Paste? Not For Long · · Score: 2

    Debian was briefly already there, but sadly, that got reverted. Let's wait a bit, if this and similar regressions in newest Gnome3 won't get reverted, this will give us some ammunition for raising this issue again.

    I'd personally prefer MATE+Compiz, but XFCE is sane enough.

  12. Re:Not caring != not knowing on GTA V Proves a Lot of Parents Still Don't Know or Care About ESRB Ratings · · Score: 1

    Your 12 years old kid should also know not to enter that seedy bar in a dark alley next to his walk from school.

  13. Not caring != not knowing on GTA V Proves a Lot of Parents Still Don't Know or Care About ESRB Ratings · · Score: 3, Insightful

    I'd say parents know about ratings -- in fact, they know not only about their existence but also quality. And, especially, relevance.

    In other words, they don't give a f...

    If your children hasn't seen enough porn already, I pity both you and your offspring, as this means you keep them in a cage.

  14. Re:Make it an option, PLEASE!!! on Middle-Click Paste? Not For Long · · Score: 3, Interesting

    The middle-click will be used to start selections, and provide text contextual menus

    Isn't that what the right button already does?

  15. Re:FUCK OFF on Middle-Click Paste? Not For Long · · Score: 5, Insightful

    There is one problem: for historic reasons, most distributions install Gnome by default. This needs to be fixed, badly.

  16. Re:"standards-based web platform" on Google Dropping Netscape Plugin API Support In Chrome/Blink · · Score: 1

    NaCl supports only a tiny subset of NPAPI functionality, it's also not portable beyond i386 and armel.

    NPAPI is just as secure (or more often, insecure) as the browser itself. Some sandboxing is in theory good, but NaCl hardly brings anything you can't already do, at a speed and sanity penalty, in javascript.

    At the moment I have only two plugins installed: Flash and DNSSEC Validator. Tell me how would you implement the latter without either arbitrary network access or calling out to the OS.

  17. Re:32TB of RAM = Everest-sized UPS on Oracle Promises 100x Faster DB Queries With New In-Memory Option · · Score: 2

    Short of a meteor hitting the building the power will never go out

    A small fire in a strategic place... Or perhaps, just some minor failure of something you thought was separated enough.

  18. Re:The obligatory NSA question on RSA Warns Developers Not To Use RSA Products · · Score: 4, Interesting

    Considering the consequences of defying the spooks, they had no real choice but to dig that hole or close the company.

  19. Re:Here's how I'll use my newly gained power... on Google May Replace Cookies With Unique AdIDs · · Score: 1

    Might be quite hard to do if they're sneaky enough. Let's better disable all requests to tracking and ad servers altogether.

    Which differs from current only sane state... how?

  20. Re:Would probably be found on Linus Torvalds Admits He's Been Asked To Insert Backdoor Into Linux · · Score: 3

    Uhm no, that's merely a flimsy far-fetched excuse. "Because NSA reminded us about something" is not a reason a sane programmer would name that symbol NSAKEY. If you believe that, I have a slightly-used bridge to sell.

  21. Re:Drudge and other U.S. bloggers are next on Arrested Chinese Blogger "Confesses" On State TV, Praises Censorship · · Score: 0

    The country most similar to US would be UK. It has a total gun ban. Let's compare violent crime rates per 100K people: US 466, UK 2034.

    And militia specifically means private citizens rather than the army. The whole point of 2nd amendment is to let citizens be able to defend themselves against crime, including both private criminals and government criminals.

  22. Re:Apple makes money either way... on Did Apple Make a Mistake By Releasing Two New iPhones? · · Score: 1

    64 bit is no advantage on a device with less than 4 GB of non-upgradeable RAM.

    In fact, it's a severe disadvantage: amd64 is faster than i386 because of more than doubling the number of available registers (i386 suffers from serious register pressure) and because of new instructions; yet even with all that it still fares worse at some tasks due to wasting memory cache. Where it's memory rather than CPU what's the bottleneck, enjoy the 30-40% penalty.

    ARMv8 does double the number of registers too, but benefits here diminish very quickly: old ARM was already good. And if you control the kernel, you can have a 32 bit ABI that uses new registers, like x32 (don't confuse that with Microsoft's name for i386). I don't think that's really worth it on ARM, though, unless you can recompile everything (like Linux distributions can), or at least have some sort of multiarch.

    This move is thus only for marketing rather than technical reasons.

  23. Re:But Linus still ranks 1st in profane tirades on The Linux Foundation Releases Annual Linux Development Report · · Score: 1

    There's lot of flamage on Debian mailing lists, but next to no profanity.

    I delete messages quickly, but in 648 I currently have left, there are 2 fucks and 2 bullshits (not counting a false positive in a GPG signature).

  24. Re:Never transmitted... until the next update on German Data Protection Expert Warns Against Using iPhone5S Fingerprint Function · · Score: 1

    The radio part has no access to any data the phone company can't already get off the wire/air. Everything that the spooks and other criminals are interested in resides in the computer part.

  25. Re:Never transmitted... until the next update on German Data Protection Expert Warns Against Using iPhone5S Fingerprint Function · · Score: 1

    Correction: don't use a cell phone with a proprietary OS. This means iOS and Google's and carriers' builds of Android, but don't necessarily the rest.