Android Development

So today i decided to get some work done on an Android app i am planning for some time. But first things first, I need to setup the development enviroment. So i downloaded Eclipse, the android sdk and went on to instal the ADT plugin. But as always eclipse threw a nice error in my face:


An internal error occurred during: "Computing size". Incompatible profile file name. Expected format is {timestamp}.profile.gz (or {timestamp}.profile) but was ._1328723081571.profile.g

Turns out this is a mac problem. OsX makes all this ._* files, and Eclipse doesnt know how to handle these files. The sulution is to delete all these files. So i found some command to run, problem is, im running windows (I know) on my work machine. So i tried to run it through git Bash, and thank the maker it worked (Its a lot of files to delete manualy). So fire up gitBash and execute these commands:


cd /path/to/your/eclipse/folder
find . -iname '._*' -exec rm -rf {} \;

Thanks to Kelvin Luck for his sulotion.

Posted in Development | Tagged , | Leave a comment

PyDiskFree

Today I have finally finished a Python script! I must say I’m a bit proud of myself. As you might have noticed, I have some commitment issues. I start a lot of projects, but few ever see the finish line.

I have over the last years tried to start programming in about any language you can think of. A couple of years ago, when I was still studying, I learn to program Java. I was quite adapt at it I might add, but I didn’t see it through. If I had keep up with it I might have been in a different place now.

But as it stands, I have written a small Python script that checks a remote machine to see how much disk space is left. And if it gets below a certain threshold, the script will email you with the server and disk in question.

If your interested, check it out on github: https://github.com/Shidima/PyDiskFree

 

Posted in Development | Tagged | Leave a comment

RepRap

So i’ve been looking into DiY 3D printing and the RepRap looks like an awsome machine. So this is a list for myself (And others) with info about this pice of futer tech :)

I’m looking to build one with some friends so we can split the cost and the labor. Its realy exciting to see where this is going. I think that in a couple of year’s every in van have this in the shed to build there own parts!

 

 

Posted in Uncategorized | Leave a comment

Hello world!

Were alive!

As you can see, the site is still very standard WordPress. But in the coming weeks, I will be working on changing that!

For now the hosting will hold my Blog, but in the future it will host all my crazy stuff. So stay tuned…

Posted in Uncategorized | Leave a comment