Slashdot Mirror


User: setagllib

setagllib's activity in the archive.

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

Comments · 1,030

  1. Re:A DRM ban clause should be added as a constitut on Draconian DRM Revealed In Windows 7 · · Score: 2, Interesting

    Funny enough piracy is just an excuse to implement DRM. Making people buy media >N times for N devices instantly dwarfs any profits lost to pirates. The pirates will still buy the media 0 times for N devices, and honest law-abiding consumers will pay >N times to subsidise the pirates. It benefits everyone except the honest consumer.

    The trend is towards more piracy, not less, so ultimately there will be 1 person paying for 2-3 billion copies and everyone else gets it free. Of course long before then DRM will be gone and people will return to paying for things zero or one times.

  2. Re:Hi again on How Many Open Source Licenses Do You Need? · · Score: 1

    Actually no, I see your condition that it only matters if it's necessary for the application to work. A Debian package can certainly be compiled from its upstream source without signing, but an unsigned iPhone application wouldn't run without a jailbreak or a simulator. I'm wrong, carry on.

  3. Re:Hi again on How Many Open Source Licenses Do You Need? · · Score: 1

    I think that's moot, since all Debian packages are also signed with an unreleased private key, only conditional on trust rather than payment. If it's a problem to sign an iPhone application before distributing it, surely it's a problem for Debian packages as well.

  4. Re:Not that I had used those... *cough* on Cuba Launches Own Linux Variation · · Score: 1

    That's not true. OP questions whether software from Cuba, Russia, China, etc. can be trusted, and I imply that there is no reason to trust software from the USA either. Windows and Linux have both had contributions from the NSA, for instance, and while the contributions to Linux have been widely audited, Windows clearly has not.

  5. Re:What does this even mean? on The Hairy State of Linux Filesystems · · Score: 1

    It's all just refactoring and adding new features. These are generally accepted as good things. The article is a troll looking for ad revenue.

  6. Re:not following on The Hairy State of Linux Filesystems · · Score: 1

    Why would you want a JIT to recompile code when you can just plug pre-compiled code in on demand? Modular kernels are the norm and Linux is the most modular of all. The only reason you might want a JIT is to "efficiently" patch code from one hard-coded path to another, and in general, the JIT penalty is likely to outweigh the benefit of the optimisation. The only real-world case I know from recent times is Linux self-patching at runtime to turn off heavyweight SMP locking.

  7. Re:Not that I had used those... *cough* on Cuba Launches Own Linux Variation · · Score: 3, Interesting

    Yes, in stark contrast to the politically flawless United States, having no record of any government involvement with production of open source or proprietary software. Pleeeeeaaaaassssssssseeeee.

  8. Re:Possibly... on Norfolk Town's Schools First To Be Heated By Burning Cattle · · Score: 1

    Clearly we must burn dead people instead.

    Oh wait, that's already very common and well accepted.

  9. Re:have you guys heard about this? on Vim 7.2 Released · · Score: 1

    Well to be fair, it's precisely that announcement which killed Hurd. That and gross mismanagement. But I still like to imagine that it's Linus himself who spared us from Hurd by accidentally killing it with a one-man 0.1 release.

  10. Re:+Troll on Ubuntu Wipes Windows 7 In Benchmarks · · Score: 1

    Because a default install of Windows includes office suite and software development tools? Linux distributions do more out of the box and for less hard disk space, and that's widely admitted even by Microsoft apologists.

  11. Re:And... on Ubuntu Wipes Windows 7 In Benchmarks · · Score: 1

    Well no, almost all open source software has a Windows port, so if you want to make your favourite open source software run slower and buggier, you can always run it on Windows.

  12. Re:Nonsense on Why Windows Must (and Will) Go Open Source · · Score: 1

    sudo aptitude -PvVR install answers-devel

    There, fixed that for you.

  13. Re:Nonsense on Why Windows Must (and Will) Go Open Source · · Score: 5, Funny

    Microsoft already has Linux labs, wherein they probably torture Linux installations to extract strategic information.

  14. Re:VMWare was always a doomed business. on VMware Releases Open Source Virtualization Client · · Score: 1

    KVM lacks the video acceleration that VirtualBox has, but for server virtualisation KVM is stupidly fast even without paravirt drivers (which are provided via virtio and drop dead easy to setup on a Linux guest).

  15. Re:Thanks... on VMware Releases Open Source Virtualization Client · · Score: 1

    Because Xen has dropped them. The last kernel officially patched by Xen developers is 2.6.18, from about two years ago. The Xen developers must have sold out, but it's their loss, since now KVM performs just as well and is much easier to administer.

  16. Re:So, why should I care? on NetBSD 5.0 RC1 Released · · Score: 2, Informative

    Yes, the CD layout is proprietary, NOT the source or documentation. You can build a custom install CD layout which produces the exact same on-disk system, and it's then up to you how you use it, and they make this explicitly clear.

  17. Re:Broke the internets! on Google Search Flagging Everything As Potentially Harmful · · Score: 1

    But I accidentally the address of the page I was interested in!

  18. Re:Are they good for anything? on Miscalculation Invalidates LHC Safety Assurances · · Score: 3, Funny

    Great. Now in a matter of years we'll have hippies protesting abuse of Nature's Own Black Holes for generating power. It's not really sustainable energy if all the mass you add to the hole extends its event horizon. (Does it?)

  19. Re:backups on WD's Monster 2TB Caviar Green Drive, Preview Test · · Score: 1

    You mean like any of the many commercial NAS machines which run embedded Linux distributions? I've heard they do ok.

  20. Re:backups on WD's Monster 2TB Caviar Green Drive, Preview Test · · Score: 1

    So is Linux with LVM on top of MD software RAID. Home Server just gives you a GUI, the functionality given once built is no better.

    And ZFS is even better than LVM on MD. btrfs may some day be even better than ZFS.

  21. Re:backups on WD's Monster 2TB Caviar Green Drive, Preview Test · · Score: 1

    ZFS will just remap the bad sector. If a redundant copy of the data is still available, the remapped version will contain that data. If anything really is lost for good, you'll be told exactly what file it was.

    ZFS is a bit too good to be true. Just hope btrfs catches up soon.

  22. Re:Powers of 2 on WD's Monster 2TB Caviar Green Drive, Preview Test · · Score: 1

    If people are to use advanced means of counting on their fingers, they may as well just use binary directly, for 1024 discrete values assuming 2 states per finger.

  23. Re:Exactly on Four X25-E Extreme SSDs Combined In Hardware RAID · · Score: 1

    Windows filesystems don't even have an optimal access pattern. At least with ext2/3 you can optimise for RAID stripe and stride in a way that works regardless of the underlying RAID implementation, and significantly reduces the number of disks involved in reading/writing metadata.

  24. Re:c-derived languages? on Survey Says C Dominated New '08 Open-Source Projects · · Score: 1

    Except that overloaded class operators don't apply to pointers, only to references and direct instances. So perhaps you wanted:

    *C != *(C++)

    Which is still undefined :)

  25. Re:c-derived languages? on Survey Says C Dominated New '08 Open-Source Projects · · Score: 1

    Statistical reporting not 100% accurate and representative. News at 11.