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:I suspect it is bcos of HP's TCPA connection on HP's NonStop Servers Go x86, Countdown To Itanium Extinction Begins · · Score: 4, Insightful

    IBM supports Linux on their Power based systems, and I don't think they have any plans to stop that.

  2. Re:This is the year... on OpenBSD 5.4 Released · · Score: 1

    It could very well be. I just tried it on one of my desktops. Gnome 3.8 worked really nice on it and even had accelerated 3D graphics.

  3. Re:I'd care but... on Firefox 25 Arrives With Web Audio API Support, Guest Browsing On Android · · Score: 2

    $ file -L /usr/bin/firefox
    /usr/bin/firefox: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.26, BuildID[sha1]=0x351721d7eba5940fb79872c01865bfcf86eda51d, stripped

    Looks 64-bit to me.

  4. Re:I'd care but... on Firefox 25 Arrives With Web Audio API Support, Guest Browsing On Android · · Score: 1

    It's still a good thing. 64 bit means much more than just increased address space, at least on x86_64. More registers might increase speed for example.

  5. Re:I can't remember on Firefox 25 Arrives With Web Audio API Support, Guest Browsing On Android · · Score: 1

    IE6 is at least supported. Debian might still support 3.5 but I don't know of anyone that actively supports 2.0 anymore.

  6. Re:wrong target on UK Prime Minister Threatens To Block Further Snowden Revelations · · Score: 1

    Technically he is a traitor, but that doesn't of course mean that what he did was wrong.

  7. Re: Freedom isn't free on Ubuntu's Mark Shuttleworth Wins Austria's Big Brother Award · · Score: 1

    Well, Linux Mint is based on Ubuntu. So one could argue that they can use the work done by Canonical but won't have to pay for it.

  8. Re:"the Canonical bias present on the committee" on Debian To Replace SysVinit, Switch To Systemd Or Upstart · · Score: 1

    In particular if they want a DFSG compliant system or not. Some "free" packages such as gcc-doc for example are in non-free because their license do not qualify for DFSG compliance.

  9. Re:"the Canonical bias present on the committee" on Debian To Replace SysVinit, Switch To Systemd Or Upstart · · Score: 3, Informative

    What do you mean by Iceweasel? That name change came because Mozilla actively asked Debian to do it, so they did.

  10. Re:Sweden's FRA was set up to help the US on EU Parliament: Other Countries Spy, But Less Than the UK, US · · Score: 2

    Uproar against FRA? No, they have been around since the 40's and there was no uproar at that point. What happened recently was that they got approval to not only listen in on wireless radio communications but also wired communications, *that* was what the uproar was about.

  11. Re:Shame about intel mac pros on Apple Converting Trial and Pirated iWork, iLife and Aperture To Full Versions · · Score: 1

    There's a lot of other operating systems to chose from. Linux, various *BSDs or even Windows.

  12. Probably never.

  13. Re:Nothing of Value on NSA Monitored Calls of 35 World Leaders · · Score: 5, Informative

    It depends on if he knew about it. If he did then he's obviosly responsible. If he didn't then that's of course also bad. Either way is not good for him.

  14. Re:I gotta admit on Apple Announces iPad Air · · Score: 0

    That's pretty impressive engineering. Think it allows Android to be installed on it? :)

    The hardware could most likely run it, but since Apple locks the boot loader and prevents the user from changing the operating system this will not be possible. It is highly unfortunate that we don't have legislation that prevents this abusive behavior.

  15. Re:Free Free Free on Apple Announces iPad Air · · Score: 1

    They will just make it up in volume.

  16. Re:Unix Workstation on Apple Announces iPad Air · · Score: 1

    Well, you could just take any just about any workstation and put Solaris on it.

  17. Re:Gnome tool kit on Wireshark Switches To Qt · · Score: 1

    Gtk used to stand for the gimp toolkit, but more and more it's the gnome toolkit. I wouldn't be surprised to see it merged into the gnome framework entirely at and future date. Even the mailing list is now renamed to gnome-list.

    They did? I still receive email to gtk-list.

  18. Re:job killing regulations on Irish Government May Close Apple's Biggest Tax Loophole · · Score: 2

    Apple employs a lot of people in Cork, Ireland. They might slow down their presence in Ireland if it doesn't benefit them anymore.

  19. Re:Instead of a blog note how about some info? on Java Spec Compatibility Weakened Android's TLS Encryption · · Score: 1

    And both Safari and Internet Explorer has supported TLS 1.2 for a long time.

  20. Re:LibreOffice Write is excellent... on Charlie Stross: Why Microsoft Word Must Die · · Score: 1

    It's not the new name. It's the name of a farily popular fork. OpenOffice is still active and ongoing under Apache.

  21. Re: Google Chrome is killing java on If Java Is Dying, It Sure Looks Awfully Healthy · · Score: 1

    Indeed. Apple's Cocoa libraries on the other hand. The language is open.

  22. Re:Fine, just give us back the ThinkPad on Lenovo Shows Android Laptop In Leaked User Manuals · · Score: 1

    Indeed, this is more important. Stop screwing up the ThinkPad lineup first.

  23. Re:Obligatory SCons plug on GNU Make 4.0 Released · · Score: 1

    That's why a lot of projects don't use Make directly. You typically use a combination of programs like autoconf, automake and libtool to generate the makefiles for you. In the end you get a shell script that you can send to users and they don't need to have the tools you used installed.

  24. Re:Scheme?!? on GNU Make 4.0 Released · · Score: 1

    I see a lot of words but not a lot of arguments. State your position on _why_ you should not use it as an extension language.

  25. Re:Lua for GUILE? on GNU Make 4.0 Released · · Score: 3, Informative

    From http://www.gnu.org/software/guile/:
    "In addition to Scheme, Guile includes compiler front-ends for ECMAScript and Emacs Lisp (support for Lua is underway),..."

    So unless that page is inaccurate I guess that means it's still underway.