Forgot your password?

typodupeerror

Comment: Re:btrfs needed the work (Score 4, Insightful) 385

by Jonner (#40061501) Attached to: Linux 3.4 Released

Wow. Am I out of the loop, or what? We're up to ext*4* now? I'm still using (happily) ext2. Yeah, I've heard of btrfs, but why change if what you're using works? Journaling makes sense for servers; not so much for personal boxes.

Yes, you are way behind. Ext3 became part of Linux eleven years ago and added journaling to ext2. Some of us have been using superior journaling file systems like Reiserfs3, XFS, JFS and Reiserfs4 for many years. Journaling is a good idea for all file systems because it allows much stronger metadata and sometimes data consistency guarantees. In other words, though hardware failures and unexpected shutdowns can cause data loss on any file system, journaled ones are more likely to know which data are corrupt and which aren't. Btrfs improves on that by also checksumming everything so no corruption can ever go unnoticed. This is increasingly important as disks get bigger and errors become more likely. Another thing that's perhaps especially nice for desktop and laptop systems is that journeled filesystems can generally be checked for consistency very quickly, meaning you much less oftend need to do a lengthy fsck.

Comment: Re:They fix the sound bullshit yet? (Score 1) 385

by Jonner (#40061433) Attached to: Linux 3.4 Released

The problems with Pulseaudio were partly caused by buggy drivers, partly by buggy programs and partly by distributions switching to Pulseaudio before the other problems were sufficiently addressed. There were plenty of audio problems before it came along and neither keeping things as they were nor using jack for everyone would have been trouble-free. Jack developers have never advocated it for ordinary desktop users. My experience on both desktop and laptop has been that after a couple of problematic releases of Ubuntu, audio became much less painful overall. Now, dealing with audio is generally much easier than before Pulseaudio came along.

Comment: Re:btrfs needed the work (Score 4, Informative) 385

by Jonner (#40061383) Attached to: Linux 3.4 Released

Checksumming, built-in RAID support, snapshotting, transparent compression, online volume resizing, et alia. Basically, a lot of stuff that is very interesting at the enterprise level and to serious nerds who like to do strange things with their volume management, but nothing particularly important to the average user. It's basically a non-Oracle-owned version of ZFS, if you know what that is.

Checksumming is useful to anyone who doesn't like corrupt data. Transparent compression is useful to anyone who likes to fit more stuff on their drives and access it faster. Btrfs is technically superior to ZFS though currently less mature. For better or worse, Btrfs is largely developed by Oracle employees so they do own part of it. Oracle could simply stop paying people to develop it but they can't take it away from Linux. Both ZFS and and Btrfs are available under Free and Open Source licenses though the licenses are are not compatible which is the primary reason ZFS cannot be included as part of Linux.

Comment: Re:Turnabout is fair play (Score 1) 403

by Jonner (#40007941) Attached to: Mozilla Leaves Out Linux For Initial Web App Support

I currently use Firefox most of the time, but I don't think there's anything wrong with people using Chromium. Competition is good. Mozilla took on Microsoft while they were complacent and helped improve things for everyone. I don't think Mozilla was ever as complacent as Microsoft, but the increased competition from both Google and Microsoft is now pushing them to try new things. It may not always look pretty, but I think the end result can only be higher quality Free Software for everyone.

Comment: Re:pathetic (Score 1) 403

by Jonner (#40007833) Attached to: Mozilla Leaves Out Linux For Initial Web App Support

I'd agree if I thought the project was worthwhile overall. However, I don't see much point in "installing" a web app in a platform-dependent way since that's antithetical to the basic concept of a web app. I think a better area to work on is more general management of browser sessions, processes and profiles. I can currently launch Firefox with a different profile and have independent sessions going on but it's not as convenient as it should be.

Comment: Re:The real motive... (Score 2) 330

by Jonner (#39998143) Attached to: Wozniak Calls For Open Apple

The issue is hardware support. If you buy a Mac, Apple has made sure the hardware works with their drivers. Machines sold with Windows usually work well because either Microsoft or the manufacturer has made sure the drivers and hardware are compatible. If you installing an OS on a machine which was sold with a different OS, you can never expect the same level of hardware compatibility. Try installing OSX on a machine sold with Windows. Installing Windows on most Macs today will work, but some of the devices like internal video might not be fully functional.

If you buy a computer from a vendor that supports Ubuntu or other GNU/Linux distribution, it can "just work." I convinced my sister to buy a Dell laptop with Ubuntu and she saved a lot of money compared to similar hardware with Windows. It hasn't been perfect in every respect, but there have not been problems with driver compatibility. Also don't forget about the millions of Android phones that "just work" without their users even knowing what Linux is.

To understand a program you must become both the machine and the program.

Working...