Hi out there,
I just wan’t you to know that i’m still there living on planet earth. My broken ellbows are much better and all the surgerys on my wrist are finally over. I now can write nearly as fast as before 🙂
I’m now ready to write something again within the next weeks.
cheers
Category: Uncategorized
trade iPhone apps
did u know that u can easily trade any iPhone App that you have installed with any friend 4 free. Just go to the Settings App and insert their accouhnt data. Then back to app store and install the app u want to have. it’ll ask u that u have already bought this app and u can download it for free
P.S. sorry for bad typing but both of my arms are broken
see u soon
…
to be updated
bash lookup defined variables
found this in the linux journal, looks real usefull
#what was the variable storing the version of my bash ?
cb0: echo ${!B*}
BASH BASH_ARGC BASH_ARGV BASH_COMMAND BASH_LINENO BASH_SOURCE BASH_SUBSHELL BASH_VERSINFO BASH_VERSION
#I get a list of all bash variables that start with 'B'
remove all hidden .svn folders
find . -name ".svn" -type d -exec rm -rf {} \;
debian root set display
it’s been a while since my last post …
here just a short solution of a problem i had with some debian boxes:
Problem:
emacs /etc/inetd.conf
Invalid MIT-MAGIC-COOKIE-1 keyemacs: Cannot connect to X server :0.0.
Check the DISPLAY environment variable or use `-d'.
Also use the `xhost' program to verify that it is set to permit
connections from your machine.
Solution:
cb0@localhost:~$ su -
root@localhost:~# xauth merge ~cb0/.Xauthority #replace cb0 with your username
root@localhost:~# export DISPLAY=:0.0
#now you are able to open emacs
root@localhost:~# emacs .bashrc
picazza – image hosting
Today I had some spare time and finally set up the first version of my free image hosting. For now I called it picazza.
It can be found here:
here
- simple to use
- minimalistic
- free of any charge or advertisement
- anonym
I hope you enjoy using it.
those images are some of the first i’m hosting, I share them with you 😉
see my favorite here, and some others below.
emacs auto completition
There is some nice feature called auto-completition in emacs I use to less because the shortcut is real ugly.
At the moment I only work in emacs because I really like it.
Here is the code I put in my ‘~/.emacs’ file so I can use this feature using “Escape”+”Enter”
(define-key global-map (read-kbd-macro "M-RET") 'hippie-expand)
it works great
first look at javafx
Today I had my first look at javafx. Real nice but you must get used to the syntax.
After 1/2 hour of reading and 1/2 hour of modifying a nice netbeans example (original version from Michal Skvor) i end up with this. Not perfect but it has shown me how the javafx basics work.
screenshot
And after I read this ‘Deploy A Rich Internet Application Developed With JavaFX Technology‘ (another 10 minutes) i was able to deploy it to the web.
If you like it let me know
You can cheat by pressing ‘r’=remove single block. ‘s’=remove more 😉
Source Code can be foundhere
iMac news
I stoped working yesterday and didn’t try this comercial diskW*** i thought that would be free.
doesn’t look good for my loved iMac, HardDrive doesn’t get detected in FireWire Target mode. Now he’s at the Apple Service provider. I hope I’ll soon get the call that most of the data could be recovered and averything will be fine ….
Meanwhile I’m trying recover the data I could save….
at least the next week I think I’ll only get a mocca cup of sleep ;(
SSD awesomeness 6tb
Real great idea but I would like to know how much power it consumes and of course how much money they spend on it.
And why they didn’t set up a linux raid, think this would even be greater.
But I must say I’m some kind of jealous.