SBB verbannt Suprise Magazin

In der NZZ musste ich gestern lesen, dass die SBB die Suprise Magazine aus den Bahnhöfen verbannt. Dies hat mich zu einer Reaktion veranlasst, das ich über das Kontaktformular der SBB gesendet habe. Sehr geehrte Damen und Herren Ich beziehe mich auf einen Bericht der NZZ, wonach sie in Zukunft den Verkauf der Surprise Magazine im Bahnhof verbieten möchten. Diesen Entscheid kann ich beim besten Willen nicht nachvollziehen. Es handelt sich hierbei um ein Projekt, welches der Integration randständiger Menschen dient. Es bietet diesen Menschen eine sinnvolle Tätigkeit und einen kleinen Zusatzerwerb. Für mich ist dieses Magazin ein Vorzeigebeispiel des humanitären Geistes der Schweiz. ...

October 11, 2008 · Patrice Neff

Declarative web services (2)

On Friday I posted an idea about declarative web services which had been growing for a while. As luck would have it today we had a hack day at local.ch, so I got to spend a workday on that idea. I got positive feedback from my co-workers, so I have now published the skeleton on github. The project is called “servicegen” for now - no nice name has come up yet. ;-) See the README on github for information about the ideas. ...

May 26, 2008 · Patrice Neff

Declarative web services

I’ve been developing a lot of web services lately. I usually do this with Okapi and web.py. Somehow the tasks for creating a web service are always more or less the same. Specify URL schema Validate input parameters Request data: either from a database or from at least one other web service Identify output format using URL or HTTP headers Output data in the correct format And I think that even web.py doesn’t do a good enough job of making this easy and really fast. ...

May 23, 2008 · Patrice Neff