shit, in the last time i always forget to take my cellular with me... would be cool if i could send a number and a password via web or e-mail (or even a phone call from another wire) to redirect calls to a phone nearby.
splendiferously senseless (or vice versa): oguzuj lizo, iwiten rumo. the making of is at henso.
the smart tags weblog: disabling smart tags under apache 1.2 and later.
all good proxies need that like proxygen! on the other hand: will it work this way at all?
whew, sensomatic released typemagic 3000, the "totally terrific type tool"... very, very cool, indeed. it bears my last name!
i just wished, the style-sheet would be displayed as ready-made css-code for cut&paste purposes.
and another suggestion: the future of html is lowercase.
capitalism and socialism, pt. mmi: pepsi buys budapest. just 35 day!
nachrichtenaufklärung brings the news that did not make it into the magazines. via reimar kosack.
hans_heinz has published a wonderful summary of the first euroranch excursion to the klangturm in pölten. with photos!
new project ideas you can steal from p3k (and certainly realize thereafter): a community weblog that brings peoples closer together by illustrating the beauty of micro-structures in the various cultural groupings (e.g. think of the many dialects of a language and its neat expressions for certain things). a good conception could be "lost dialects in europe" or "german dialects in western austria".
or how about "radiomobile"? bringing broadcast to your handy you wish, i play (you pay). call 0815/4711666 and get your personal peer-to-peer radioshow (five minutes max., no advertising!). tell me whatcha wanna hear and i download and play it for you from phone to phone. or make your own broadcast yourself. it's never been so easy!
yes, it's true: i can repair mac hard disks! it's a p3k's, p3k's world. but it would be nothing without a stefan rinner or a zita bereuter (thanks a lot for the utilities!)
a propros ant tar task i would like to reveal the code with that we got it working right as another example because the docs seem to be missing some points about tarfilesets or they are badly implemented in ant 1.3. the following lines create a tar file of a directory including an executable shell script using the perm parameter:
<tar tarfile="myTarFile.tar" basedir="myDirectory" exclude=""> <tarfileset dir="myDirectory" mode="755"> <include name="subdir/bootstrap.sh"/> </tarfileset> <tarfileset dir="myDirectory"> <include name=""/> <exclude name="subdir/bootstrap.sh"/> </tarfileset> </tar>
some things are looking quite illogical but we desperately tried any possible combination of basedir, dir and include that makes sense without success. at least, this one works...