Author Archive
Development Blog moved …
by admin on Aug.26, 2010, under .NET, Mac, OpenOffice, Smalltalk, Unix and Linux
I moved my development blog to schrievkrom.wordpress.com … my more private posting will stay at www.schrievkrom.de
Sell: Sharp MZ-1R32 RAM File Board
by admin on Aug.22, 2010, under ToSell-Verkauf-Needed-Wanted
I’ve found an old extension board for the Sharp MZ-5600: an Sharp MZ-1R32 RAM file board to extend the memory of that old computer.
I do not know, if this is working, because I never had such a model - therefore if anyone is interesting in this board, please send me an eMail or call me.
VASmalltalk - Interface to Apache CouchDB
by admin on Aug.20, 2010, under Smalltalk
I started work of an interface to the CouchDB (MSKCouchDB) - a document/json oriented database from the Apache project. You may get further information about CouchDB at CouchDB at Apache.
In addition to this early interface I updated the JSON wrapper to produce correct string representations of JSON objects.
The software is available at vastgoodies as usual.
And as usual - this is work in progress and it will change between the version, but the code gives you the ability to play with that database.
Auskünfte der Schufa … geschickte WWW-Seite ?
by admin on Aug.20, 2010, under Meinungen
Wie wir ja alle wissen, kann man von der Schufa einmalig pro Jahr eine kostenlose Auskunft erhalten. Also was macht man: man geht zur WWW-Site und versucht, dies durchzuführen.
Ist ja alles auch kein Problem: wir als moderen Menschen wollen das ja schnell per Internet machen und siehe da: das ist auch möglich. Man wird hingeführt und das war’s dann (immerhin nehmen wir der Firma Arbeit ab und tippen unsere Daten ein). Aber Achtung: mit der Online-Registrierung bestellt man eine Bonitätsprüfung für knapp €19 !!! Das steht dann irgendwo zwischen diesen vielen Eingabezeilen, die man ausfüllen muss. Mich hatte zwar überrascht, dass man die Kontoverbindung angeben muss …. aber gedacht habe ich mir nichts dabei.
Die Online-Auskunft war also ein Rohrkrepierer - also PDF-Dokument runterladen und das erste Dokument war wieder eine Bestellung über eine Bonitätsprüfung (wieder €19).
Und dann habe ich es doch gefunden: Man braucht das Bestellformular “Datenübersicht nach $34 BDSG” …
Geschickt gemachte Internetseite, die den wissenlosen Bürger schnell zur €19-Bonitätsprüfung führt …. und eine Online-Bestellung der Daten ist auch nicht möglich.
VASmalltalk - C-JSON Parser wrapped …
by admin on Jul.19, 2010, under Smalltalk
I’ve wrapped a C-based JSON parser for VASmalltalk. The source code is referenced from json.org and I created the dll library from that source available from there - therefore its a Windows only solution up to now.
The library has an interesting aspect - it was the first library where I had a useful example of calling an external library in a synchronous way - and expect callbacks into Smalltalk via EsEntry points.
The MSKJSONWrapper is available at vastgoodies as usual - and the needed DLL project (for Watcom C Compiler - but a dll is also included) is here.