Recently in links Category

Links Roundup 2010-03-26

| No Comments | No TrackBacks
Miguel de Icaza acknowledges Mono's past problems with patents, but not its current ones -


Theora is not more of a patent threat than h246, Gruber ;-) -


Gruber's Theora journey continues (answers to his questions - because it would be easier to establish the precedent while the MPEG-LA won't face massive retaliation from cross-licensees, and it depends on the text of the licence)  -


An example of "open source" hardware's growing pains. Ideas of "openness", "share-alike" and "the commons" can easily be misleading here: it is only users of hardware who need schematics in order to protect their freedom, the original authors of the schematics neither need nor are owed them, and the freedom of users of simple hardware may not be restricted by the lack of schematics (I don't know) -


The UK GIS industry's largest players are, unsurprisingly, against making Ordinance Survey data free despite the fact that it would be better for the economy than they are-


Synthetic biology meets art, you can apply for a residency in the UK or the US until March 31st 2010. Mutate and take over the artworld! -




Reblog this post [with Zemanta]

Steampunk Primary Sources II

| No Comments | No TrackBacks
More PDFs (and sometimes epubs) of original Victorian and Edwardian books of interest to Steampunks. See part one here, and how these books were found here.

Automata (1893)

http://www.archive.org/details/automataoldandn00unkngoog

Automobiles (1900)

http://www.archive.org/details/horselessvehicle00hiscrich

Babbage On The Difference Engine (1864)

http://books.google.com/books?id=Fa1JAAAAMAAJ

Engineering (1860)

http://books.google.com/books?id=rkkOAAAAYAAJ

Factories (1844)

http://books.google.com/books?id=dXs4AAAAMAAJ

The Jacquard Loom (1895)

http://www.archive.org/details/jacquardweaving00bellgoog

Lovelace On The Difference Engine (1853)

http://www.archive.org/details/scientificmemoir03memo

(also http://www.fourmilab.ch/babbage/sketch.html)

Mechanisms (1868)

http://books.google.com/books?id=vOhIAAAAMAAJ

Shipbuilding (1869)

http://www.archive.org/details/handbookironshi00smitgoog


Wikimedia Hates Art

| No Comments | No TrackBacks
http://identi.ca/tag/wikimediahatesart

I 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.html

Other 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.html

http://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 GIFs

convert images/clib.eps images/clib.gif
convert images/code.eps images/code.gif
convert images/flex.eps images/flex.gif
convert images/free_software_song.eps images/free_software_song.gif
convert images/headMain.eps images/headMain.gif
convert images/party.eps images/party.gif
convert images/richard.eps images/richard.gif
convert images/philosophical-gnu.eps images/philosophical-gnu.gif

# Fix texinfo problems

perl -pe 's/@heading\{(.*)\}/@heading $1/' -i fs_for_freedom.texi

perl -pe 's/^\\input texinfo_times.tex//' \
-i rms-essays.texi

echo "\
@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 plucker

makeinfo --html --no-headers --no-split --force -o rms-essays.html \
rms-essays-html.texi

perl -pe 's/^(<a href="#.+)$/$1<br \/>/' \
-i rms-essays.html

plucker-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;
fi

plucker-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

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
Powered by Movable Type 5.01
Creative Commons License
This blog is licensed under a Creative Commons License.