Premiere of ex, a short movie by fritz aigner about love and death will take place on 30 of may in graz/austria at the royal-kiz cinema.
Get your tickets!
HXMPP 0.4.10 got released on haxelib today!
This release does not add much of functionality but ensures compatibility with haxe 2.09.
The java and c# compiler targets are already available in haXe's svn repository! Amazing!
Follow the instructions here to build haXe from source.
A small guide of how to create a hello world application using haXe/java and eclipse:
- Right click in Package Explorer -> New -> Java project
- Name the project as you want and click 'Finish'
- Create main haXe class 'Hello.hx'
class HelloJava { static function main() { trace("Hello world!"); } }
- To generate java source files into the 'src' directory run following command:
haxe -java . HelloJava.hx
- Right click the java project in the Package Explorer -> Run As -> Java Application
Which prints:
App.hx:3: Hello world!
Since i've done some android programming lately i am f* happy about the java target.
Java coding is ok, it simply works, but compared to haXe it feels very strict and like a oop disaster.
HaXe gives me much more freedom to express my ideas.
Also the possibility to run some of my haXe projects on google app engine is awesome!
1000x thanks to Cauê Waneck for developing this!
This blog is now powered by cyberchrist, a small tool i've written (haXe/neko) to generate static html sites from template files.
The syntax is a (messy) mix up of haxe.Template and a fork of the wiki parser hxwiki is using.
The generated output does not use any serverside technologies, therefore can get hosted by providers which only allow static content like github-pages.
I've coded this because the wordpress installation felt so inflated for my lazy blogger ass.
First i've tried jekyll, but waiting seconds for generating some text files is ridiculous! ;-) I knew ruby is slow but fuuuk!
Currently it takes about 120ms to generate all content of this blog and i guess just a fraction of this if i compile the engine to C++. Source code will get published soon (or later, or never).


Panzerschokolade 5, EKH Vienna, 2012.02.04
The videocrank (called 'videokurbel' here), a experimental art project i've written the software for last year, will perform at the 'Zukunft war jetzt' happening at WUK on 28 of january.
The software running it is written in haXe/flash although i do have a NME version but this one is more or less unusable cause of extraordinary memory consumption and/or slow response on changing the video framesets (how sad!).
Votes of a next generation intoxicate us, before we end up in the middle of a climate conference.
A generator helps to define our future, even while we try to crank the wheel of time.
They reflect and compare us with their performances and production conditions.
Explore the next generation is in itself future was now, the future is yesterday, the future will have been.
lineare muster werden zyklisch bedeutungslos bis die wahrnehmung ihren wohltätern verkauft wird,
zum preis des verlustes der möglichkeit zwischen bewusstsein und unbewusstsein zu unterscheiden.
das leben wird zu kunst, indem es zur realität wird.
es wächst völlig in abhängigkeit einer gekreuzten wahrnehmung, welche leichter zu manipulieren und zu verstehen ist.
endgültig überzeugt bricht die wissenschaft der möglichkeiten und logik in einer sensorischen halluzination der zuhörerschaft.
protagonisten verpflichten sich zu sadismus und verdrehter freude.
jemand krümmt sich gegen andere, bemüht sie zu übertreffen, während er eine stimmung daraus macht.
jemand wird zum anderen, dann wird jeder bedeutungslos im leben und unsterblich im tod.
gemeinsames leben, in medien, vorne und hinten; kollektive verfangen sich in der stimulanz des ganzen, hilflos,
ohne den unterschied zwischen ihnen selbst und ihren fernseh-familien zu kennen.
atmend wie ein heizkörper im kühlhaus;
geschlechtstrieb läuft amok in einer ungefesselten, kabelgesteuerten welt wo alles zu einer betet: mutter digital.
sinne werden von bildern des lebens überschwemmt: brutalität, penetration, sadomasochismus.
realität ist eine pure männliche umgebung beschädigter einzelteile der sinnlichkeit, die ultimative flucht vor der mutter.
angst vor der kastration wird extrem im sound welcher vom hochmut selbst spricht.
wir geben leichte spastiken und verdrehtheiten in das fleisch der kollektiven sinne;
erinnern uns eisern daran eine mutter oder eine gestapo haben zu wollen, welche sich nicht unterscheiden.
dieser weg führt uns zu einem platz wo das leben kunst nicht länger imitiert.
an diesem platz wird leben zur identifikation und identifikation lebt in ewigkeit immer neu wahrgenommenen fleisches.
super-egos überwiegen wenn wir sie betrachten, sehen uns, sehen unser eigenes leben und sterben wie königliche charaktere,
assosziationen mit einer joystick pistole schießend.
gerade geboren - atmend auf video ist ein patriachalisches ideal:
das der masse nicht anvertraut werden kann die realität zu gestalten.
Experimental short movie (german language), shot by helmut rabel ~2005
Music is ripped from the graue schmiere mix by tong (mp3, playlist, cover)
Two google chrome omnibox extensions for loved, free, open source projects i am dedicated to got released at the google webstore. Both are written in haXe/javascript using extern type definitions (we are maintaining) available at github and haxelib.

DoX.chrome, for searching haXe's standard library.
Install | Source

XEP.search, for searching XEPs (XMPP Extension Protocols)
Install | Source | Video
For the extensions options pages, i developed a little tool to generate native looking user interfaces with search functionality and whatnot from structures (See the DoX options page for example).
Both extensions are already useable and in release state but there is a long list of features and ideas i wanna add. Stay tuned!
HXMPP 0.4.9 released!

http://hxmpp.disktree.net/
https://github.com/tong/hxmpp
(The image is a sunburst diagram of hxmpp built with a processing sketch.)

Breakcore mix by tong ~2007, mp3.zip (62mb)
Our world famous, public microblogging board is back online in an new iteration.
Add roar@jabber.spektral.at to your roster to post from your jabber client.

Seems someone missed the point of the letterspace :-)
- HXMPP 0.4.7
- HTML5 typedef signatures in use at disktree.net and not available in the std library
- Simple haXe/node HTTP proxy server
- Chrome.extension extern classes, added complete experimental API.
- New iteration of ZOD, our XMPP robotnik
- FNet, experimental haXe/flash rtmfp based p2p tools (realtime gaming, filesharing) API will definitely change! (In use at our multiuser letterspace)
- Extern haXe classes for mozillas open webapp API
