viernes, 28 de diciembre de 2012

Linea A: Cerrada por Negocios




Punteo de temas relativos a la línea A
  • Cualquier cuestión relativa a la seguridad del sistema y equipos rodantes actualmente en servicio, puede ser resuelta recurriendo al recurso humano de SBASE y de la propia Metrovías que sabe qué hay que hacer, solo que nadie se los ordena ó, según el caso, los provee de los insumos y servicios.
  • La alimentación, el señalamiento y las vías de la línea A han sido reconstruidas integralmente en los últimos 12 años preparándose para la adaptación final bajo nueva tecnología y coches compatibles a 1.500 Volts corrientes continua como en las otras líneas C, D, E y H.

jueves, 27 de diciembre de 2012

La línea A de subtes, como cualquier pueblo del País







Tal un parafraseo de Brecht, ahora golpean en las puertas de las gentes que jamás se preocuparon del retiro de trenes de los pueblos lejanos.



Es una aberración social, técnica, política, histórica, jurídica el que UN SERVICIO PÚBLICO sea suspendido "para ver qué hay que hacer", tal lo que se entiende del mensaje "entre 15 días y dos meses" que el propio Gobierno de la Ciudad Autónoma de Buenos Aires anunciara.



Por décadas, los subtes de Buenos Aires cambiaron tecnología, señalamiento, electrificaciones y demás SIN INTERRUMPIR un solo día el servicio. Apenas, unas horas a la noche y, a veces, ni eso.


martes, 20 de noviembre de 2012

Reflexiones de un dia de paro



De un COMPROMETIDO técnico ferroviario:

Y en realidad el disparador de este mensaje no es el paro en si sino una anécdota que le tocó vivir ayer a mi vieja.
Destaco que este mensaje va a mucha, muchísima gente que en gran parte no se conoce entre si, pero aunque parezca mentira son personas que si están relacionadas. Por? y bueno, a medida que lean se darán cuenta.

miércoles, 7 de noviembre de 2012

EL FERROCARRIL NO ES LO IMPORTANTE

EL FERROCARRIL NO ES LO IMPORTANTE 


Lo interesante de este título, es que va a captar la atención de unos por alegre coincidencia y a otros por irritación profunda. Allí está el punto: Todos lo leerán (Supongo). Especialmente, espero que lean estas líneas los decisores y "dibujadores" de lo territorial; los que delinean el futuro de las ciudades y la conectividad fronteras adentro. 

sábado, 17 de marzo de 2012

U8 - A platform for social development with Smalltalk

Finally U8 has arrived! I have been working on U8 with Elvio Fernandez, Miguel Isasmendi, Matias Castilla and Alejandro Reimondo since september 2011. During that days Ale presented to Smalltalking the S8 platform and decided that is going to have a MIT licence. He offer to Smalltalking to promote the use of Object Technology through S8. Sure we had the option to put S8 in Gitub and wait, but we decided to follow this rule of 100-point project  and we began to think about U8. 


What is U8?
-a platform to DO social working on Smalltalk
-Smalltalking support - 10 years of bakground guarantees the platform is going to alive next 10 years :)
-a microdonation system that promote real work on the platform, a way to support your work, not just a platform for fun, that system we call Brownies system 
-A way to publish your code and already run on the web!
-Forks to do derivate work 
-Save image in real time on the web!



So... What is S8?
There is a lot of topics to talk about..., the topic of most interest to me is to explain what we are doing with S8. A breaf description of our regional point of view about OT and Smalltalk, and our proposal of a modern formulation of development using Smalltalk. The S8 platform was implemented to let us(smalltalkers) be responsible of our execution environments (as it was in the early days of smalltalk).

That impose a change of attitude and the formulation/idea must be supported by tools and evidence/experience of others in the same field. As a demostration on how we can do that with S8, I can mention the platforms we have implemented for using the U8 service (designed to make worldwide social development with smalltalk http://u8.smalltalking.net ), for example How to load Panoramio Templates framework dynamically and render photographs in a page or a wrapper to Google QR Code API (click on ShowIt to view the contribution). Also U8 support works outside a WebBrowser, for example for Desktop or Android devices (see FFI support or demo app using PhoneGap for Android )

How S8 started?
On January,2011 Alejandro Reimondo started a new platform to run his smalltalk frameworks efficiently on top of a modern,  robust and mantained VM.
The VM is implemented in C++, run in multiple platforms,  generate eficient machine code, do not use bytecodes,  is mantained and developed by Google, and a wide  community of users writing enhancements and adaptions.

He called the platform S8; it is a smalltalk running on top  of V8 the Google's javascript VM.
The platform is open and let us extend/adapt the VM  to your needs and support full smalltalks semantics.

In mid-june,2011 Ale released a Proof of Concept version of  the S8 platform to show his sponsors that it is possible  to run efficiently smalltalk on top of that VM with API  calls and other interesting features to make easy the  migration of systems from other smalltalk dialects.


This way to run smalltalk in a three layer architecture, give  the smalltalker more visibility of the execution machinery  (most primitives are written in smalltalk and/or javascript;  a few services are implemented as VM addition/enhancements).


S8 Arquitecture 

All the layers of the architecture are object oriented and  open source; so it is easy to modify at any level  to build/migrate apps to any target.

He also migrate frameworks (and applications)  written with VSE years back as demostration of applications  that run as windows desktop app (32bits), command line 64bits,  embedded in web browser, and running in Android devices  (with transparent integration with native java,  at Android's SDK level).

How to start using U8/S8?
Go to http://u8.smalltalking.net/ and Start Coding!

Have fun!
Leo