AA (English): mudanças entre as edições

De Pontão Nós Digitais
Ir para navegaçãoIr para pesquisar
(→‎Server (Web aggregator): nightsc -> pulapirata link)
 
(11 revisões intermediárias por 2 usuários não estão sendo mostradas)
Linha 17: Linha 17:
'''AA is Algorithmic Auto-regulation'''
'''AA is Algorithmic Auto-regulation'''


[[Imagem:A-geral.gif]]
[[Imagem:Lab_Macambira_-_AA.png]]


== Where? ==
== Where? ==


=== Client ===
=== Client ===


Repositorio Principal:  
'''Main Repository:'''
  git clone ssh://USERNAME@labmacambira.git.sourceforge.net/gitroot/labmacambira/aa
  git clone ssh://USERNAME@labmacambira.git.sourceforge.net/gitroot/labmacambira/aa


ou read-only:
Read-only version:
git clone git://labmacambira.git.sourceforge.net/gitroot/labmacambira/aa


git clone git://labmacambira.git.sourceforge.net/gitroot/labmacambira/aa
* See the [[Manual_do_Novato#Start_Hacking|Lab Macambira Newbie Guide]] for ideas on how we actually use AA in [[Lab Macambira]].


* Ver [[Manual_do_Novato#Start_Hacking]]
=== Server (Web aggregator) ===


== Versão WEB ==
There are a number of web-based server-side applications that are basically aggregators of AA logs,
screencasts, and that perform log validation, custom searches and subscriptions,
RSS feeds, and so on.


* Repo atual: https://git.gitorious.org/macambira_aa/
'''Paainel: an AA teamwork activity dashboard similar to iGoogle:'''
* Paainel: versao web turbinada http://labmacambira.git.sourceforge.net/git/gitweb.cgi?p=labmacambira/paainel;a=summary
http://labmacambira.git.sourceforge.net/git/gitweb.cgi?p=labmacambira/paainel;a=summary
* Feeds em tempo real da equipe do lab Macambira:
** Veja ou pAAineal: http://hera.ethymos.com.br:1080/paainel/casca/
** ou a versao PHP http://nightsc.com.br/aa/


Passos para poder fazer push também:
'''Simple PHP log aggregator:'''
https://git.gitorious.org/macambira_aa/


Depois só dar o git clone, git push, git pull, ... No endereço GIT.
'''Actual instances of these servers with the real-time activity of the [[Equipe Lab Macambira|Lab Macambira crew]]'''
  git@gitorious.org:macambira_aa/macambira_aa.git
pAAinel: http://hera.ethymos.com.br:1080/paainel/casca/
PHP: http://pulapirata.com/skills/aa
  PHP: http://nightsc.com.br/aa2/


== Rotina de Uso ==
=== Other Places ===
Videos gerados em sessoes de hackeamento pelo uso do AA: http://vimeo.com/channels/labmacambira
'''Freshmeat/Freecode record for AA''': http://freshmeat.net/projects/algorithmic-autoregulation


Ver [[Manual do Novato]]
'''Ohloh page for AA''': http://www.ohloh.net/p/labmacambira


= Desenvolvimento =
== Using AA ==


As descricoes das versoes podem ser encontradas na pagina do freshmeat: http://freshmeat.net/projects/algorithmic-autoregulation
* See the [http://labmacambira.git.sourceforge.net/git/gitweb.cgi?p=labmacambira/aa;a=blob;f=README;h=de3db05e03e59889226e1327e6876682e9383c07;hb=HEAD README] file for the AA client (git clone the repo).
* The [[Manual do Novato|Newbie's Guide to Lab Macambira]] contains info on how we have used AA in practice.
* The videologs and screencasts generated through our AA sessions can be found  at http://vimeo.com/channels/labmacambira


== Interfaces ==


= Interfaces =
=== Bash ===
The traditional interface for the client AA is through bash. See the README
file.


== PyGTK / [[Application_Indicators]] ==
=== PyGTK / [[Application Indicators]] ===


Versão básica implementada. Está no mesmo repositório do AA.
A simple and useful GUI client frontend was also implemented.
It is in the same repository as AA client. It has a nice GNOME and Unity toolbar
integration (aa indicator) displaying timings about the session.


[http://labmacambira.git.sourceforge.net/git/gitweb.cgi?p=labmacambira/aa;a=blob_plain;f=README_AAPP;hb=HEAD README_AAPP]
[http://labmacambira.git.sourceforge.net/git/gitweb.cgi?p=labmacambira/aa;a=blob_plain;f=README_AAPP;hb=HEAD README_AAPP]


== IRC and other Chat networks ==
=== IRC, Jabber and other IM networks (Chats) ===


* [http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/fabbri/1 blober's proposal].
* [http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/fabbri/1 blober's proposal].


== Twitter ==
=== Twitter ===


Estamos pensando em fazer uma interface twitter para o cliente. Talvez o identi.ca seja mais programavel.
We hope to have a twitter client interface. Perhaps we'll first explore
[http://identi.ca identi.ca], as it is likely to be more programmable. More
details may be in blober's gsoc proposal:
* [http://www.google-melange.com/gsoc/proposal/review/google/gsoc2012/fabbri/1 blober's proposal].




== Ver Tambem ==
== See also ==
Grupo de trabalho: [[GT-AA]]
AA work group at [[Lab Macambira]]: [[GT-AA]]


[[Imagem:Logo-icon.png|right]]
[[Imagem:Logo-icon.png|right]]
[[Category:Lab Macambira]]
[[Category:Lab Macambira]]

Edição atual tal como às 22h19min de 1 de janeiro de 2013

AA is *the* Ambiguous Acronym. AA is Algorithmic Autoregulation. AA is Audivisual Activism. AA is Audiovisual Algorithms.

Logo-icon.png
Aa-server-screenshot-v0.1-200x.png

What?

AA is a system for cooperative work where each team member takes on an egalitarian role. Each member stays voluntarily logged in the system for part of his time (e.g., 2h/day) and microblogs periodical "tweets" about their activity, which are publicly aggregated and are validated by their own peers. Through AA, we have a methodology and an associated system to validate and enable the activities of a collective, and also to finance the expansions of the team's activity and activism efforts. The AA methodology is specially useful for coordinating distributed and decentralized teamwork.

Still not clear? Read a description in the form of an actual IRC dialogue about what is AA.

AA is Algorithmic Auto-regulation

Lab Macambira - AA.png

Where?

Client

Main Repository:

git clone ssh://USERNAME@labmacambira.git.sourceforge.net/gitroot/labmacambira/aa

Read-only version:

git clone git://labmacambira.git.sourceforge.net/gitroot/labmacambira/aa

Server (Web aggregator)

There are a number of web-based server-side applications that are basically aggregators of AA logs, screencasts, and that perform log validation, custom searches and subscriptions, RSS feeds, and so on.

Paainel: an AA teamwork activity dashboard similar to iGoogle:

http://labmacambira.git.sourceforge.net/git/gitweb.cgi?p=labmacambira/paainel;a=summary

Simple PHP log aggregator:

https://git.gitorious.org/macambira_aa/

Actual instances of these servers with the real-time activity of the Lab Macambira crew

pAAinel: http://hera.ethymos.com.br:1080/paainel/casca/
PHP: http://pulapirata.com/skills/aa
PHP: http://nightsc.com.br/aa2/

Other Places

Freshmeat/Freecode record for AA: http://freshmeat.net/projects/algorithmic-autoregulation

Ohloh page for AA: http://www.ohloh.net/p/labmacambira

Using AA

Interfaces

Bash

The traditional interface for the client AA is through bash. See the README file.

PyGTK / Application Indicators

A simple and useful GUI client frontend was also implemented. It is in the same repository as AA client. It has a nice GNOME and Unity toolbar integration (aa indicator) displaying timings about the session.

README_AAPP

IRC, Jabber and other IM networks (Chats)

Twitter

We hope to have a twitter client interface. Perhaps we'll first explore identi.ca, as it is likely to be more programmable. More details may be in blober's gsoc proposal:


See also

AA work group at Lab Macambira: GT-AA

Logo-icon.png