Slashdot Mirror


User: kthreadd

kthreadd's activity in the archive.

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

Comments · 1,958

  1. Re:Less complex on Most Projects On GitHub Aren't Open Source Licensed · · Score: 1

    That depends on your definition of free. Some consider GPL to be a very restrictive and/or unethical license.

  2. Re:The GPL isn't free on Most Projects On GitHub Aren't Open Source Licensed · · Score: 1

    The problem with public domain is that the concept is not available all over the world, which can make it a bit cumbersume. Just look at the procedure for contributing to SQLite.

  3. Re:Visual Studio for ASP.NET on The Forgotten Macro Language of HTML: XBL 2.0 · · Score: 1

    The web world evolves. That's a good thing.

  4. Re:It's easy! on Set Your Watches For the End of Windows XP · · Score: 1

    The IT department where I work migrated the security system for our buildings to XP... last year! I don't expect them to switch to something newer any time soon. :-\

  5. Re:BSD folks must have even more terrible problem. on The 'Linux Inside' Stigma · · Score: 1

    Good to see that they are still doing it. But they still have to go through the certification process with every new version and/or architecture. Just pointing at 10.5/x86 says absolutely nothing about further versions.

  6. Re:Easy to answer. on The 'Linux Inside' Stigma · · Score: 1

    NT was far more than just a kernel.

    They had to say that 2000 was based on NT, so that people would otherwise confuse it as based on Win98. 95, 98, 2000; there must be a pattern.

    A good example of Microsoft's weird naming strategy in the late 90's.

  7. Re:BSD folks must have even more terrible problem. on The 'Linux Inside' Stigma · · Score: 2

    Which is sort of the same issue but inside-out. It's not called OS X Mach, for the same reason that ChromeOS is not called ChromeOS Linux or Ubuntu isn't Ubuntu Linux.

    The kernel is not a very exciting thing.
    It's exciting for some people, but not that many.

  8. Re:BSD folks must have even more terrible problem. on The 'Linux Inside' Stigma · · Score: -1

    That's for 10.5 only. The certification does not cover succeeding versions.

  9. Re:Cool story bro. on TSA Log Shows Passengers Say the Darndest Things · · Score: 1

    Well, don't bring it with you if it's not allowed.

  10. Re:RT Linux on Major UK Retailers Mislabel Windows RT As Windows 8 · · Score: 1

    Linux has the same confusion. Ubuntu to Android, all labeled as Linux.

  11. Re:Pointless fork on GNOME2 Fork MATE Desktop 1.6 Released · · Score: 4, Insightful

    GNOME 3 is probably going to be great one day, but the problem is that some of us has to deploy new systems now. If you install Debian 7.0 you will get GNOME 3.4, if you install Ubuntu 12.04 you will get GNOME 3.2 and so on. It doesn't matter that GNOME 3.10 will be great, when the version we get is ready as a replacement for GNOME 2. This is a serious problem for organizations which have been able to deploy Linux desktops in large part due to the effort of the GNOME community, and especially GNOME 2. Until GNOME 3 is ready for mass adoption we have to offer GNOME 2 as well. There's many ways to do that, but none of them are great.

  12. Re:Nvidia seems to screw you over: slower + worse on NVIDIA Launches GeForce 700M Mobile GPUs With Improved Power Management · · Score: 1

    Maybe you want something that uses less power. Speed is not the only factor.

  13. Re:Darwin and Motorola on Google Pledges Not To Sue Any Open Source Projects Using Their Patents · · Score: 1

    So you're only doing FOSS if you're the originator of a project?

  14. Re:IMAP on Ask Slashdot: Best Way To Archive and Access Ancient Emails? · · Score: 0

    Mutt for command line, Mulberry for GUI.

  15. Re:ZFS need Linux maturity on ZFS Hits an Important Milestone, Version 0.6.1 Released · · Score: 3, Informative

    ZFS runs great on FreeBSD as well.

  16. Re:Does the fallback pager include little previews on GNOME 3.8 Released Featuring New "Classic" Mode · · Score: 1

    I still use fvwm and it still has a great pager. :-)

  17. Re:Will Debian Wheezy be upgraded to Gnome 3.8 ? on GNOME 3.8 Released Featuring New "Classic" Mode · · Score: 1

    Probably won't happen since Wheezy has been in the fridge for almost nine months now.

  18. Re:Libre as in We don't care what you think on GNOME 3.8 Released Featuring New "Classic" Mode · · Score: 1

    I think the idea was that minimize buttons were not logical and intuitive, and thus had to be removed.

  19. Re:Darwin and Motorola on Google Pledges Not To Sue Any Open Source Projects Using Their Patents · · Score: 0, Flamebait

    WebKit is open source and developed by Apple.

  20. Don't forget the free and open source people too on Geeks On a Plane Proposed To Solve Global Tech Skills Crisis · · Score: 5, Funny

    Put at least Stallman, ESR and Torvalds on that plane.

  21. Re:And it still looks like on Windows Blue 9364 Screenshots Show Feature Enhancements · · Score: 3, Funny

    Sounds like a big opportunity for Linux and FVWM95!

  22. Re:re linux distro on Ask Slashdot: New To Linux; Which Distro? · · Score: 1

    CentOS is great if you want something that just works.

  23. Re:GNU just lost a customer on GCC 4.8.0 Release Marks Completion of C++ Migration · · Score: 1

    Most software I've seen at that type of scale that is written in C usually invents their own object-like system, so if you're going to use something like that anyway then why not use something standardized?

  24. Re:GPLv3 .... on GCC 4.8.0 Release Marks Completion of C++ Migration · · Score: 3, Informative

    It's worth pointing out that GCC has been under GPLv3 since version 4.2.2 back in 2007. If it's a problem for anyone then it has been a problem for over five years now.

    http://gcc.gnu.org/ml/gcc-announce/2007/msg00004.html

  25. Re:anyone even using GCC anymore? on GCC 4.8.0 Release Marks Completion of C++ Migration · · Score: 1

    It's the compiler that usually ships with distributions, but it's far from being the only compiler used on Linux. Many companies uses for example the Intel or PathScale compiler suites. Both commercial, although PathScale actually went open source a couple of years ago.