ultron laser test

für meine geburtstagfeier wunderte sich der ein oder die andere, wie alt ich wohl werden würde und warum es kein runder geburtstag sei.

digitalflyer
flyer von http://lars.videokuenstler.de

lars künstler hatte mir freundlicherweise den flyer erstellt, den wir vorher thematisch schonmal eingekreist hatten. marvin, deep thought und die 42 sollten auftauchen. nun, von statistischen 20 betrachtern, haben 5 mindestens die zahl „42“ nicht erkannt.

um neben der beschallung durch 4 djs(artists) auch ein wenig was fürs auge zu haben, konnte ich von „tron laser“ in berlin, zwei geräte ausleihen, die mit je 1.8W RGB einiges an dampf zur verfügung stellten. mit einer nebelmaschine wurde kontrastmittel beigebracht, so dass die strahlen des lasers, gut sichtbar waren. wärend des aufbauens habe ich dann noch schnell einen kurzen clip erstellt.

das lineup bestand aus:
dj maggio (elektro family ost)
stephan funkmann (hansehertz, traumschallplatten)
dj sake (yse/antaris)
flipcore (fbm crew)

als location hatte sich „tante grete“ als ehemalige bowlingbahn, stargarder strasse in berlin, fixen lassen. die geschlossene gesellschaft tagte etwa von 20 – 6 uhr in der früh. da die bar bisher keine eigene website geschaltet hat, hatte ich im gugl.maps ein wenig an bild und text nachgeholfen.

kurz pause, drop, stop;

jvm settings, for partly tuning of garbace collection and memory allocation in general

<code>

-Xms384m  // headroom for memory to be free
 -Xmx768m  // all in all memory, to be recycled
 -Xmn2m  // stacksize for heap to 2mb
 -XX:+UseG1GC  // specific gc
 -XX:MaxGCPauseMillis=75  // max timeout in ms.
 -XX:NewRatio=2  // ratio between new and recycled obj
 -XX:SurvivorRatio=4  // ratio for memory to reused
 -XX:MaxNewSize=256m  // max size for new objects
 -XX:MaxPermSize=256m  // permanent max. heap space
 -XX:+UseStringCache  // stringbuilder at its best
 -Xloggc:..\eclipse.logfile.dump.txt  // to external

</code>

errorCodes

while iam trying to reach a cloud instance as db-tier, called dashDB, some side effect of the toolset here, is excentrical and need to be named…i tried with aqua data studio, but that failed as well, while java-8 is working under the hood and that 8 versions from times ago and now, wont play together :/

JAVA RUNTIME ERROR
datastudio with half set home path for that vendor … crashed … oracle – make my day again …
agenity, some proposed query workbench wont work with the current cloud instance…? tells me something about a version, i want dasdb, he means db2v9.0.0.2 – but where to put that driverclass then ?

meanwhile, i have found some equivalent to such tools, called „aginity workbench for dasndb„, also a eclipse based tool.