FlaPer87 - import freedom; print everything

  • galería de imagenes
  • presentaciones
  • proyectos
  • copyright
  • contacto
  • acerca de...
Home

Google Adsense

Navigation

  • Recent posts

User login

  • Request new password

Debian

Las penas de un usuario linux en *dos

Submitted by flaper87 on Mon, 09/29/2008 - 04:15.

Sí!! Es ciertro, no se si llamarlo desgracia o simplemente una conspiración divina contra mi, pero lamentablemente en mi actual trabajo tengo que usar Windows... Las razones son simples, la empresa desarrolla un software que solo funciona con windows, lo comico es que es "Web 2.0" ( así dicen ) =S.

En fin, Gracias a dios tengo un trabajo.... por ende dejaré de quejarme y les mostraré algunas de las cosas que he hecho para ahogar mis penas y que mejor manera de hacer si no es haciendo que se parezca a mi amado pinguino (al menos por fuera)....

Le instalé el tema Clearlooks para Windows y unos iconos al estilo Tango...

Lo triste es cuando comienzo a hundir teclas como loco acostumbrado a mi awesome3 o peor aún cuando abro 10000 ventanas al mismo tiempo y me tengo que ir a tomar un cafe mientras todo carga XD..... En fin, como dije mejor dejo de quejarme, ya que por lo menos tengo un trabajo y bueno XD

La shell ni intento buscarla

Para Planeta Linux:
Se que no es un tema específicamente de linux y espero que entiendan mi desesperación. Estoy intentando ayudar a otros en mi misma situación para que puedan ahogar sus penas sin alcohol XD

Acá las fotos:

linux like windows

linux like windows

linux like windows

  • ArchLinux
  • Debian
  • Español
  • GNU/Linux
  • flaper87's blog
  • 4 comments

Y seguimos avanzando, MouseTrap ya esta en svn.gnome.org

Submitted by flaper87 on Sat, 08/30/2008 - 13:36.

Quería anunciar que desde ayer MouseTrap se encuentra en los repositorios svn de gnome.

Después de 2 días de haber solicitado mi cuenta svn de gnome recibí el correo de confirmación e inmediatamente hice el cambio. El nuevo svn es: http://svn.gnome.org/svn/mousetrap/trunk y se puede encontrar mas información en http://live.gnome.org/MouseTrap

También sigo manteniendo el trac original http://mousetrap.flaper87.org/trac/ el cual contiene los tickets, roadmaps, timelines y wiki de mousetrap.

Las fuentes pueden ser vistas desde el viewvc de gnome http://svn.gnome.org/viewvc/mousetrap/ y desde el trac http://mousetrap.flaper87.org/trac/browser. Ambos se encuentran actualizados (en el trac hay un mirror del svn de gnome).

Bueno espero que la noticia los emocione tanto como a mi.

Suerte a todos!!

  • a11y-es
  • Anuncios
  • ArchLinux
  • Debian
  • Español
  • GNU/Linux
  • mouseTrap
  • Subversion
  • Ubuntu
  • flaper87's blog
  • 2 comments

mouseTrap 0.2 release

Submitted by flaper87 on Tue, 07/15/2008 - 08:21.

Hi all!!

Yes! It's true, I'm releasing the mouseTrap version 0.2 so it can be downloaded by anyone.

What offers mouseTrap version 0.2:

* Complete control of the mouse pointer via webcam.

* Mouse Movements

* Mouse Clicks events ( left, double, drag/drop, middle, right... Scroll Up/Down coming in the coming revisions )

* Compatibility with other Assistive technologies ( MouseTweaks, GOK)

* Multi Desktop Manager application ( Tested with: Gnome, E17 and OpenBox W.M )

* Complete Documentation for developers ( using --enable-pydoc and --enable-doxygen for building it )

* more......

The Code:

It is written in python using OpenCV library, and can be browsed from:

http://mousetrap.flaper87.org/trac/

Or downloaded using the subversion repository:


svn checkout http://svn.flaper87.org/mousetrap mousetrap

Installation:

MouseTrap uses the autotools for the installation process, so it is as easy as doing:


$ ./autogen.sh && make

AS ROOT:

# make install

Suggestions:

Read the README file :D

Coming on future versions:

* Eye tracking

* More Stability

* Different clicking methods.

* mouseTrap Art ( Icons, Images ) ( Any help needed!! )

Well, I really hope you like it and I'll be waiting for your feedback ( please write me to: flaper87 [at] flaper87 [dot] org )

Thanks all

  • a11y-es
  • Accessibility
  • Anuncios
  • ArchLinux
  • control
  • Debian
  • English
  • Enlightenment
  • GNU/Linux
  • mouse
  • mouseTrap
  • mouseTrap
  • opencv
  • Ubuntu
  • webcam
  • Add new comment

mouseTrap First mouth click

Submitted by flaper87 on Mon, 06/09/2008 - 05:17.

Well Here's a short video showing the first mouseTrap mouth Click.

I hope you like it.

Acá les dejo un pequeño vídeo con el primer click ejecutado con mouseTrap.

Espero que les guste.

URL: http://www.youtube.com/watch?v=jfNRS1oSb34


  • a11y-es
  • Anuncios
  • ArchLinux
  • click
  • Debian
  • English
  • first
  • GNU/Linux
  • mouseTrap
  • mouseTrap
  • opencv
  • pointer
  • Python
  • Ubuntu
  • webcam
  • 4 comments

Goosh - Unofficial Google Shell

Submitted by flaper87 on Tue, 06/03/2008 - 07:18.

Saludos!!

Quisiera compartir una de las tantas cosas que se descubren en #archlinux-es, posiblemente muchos ya la conozcan pero yo no :P

Goosh, es una shell no oficial de google que nos permite ejecutar la mayoria de las acciones que normalmente llevamos a cabo con St. Google pero a través de una shell al estilo unix.

No los entretengo mas, acá les dejo el link: http://goosh.org/

Saludos

  • ArchLinux
  • busquedas
  • curiosidades
  • Debian
  • GNU/Linux
  • google
  • shell
  • Ubuntu
  • unix
  • Web
  • Web
  • 1 comment

mouseTrap: An accessible Control of the mouse via Web Cam

Submitted by flaper87 on Wed, 05/21/2008 - 08:22.

mouseTrap: This is the name of my new application. It is being developed using python and its main and most important function is allow users to control their mouse using a Web Cam and their faces by tracking specific points of the face previously detected. It is also capable to perform clicks and all the mouse options (at least it will). At this moment it is completely capable to perform mouse movements using at-spi's python bindings (pyatspi).

1) History:

mouseTrap started as a simple widgetsTrap (read bellow), while the development advanced new ideas were coming and one of them was the idea of creating an application to move the mouse with the head using a simple and low cost web cam. After doing some research I found OpenCV ( base library of mouseTrap ). After downloading and testing OpenCV I found out that it is capable to do amazing things including face detection. After this I just performed some other tests and apply everything into mouseTrap and so the Web Cam feature became the main function of it.

2) Project Main Goal:

The main goal of the project is to become a completely accessible application for people with movement impairments and so take care of that important part of accessibility that wasn't covered until now. With this, It's possible to expand even more the Assistive Technology and Computer Accessibility and so make the technology accessible for more people.

3) What does mouseTrap use to model the head movement into mouse movement?

It calculates the 2D coordinates variation of the face movement on the Web Cam image and after that it executes the required movements with the pointer. It is a really simple calculation that gives an absolute and flexible control. The required movement is completely customizable by the user through the gtk based GUI.

4) Other Important Features:

  • WidgetsTrap: The widgetsTrap is a time-out focus executer feature that catches all the selectable and focusable widgets of the current window ( Desktop or any other application ) and if the mouse hasn't been moved in the setted time-out the nearest selectable or focusable widget will be focused. A demonstration video can be found here
  • HttpServer: It is a basic httpServer to communicate with mouseTrap using command line ( wget ) or a simple web browser.
  • KeyBindings: Yes Keybindings! The keybindings let the user perform some extra mouseTrap actions like, re-detect points, enable/disable features and so on...
  • Mousebindings: There are also mousebindings for the main or most important actions ( like re-detect points ) so the can be executed using the Web Cam too requiring less movement.
  • Internationalisation: multi language support.

5) Future Features:

  • Eyetraking: This is the most important feature to implement, hopefully in a short future. This will allow the user to move the mouse just with the eyes, just watching the point in the screen where the mouse should be moved.
  • Plugins Interface: a simple interface for plugins implementations.
  • More Features to add soon...

I've recorded a Demo Video where is possible to appreciate how mouseTrap works. [video here]

There is a lot more to write, but i wanted to give a resume.

I hope you like the Video and even better the project.

Best Regards to all.

P.S: SPONSORS, Ideas, Suggestions, Opinions, Helps, DESIGNERS are welcomed so don't think twice and feel free to submit a comment or mail me to: flaper87 at flaper87 dot com    :P

Video on youtube:


Latest videos:

First MouseTrap Click: http://www.youtube.com/watch?v=jfNRS1oSb34

MouseTrap + MouseTweaks: http://www.youtube.com/watch?v=kqaT0YhPpjU

MouseTrap + MouseTweaks using screen mode: http://www.youtube.com/watch?v=O5jPzbCIlOE

  • a11y-es
  • Accessibility
  • Anuncios
  • ArchLinux
  • Debian
  • English
  • handicaps
  • impairments
  • mouse
  • mouseTrap
  • Python
  • Tiflotecnología
  • Ubuntu
  • webcam
  • 15 comments

File Manager + Mount

Submitted by flaper87 on Sat, 05/10/2008 - 06:48.

Si alguna ves se encontraron con que no podían montar un Disco Externo desde el administrador de archivos que solían usar aquí les coloco la solución a ese problema que me funciono. La solución consiste en agregar el usuario al grupo hal y crear una regla en dbus-1 que permita a hal montar los discos, como?... Así:

Para agregar al usuario al grupo hal ejecutamos el siguiente comando como root:

# usermod -a -G hal

Ahora bien aquí viene lo bonito que es modificar el archivo /etc/dbus-1/system.d/hal.conf como root:

Abrimos el archivo con nuestro editor preferido:

# vim /etc/dbus-1/system.d/hal.conf

Y agregamos:

<policy group="82">
<allow send_interface="org.freedesktop.Hal.Device.SystemPowerManagement"></allow>
<allow send_interface="org.freedesktop.Hal.Device.VideoAdapterPM"></allow>
<allow send_interface="org.freedesktop.Hal.Device.LaptopPanel"></allow>
<allow send_interface="org.freedesktop.Hal.Device.Volume"></allow>
<allow send_interface="org.freedesktop.Hal.Device.Volume.Crypto"></allow>
</policy>

Donde 82 corresponde al ID de nuestro grupo hal, para saber el ID de nuestro grupo hal ejecutamos el siguiente comando:

$ cat /etc/group | sed 's/:/\ /g' | awk '{print $1 " --> " $3}' | grep -e '^hal'

Y obtendremos algo como:

hal --> 82

A este punto guardamos el archivo, cerramos la sesión y la volvemos a abrir. Si todo ha salido bien se deberia poder montar los discos desde el Administrador de Archivos.

Espero que les sirva!!

  • ArchLinux
  • Debian
  • discos
  • GNU/Linux
  • hal
  • montar
  • pendrive
  • Add new comment

Totem + YouTube

Submitted by flaper87 on Fri, 05/09/2008 - 05:26.

Resulta que me acabo de enterar que existe un plugin de Totem que permite explorar y ver los videos de youTube, asi que queria compartirlo con ustedes...

El plugin original se puede activar en Editar -> Complementos y marcando la casilla que dice "Examinador de YouTube", también existe una mejora del plugin aqui el cual permite utilizar los nuevos códecs H.264 que ofrecen las personas de youTube los cuales permiten ver los vídeos con máxima calidad.

  • ArchLinux
  • Debian
  • GNU/Linux
  • totem
  • Ubuntu
  • videos
  • youtube
  • 5 comments
  • Read more

Frases Geek Para Enamorar

Submitted by flaper87 on Wed, 05/07/2008 - 07:15.

Acá les dejo unas cuantas frases Geeks que me pasaron, algunas las he modificado para hacerlas mas Linuxeras :P

Frases tomadas de este link

Ahí les dejo...

  • Eres el kernel de mi linux.
  • Eres el html de mi corazon.com.
  • Eres 1024kb para mi megabyte.
  • Tus ojos brillan mas que mi torre de cd´s.
  • Tucorazon.com esta en mi pagina de inicio.
  • Eres el socket de mi CPU.
  • Eres el compilador de mi codigo.
  • El .gif que anima mi vida.
  • Siempre estas en /home/Mi\ Corazón/
  • Te pienso mas que las paginas indexadas por google.
  • Eres como el firefox que me saco del infiero explorer.
  • Eres el enter de mi vida.
  • Si me dejas hago Ctrl+C en mi vida.
  • Cuando te veo mi ciclo de CPU se acelera.
  • Tú tienes la máxima prioridad en mi lista de procesos.
  • Eres el linkador de mis objetos.
  • Tus deseos son signals para mi.
  • Ninguna gráfica podría renderizar al 100% tu perfecta figura.
  • En la cama eres puro overclocking.
  • Sin ti mi vida sería como una web sin CSS.
  • Eres el cargador de mi iPod.
  • Díme cómo te llamas y te agrego a favoritos
  • Eres la primera en Google al buscar mi corazón.
  • Tienes permisos de root en mi vida.
  • Tus palabras tienen el IRQ más bajo para mí.
  • Compiz-Fusion tiene envidia de tu belleza.
  • Juntos somos como un procesador de doble núcleo.
  • Tengo el feed RSS de tus pensamientos.
  • Hiberno cuando no estás a mi lado.
  • Quisiera ser un Pendrive para tus USB.
  • Nuestros corazones sincronizan por Wifi.
  • ArchLinux
  • Debian
  • enamorar
  • Enlightenment
  • frases
  • geeks
  • GNU/Linux
  • Poesias
  • Ubuntu
  • 1 comment

Restaurando los archivos de pkgconfig

Submitted by flaper87 on Wed, 04/02/2008 - 21:51.

No se ni como, ni cuando ni donde (bueno donde si, en /usr/lib/pkgconfig), ni porque razón todos mis archivos .pc que deberían estar en las carpetas de pkconfig (_nada importante realmente_, "notese el tono sarcástico") habian desaparecido. Decidí tomar esto como una de las bellas sorpresas que da Debian Sid y la cual nos permite aprender muchas cosas mas ( que fanatismo :-D ).

El hecho es que de alguna manera tenia que restaurar esos archivos y no me iba a poner a reinstalar paquete por paquete ni mucho menos iba a ponerme a buscar en debian.org que paquete tiene un .pc que debería ir en las carpetas de pkgconfig para luego ver si lo tenia instalado para reinstalarlo, así que combine unos comandos (porque esto no se llama crear un gran comando, los comandos ya existían, lo que hice fue ponerlos juntos) que me permitieran saber que paquetes tengo instalados para luego saber cuales de ellos tienen un bendito archivo .pc y asi poder luego reinstalarlos todos juntos.

El comando es el siguiente:

dpkg -l | awk '{print $2}' |xargs dpkg -L | grep pkgconfig/ | xargs dpkg -S | sed 's/:.*/\ /' | xargs aptitude reinstall

Lo explico:

Con dpkg -l obtenemos una lista de todos los paquetes que tenemos instalados.

Ej:

ii  x11-common         1:7.3+10           X Window System (X.Org) infrastructure
ii  x11-session-utils  7.3+1              X session utilities
ii  x11-utils          7.3+1              X11 utilities
ii  x11-xfs-utils      7.3+1              X font server utilities
ii  x11-xkb-utils      7.3+1              X11 XKB utilities
ii  x11-xserver-utils  7.3+2              X server utilities

Con awk '{print $2}' nos quedamos solo con la columna que tiene los nombres de los paquetes.

Ej:

x11-common
x11-session-utils
x11-utils
x11-xfs-utils
x11-xkb-utils
x11-xserver-utils

Con xargs dpkg -L obtenemos la lista de todos los ficheros de los paquetes de la lista. (En el ejemplo verán archivos de evince).

Ej:

/usr/share/locale/en_CA
/usr/share/locale/en_CA/LC_MESSAGES
/usr/share/locale/en_CA/LC_MESSAGES/evince.mo

Con grep /pkgconfig/ nos quedamos solo con aquellas lineas que contienen el nombre de la carpeta /pkgconfig/ (Los / no tienen nada que ver con regex son simples separadores de carpetas).

Ej:

/usr/lib/pkgconfig/xdamage.pc
/usr/lib/pkgconfig/xdmcp.pc
/usr/lib/pkgconfig/xevie.pc
/usr/lib/pkgconfig/xext.pc
/usr/lib/pkgconfig/xfixes.pc

Con xargs dpkg -S obtenemos nuevamente los nombres de los paquetes pero esta vez solo los que contienen los ficheros de pkgconfig (.pc).

Ej:

x11proto-fonts-dev: /usr/lib/pkgconfig/fontsproto.pc
x11proto-gl-dev: /usr/lib/pkgconfig/glproto.pc
x11proto-input-dev: /usr/lib/pkgconfig/inputproto.pc
x11proto-kb-dev: /usr/lib/pkgconfig/kbproto.pc
x11proto-randr-dev: /usr/lib/pkgconfig/randrproto.pc

Con sed 's/:.*/\ /' nos ponemos exigentes para quedarnos solo con lo que esta antes de los : es decir solo con el nombre del paquete, lo de mas lo reemplazamos con un espacio en blanco.

Ej:

x11proto-resource-dev
x11proto-scrnsaver-dev
x11proto-trap-dev
x11proto-video-dev
x11proto-xcmisc-dev
x11proto-xext-dev

Y por ultimo no nos queda mas que reinstalar todo con xargs aptitude reinstall

Espero les sirva y también espero que nunca lo tengan que usar porque quiere decir que hasta que no lo hagan no podrán compilar sus paquetes :-D.

P.D: Me imagino que existirá una forma mas fácil de hacerlo (no se ni siquiera si existe un único comando que haga todo esto), pero fue divertido...

Saludos

  • comandos
  • Debian
  • GNU/Linux
  • GNU/Linux
  • pkgconfig
  • Add new comment
1234next ›last »
Syndicate content

Search

  • a11y-en
  • a11y-es
  • Anuncios
  • ArchLinux
  • curiosidades
  • Debian
  • Docbook
  • Drupal
  • English
  • Enlightenment
  • Español
  • Eventos
  • GNU/Linux
  • Italiano
  • Latex
  • mouseTrap
  • opencv
  • Poesias
  • Python
  • Reflexiones
  • Subversion
  • Tiflotecnología
  • Ubuntu
  • Uncategorized
  • Web
  • wordpress

Twitter Updates

Twitter Logo

    follow me on Twitter



    • galería de imagenes
    • presentaciones
    • proyectos
    • copyright
    • contacto
    • acerca de...