Calendar of FLOSS Events in GA

I've started maintaining a calendar of events and volunteer opportunities around GA involving linux and other free software. I'm currently subscribed to the ALE, CHUGALUG, LUG@GT, GA State's Students for Open Source, GA Ubuntu LoCo, Atlanta “Pragmatic” Linux Meetup Group, and Free IT Athens mailing lists. I'm also subscribed to the LCLUE, MGALUG, SAVLUG, ATLOSUG, and OSSAtlanta rss feeds. Please leave a comment if you know of other places I should monitor for events or have an event you want publicized. Here are links to the calendar html, xml, and ical formats.

This calendar is not a comprehensive list of Free IT Athens events, for that visit freeitathens.org

LibX for Firefox 3

The LibX Firefox extension for the University of Georgia is now available for Firefox 3. You can install it from here.

UGA Proxy Bookmarklet

Along with my recent Ubuntu upgrade came the Firefox 3 beta, but LibX has not released a version of their extension that works with Firefox 3 yet. If you're like me, all links lead to JSTOR, and you're really missing the ease with which LibX allowed you to reload a page through your institution's proxy. Luckily, this is as easy as adding a bookmark to firefox with the following as the location. If you're not at UGA, you should replace the text inside the quotation marks with the URL of the proxy you use.

javascript:void(location.href="http://proxy-remote.galib.uga.edu:2048/login?url="+location.href);

Now if only del.icio.us would update their extension.

Change filetypes cached by Apt-Cacher

I've been learning how to use debian-installer's preseed functionality in order to automate some of the installations we do at Free IT Athens. Among other things, I wanted to set it to use apt-cacher, our caching proxy server for software, and to install some additional packages, including msttcorefonts. Msttcorefonts downloads each font as an exe file, which isn't in apt-cacher's whitelist of filetypes to accept. If you try, you'll receive a 403 error and the message Sorry, not allowed to fetch that type of file. Since apt-cacher is written in perl, this was an easy fix; I modified line 646 to read

 if ($filename =~ /(\.deb|\.rpm|\.dsc|\.tar\.gz|\.diff\.gz|\.udeb|\.exe)$/) {

LibX for UGA

I created a version of the LibX Firefox extension for the University of Georgia. It provides nice browser integration with the catalog (Voyager), OpenURL resolver (SFX), and proxy (EZ Proxy). You can install it from here.

· 2008/02/08 01:04 · Brian Pitts · 0 Comments

DokuWiki HTTPClient Fix

For a while now, I had an annoying error every time I created a new page in DokuWiki.

Warning: Invalid argument supplied for foreach() in inc/HTTPClient.php on line 427 Warning: Cannot modify header information - headers already sent by (output started at inc/HTTPClient.php:427) in inc/actions.php on line 296

The problem may have been caused by the blog plugin. The fix is to cast $data to an array in line 427 of HTTPCLient.php like so

foreach((array) $data as $key ⇒ $val){

Tags:

Macworld Rails Presentation Uploaded

I've uploaded to pdf and latex source from my Macworld presentation about deploying Ruby on Rails here.

Virtual Citizenship Symposium

2078533561_73dafa7184.jpg

I dropped in on the Virtual Citizenship | New Technologies Symposium at Wayne State on Friday via Second Life. This was my first time signing on to Second Life since 2003. The linux client crashed hard at first, but it worked well after I disabled all OpenGL extensions. Since the video link was one way and very few people attended virtually, I didn't see any benefit to Second Life over standard streaming video.

The conference itself was fascinating. I particularly enjoyed Fred Stutzman and Vernor Vinge's talks. Kevin Deegan-Kraus liveblogged the event. Videos should be available on the event website soon.

Facebook is still tracking you

The news is in that Facebook is tweaking how their Beacon system works. Beacon is a tool a website can use to associate your actions on those sites to Facebook. There is a great post covering the technical details at Radiant Core. When you do something that triggers the Beacon (buying a table on overstock.com, for example), the information about what you did is sent to Facebook. Next, a popup appears and asks if you want to publish this information in your Facebook news feed. In the old system, if you didn't select no an item would appear in your news feed. Publishing was opt-out. Under the new system, you must approve each item. Publishing is now opt-in. However, the information is sent to Facebook regardless. This isn't the first time Facebook has silently collected information on its users from third-parties; they used to mine college newspapers and AOL Instant Messenger away messages. The relevant section from Facebook's privacy policy is Facebook may also collect information about you from other sources, such as newspapers, blogs, instant messaging services, and other users of the Facebook service through the operation of the service (e.g., photo tags) in order to provide you with more useful information and a more personalized experience. Facebook may be just sitting on this data, but I think it's more likely that they're feeding into into their algorithm for targeting advertising.

From my perspective, the current change is an important but insufficient improvement. Two more things need to happen.

  1. All websites using Beacon should make it an opt-in feature.
  1. Facebook should create a page where you can control the sites from which it accepts and stores Beacon information about you. It should discard any information from sites that you don't authorize.

For now, if you don't want Facebook collecting this information about you, log out before visiting any websites that use the Beacon.

EDIT: Facebook has stated that when Beacon activity occurs on a third-party site, if you elect not to show it they won't store it.

Buying A Dell Without Windows

A recent discussion on the Atlanta Linux Enthusiasts mailing list has highlighted that it's not easy to find the systems that Dell sells without Windows. Here are all the desktop and notebook options of which I'm aware.

I've had one of the Inspiron 1420 notebooks sold with Ubuntu since August and am a satisfied customer. If you're looking for a new laptop, Dell is a good deal.

Older entries >>

blog.txt · Last modified: 2007/09/27 01:01 by brian
Recent changes · Show pagesource · Login