2008.06.25



Pensare i limiti come uno spessore e non come un tratto.
— Gilles Clément - Manifesto del Terzo paesaggio (Sulla rappresentazione e i limiti)

Tasks

Schedule

Diary

Wednesday, June 25, 2008
————————
Erlend Loe e la bicicletta al Ragnarock Nordic Festival 2008 : 2008.06.20#1 (PianetaCiclico)

Thursday, June 26, 2008
————————
Erlend Loe e la bicicletta al Ragnarock Nordic Festival 2008 : 2008.06.20#1 (PianetaCiclico)
Giornata mondiale sulle droghe : 2008.06.23#3 (1) (index)
Verso una dorsale verde Nord Milano : MilanoAgricola#22 (MilanoAgricola)

Friday, June 27, 2008
———————
domenica 29 c'é "l'improvviso" alla Ciclofficina Unza! Nord Niguarda


Notes

#4

B0B

From: SchiZo
To: critical mass italia <cm-crew@inventati.org>

mi sono imbattuto in un blog japonese dove compariva l'annotazione

No parking bicycles

http://www.kirainet.com/english/no-parking-bicycles/

e con un pò di nostalgia ho pensato a Bici 0 Barbarie, la vecchia gloriosa sezione del vecchio sito

BiciOBarbarie

Non solo inquinamento, non solo incidenti, l'inciviltà
automobilistica porta alla conquista dello spazio urbano anche la
sua segnaletica, relegando la bici alla marginalità e
all'insopportazione. Il rifiuto di concedere spazi a piste ciclabili
(incompatibili spesso con i posteggi legalizzati o meno) si
concretizza anche in altre forme: segnali assurdi, divieti
irragionevoli, come se il diritto a posteggiare la bici fosse
criminale mentre le auto in seconda fila, sulle piste ciclabili,
fossero diritti inalienabili dell'homo carrozzatus vulgaris.

...

Una sezione per documentare, quindi, e per riflettere, una sezione
aperta ai vostri contributi fotografici, una sezione per ribadire
ancora una volta che gli spazi da cui veniamo esclusi noi ce li
verremo a riprendere tutti.

In massa.

La sola che conosciamo:

la Massa Critica.

http://www.inventati.org/criticalmass/wiki/doku.php?id=bob:biciobarbarie

#3

National Geographic's WEEK IN PHOTOS: Naked Cyclists !!!

[free moustache handlebar rides]

Critical Mass ciclonudista tra le foto della settimana su National Geographic

Naked cyclists came out in droves on Saturday, pedaling through central Madrid as part of the World Naked Bike Ride.

news.nationalgeographic

#2

Mani - Festa - Ação ! Tod@s contra o G8 !

[NoBlogs.org][cmi_poa]

EM PORTO ALEGRE JUNTE-SE A NÓS:

  • 7deJULHO///SEGUNDA-FEIRA///18H+++BICICLETADA CONTRA O G8! +++CONCENTRAÇÃO: LARGO ZUMBI DOS PALMARES traga sua bicicleta, ou qualquer outro veiculo não motorizado, faixas, apitos... vamos lembrar que o trânsito somos todxs nós!

mani-festa-a-o-tod-s-contra-o-g8

#1

Bike Gearing v0.2

Here is the next (and probably last) version of the emacs bicycle gearing program. It now provides a choice of plain text table output, or LaTeX source output. The LaTeX option produces a nice compact document which you can take with you on your bike if you're really into it.

Comments, improvements, and bug reports are always most welcome:

  bnew...@alum.mit.edu
  See you on the road!


  ;;; bike.el
  ;
  ; version 0.2 05-July-1999
  ;
  ; Calculate bicycle gearing. Yes, there are a million of these programs
  ; around, but none for emacs. This one is bare bones and just gives you
  ; an ugly tabular output in the buffer "Gear Inches". There is an
  ; advantage to this. You can go to this buffer, then evaluate
  ;
  ; (calc-grab-rectangle (goto-char (point-min)) (goto-char point-max))
  ;
  ; to drop the output into an Emacs Calculator array, after which you can do
  ; all the postprocessing you ever dreamed about, including plotting.
  ; The same data file can be used, with some processing, for your
  ; favorite plotting program such as Gnuplot.
  ;
  ; LaTeX output is now an option. It is an either/or proposition, either
  ; the ugly but useful text table or LaTeX source. LaTeX output more or
  ; less assumes you have the auctex package installed, or at least
  ; something that gives you a LaTeX mode (lacking which, this program
  ; will fail unless you comment out the (latex-mode) line down below).
  ;
  ; Usage of this program is really self-explanatory. It should be byte-
  ; compiled and loaded prior to invoking with M-x bike-gears. The only
  ; weirdness is that output of chainwheel and cassette calculations are
  ; in the opposite order from the input order.
  ;
  ; Ideas, fixes, and bug reports are welcome at
  ;
  ; bnew...@alum.mit.edu

http://groups.google.com/group/gnu.emacs.sources/msg/be090a314e658130