Adventures in IPv6 Land
Mar. 23rd, 2008 | 12:55 am
The recent IPv6 Conference at Google and the launching of ipv6.google.com (only accessible over IPv6) inspired me to set up a 6to4 tunnel on my WRT54G running OpenWRT. I've been reading about IPv6 for years, but there didn't seem to be much point. Now I've seen the bouncing Google logo and the dancing turtle, and it really wasn't all that difficult. One issue I ran into was the 2.4 kernel that is needed to run on the WRT54G doesn't have a connection tracking for stateful firewall rules, which makes it a pretty poor IPv6 firewall. It's disabled for now, and tomorrow I'll go buy a WRTSL54GS so I can run a 2.6 kernel.
I'm looking forward to the day when IPv6 transit is normal and all these tunnels are unnecessary.
I'm looking forward to the day when IPv6 transit is normal and all these tunnels are unnecessary.
Link | Leave a comment {7} | Add to Memories | Tell a Friend
Slick
Oct. 21st, 2007 | 03:23 am
My UPS died today, so I went to the store to get a new one. It came with a USB cable and when I plugged it into my desktop an icon popped into the Gnome panel to show me my new UPS, how much charge it had, etc (and I assume shut it down when . Very cool, and honestly completely unexpected. I think a couple of years ago I would be much less impressed by this, but as I find my free time dwindling I really appreciate when things just work. It's also a small, but encouraging sign that "Desktop Linux" is making good progress.
Link | Leave a comment {3} | Add to Memories | Tell a Friend
The Best Laid Plans
Sep. 2nd, 2007 | 11:29 pm
Hooray! A long weekend to play Metroid 3 on the Wii!
Actually I have made some useful progress, converting nearly all of my packages over to git, even starting an Alioth project for the OpenSC suite of packages. Help is welcome! I should also pump out some updated packages where need be, and I should try to give Iceweasel some love, as it needs it badly.
Link | Leave a comment | Add to Memories | Tell a Friend
git'ing it on
Jul. 15th, 2007 | 12:02 am
A hot topic this past DebConf7 was git. I've bought into the hype, so I decided to take the plunge and move my Subversion repositories to it. A lot of people seem to be willing to part with their history when making the move, but I'm some what irrationally attached to it.
Most of my Debian packages are in one big SVN repo, which used to be one big CVS repo (I used cvs2svn to move). So I decided to pull apart each source package into its own git repository. I started with git svn clone like so:
And this gives a git repo that can track an SVN repo. But I want to go all the way, no turning back. So I made a little script to clean up this repo called
This will output a bunch of git commands that will make this a more "gitified" repo. I make no guarantees this will work, you should probably hand check your history with
One thing I miss from
Most of my Debian packages are in one big SVN repo, which used to be one big CVS repo (I used cvs2svn to move). So I decided to pull apart each source package into its own git repository. I started with git svn clone like so:
$ git svn clone -A authors --trunk=trunk/libclass-makemethods-perl \ --branches=branches/libclass-makemethods-perl/upstream \ --tags=tags/libclass-makemethods-perl --no-metadata \ file:///home/svn/debian libclass-makemethods-perl
And this gives a git repo that can track an SVN repo. But I want to go all the way, no turning back. So I made a little script to clean up this repo called
clean-git-svn:#!/bin/sh -e tags=`git branch -r | egrep 'tags/[^@]+$'` echo "$tags" | perl -ne \ 'chomp($_); my $head = $_; s,\s+tags,debian,g; print "git tag $_ $head^\n"' for i in $tags ; do echo "git branch -r -d $i"; done upstream_tags=`git branch -r | egrep ' +[0-9][^@]+$'` echo "$upstream_tags" | perl -ne \ 'chomp($_); s,\s+,,g; print "git tag upstream/$_ $_^\n"' for i in $upstream_tags ; do echo "git branch -r -d $i"; done echo "git branch upstream current" echo "git branch -r -d current" echo "git branch -r -d trunk"
This will output a bunch of git commands that will make this a more "gitified" repo. I make no guarantees this will work, you should probably hand check your history with
gitk to make sure this won't screw anything up. If your the part you're converting also came up from CVS, you'll probably have a bit of a mess on your hands that will need more manual cleanup. gitk is really an amazing visualization tool and can help a lot here. Once you're satisfied just pipe it into /bin/sh. Since git svn mostly can't track where you merged in your SVN repo, make sure you merge the upstream branch into master as soon as you can. It will save you a lot of conflicts later, trust me.One thing I miss from
svn is svn export. Does an equivalent command exist in git? You would think there would be an option you could pass to git clone to do this but I can't seem to find anything.Link | Leave a comment {5} | Add to Memories | Tell a Friend
Random
Jun. 29th, 2007 | 11:06 pm
One thing I'm really missing is Montréal in the summer time. Particularly the Fantasia Festival, where I would usually take in twenty-odd movies over a couple of weeks and I've been going for years. It was great. New York doesn't seem to have anything that compares, except maybe The New York Asian Film Festival. But that seems quite a bit smaller and more focused. I'll still check out it out though.
It's been nearly 7 months since I've moved here and time has really flown. Work has consumed most of my life and it's been amazing, but I'm starting to feel like it's lacking in certain areas. I've barely seen most of Manhattan and it's really not that big. I need to make sure I get the balance right.
DebConf 7 was fantastic, doubly so since I got to share it. My BoF was not that popular (which is what I expected) but people were interested and audience participation was high, so I was pleased. I sort of divided my time between the conference and being a tourist, so I hope no one felt like I was ignoring them. Edinburgh was an amazing city, really very beautiful. It felt good to be connected with this place (my mother was born in Perth, not too far away). Simon, Martin and Kai, you guys rock!
Speaking of DebConf, I should have cornered Keith for some troubleshooting. I bought a spiffy new desktop recently with a 965G chipset and plugged in an SDVO card and tried to get dual monitor set up going. After much Googling I found that Xrandr is apparently the new cool way to configure this, but information is pretty scarce. I can't seem to get them to both work at the same time. There could be problems because they have different resolutions (one is a 22" wide screen and one is a regular 19"). The lack of information about this is slightly frustrating and tells me either no one is trying this or no one else is having problems. Neither is good :)
It's been nearly 7 months since I've moved here and time has really flown. Work has consumed most of my life and it's been amazing, but I'm starting to feel like it's lacking in certain areas. I've barely seen most of Manhattan and it's really not that big. I need to make sure I get the balance right.
DebConf 7 was fantastic, doubly so since I got to share it. My BoF was not that popular (which is what I expected) but people were interested and audience participation was high, so I was pleased. I sort of divided my time between the conference and being a tourist, so I hope no one felt like I was ignoring them. Edinburgh was an amazing city, really very beautiful. It felt good to be connected with this place (my mother was born in Perth, not too far away). Simon, Martin and Kai, you guys rock!
Speaking of DebConf, I should have cornered Keith for some troubleshooting. I bought a spiffy new desktop recently with a 965G chipset and plugged in an SDVO card and tried to get dual monitor set up going. After much Googling I found that Xrandr is apparently the new cool way to configure this, but information is pretty scarce. I can't seem to get them to both work at the same time. There could be problems because they have different resolutions (one is a 22" wide screen and one is a regular 19"). The lack of information about this is slightly frustrating and tells me either no one is trying this or no one else is having problems. Neither is good :)
Link | Leave a comment {6} | Add to Memories | Tell a Friend
New Debian Slogan
Jun. 2nd, 2007 | 06:29 pm
"Hey, at least we don't have Emacs' release cycle"
Link | Leave a comment {2} | Add to Memories | Tell a Friend
Late to the distributed party
May. 29th, 2007 | 02:48 am
Two blog posts in one day!
Distributed revision control systems are all the rage these days and I think the time has come to adopt one. I've always thought they were a good idea, but Subversion worked well and suited my needs well enough. I was also somewhat put off by the number of choices and didn't want to switch to something that would turn out to be a dud. But now there seem to be two main contenders, Git and Mecurial. I think Linus' recent talk on git also helped rekindle my interest.
Despite Linus' protestations of greatness, I was thinking of using Mercurial since it seems to fit better with my Subversion centric view of the world and it appears that Mozilla is going to move to it from CVS. I already have a few CVS and Subversion repositories for various things and I would like to keep that history. So I fired up Tailor and started converting a mail archive I have in an svn repo. The repo is only 1.5G, but Tailor was slow. Surprisingly slow. It then failed right near the end of the conversion. I'm also not sure exactly how much history Tailor is preserving. Does it deal with things like file moves properly?
Disheartened, I took a look at git instead. It seemed to have a tool called git-svnimport that sounded very promising. I ran it against the same svn repo and it proceeded to consume all the memory on my system and cause it to thrash like mad. My machine became so unresponsive that I had to log in remotely to kill the import.
So in the end, dear lazyweb, what tools should one use to convert a Subversion repository to Mercurial and/or Git?
Distributed revision control systems are all the rage these days and I think the time has come to adopt one. I've always thought they were a good idea, but Subversion worked well and suited my needs well enough. I was also somewhat put off by the number of choices and didn't want to switch to something that would turn out to be a dud. But now there seem to be two main contenders, Git and Mecurial. I think Linus' recent talk on git also helped rekindle my interest.
Despite Linus' protestations of greatness, I was thinking of using Mercurial since it seems to fit better with my Subversion centric view of the world and it appears that Mozilla is going to move to it from CVS. I already have a few CVS and Subversion repositories for various things and I would like to keep that history. So I fired up Tailor and started converting a mail archive I have in an svn repo. The repo is only 1.5G, but Tailor was slow. Surprisingly slow. It then failed right near the end of the conversion. I'm also not sure exactly how much history Tailor is preserving. Does it deal with things like file moves properly?
Disheartened, I took a look at git instead. It seemed to have a tool called git-svnimport that sounded very promising. I ran it against the same svn repo and it proceeded to consume all the memory on my system and cause it to thrash like mad. My machine became so unresponsive that I had to log in remotely to kill the import.
So in the end, dear lazyweb, what tools should one use to convert a Subversion repository to Mercurial and/or Git?
Link | Leave a comment {9} | Add to Memories | Tell a Friend
The Ghost of Browser Past
May. 28th, 2007 | 06:35 pm
Even though Iceweasel has been a reality since November, it seems that there is still some backlash about the rename. Thanks very much to Andrew for jumping to my defense (and also for organizing dinner the last time I was in Mountain View, it was a fun evening). Nothing he said was fundamentally incorrect, but it doesn't paint the full picture.
Once upon a time (somewhere around Firefox 0.9) we happily shipped the fox hugging the globe icon. Then it was pointed out the copyright license on that piece of artwork wasn't DFSG free (and probably wouldn't be free under any reasonable free software or even open content license), so we removed it and used the plain globe icon they shipped in the tarball instead. Eventually the Mozilla Foundation asked us to remove mozilla- from the package name (it was mozilla-firefox at the time) which we did, and the issue of the icon and trademark came up. After explaining why we couldn't ship the icon they gave us permission to continue to use the name. They said they would periodically check up to make sure we weren't shipping crap that would harm the brand. This seemed a fairly good compromise and we accepted.
This situation persisted for a year or so, in both Debian and Ubuntu, but then the Mozilla Corporation (who was now in possession of the trademarks) insisted we couldn't use the name without the non-free logo. They also wanted to approve any changes made before they were uploaded. They are certainly within their rights to do this, but to hear Mr. Fowler tell it we were on a crusade to purge the name from the distro. We were not, we were content with the status quo. I also must take exception with Mr. Fowler stating: "They've persisted, despite the best efforts of the Mozilla project team to engage with the Debian packagers to resolve the situation." I think from the discussion we were trying our best to reach some sort of compromise and the Mozilla side seemed firmly entrenched in their position, not offering us a lot of alternatives. The non-free nature of the logo and the unprecedented "control-freak" review process didn't leave us with a lot of alternatives.
Ubuntu does ship the officially branded version of the Firefox, but they have a weaker set of freedom guidelines than Debian. Whether you think that is good or bad is personal choice, but one of the reasons I like Debian so much is its commitment to free software, even if that means not everything is as easy or expedient as one would like.
With respect to the new name and icon, this is again a matter of personal taste. I do tend to think "Iceweasel" doesn't have that much sex appeal but it was a popular choice and had the benefit of having already been used to refer to a potential name fork of Firefox. And BTW this is really only a name fork, the amount of changes we've actually put in to the tree (beyond renaming ones) are minimal. In fact the last time it was checked, our patches were a strict subset of the patches Ubuntu uses in their Firefox package. So Iceweasel is in fact functionally identical to Firefox with what I like to think are some minor improvements from upstream.
As to your other points, I will admit to being poorly-socialized, but I think most who have met me wouldn't call me self-obsessed, egotistical or a moron.
I think Debian is developing a bit of a bias against it where we're assumed to be a bunch of crazy Free software nuts, and the presumption is anytime we act against the grain we're the ones being unreasonable despite any evidence to the contrary. I don't know how we can fight this perception, but I think we should.
Once upon a time (somewhere around Firefox 0.9) we happily shipped the fox hugging the globe icon. Then it was pointed out the copyright license on that piece of artwork wasn't DFSG free (and probably wouldn't be free under any reasonable free software or even open content license), so we removed it and used the plain globe icon they shipped in the tarball instead. Eventually the Mozilla Foundation asked us to remove mozilla- from the package name (it was mozilla-firefox at the time) which we did, and the issue of the icon and trademark came up. After explaining why we couldn't ship the icon they gave us permission to continue to use the name. They said they would periodically check up to make sure we weren't shipping crap that would harm the brand. This seemed a fairly good compromise and we accepted.
This situation persisted for a year or so, in both Debian and Ubuntu, but then the Mozilla Corporation (who was now in possession of the trademarks) insisted we couldn't use the name without the non-free logo. They also wanted to approve any changes made before they were uploaded. They are certainly within their rights to do this, but to hear Mr. Fowler tell it we were on a crusade to purge the name from the distro. We were not, we were content with the status quo. I also must take exception with Mr. Fowler stating: "They've persisted, despite the best efforts of the Mozilla project team to engage with the Debian packagers to resolve the situation." I think from the discussion we were trying our best to reach some sort of compromise and the Mozilla side seemed firmly entrenched in their position, not offering us a lot of alternatives. The non-free nature of the logo and the unprecedented "control-freak" review process didn't leave us with a lot of alternatives.
Ubuntu does ship the officially branded version of the Firefox, but they have a weaker set of freedom guidelines than Debian. Whether you think that is good or bad is personal choice, but one of the reasons I like Debian so much is its commitment to free software, even if that means not everything is as easy or expedient as one would like.
With respect to the new name and icon, this is again a matter of personal taste. I do tend to think "Iceweasel" doesn't have that much sex appeal but it was a popular choice and had the benefit of having already been used to refer to a potential name fork of Firefox. And BTW this is really only a name fork, the amount of changes we've actually put in to the tree (beyond renaming ones) are minimal. In fact the last time it was checked, our patches were a strict subset of the patches Ubuntu uses in their Firefox package. So Iceweasel is in fact functionally identical to Firefox with what I like to think are some minor improvements from upstream.
As to your other points, I will admit to being poorly-socialized, but I think most who have met me wouldn't call me self-obsessed, egotistical or a moron.
I think Debian is developing a bit of a bias against it where we're assumed to be a bunch of crazy Free software nuts, and the presumption is anytime we act against the grain we're the ones being unreasonable despite any evidence to the contrary. I don't know how we can fight this perception, but I think we should.
Link | Leave a comment {6} | Add to Memories | Tell a Friend
Joey, come to DebConf
May. 1st, 2007 | 11:05 pm
Joey Hess writes that he may not attend DebConf this year because he canceled his talk and he believes this doesn't entitle him to sponsorship. I must beg to differ. Joey's contributions to Debian are numerous and ongoing, and his knowledge and general levelheadedness about Debian are legendary. I realize that in the post Dunc Tank era people are leery of creating the perception of rewarding someone monetarily, but with no disrespect intended just having him there to contribute and ask questions of would be more valuable than some of the talks (certainly more than the BoF I'm giving :P).
I have no idea if Joey's interpretation of the situation is correct, but if it is and his sponsorship will be cut I'd implore the DebConf sponsorship folks to reconsider.
I have no idea if Joey's interpretation of the situation is correct, but if it is and his sponsorship will be cut I'd implore the DebConf sponsorship folks to reconsider.
Link | Leave a comment {1} | Add to Memories | Tell a Friend
I for one welcome our new French overlord...
Apr. 16th, 2007 | 12:54 am
location: Mountain View, California
I upgraded my mailserver, etc box to etch. It was fairly painless, a few tweaks to do here and there. I'm looking forward to newer version of things like Spamassassin. I'm also booked for my trip to Edinburgh, I'm really looking forward to that, since I've never been there and it's where my mother was born (well not Edinburgh, but Scotland).
I was looking forward to going to the New York etch release party, but I had to come out to Mountain View earlier this week. Luckily I think I will get to attend a BAD meeting this week. Being part of Debian sure is cool these days.
I was looking forward to going to the New York etch release party, but I had to come out to Mountain View earlier this week. Luckily I think I will get to attend a BAD meeting this week. Being part of Debian sure is cool these days.
Link | Leave a comment | Add to Memories | Tell a Friend
Wiiiiiiiiii!
Apr. 4th, 2007 | 12:06 am
So I hauled my ass to the Nintendo World Store in Rockefeller Center a couple of weeks ago to get myself a Nintendo Wii. I can see what all the fuss is about, the controls are just so amazing, it's really a much more fun and comfortable experience. I've also spent way to much time playing The Legend of Zelda: Twilight Princess. I have lost much sleep because of that game. I also bowled a 245 in Wii Bowling, which is so much better than I would bowl in real bowling it's not funny.
I'm starting to get antsy for the release. I'm scared to touch my packages now, which is no fun. I also want the shiny new software that will pour into unstable after the release is done.
I'm starting to get antsy for the release. I'm scared to touch my packages now, which is no fun. I also want the shiny new software that will pour into unstable after the release is done.
Link | Leave a comment {3} | Add to Memories | Tell a Friend
Breaking the Silence
Dec. 26th, 2006 | 12:21 am
So it's been a while since I have actually posted something. The last few weeks has just been full of new stuff and changes. Google is a challenging but very enjoyable place to work. I found a pretty nice place to live in Brooklyn that only costs an arm every month, rather than an arm and a leg. I'll be moving this week, but I'm still trying to find a good gym with squash courts and an active squash ladder (and hopefully not ridiculously expensive) and a good place to continue my 日本語 classes.
I was in Montréal for the holidays, which was nice, but so brief. Nice to see the family and the cats though. I also briefly saw my friends, and also Olivier who I haven't seen for a year. I'm hoping they will come visit me. Wish I could hang with them for New Year's Eve, they're renting a cottage and the whole deal. I'll pretty much need to be in New York, hopefully I will find a fun place to go.
My Debian work has been suffering a fair amount the last month. I sent a good deal of my time off getting Iceweasel into better shape and I've uploaded the result, but I need someone (hopefully Mike) to sign it and get it in the archive, since I'm away from my key.
I was in Montréal for the holidays, which was nice, but so brief. Nice to see the family and the cats though. I also briefly saw my friends, and also Olivier who I haven't seen for a year. I'm hoping they will come visit me. Wish I could hang with them for New Year's Eve, they're renting a cottage and the whole deal. I'll pretty much need to be in New York, hopefully I will find a fun place to go.
My Debian work has been suffering a fair amount the last month. I sent a good deal of my time off getting Iceweasel into better shape and I've uploaded the result, but I need someone (hopefully Mike) to sign it and get it in the archive, since I'm away from my key.
Link | Leave a comment {7} | Add to Memories | Tell a Friend
So I missed one...
Nov. 21st, 2006 | 06:58 pm
Erich, give me a break man :) There are definitely still some branding issues left, I'm working on them.
The reason Ubuntu, Red Hat, etc can use the icon is that they've struck deals with Mozilla Corporation to include the trademark, where they submit there patches back upstream for quality assurance or what have you. Even if we came to a similar bargain, the logo has a non-free copyright license, so it isn't going into main.
The reason Ubuntu, Red Hat, etc can use the icon is that they've struck deals with Mozilla Corporation to include the trademark, where they submit there patches back upstream for quality assurance or what have you. Even if we came to a similar bargain, the logo has a non-free copyright license, so it isn't going into main.
Link | Leave a comment | Add to Memories | Tell a Friend
Iceweasel released from its cage
Nov. 20th, 2006 | 12:07 pm
Iceweasel has hit incoming after spending only 90 minutes in the NEW queue (I think one of the ftp-masters must have a crush on me). Please test, test, test, especially upgrades from sarge. There are still a few branding issues to sort out, but I'll try to get them fixed over the next couple of days. Should we go with one of these icons? I particularly like the weasel humping the globe.
Link | Leave a comment {31} | Add to Memories | Tell a Friend
A Big AOL to Mike Hommey
Oct. 31st, 2006 | 01:49 am
Dude, I could not agree with you more.
However, you seem unwilling to take Ubuntu to task over it's decision to use the trademarks. It's not clear to me under what circumstances you can even use the icon, since the
However, you seem unwilling to take Ubuntu to task over it's decision to use the trademarks. It's not clear to me under what circumstances you can even use the icon, since the
copyright file doesn't list what the copying conditions are, in fact it doesn't mention the logo graphic copyrights at all. I think this is a big loss for distributions everywhere. While this would appear to be expedient and make users happy, but it creates more work for the derivers of Ubuntu and it also makes it harder for Ubuntu to derive from Debian. It also sends the message that this sort of thing is alright, that we should just accept upstreams doing this.Link | Leave a comment | Add to Memories | Tell a Friend
Bright Lights, Beef Jerky
Oct. 26th, 2006 | 01:54 am
So since
mricon already spilled the beans, I'm moving to New York City at the end of November. Having never really been to NYC (I drove through it once), this is more than a little crazy. But it's a great opportunity and I've never lived anywhere but Montréal, so it should be a bit of an adventure. Pretty scary too.
I'm hoping my new job won't completely kill my free time and my ability to work on Debian, but I'm guessing it will for a couple of months. Apologies to everyone for not having gotten Iceweasel packages together yet, but between wisdom teeth being pulled and "real life" and my co-maintainer taking a sabbatical, it's been tough to make progress.
I'm also looking for replacements for me here in Montréal, both at work and at home. If you're in the city and have some good Linux SysAdmin experience or want to share a nice apartment with a couple of LJers drop me a line.
I'm hoping my new job won't completely kill my free time and my ability to work on Debian, but I'm guessing it will for a couple of months. Apologies to everyone for not having gotten Iceweasel packages together yet, but between wisdom teeth being pulled and "real life" and my co-maintainer taking a sabbatical, it's been tough to make progress.
I'm also looking for replacements for me here in Montréal, both at work and at home. If you're in the city and have some good Linux SysAdmin experience or want to share a nice apartment with a couple of LJers drop me a line.
Link | Leave a comment {9} | Add to Memories | Tell a Friend
Iceweasel it is
Oct. 10th, 2006 | 11:04 pm
There's been an amazing amount of press and blogging about the whole Firefox trademark issue. Some of it very positive and with a good grasp of the crux of the problem. Some of it not so positive. I hope you can forgive me using my blog to ask a question but: Ian, where did I go wrong? What could I have done to salvage the situation? I'm certainly not pleased with having to do this but I didn't really see a whole lot of other options.
It was also nice to see Linux.com do a more in depth analysis of the issue. I'm glad to see Larry Rosen seemingly agreeing with me that they could have a free copyright license and a more restrictive trademark license, as I had proposed many times. They did manage to misquote me a little though. "annoyingly bureaucratic and is completely unprecedented in the Free Software community" was said in reference to Mozilla's requirement for patches to be vetted, not the discussion about the trademark.
It was also nice to see Linux.com do a more in depth analysis of the issue. I'm glad to see Larry Rosen seemingly agreeing with me that they could have a free copyright license and a more restrictive trademark license, as I had proposed many times. They did manage to misquote me a little though. "annoyingly bureaucratic and is completely unprecedented in the Free Software community" was said in reference to Mozilla's requirement for patches to be vetted, not the discussion about the trademark.
Link | Leave a comment {10} | Add to Memories | Tell a Friend
Finally something fun to vote for
Sep. 21st, 2006 | 11:35 pm
With all the GR fever going on right now, I thought I would join the fray. I've upgraded to a paid LJ account so I could post a poll. So I've picked what I think are the best suggestions for Firefox's new name from my previous blog entry. Please pick your favorite:
Poll #827142
Open to: All, results viewable to: All
Vote early, vote often!
Note: I reserve the right to pass the results through my Diebold voting machine to "correct" the outcome if necessary.
Poll #827142
Open to: All, results viewable to: All
What should Firefox's new name be?
View Answers
Firekitten![]()
![]()
8 (9.5%)
Firesocks![]()
![]()
8 (9.5%)
Freefox![]()
![]()
16 (19.0%)
Firebrand![]()
![]()
2 (2.4%)
Iceweasel![]()
![]()
43 (51.2%)
Waterwolf![]()
![]()
0 (0.0%)
Spitfire![]()
![]()
4 (4.8%)
Plasmafox![]()
![]()
3 (3.6%)
Vote early, vote often!
Note: I reserve the right to pass the results through my Diebold voting machine to "correct" the outcome if necessary.
Link | Leave a comment {41} | Add to Memories | Tell a Friend
Boy, am I sick of renaming this thing
Sep. 20th, 2006 | 02:02 am
Phoenix, that was a cool name. Damn you PhoenixBIOS. Firebird was good, and who needs another database anyway? Mozilla Firefox is a cute name, with a cute logo. A logo we can't use. Oh wait, we can't use the name either?
So the Mozilla Corporation has asked us to stop using the name "Firefox" in our version of Firefox, unless we use the fox on a globe logo. We can't use the logo because its copyright license is not free. Even if somehow we could do this, they want to vet every patch we apply before we release a package called Firefox containing it.
This puts us in a very difficult position. If there is no traction on the Mozilla side and Debian stands firm on the freeness of non-program files, I don't really see anyway around having to rename Firefox. So what should this new name be? Preferably something clever, nice sounding and not trademarked. I'd like it to be something other distributions can use if they're so inclined. And while Iceweasel is cute, and I enjoy the parody, I'm not sure it has enough sex appeal. Suggestions welcome.
So the Mozilla Corporation has asked us to stop using the name "Firefox" in our version of Firefox, unless we use the fox on a globe logo. We can't use the logo because its copyright license is not free. Even if somehow we could do this, they want to vet every patch we apply before we release a package called Firefox containing it.
This puts us in a very difficult position. If there is no traction on the Mozilla side and Debian stands firm on the freeness of non-program files, I don't really see anyway around having to rename Firefox. So what should this new name be? Preferably something clever, nice sounding and not trademarked. I'd like it to be something other distributions can use if they're so inclined. And while Iceweasel is cute, and I enjoy the parody, I'm not sure it has enough sex appeal. Suggestions welcome.
Link | Leave a comment {277} | Add to Memories | Tell a Friend
mozilla-firefox_1.0.4-2sarge11: Fix for Google Maps Regression
Sep. 2nd, 2006 | 07:06 pm
New mozilla-firefox packages to fix JavaScript regressions (#385452 and #385248) that caused 1.0.4-2sarge10 to crash when using Google Maps.
Please test these packages so they can swiftly be added to the security archive.
Please test these packages so they can swiftly be added to the security archive.
