Ahora que diputados votó la creación de la tan mentada Universidad Tecnológica en el Interior, se ha armado un revuelo de prensa importante. En principio estoy de acuerdo y me parece bien la actitud de los legisladores. De todas formas de momento es un proyecto hueco, del cual no se sabe donde va a estar la sede, que carreras va a dictar y ni siquiera hay acuerdo en el tipo de autonomía que va a tener.
Por otro lado, la Universidad de la República está realizando un esfuerzo enorme y sobre todo concreto, por llevar la educación al interior, a una escala nunca vista en Uruguay. Se está invirtiendo como nunca en dinero, pero también en tiempo y voluntad (humana y política).
Desde hace un par de años, este programa de la UdelaR está dando sus frutos, se han creado carreras técnicas y superiores (al menos dos ingenierías), y me animo a decir que crecen a un ritmo de un par por años.
Se están radicando investigadores reconocidos a nivel local y mundial en el interior, y un gran número de docentes de alta dedicación.
Esto es lo que yo le llamaría impacto concreto, por contraposición a la cáscara que acaba de crear el gobierno.
Hay un ejemplo muy interesante e ilustrativo: el tecnólogo en informática en Paysandú. Es una carrear técnica en informática, que cae justo dentro de los límites de lo que haría esta nueva Universidad. Está dictada en conjunto entre UTU y UdelarR.
El 10 de diciembre se va a recibir el segundo grupo de estudiantes. Esto es algo totalmente revolucionario para la realidad de Paysandú, donde el desarrollo de tecnología es totalmente inexistente.
Yo me pregunto: Cuando va a producir algún efecto descentralizador está nueva y revolucionaria Universidad?
Estaría muy bien si la cobertura de prensa fuera proporcional al impacto significativo de las acciones en la realidad del interior, y no a un juego político en el parlamento.
Research, development and education on Signal and Image Processing, Biomedical Engineering. Programming and unix hackery.
jueves, noviembre 29, 2012
miércoles, julio 18, 2012
Install prezi desktop on linux ubuntu 12.04
Prezi is a nice tool to make presentations. However, its desktop application is required to draw your prezis offline. The installation of this tool relies on Adobe Air, which has been discontinued for linux.
However you can still use an older version with some minor tweaks.
However you can still use an older version with some minor tweaks.
- Get adobe Air, latest linux version is 2.6. I got it from Adobe Air's archive: http://helpx.adobe.com/air/kb/archived-air-sdk-version.html
- As Adobe Air is an old application, it won't detect gnome keyring at once: you have to make some symbolic links:
- sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0 /usr/lib/libgnome-keyring.so.0
- sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0.2.0 /usr/lib/libgnome-keyring.so.0.2.0
- Info for more platforms is here: http://www.linuxnoveles.com/2012/instalar-adobe-flash-reader-air-en-ubuntu-12-04-pangolin/
- Install Adobe Air with root permissions
- The prezi installer from their web page won't work, so you have to download the .air file. i got mine from here: http://cdn01.prezi.com/prezi/desktop/PreziDesktop_3.042.air. More information here: http://prezi.com/learn/prezi-desktop/
- Finally install Prezi desktop: sudo Adobe\ AIR\ Application\ Installer /home/juan/Descargas/PreziDesktop_3.042.air (absolute path of .air file required)
sábado, junio 02, 2012
jueves, mayo 31, 2012
BBC's human planet
Amazing photos and their history told by the photographer:http://www.bbc.co.uk/news/world-12618167
martes, febrero 21, 2012
miércoles, febrero 15, 2012
Line segment and circular arc detection in C
Recently I've been recommended the algorithm from etemadi's work [1] for line and circular arc detection. The nice and surprising thing was to found a C implementation available which still works (was written in 1993).
I've made some minor corrections to the code to make it compile in a 64 bit platform. You can find the corrected version here: ORT-2.3 accesible from anonymous SVN.
I've tested it on mac osx lion with the following compiler:
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
Enjoy!
[1] "Robust segmentation of edge data". Etemadi, A. , International Conference on Image Processing and its Applications. 1992. link
I've made some minor corrections to the code to make it compile in a 64 bit platform. You can find the corrected version here: ORT-2.3 accesible from anonymous SVN.
I've tested it on mac osx lion with the following compiler:
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
Enjoy!
[1] "Robust segmentation of edge data". Etemadi, A. , International Conference on Image Processing and its Applications. 1992. link
Suscribirse a:
Entradas (Atom)