Caught in a landslide

Joe McGinniss recently blogged about a most unusual story out of Wasilla, Alaska, also
reported by the Mat-Su Valley Frontiersman. The principal, Dwight Probasco, told the school’s symphonic jazz choir they could not sing the song “Bohemian Rhapsody” because the songwriter, Freddie Mercury, was gay.

(Eventually, Mr. Probasco relented and allowed the song to be sung with lyrics edited to remove a section about killing a man.) From the article:

[Senior Rachael] Clark said it didn’t make sense for the school district to tout tolerance for all and then turn around and allow homophobia to dictate something such as graduation music.

“We were joking about singing Elton John’s ‘Candle in the Wind,’ instead,” Clark said. “I guess no matter what you do, someone’s feathers are going to get ruffled.”

(For those that don’t get Rachael’s joke: Elton John is gay. Also of note is that Freddie Mercury was actually bisexual, not gay.)

Of all the reasons to censor a piece of music, this probably has to be the lamest. Especially from a school that promotes tolerance for all. I question just how much Wasilla High’s administration really promotes tolerance in light of this. Gay, lesbian, white, black, yellow, red, brown, male, female, dark hair, light hair, low IQ, high IQ… we’re all people.

I’m no fan of either violence or censorship. This was some of Freddie Mercury’s best known songwriting work, and I think it’s unfortunate they felt editing was necessary at all. I hope going forward, those at Wasilla High and at schools with similarly intolerant administrations get a chance to learn what true tolerance and diversity is about.

This is 2011. Let’s make sure everyone gets the memo.

Giving proper credit: the GNU Project’s ongoing battle

While hardly a fresh topic, I’ve never really blogged about this, and it came up in a recent discussion on IRC.

In particular, a user identified as “MTecknology” pointed me to his blog entry on the topic, which seems to take a stance opposing the GNU Project and the Free Software Foundation (FSF) in their bid to seek proper credit for nearly three decades of work on free software. (Note: “free software” here and elsewhere in the post refers to freedom, not price, specifically the four freedoms definition used by the FSF.)

I’d like to respond to and rebut these points as best I can. For space and time reasons I am not going to respond to every point made in the original post. An omission of any points in MTecknology’s original post should not be interpreted as an acquiescense to its validity.

Before I get to that, however, I’d like to point something out that not a lot of people know. Richard Stallman and the free software movement began in 1984. They had been going for years before the major BSD-derived Unixes we know today (OpenBSD, FreeBSD, NetBSD, DragonFly BSD) gained any serious traction, and well over a decade before the “open source” movement splintered off from it. Without the free software movement, the “open source” movement would have had nothing to splinter off from.

I don’t directly support the open source movement at all, only the free software movement. I use free software almost exclusively. The exceptions I make are very few and far between, most notably for firmware and font software.

Anyway, on with the rebuttal. Single-level blockquotes are MTecknology, double-level are from the FSF as quoted by MTecknology, mostly if not entirely from the GNU/Linux FAQ and the Linux and GNU page. I’ve left all the text intact, as it was in MTecknology’s blog entry, so any spelling/grammar/punctuation mistakes in the quotes are his. I have also my best to verify quotes attributed to the FSF actually came from the FSF.

I ventured onto the gnu.org website wanting to read what their licenses actually were. In the process I decided that I should figure out what GNU actually is. Aside from discovering that the FSF seems to be just a source of income for GNU, I was quite disturbed.

Note this alongside a statement MTecknology made on IRC, which, by the way,
is one of the most egregious things I’ve ever read in an IRC client window:

2011-05-08T19:32:17 <MTecknology> I guess in my head though, FSF is a microsoft type corp trying to sit over top of the free software movement
2011-05-08T19:32:29 <MTecknology> key word 'try;

The FSF is a 501(c)3 non-profit (essentially, a charity) which shepherds the development of software under the free software movement, specifically and most prominently the GNU operating system. This by itself makes any comparison with Microsoft, a multi-billion-dollar for-profit corporation, patently egregious and completely devoid of any reason or sanity.

Developers of software released under free software licenses tend to actually care about their users. Microsoft, in particular, wants to charge $30 just to file a bug report (at least as of the last time I checked). There have been instances where Microsoft has refused to even acknowledge obvious bugs in their products, much less deliver a timely fix.

But that is not the deepest way to consider the question. The GNU
Project was not, is not, a project to develop specific software
packages. It was not a project to develop a C compiler, although
we did that. It was not a project to develop a text editor,
although we developed one. The GNU Project set out to develop a
complete free Unix-like system: GNU.

Well, you have yet to produce this complete system. So to this point
all you have contributed to the FOSS community IS in fact just a set
of software packages. Don’t get me wrong, these are great pieces of
software, but the point still stands.

The GNU operating system is nearly complete, here in 2011. The only component of the GNU operating system that has not been completely developed is the kernel, the GNU Hurd. Like it or not, most systems incorrectly labeled “Linux” are in fact GNU variants, booting Linux, the kernel. Porting software to Linux, the kernel, does not change the fact that it’s still software from the GNU Project and part of the GNU operating system.

I considered writing a list of GNU software that one would need to remove to get a true “Linux operating system” and the commands to do so. I’m not sure I’ll ever publish the list, even if I write one, as removing all the software on the list would reduce most GNU variants to a completely unusable state, and at minimum I’d get flames from people blindly following my instructions (“you broke my system, you %$^*@#!!”). Suffice it to say that almost every useful program on a GNU variant booting the kernel, Linux, is linked against the GNU C library, at minimum. Removing just the GNU C library will render a system running any GNU variant unusable almost immediately.

(Ironically, were I to publish such a list or set of instructions, the rm command itself, which would be deleting most of the components which came from GNU, is part of GNU coreutils, and the rm binary and the GNU C library would have to be the last two things removed from the system.)

Many people have made major contributions to the free software in the system, and they all deserve credit for their software. […] We made a list of the programs needed to make a complete free system, and we systematically found, wrote, or found people to write everything on the list. We wrote essential but unexciting (1) components because you can’t have a system without them. […]

By the early 90s we had put together the whole system aside from the kernel. We had also started a kernel, the GNU Hurd, which runs on top of Mach. Developing this kernel has been a lot harder than we expected; the GNU Hurd started working reliably in 2001, but it is a long way from being ready for people to use in general.

[…]

(1) These unexciting but essential components include the GNU assembler, GAS and the linker, GLD, both are now part of the GNU Binutils package, GNU tar, and more.

I don’t think the GNU project is the sole reason everything became an integrated system. Your work sure helped immensely, but you aren’t the glue that sticks everything together. We have an integrated system because countless developers and other contributers got together to build a complete system. You wrote “essential but unexciting” software applications and the world appreciates it. You have yet to develop your own kernel and rely on Linux.

 

GNU Hurd is a work in progress. Due to reasons I’m not entirely sure of, the development has taken quite a long time. (If you do want reasons why we don’t have GNU Hurd 1.0 yet, consider asking the developers. Maybe one of them will comment on this post.)

Just because GNU Hurd, the kernel of a complete GNU system, is not completed, does not disqualify the remainder of GNU from being an integrated system.

Fortunately, we didn’t have to wait for the Hurd, because of Linux. Once Torvalds wrote Linux, it fit into the last major gap in the GNU system. People could then combine Linux with the GNU system to make a complete free system: a Linux-based version of the GNU system; the GNU/Linux system, for short.

Perhaps it’s the other way around. Perhaps Linux was developed knowing GNU was working on other software. Perhaps they kept compatibility in mind. It seems more that Linux was built in a way that would allow GNU to “fit into” the Linux based OS. This little argument goes both ways and is ineffective either way.

Linus Torvalds himself has said that Linux, the kernel, is useless without an operating system such as GNU to boot into. (This is from the README file of a very early release of Linux, the kernel, back before actual dsitributions of GNU/Linux were common.)

I went through and easily ripped all GNU apps out from various operating system. So, what should I call it now? I can’t call it “GNU/Linux” because GNU isn’t part of the system at all. I also can’t call it “Linux” by your whole rant. What can I call it then? The fact of the matter is that either way Linux is still the core and the system should be called “Linux” either way.

If one removes from a GNU variant (whether GNU/Linux or something else) all components that came from GNU, and one either has a non-functional system in short order, or one forgot to remove something like the GNU C library (which is also GNU software).

To answer the question, though, it depends on what exactly the replacement software is. If, say, the GNU libc is still there, to me, there’s still a case for calling it a GNU/Linux distribution.

Wouldn’t it be better for the community if you did not divide people
with this request?

When we ask people to say “GNU/Linux”, we are not dividing people. We are asking them to give the GNU Project credit for the GNU operating system. This does not criticize anyone or push anyone away.

However, there are people who do not like our saying this. Sometimes those people push us away in response. On occasion they are so rude that one wonders if they are intentionally trying to intimidate us into silence. It doesn’t silence us, but it does tend to divide the community, so we hope you can convince them to stop. […]

The hell you’re not dividing people! […] these two groups [“supporters of the free software movement” (and) “the open source movement”] are commonly just grouped into the “FOSS community.” Those that call their systems Linux tend to not even see this line you refer to; when they do they tend to ignore it completely. They do however still see the very clear line between (GNU, GNU/Linux) vs. (Linux).

Those who call the entirety of the system “Linux” often simply do not realize the contribution of GNU to the system they are running. And so, you get people saying “I don’t want the GNU people meddling with our software, I’m a Linux user, damnit” without realizing just how ridiculous such a statement really is.

If Linus Torvalds wanted to have a full operating system to be called Linux, he should not have stopped at writing just a kernel. As it stands today, Linux is a kernel. There are a few programs that were written specifically for Linux kernel administration, such as the module utilities modprobe/insmod/rmmod/lsmod/etc (which, while not part of GNU, still depend on the GNU libc). None of these programs in concert with each other form anything close to a complete operating system without adding software from GNU.

You’re acting as if the whole world is out against you. In my view, it seems you’re really just out against the world. Maybe you should start fighting the world and listen to it. There’s obviously something you’re doin wrong. You go so far as to blame any divisions in the community on those who don’t share your view.

I don’t think the GNU project is against anyone. They simply want proper credit for what they made. Calling the entire system “Linux” gives a disproportionate amount of credit to Linus Torvalds, and leaves people with the mistaken idea that Linus wrote a lot of programs he in fact had nothing to do with.

The comparison I use most often is that I don’t “run Linux” any more than you “drive a DieHard battery” to work. Calling the entire system “Linux” can also be considered paramount to speaking of a painting by who framed it, in such as fashion as to mislead the listener into thinking the framer and painter are one and the same. Would you be happy if you spent 5 years making a painting only to get no credit for it?

I usually, but not always, refer to “GNU/Linux.” However, on occasion, I simply refer to my system as a GNU variant, particularly in cases where the actual kernel I’m running is not particularly relevant. There are GNU variants which boot the kernel from FreeBSD, and it should be possible in theory to boot GNU varians from other kernels as well (specially the other *BSD kernels).

Many other projects contributed to the system as it is today; it includes TeX, X11, Apache, Perl, and many more programs. Don’t your arguments imply we have to give them credit too? (But that would lead to a name so long it is absurd.)

What we say is that you ought to give the system’s principal developer a share of the credit. The principal developer is the GNU Project, and the system is basically GNU.

If you feel even more strongly about giving credit where it is due, you might feel that some secondary contributors also deserve credit in the system’s name. […]

Since a long name such as GNU/X11/Apache/Linux/TeX/Perl/Python/FreeCiv becomes absurd, at some point you will have to set a threshold and omit the names of the many other secondary contributions. There is no one obvious right place to set the threshold, […]

But one name that cannot result from concerns of fairness and giving credit, not for any possible threshold level, is “Linux”. It can’t be fair to give all the credit to one secondary contribution (Linux) while omitting the principal contribution (GNU).

I drew a line and it stands as my threshold. I happened to fraw that line at “Linux.” Nothing more, nothing less. I honestly don’t care where the credit is due. The system runs on Linux and that’s what it should be called. I have no interest in giving credit to individual contributors. I give that credit instead to the FOSS community which is where it belongs.

(The emphasis was added by me.)

So, MTecknology shows his true colors: a complete disregard of fairness, and complete apathy for proper credit for who wrote the software he uses. To some, proper attribution is priceless; a lack of attribution is something that can never be adequately compensated for with any amount of money if it is due and not given. Atari learned this lesson in the early 1980s when several of their top video game designers left for Activision, in part over this issue (though the pathetic salary Atari was paying them in comparison to the money Atari made from their efforts certainly didn’t help); it’s not always about the money or only about the money.

I do agree that at some point, a longer name becomes unwieldy. However, the developers of Apache, Perl, Python, FreeCiv, etc. usually do not suffer from the same problem that the GNU Project is dealing with here. You’ll hear people refer to “Apache on Debian GNU/Linux 6.0” or “Perl 5.9.1 on FreeBSD 8” etc. These other software packages simply don’t have the same problem.

Why not just say “Linux is the GNU kernel” and release some existing version of GNU/Linux under the name “GNU”?

It might have been a good idea to adopt Linux as the GNU kernel back in 1992. If we had realized, then, how long it would take to get the GNU Hurd to work, we might have done that. (Alas, that is hindsight.)

If we were to take an existing version of GNU/Linux and relabel it as “GNU”, that would be somewhat like making a version of the GNU system and labeling it “Linux”. That wasn’t right, and we don’t want to act like that.

You have yet to make Hurd a widely released product. You’re perhaps not capable? Linus built the first kernel himself. He clearly stated what it was capable of and that he didn’t expect it to go furhter. His code was then in a position to be lifted up by a community that made it what it is today. Why is it that you can’t get your kernel working? I would assume because you’re either too busy whining, you’re too busy tearing at Linux to make it fit your needs, or because you’re not capable of doing it in the first place.

GNU Hurd is working; it’s not “done” in the sense that it’s not production quality yet, but it is working and there are install releases for a GNU/Hurd system.

The early releases of Linux, the kernel, weren’t exactly that great either. I applaud the GNU Hurd development team for wanting to get it right, for not rushing a half-completed project out there as GNU Hurd 1.0 and saying “here’s our kernel.” Linux, the kernel, has come a long way since even its 1.0 release.

By the way, if the FSF really was like Microsoft, GNU Hurd 1.0 would have been released years ago, bugs and all. That GNU Hurd is still sitting at 0.4 actually speaks volumes for the honesty and trustworthiness of the GNU Project, and the Hurd development team.

The popularity has nothing to do with calling it “Linux.” The reason we use “Linux” is because all the above FUD reassures us that you’re on a whining power trip.

Wanting proper credit for one’s contributions is a power trip? Really? I don’t think asking for proper attribution qualifies as a power trip, especially in this particular case, when the lack of attribution translates to a potential misattribution to someone else, as it does in the case of the GNU operating system and Linux, the kernel.

A strike against the “music industry”

A recent osnews.com story chronicles Google’s troubles with its music store project. From the article:

Sadly, however, rumour has it the negotiations with the music industry have been so frustrating, Google is contemplating abandoning the entire project altogether. This has led some to wonder – why doesn’t Google, or a consortium of technology companies, just buy the music industry outright?

The talks with the music industry to set all this up have apparently been so frustrating for Google that they are now contemplating shutting the entire thing down. Wayne Rosso, who once ran Grokster, claims that sources familiar with the matter stated that Google is “disgusted” with the music labels, and is considering options ranging from just following Amazon’s lead and not seek the labels’ consent, to just shelving the entire project.

If you’re a regular reader, you’ll know I’m not Google’s biggest fan. I’ll admit they have done some good, but they’ve also done their share of things that are at least dubious if not outright evil. A music store project of the sort Google is planning, however, definitely falls in the former category, and it’s a shame that the music cartel is stonewalling it. A sticking point of the negotiations is that Google wants the service to be free of charge for the first 500 tracks; the music cartel (Warner Music Group in particular) wants a $30 per year fee.

I’m not sure what the “music industry” (who I well henceforth refer to as the music cartel) is trying to prove by stonewalling Google; it only makes them look like the fools they are. Today, artists can sign up with Bandcamp, Magnatune, CD Baby, among others. Dozens of companies exist to press “short runs” of CDs, or the artist can burn copies to CD-R. The music cartel we grew up with, where artists relied on record companies to get copies of their music in the hands of the public, has changed radically in the Internet era. In fact, physical copies are now closer to becoming the exception rather than the rule. (In a way I’m not a fan of this, as I prefer a physical CD to a digital download in most cases, but that’s another rant for another day.)

Remeber, the same music cartel that charges $20 for a CD, and gives the artist that actually made the music around $1 on it, is the same music cartel trying to stonewall Google’s music store. I’m not surprised. It took the music cartel (specifically the RIAA) most of a decade to figure out that suing their customers for alleged copyright infringement was a lousy business plan. That hasn’t stopped them from trying the same shenanigans in other countries; France has a draconian “three strikes” law (the HADOPI law) with regards to unauthorized copying (though it’s possible this is more the MPAA’s doing).

Google appears to be following Amazon’s lead, which is to offer the service first, then clear up any legal problems later. It’s hard to blame them; Google epitomizes “filthy rich corporation” at this point in time. But it’s also just a bit frightening to me that Google can do this. It’s as if we have The Rules The Rest Of Us Must Play By on on side, and The Rules Google Gets To Play By on the other. Could any of you out there just open your wallet if you were facing a lawsuit by the RIAA?

Left in the dark: Reliant drops the ball

If you live in any of the areas in Texas where electric utilites have been deregulated, you have probably heard of and may even be a customer of Reliant Energy. And you’ve likely seen the TV commercials where they poke fun at “Power Incorporated,” a fictional too-big-to-care retail electric provider. As alluded to on a recent post to my other blog, Quinn’s Big City, we (my mom and I) were suddenly left in the dark by a customer service blunder, where none other than Reliant plays the part of “Power Incorporated.”

It all started in the middle of my afternoon nap on February 21. I heard the computer in my room switch off shortly after noon, which was a bit unusual, but I figured it was electrical maintenance in the area, or a blown transformer, or something of that nature.

Fast forward to 4 pm or thereabouts. We are still without power. I send mom a quick text message asking if she knew why we’d be without power. While waiting for her response I call Centerpoint (the utility company which handles outage reports and actually maintains the wires on behalf of the retail electric providers; I’ll try to explain this in comments if I’m confusing anyone). Of course, Centerpoint proceeds to tell me it was a disconnect ordered by Reliant, which I confirm by noticing a red seal on the electric meter.

We find out later that Reliant had been sending the bills to an address where we no longer were receiving the mail for (specifically, a townhouse that had been sold months ago). Apparently, instead of asking if the billing address was current, the customer service representative at Reliant that handled the activation just used the address they had on file from the last time my mom was their customer, assuming it was still valid. That, folks, is Reliant’s “Power Incorporated” moment. It takes only a few seconds to ask “what’s your current billing address, is it still 123 Elm Street or should it be the new service address at 4567 Apple Drive?”

To their credit, Reliant did own up to their screw-up and our lights were turned back on later that evening (we were originally told they would not be back on until the next morning), turning a near-disaster into a slight inconvenience. My concern remains, though, that this could easily happen again to someone else. It’s only common sense to make sure the address is still valid–especially when the computer database’s “last updated” date for a customer’s address is years into the past, as it was in this case. (If they are keeping the address, certainly they know when it was last updated, and if nothing else, know when this customer last had service through their company. If not, of course, that’s an even bigger problem.)

Natalie’s fight against censorship

This one’s been sitting in the draft folder for a while, and I wanted to get it out there before it got too stale.

This one’s based on a first hand account. The blog, appropriately enough, is entitled “Where are we going & why are we in this handbasket.” It’s a bit too long for a domain name, so the blogger, Natalie Munroe, simply titles it under her real name.

As chronicled in the entry “Bloggate- Day 1: The Scandal Begins”, Natalie describes what she thought would be a typical day at work as a teacher. It wound up being anything but typical, as she would be suspended from her job and escorted off the premises well before lunchtime.

And it’s all about some blog posts which the parents of students at Natalie’s school. To her credit, Natalie did try to maintain some anonymity, as she states:

When I wrote, I kept things as anonymous as possible; I know there are crazies out there and I didn’t want anyone trying to track me down. I blogged as “Natalie M” and had no location information or email address or anything listed or accessible. Nor did I ever mention where I worked or the names of students. Yet, there’s this perception that I was trying to lambaste everyone in the school without heed. That’s bollocks.

These are reasonable precautions in unreasonable times. I should note that Natalie’s blog used to be at a blogspot.com address which did not contain her last name. She goes on to state, in detail, just how big the injustice is:

What bothers me so much about this situation is that what I wrote is being taken out of context. Of my 84 blogs, 60 of them had absolutely nothing to do with school or work. Of the 24 that mentioned it, only some of them were actually focused on it–others may have mentioned it in passing, like if I was listing things that annoyed me that day and wrote without any elaboration that students were annoying that day.

Natalie goes on to name specific instances of parts of her post being taken out of context, and selectively misinterpreted. All in the name of censorship, of kicking a suspended teacher when she’s down, of “train wreck” news coverage. Over a few blog posts, probably numbering in the single digits. Some of which were clearly intended as humor!

I can understand why Natalie took down all of her previous blog posts (some of which are still archived elsewhere). It’s still irritating to me that someone can, in effect, censor an entire blog with an attack on one’s livelihood that is probably unwarranted.

All because Natalie exercised her First Amendment rights, and some parents didn’t like it.

The PhillyBurbs.com article which came out right after Natalie’s suspension contains a quote from Natalie that really hits home for me (edited for brevity, emphasis added):

I love to write, […] I need to write. That’s what I do. I don’t think that, as a teacher, with or without the scandal surrounding, I should not be allowed to do something that everybody else is allowed to do.

I concur. It is wrong to deny almost anyone the right to blog unless it directly jeopardizes one’s job. I can see, for example, not allowing undercover CIA operatives to blog from the middle of a foreign country (though, I will admit, it’s possible a blog can be part of their cover). Leaking trade secrets or information which could directly jeopardize one’s employer’s operations is obviously out of bounds.

But based on what I’ve seen, I don’t think Natalie did anything to justify being suspended from her job.

And earlier in the story, Natalie’s attorney had plenty to say as well.

Steve Rovner, Munroe’s attorney, said the school district has “no basis for firing her.”

“The school district has its power and authority and protections through the law. […] They can’t hire and fire anyone at will,” he said.

“They do not have an Internet policy. They specifically do not have a no-blogging policy. She did not do anything wrong that would give them cause to fire her.”

And he goes on to say that other teachers have censored their blogs as well in the wake of this. The chilling effect is obvious, and given the already pathetic pay rate of teachers across the board in this country, one would hope we as a society have better things to do than discourage teachers from blogging.

Indeed, from earlier in the story, comes this quote:

The posts people are talking about the most are more than a year old. Munroe said: “I really think that somebody dug it up on purpose to raise trouble. And now it has.”

I’d like to know what parent has this kind of time, to go digging up dirt on their child’s teachers like this. It just really burns me up that a disgruntled parent (or possibly even a disgruntled student) would target a teacher like this to begin with.

I wish Natalie the best and hope this is resolved in a favorable manner to her.