Slashdot Mirror


User: zsitvaij

zsitvaij's activity in the archive.

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

Comments · 9

  1. Re:Absolutely incorrect on Canonical To Remove Sun Java From Repositories, Users' Machines · · Score: 1

    I stand corrected. That leaves yours the only factually correct post in this ./ discussion. I wish the mailing list post was the one linked and quoted in the summary.

  2. Absolutely incorrect on Canonical To Remove Sun Java From Repositories, Users' Machines · · Score: 1

    No, Sun JDK is not being removed from users' computers, only the browser plugin is disabled, which is riddled with security flaws that are only corrected in newer versions that cannot be distributed by Canonical.

    And no, removing the package from the repositories does not remove it from the system when already installed.

  3. Re:Just another 4 years... on Why You Shouldn't Panic About Closed Source MySQL Extensions · · Score: 1

    Oracle moved from the open source (GNU) build stack to the proprietary cmake build stack. That ended mysql for me.

    1. cmake? proprietary? you might want to let KDE know. (hint: it ain't.)
    2. if you call it GNU stack, call it Free Software, not Open Source.

  4. Re:LULZ on Google Incrementally Dropping Support For Older Browsers · · Score: 1

    This won't cause them any trouble, as when Firefox 3.6 reaches EOL, 4.x will be backported (or whatever will be current then), same as it happened with 3.6 when 3.5 went EOL.

  5. Re:Do they care only about toys? on Google Incrementally Dropping Support For Older Browsers · · Score: 1

    Sigh. I'm running Ubuntu 10.04 LTS on 5/6 of my regular systems. I suppose I should just change distros so I'm not on the oldest currently acceptable version and likely to get phased out in another six months?

    You don't need to upgrade your distro, there are official PPAs that provide backported functionality, such as Firefox Stable Channel or the LibreOffice PPA. Firefox in particular is also likely to make it to lucid-updates (not even -backports!), as this has happened once with the 3.5->3.6 switch.

    For the record, PPA refers to "Personal Package Archive". It is on the Ubuntu build infrastructure on Launchpad. Anyone with a Launchpad account who has accepted the Code of Conduct can make one. Only source uploads are allowed, and packages are built the same way as official updates are. See the Packaging Guide for details.

    Meaning: if you don't find what you're looking for in an official PPA, and don't feel on relying on the various strangers who happen to have one, you can easily make your own. :)

    Here's a couple of others I use on Lucid: GStreamer PPA and MOTU Media for updated codecs, X Updates for stable video driver updates, and the Chromium Stable Channel.

    Running LTS doesn't have to mean that your userland can't be updated, just that you prefer what's under the hood not to break. :)

  6. Re:Does this matter? on GRUB 1.99 Released With Support For ZFS and BtrFS · · Score: 5, Informative

    To obtain all of the ext4 performance, tweaks, and reliability benefits, you MUST perform an ext4 format.

    That's not entirely correct. With two commands, you get a full conversion from ext3 to ext4 without a reformat, leaving your data in place:
    tune2fs -O extents,uninit_bg,dir_index /dev/DEV
    e2fsck -fDC0 /dev/DEV

    (On an unmounted filesystem, obviously. Source. )

  7. Re:W00t on KDE 4.5 Released · · Score: 1

    I don't recall having to configure anything to get sound working for KDE under Ubuntu 9.10 and 10.04. On Gentoo, you need to configure everything yourself, but it was just setting up the PA device and making it the default in .asoundrc, which worked for everything trying to use ALSA, until Phonon gained the option of direct PA output. Which happened before 4.5, since this is the setup dialog under 4.4 in Lucid. The new work in 4.5 is just better integration, so maybe you won't need padevchooser from now on to connect to network sinks.

  8. Re:W00t on KDE 4.5 Released · · Score: 3, Informative

    I've been using KDE since 4.2 with PA, often using the ability to output to another PA instance on the network, reliably, on Gentoo and Ubuntu, mainly using Amarok. You are trolling hard and fast.

  9. Re:Either emacsclient or ed on What Free IDE Do You Use? · · Score: 4, Informative
    I'd rather use the built-in VCS-mode right from Emacs. :)

    "With the release of Emacs 22 on June 2nd a new set of version control (vc for short) modes was released as well. The Emacs Tour briefly touches on it, however it fails to point out the geniusness of this feature.

    As of 22.1.1 the following version control backends are supported: RCS, CVS, SVN, SCCS, Bzr, Git, Hg, Arch and MCVS. All commands work the same for all backends."

    more reading