Recently in links Category

Wikimedia Hates Art

| No Comments | No TrackBacks
http://identi.ca/tag/wikimediahatesartI have a lot of respect for the Wikimedia Foundation, everyone I've met from it have been great people and I use their software and projects daily. I was proud to take part in the Wikipedia Loves Art event earlier this year. But as an artist I am disappointed and offended by Wikimedia's treatment of a contemporary art project.Whatever lawyers who charge for each letter they send out on your behalf may tell you, and whatever your opinion of contemporary art, there are strong precedents in the US supporting free speech under the first amendment for artists who use trademarks. To demand that artists transfer resources to a trademark holder or face legal action is therefore not just a chilling effect on free speech but legally shaky.The EFF, to their credit, point this out here -http://www.eff.org/deeplinks/2009/04/wikipedia-threatens-And details on an artwork and lawsuit that provide an important precedent can be found here -http://www.barbieinablender.org/Wikimedia's response has been to disparage the concerns of the artists and the EFF -http://lists.wikimedia.org/pipermail/foundation-l/2009-April/051505.htmlOther web sites have picked up on this, and are supporting the artists -http://newsgrist.typepad.com/underbelly/2009/04/wikipedia-threatens-artists-for-fair-use.htmlhttp://freeculturenews.com/2009/04/23/wikipedia-accuses-web-site-of-trademark-violation/The problem with Wikimedia's over-reaching application of their trademark to the material detrement of artists is a chilling effect on freedom of speech. Wikimedia owe the artists and the EFF an apology. This behaviour really is beneath such an excellent organization.

Script to Convert rms-essays to Plucker Format

| No Comments | No TrackBacks
#!/bin/bash# Copyright 2009 Rob Myers <rob@robmyers.org># Licenced under the GPL 3 or, at your option, any later version.# Produce a Plucker version of Free Software, Free Society# Some texinfo errors not fixed# Convert eps images to GIFsconvert images/clib.eps images/clib.gifconvert images/code.eps images/code.gifconvert images/flex.eps images/flex.gifconvert images/free_software_song.eps images/free_software_song.gifconvert images/headMain.eps images/headMain.gifconvert images/party.eps images/party.gifconvert images/richard.eps images/richard.gifconvert images/philosophical-gnu.eps images/philosophical-gnu.gif# Fix texinfo problemsperl -pe 's/@heading\{(.*)\}/@heading $1/' -i fs_for_freedom.texi perl -pe 's/^\\input texinfo_times.tex//' \    -i rms-essays.texiecho "\@ifnottex@alias unnumberedfootnote = footnote@end ifnottex@ifnottex@macro sp1@sp 1@end macro@end ifnottex@include rms-essays.texi" > rms-essays-html.texi# Convert to pluckermakeinfo --html --no-headers --no-split --force -o rms-essays.html \    rms-essays-html.texiperl -pe 's/^(<a href="#.+)$/$1<br \/>/' \    -i rms-essays.htmlplucker-build --zlib-compression --stayonhost --bpp=1 --maxwidth=320 -p . \    -f rms-essays -N "Free Software,Free Society" file://`pwd`/rms-essays.html

FLOSS Manuals To Plucker

| No Comments | 1 TrackBack
#!/bin/bash# Copyright 2009 Rob Myers # Licenced under the GPL version 3 or, at your option, any later version.if [ "$1" == "" ]; then   echo "Please enter name of manual directory on server (e.g. FlossManuals)."   echo "You can find this by going to the printable version of the manual."   exit 1;fiplucker-build --zlib-compression --stayonhost --bpp=8 -p . \  -f $1 --staybelow=http://en.flossmanuals.net/floss/pub/$1/ \  http://en.flossmanuals.net/$1/print

links for 2007-11-21

| No Comments | No TrackBacks

links for 2007-11-18

| No Comments | No TrackBacks

links for 2007-11-16

| No Comments | No TrackBacks

links for 2007-11-15

| No Comments | No TrackBacks

links for 2007-11-11

| No Comments | No TrackBacks

links for 2007-11-10

| No Comments | No TrackBacks

links for 2007-11-08

| No Comments | No TrackBacks
  • "This Halloween, the BFI marks the 50th anniversary of Hammer Horror by re-releasing a new restoration of the studio's most celebrated film, Dracula, starring Christopher Lee in his first ever outing as the vampire Count. " Nowhere near me though :-(
FURNY: More Mature Escapades in Hi-fi

About this Archive

This page is an archive of recent entries in the links category.

Howto is the previous category.

Notebook is the next category.

Find recent content on the main index or look in the archives to find all content.

Pages

OpenID accepted here Learn more about OpenID
Creative Commons License
This blog is licensed under a Creative Commons License.
Powered by Movable Type 4.23-en