Posts by Ostebaronen

Learning it the hard way…

So a friend and I decided that we wanted to play a game together, so we picked a game called FlatOut2, because Re-Volt does not like Windows 7 64-bit. After the installation of the game ends it says that you need to install some protect drivers, which are being blocked by Windows, because they are not signed. Left without no choice I just cancel the installation of these drivers. I find out the game works fine without.

On my friends computer though, the installation of the drivers is not blocked and they install fine and asks to reboot the machine, he reboots it and now he is met by a friendly screen saying that Windows cannot boot and it will try to repair it, though without finding any solutions to the problem. Failsafe mode does not work, deleting the game from recovery console does not help either; he had to reinstall.

Since I did not install the drivers I did not reboot my machine until today, a couple of days after the incident with his machine, exactly the same problem. I had to reinstall Windows 7 on my machine as well.

Strange thing about this is that I had FlatOut2 installed on the same Windows 7 installation before and then I did not have any problems, how the heck can a simple game screw the installation up so much?

Anyways, my advice is to omit this game and not install it at all if, unless you want to reinstall Windows on your computer.

OpenEclair

So I tried out the OpenEclair 1.2.1 ROM, which runs on the Dream and Magic HTC devices, yesterday. It was quite exciting trying out a 2.1 ROM on my phone, since it has so many new features and stuff that I wanted to try out. Though I must say, it was a pain in the ***!
It is a cool initiative, but the ROM is just too slow for my likings everything was so choppy, pulling up the drawer and what not was forcing the hardware to its knees, the first 30 minutes the ROM was super slow and I decided not to mess with it anymore.

Though I have to say, I liked the animated backgrounds a lot, it is fun to have interactive stuff in the background without even starting a new application, and you can have all kinds of stuff going on there, either for show or for real use, like the VU meter and so on.

I guess I just have to get a new phone soon, I’d just wish that an operator in Denmark was selling one of these lovely Nexus One devices. I guess I will either have to wait or get it from abroad.

No Silver Bullet

So I started my next term at the Technical University of Denmark (DTU), which is the fourth, and I have got this very exciting class called Model Based System Engineering, where the teacher had us to read an article called No Silver Bullet, written by Frederick P. Brooks, Jr.
You may know this article already since it has been widely discussed and was published in 1987. It basically about how system engineering is very hard and disappointing, since it is not as easy as for example physics where you have laws, which apply to most things, which you can relate to and use everywhere, because there are none of them in system engineering.

If you like designing software systems I highly recommend reading this article (link below).

No Silver Bullet – Essence and Accidents of Software Engineering

There is also a Wikipedia page on this topic which sums it up pretty good (link below).

No Silver Bullet on Wikipedia

Delete all your temporary shit on Windows

So you might think, where did your 10 GB worth of disk space go? Did it disappear, what is using it? The answer is, temporary files and logs ate it! I found out that I had 15 GB worth of logs and other shit on my disk that I did not need. So I searched through it and made a small batch script deleting the stuff. You might say that you can use programs like ccleaner or so, but if you do not want to install these programs you will be served well with a small script running from time to time, deleting files ending with a specified extension. So here goes my script:

1
2
3
4
5
6
7
8
9
10
11
del /f /s /q %tmp%\.
rd /s/q %tmp%\
 
del /f /s /q %temp%\.
rd /s /q %temp%\
 
del /f /s /q %systemdrive%\*._mp
del /f /s /q %systemdrive%\*.log
del /f /s /q %systemdrive%\*.old
del /f /s /q %systemdrive%\*.dmp
del /f /s /q %systemdrive%\*.tmp

You can of course specify more extensions if you want to… Have fun with the script!

Issuu – Read Magazines, Articles and other Publications online

I just discovered Issuu for Android through the Android Market, which is a pretty nice place to read magazines, newspapers, articles and lots and lots of other publications on your computer or your mobile phone. They have recently released a client for Android and a client for iPhone will soon be available for download.
The page and app are really easy to use, you have easy access to a lot of stuff and it is read easily through the browser. You can zoom and see pictures, subscribe to publications, rate stuff and lots and lots of other cool stuff. It is really recommended!

Scan the barcode to go to the application download for android.


Click on image for bigger version