Monday, October 26, 2009

ElmCity project

hace bastant tiempo (como 5 años?) se me ocurrió la idea de que debería haber en internet un agregador de "eventos en tu zona", porque los que trabajamos en casa, tenemos grandes necesidades de enterarnos de lo que ocurre en nuestra ciudad para poder participar en actividades sociales (sociales en el sentido de conocer gente de verdad, no de "redes sociales"). Más o menos la función que hace la Guia de Butxaca o la Guia del Ocio en Barcelona. Pero on-line. sería fantástico.

pues bien, existen diferentes portales que lo hacen, pero claro para poder hacerse ricos intentan "quedarse con todo el mercado", y no permiten exportar o importar los eventos programados en sus páginas a otras páginas de eventos.

Por ejemplo imaginad que una página pudiera publicar un "feed" de eventos, al estilo RSS o ATOM, i que tu tuvieras un agregador de eventos, y te registraras como suscriptor de eventos de los temas que más te gusten (por ejemplo, todos los eventos relacionados con web 2.0 en barcelona, todos los eventos relacionados con programación, todos los eventos relacionados con cata de vinos, etc etc).

Tener una página personalizada donde agregas todas las fuentes de eventos que te interesan seria magnífico.

Pues esto (me parece que) no es posible porque Upcoming.com, Eventful.com y los que sean, prefieren que los "eventos" no sean "sindicables"... muy mal, porque incluso hay un estándard del IETF para sindicar eventos (se llama iCal y es heredero de vCal).

pues un ingeniero de Microsoft ha decidido realizar esta visión... y lo mejor: con las "Best Tool for the Work", es decir, utiliza Python, Azure, C#, Del.icio.us y otras herramientas.

el proyecto se llama elmcity (http://elmcity.cloudapp.net/) y puedes añadirte como "curator" para tu "agregador de eventos". Yo ahora mismo me he puesto como "curator" de barcelona. Entonces tu publicas los "eventos" en del.icio.us, y elmcity los pilla, los agrega con otros relacionados, y genera un feed iCal para que tus amigos puedan suscribirse a los eventos de la zona con iCal (compatible con Google Calendar).

mola, no ??

Friday, January 9, 2009

finanzas

estoy leyendo el artículo de Martin Varsavsky sobre Madoff en el huffington post, y dice que Piedrahita tenía a 2 Phd's investigando el fondo de inversiones de Madoff y que no hallaron nada irregular porque les dieron información fraudulenta.

Esto de las auditorías y las investigaciones sobre cómo funciona una empresa, desde siempre me ha causado bastante intriga, es decir, por ejemplo: cómo un registrador de la propiedad te asegura que una casa no tiene gravámenes ? pues va a los registros oficiales, y si allí no pone nada es que no los tiene. Cómo un auditor te asegura que una empresa cumple algunos requisitos ? pues te lo asegura "bastante", es decir, ellos van a la empresa y le dicen al jefe "Danos estos papeles y estos datos" y el jefe se los da, entonces los auditores te aseguran que "siempre y cuando el jefe nos diera los papeles correctos, esta empresa cumple tales requisitos", cuanto más "física" es la auditoría más auditable es: si hay que hacer un recuento de activos y la empresa vende camiones, van los auditores a la empresa, cuentan los camiones que hay y luego multiplican y esos son los activos, pero si la empresa vende software, entonces tienen que ir al jefe y pedirle los datos ( y igual piden acceso a las máquinas y miran unos cuantos logs del apache). Y si la empresa es un fondo de inversión, entonces es que por muy Phd's que sean los auditores, es un puro cachonde: van al jefe y le piden los excel que demuestra que todo funciona, y el jefe le pasa los excel... Un puto excel ! si me quereis auditar ahora mismo os paso unos excel q he hecho que demuestran que soy cojonudo. Claro, supongo que pueden llamar al banco y confirmar si la empresa auditada tiene XXmil euros en tal y cual cuenta, o a ver si los resultados publicados de una de las empresas participadas por el fondo realmente está teniendo beneficios... pero no dejan de ser todo excel's !! no hay nadie que vaya a contar camiones... la verdad me fiaría mas de un FP contando camiones que de 2 PHd's leyendo Excel's.

total que no entiendo mucho como el Piedrahita ese dice "Oh, no ! esque teniamos a 2 Phd's comprobando que los datos eran ciertos, por eso nos sorprende tanto que Madoff nos haya timado Cincuenta-Mil-Millones-De-Dólares (CMMdD)" moraleja: no le dejes a nadie CMMdD a no ser que hayas contado por lo menos medio millón de camiones contantes y sonantes.

Monday, November 3, 2008

children-proof world

I'm in a hotel in London. I have some back-sore so I went to reception and asked for some Aspirin or Ibuprofen: "We dont have any because we dont give the guests because they could be alergical or something. Its hotel policy". Fuck policies: I'm asking for an aspirin (not Ketamine or some Opioid), I have a fuc*in back sore I can't sleep.
This is something I find weird in England: Policy Policy Policy.

let's try to relax and sleep a little... maybe some mantras will help.

good night and long live policies !

Saturday, August 23, 2008

Sex and the olympic city

"Sex and the Olympic city"... how much I'd love to have been there !
;)

http://www.timesonline.co.uk/tol/sport/olympics/article4582421.ece

Wednesday, August 20, 2008

Amazingness tech

This is one of those developments/technologies that really amaze me, and make me sad I can't live 200 years just to see how technology evolves. Take a look at the video... and think, how great would it be to fill in a form with: "How many lines of code had all the project in whose Elias Baixas worked and were not related to SIP?" and Tachán ! have the result right away !!! imagine the potential

http://mqlx.com/~david/parallax/

enjoy !

Wednesday, July 2, 2008

Loving aquamacs

Hi ! 8 months ago I was looking for the definitive text editor since I had just bought my new Macbook Pro... it was an intense research: I've always used Vim fluently (although not many plugins), Emacs quite a bit, and then I bought TextMate... it was nice but all my experience and pooled knowledge on Emacs would go through the sink.
But then I discovered Aquamacs Emacs... I must tell: It is excellent.

I was afraid it would be one of those marginal projects that start and only get some love once a year or so, but I was wrong: they've released two new versions (1.3 and 1.4) since I started using it, each new version Much better than the previous one.

Now I've been programming Rails, and I missed that feature of footnotes plugin that let you directly open some file that has thrown an exception by clicking on an txmt:// link on the page.

Ive been trying to create an emacsclient URL protocol handler with python and registering it to the operating system so that eny emc:// URL would be opened by EmacsCLlient (and thus AquamacsEmacs) but this way has been quite painful and at last I've found a much simpler solution:

create this AppleScript:
property eclient : "/opt/local/bin/emacsclient -n "
property eclientexec : "/opt/local/bin/emacsclient -e \"(goto-line "
property eopen : "/usr/bin/open -a /Applications/Aquamacs\\ Emacs.app "
(* copied from http://lists.apple.com/archives/applescript-users/2005/jun/msg00785.html *)
to split(needle, haystack)
set oTIDs to the text item delimiters
set the text item delimiters to needle
set hay to (text items of haystack)
set the text item delimiters to oTIDs
return hay
end split
(*set t to "I really like pie"
set commentString to item 1 of split({""}, t))
returns "I really like pie" *)

on open location this_URL
set the my_URL to text 7 thru -1 of this_URL
set the my_FILE to item 1 of split({"&"}, my_URL)
set the my_LINE to item 2 of split({"="}, my_URL)
do shell script eclient & my_FILE
do shell script eclientexec & my_LINE & ")\""
(*display dialog my_FILE*)
end open location


compile it and make an application, then on firefox you just click on an emc:// link and it asks you what application to use, go and find your recently created appplescript App, and Tachan !!

I use 3, but I think it should work on 2, if it doesn't you'll need to register a protocol handler on your Mac for emc:// URLS, that is done by adding this:
(this should be XML but I've seen that blogger removes the xml tags, so indentation stands for the XML tags, quoted strings are the element contents, but when you create the XML you should *remove the quotes* !)
array
dict
key
"CFBundleURLName"
/key
string
"EmacsClient URL"/
/string
key
"CFBundleURLSchemes"
/key
array
string
"emc"
/string
/array
/dict
/array

to the Info.plist

Then on the footnotes Rails plugin, change vendor/plugin/footnotes/init.rb

Footnotes::Filter.prefix ||= 'txmt://' if RUBY_PLATFORM.include?('darwin')

to be

Footnotes::Filter.prefix ||= 'emc://' if RUBY_PLATFORM.include?('darwin')


that should be all !

please if you've read this and found it interesting, leave a commend saying Yes ! !
so I will consider to continue posting my little mac-emacs-ruby-whatever tweaks or not..

elias

Thursday, June 19, 2008

interface de pagina web

esta pagina web es acojonante, super cyberpunk, me encanta:

http://kashiwasato.com/

elias

Friday, May 23, 2008

Continuous partial attention and the like

Yesterday I read the last writing from Paul Graham about procrastinating: he's completely nailed it down: distractions used to come from the TV, we banned the TV, but they now come from the internet, which is our work-tool !

Today I just read the one from Giles Bowkett (and TimBray reference), and I've repeatedly read aabout people's fascination with reddit/slashdot/hackernews... I used to be subscribed to slashdot but I finally got to quit (like w/ tabacco).

Now my only time-sink is my reader.google.com... oh god how much time it takes !! I sometimes feel like the Little Prince when he had to prune his baobabs... every day he had to get-up early in the morning and execute this ever-lasting routine of prunning the baobabs, and if one day he forgot, more work he would have for the next day.

That's how I sometimes feel about reader.google.com, I have to go at least once a day to "prune" my feed-reader !! It's like if someone wanted to feed me with lots of info against my will !! so I have to go everyday to prune the info so that I don't drown in it if there accumulates too much.

It used to happen this same thing with gmail, but at some point I decided there was nothing wrong with having N unread messages in my inbox, so now I have my gmail with 2811 unread messages and nothing happens, I just feel allright... I don't prune the baobabs anymore, I just let them grow...
so I think I should do the same with reader... nothing happens if you start to let the unread items grow !!!

but anyway, I would really appreciate if google added a "Pause feed" feature to reader.google.com so that I could pause some feeds... Its *not* the same as unsbuscribing, because in reader.google.com I created my database of interesting news feeds, and some of them I maybe want to unsubscribe *temporarily* just to avoid information overheads ! so I use googlereader as a Bookmark or database of interesting news feeds that I always want to have searchable, but I want them to be temporarily paused, wouldn't that be useful ? to me yes.

de gimnastas solidarios a calistenistas autosuficientes

Acabo de dejar Gimnastas Solidarios, por fin ! después de un año en el programa "Apadrina un gimnasio", mi gimnasio ya se ha independizado !! me alegro mucho por él, ahora podrá hacer su camino sin mi ayuda ! espero que las cosas le vayan muy bien, al fin y al cabo este intenso año de relación nos ha unido bastante ! (aunque no lo suficiente).

Hace exactamente un año me apunté al gimnasio de la barceloneta, creo que era mayo o junio del 2007, en todo este año he ido 2 veces al gimnasio y una a karate !! y pago 33 euros al mes !! bueno, esto de apadrinar gimnasios ya sabeis que es duro, pero merece la pena ! cuando ves a tu gimnasio crecer, independizarse de ti e iniciar su propia andadura... es emocionante !

tengo que decir que me siento libre, libre de gimnasio y de recibos de gimnasio.

Quiero agradecer la ayuda de la ONG Gimnastas Solidarios que me asesoró siempre perfectamente en todo el complicado proceso de apadrinar un gimnasio, y en concreto a Soledad Gómez de Apadrina un Gimnasio por su ayuda y atención en los momentos más difíciles del apadrinamiento.

Ahora he iniciado una nueva aventura con Calistenistas Sin Fronteras. Después de haber visto las películas 300 y "Into the wild" (o Rutas Salvajes, en spanish) me interesé por el mundo de los calistenics, que aunque tengan este nombre tan guay, no son más que los mismos ejercicios que haces en el gimnasio, pero *sin máquinas*, es decir, que vayas donde vayas, estés donde estés, hagas lo que hagas siempre podrás hacer Calisthenics !!!

Basicamente calisthenics es hacer cualquier ejercicio en el que la resistencia la ofrezca el peso de tu propio cuerpo. Esto tiene varias ventajas: no necesitas pesas, y nunca te vas a inchar como un globo, porque tus músculos estarán hecho a la medida de tu cuerpo, el ideal de belleza griego!
Los típicos abdominales, flexioines, pull-ups... son calisthenics, pero hay más !

"Calisthenics originated in ancient Greece. It is mentioned as a Persian scouts' report on Spartan warriors before the Battle of Thermopylae, who misinterprets calisthenics as a sign of weakness."

Es decir que los Espartanos estaban tan cuadraos porque siempre que se aburrian se ponían a hacer Calisthenics.

Que me venga el Xerxes ese a tocar los conejos después de hacer mis tablas de Calisthenics, ya verá ya !!

Y el Cristopher McCandless de Into The Wild, también se pasaba el día haciendo calisthenics, y para los que no lo sepais, yo quiero ser un Cristopher McCandless !! (pero sin comer bayas de las malas, eh !)

best regards,

Elias

Friday, May 16, 2008

jajaj

http://www.thebestpageintheuniverse.net/c.cgi?u=irule2

Tuesday, April 1, 2008

first meta-circular person

my first comic-blogging a-la xkcd


Friday, January 11, 2008

Elias, I think this is the beginning of a beautiful program

Today I started slime and it said something like "this could be the start of a beautiful program" and it remembered me the famous Casablanca phrase:
"louis i think this is the beginning of a beautiful friendship", so I made this little emacs startup greeting:

(defun startup-echo-area-message ()
(format "%s, I think this is the beginning of a beautiful program" (getenv "USER")))

just for fun.

on the other hand, I'm developing an emacs library to retrieve problems from projecteuler.com directly to an emacs buffer, so whenever I'm bored, I can try to resolve those little beautiful mathematical problems in Emacs.

its almos ready, I'll tell you.

elias

Tuesday, December 11, 2007

economy in general

hi !

I've recently seen these 2 videos on video.google.com:

Zeitgeist The Movie:

http://video.google.com/videoplay?docid=5547481422995115331

and

Money as Debt:
http://video.google.com/videoplay?docid=-9050474362583451279

both quite interesting (though maybe not as scientific accurate and prove-bearing as exptected..)

those lead me to this interesting article on wikipedia:

http://en.wikipedia.org/wiki/Seigniorage

"The revenue derived from issuing currency" from a goverment or private company as the FED.



I recently bought George Soros's Open Society, which I'm really eager to start reading... what might a pure-economist understand by "Open Society", as opposed to what a geek like me does understand ?

lets see !

I'll try to report about this in an upcoming post.

Wednesday, December 5, 2007

web 2.0 bubble song

can't help but blogging it ;)

Thursday, November 29, 2007

artículo interesante "programming collective intelligence"

http://www.oreillynet.com/pub/a/network/2007/11/14/an-interview-with-toby-segaran.html

este tío dice:

"what's still lacking is something which finds information online for me that I will find interesting; I know there are a number of attempts to solve this problem and I've tried many of them but nothing has retained my attention so far."

éste, lo que necesita es un agregador de RSS 'inteligente' como el mio, que sugiera posts basándose en la probabilidad condicionada de Bayes de que te guste un post basándose en los que has dicho q te gustaban.

bueno, lo del bayes lo he metido a la fuerza para hacerme el interesante, pero + o - cuela, no ?

elias