<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-12051205</id><updated>2012-01-26T00:26:10.996+01:00</updated><category term='linux'/><category term='ICMPv6'/><category term='MTU'/><category term='networking'/><category term='too big'/><category term='ipv6'/><title type='text'>André's Blog (English)</title><subtitle type='html'>Yes, I am a criminal. My crime is that of curiosity. &lt;br&gt;
My crime is that of judging people by what they say and think, &lt;br&gt;not what they look like. &lt;br&gt;
My crime is that of outsmarting you, &lt;br&gt;something that you will never forgive me for.&lt;br&gt;&lt;br&gt;&lt;br&gt;
Read the full text &lt;a href="http://www.il.fontys.nl/~andre/old/the_hackers_manifesto.html"&gt;here&lt;/a&gt;
&lt;hr&gt;&lt;p color="red"&gt;Hint: I love comments on my blog&lt;/p&gt;</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default?start-index=101&amp;max-results=100'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>362</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-12051205.post-4032036381807928615</id><published>2012-01-25T16:06:00.001+01:00</published><updated>2012-01-25T16:06:31.250+01:00</updated><title type='text'>Unable to get list of printer drivers</title><content type='html'>When trying to set up my BeagleBoard as a CUPS server, I ran into a problem. When trying to add the printer, I got the message&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;Unable to get list of printer drivers:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Unknown&lt;/blockquote&gt;When googeling for this probem, I ran into various forums reporting this problem, but I haven't found a solution. So, here it is:&lt;br /&gt;&lt;br /&gt;Looking at /var/log/cups/error_log I noticed:&lt;br /&gt;&lt;br /&gt;&lt;blockquote class="tr_bq"&gt;... &lt;br /&gt;W [25/Jan/2012:13:39:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp830c.ppd.gz!&lt;br /&gt;W [25/Jan/2012:13:39:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson/eplp980c.ppd.gz!&lt;br /&gt;W [25/Jan/2012:13:39:43 +0100] [CGI] Missing NickName and ModelName in /usr/share/cups/model/foomatic-db-ppds/Epson&lt;br /&gt;...&lt;/blockquote&gt;It seems there is something wrong with the foomatic drivers, removing the foomatic drivers made a list of drivers appear. Since the hplip driver depends on foomatic-db and foomatic-db-engine, the hplip driver cannot be used, so I am using the gutenprint drivers instead, and this made CUPS working fine.&lt;br /&gt;&lt;br /&gt;This problem applied to ArchLinuxARM for the Beagleboard, which is armv7l.&lt;br /&gt;I have verified this solution to apply to the x86_64 version of ArchLinux as well.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-4032036381807928615?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/4032036381807928615/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=4032036381807928615' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4032036381807928615'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4032036381807928615'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2012/01/unable-to-get-list-of-printer-drivers.html' title='Unable to get list of printer drivers'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-8826183773896067660</id><published>2012-01-23T18:30:00.000+01:00</published><updated>2012-01-23T18:30:06.414+01:00</updated><title type='text'>ArchLinux on the BeagleBoard</title><content type='html'>So... I have been playing around with my BeagleBoard again. Yes.... I got an exam tomorrow, but I got so bored while studying I had to do something else.&lt;br /&gt;&lt;br /&gt;Well... I undusted the thing yesterday, and continued today. And of course, this didn't go completely without trouble. A few issues I ran into yesterday, well... this little puppy is rather picky about the partitioning of it's SDCARD.&lt;br /&gt;&lt;br /&gt;So... my BeagleBoard.... last time, I ran the ARM port of Debian, which is compiled for armv4t, meaning... it's not very fast. One time I started installing Ubuntu but never finished it. To be honest, Ubuntu isn't my favourite distro.&lt;br /&gt;&lt;br /&gt;Since ArchLinux has an ARM port nowadays too, and the BeagleBoard belongs to the supported models, I decided to give it a try. Take a look at &lt;a href="http://archlinuxarm.org/platforms/armv7/beagleboard"&gt;http://archlinuxarm.org/platforms/armv7/beagleboard&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Like I mentioned, the puppy is picky about the contents of the SDCARD. I was aware of the MLO to be the first file copied to the FAT paritition, but it appears even pickier then that. The instructions on the ArchLinuxARM site didn't get it working. Other sites mention it should be a FAT32 in stead of a FAT16 partition... well... just that isn't enough either...&lt;br /&gt;&lt;br /&gt;I've downloaded the files mentioned on the ArchLinuxARM site, and in the BeagleBoard bootloader tarball I found a script for preparing the SDCARD. But even this script was giving me trouble. I am not really sure what went wrong, but the script made the parititons correctly but failed at formatting them. Even manually trying to format them failed. I had to eject the SDCARD from my laptop, and insert it again, before I was able to make the file systems. However, after copying the files from the bootloader tarball, I got some more response from the BeagleBoard.&lt;br /&gt;&lt;br /&gt;However, there was still some content in the NAND from my previous unfinished attempt to run Ubuntu, which tried to boot, but failed. The BeagleBoard didn't respond to the serial console, just output, not accepting input. But appearently this is related to my desktop machine, as it works fine with a USB serial port on my laptop.&lt;br /&gt;&lt;br /&gt;So after instructing u-boot to erase the NAND, the boot loader ran the boot script stored on the SDCARD.&lt;br /&gt;&lt;br /&gt;So, now I mention the boot script. Well... it had to be compiled with mkimage, which I had to compile from the u-boot sources.&lt;br /&gt;&lt;br /&gt;So.... there we go..... booting ArchLinux on my BeagleBoard. As I mentioned last year, I was experiencing USB issues... which I initially blaimed as a kernel issue, as this was suggested by various sites in the days. That's why I also wanted to try Ubuntu.... but later turned out this was caused by a noisy 1.7 Volt line, confusing the USB controller. As suggested by a site, I have mentioned earlier in this blog, I mounted an extra capacitor....&lt;br /&gt;&lt;br /&gt;Time to see the results, right? Well.... connecting a bus powered USB hub to OTG port... REBOOT!!! the duck!!! well... the OTG port isn't able to deliver enough power, so that could be the issue. Connecting Self powered hub to the normal USB port... well... it worked for a bit and went down. And I really mean a bit. Like... it got initialised during boot, all devices found, but even before the boot process was finished it died again. Seems like the problems gotten worse in stead of better... Well... I am not sure if the suggested capacity is correct... I mean... 10 µF... I think it should rather have been something like 10 nF. Oh well.... when connecting the self-powered hub to the OTG port, results seem much better... USB has been functioning properly for a while now.&lt;br /&gt;&lt;br /&gt;But another thing that is still giving me issues, I don't get it to play back sound. Some sites mention ALSA is broken and I should use OSS, but there is OSS but there appears to be ALSA. Even though it appears to be playing back, I hear no sound. Besides... I had to add myself to the audio group else I had to access to the device.&lt;br /&gt;&lt;br /&gt;Well... the system is running... that's what I can tell you.... Perhaps I will be able to use it as mp3 player later on, we'll see about that.&lt;br /&gt;&lt;br /&gt;Video... well... this port is an optimised build, which includes hard floating point, and that binary blob of a driver us compiled using soft floating point, which makes it incompatible. Hooray for binary blobs.... so that means no hardware acceleration for video.&lt;br /&gt;&lt;br /&gt;I never made that VGA adaptor for the BeagleBoard, so I have no clue if it will work. In theory it should work... I mean... a simple D-A converter, how hard can it be? As the digital signals are, well, just the same as VGA signals, just not converted. Well... this is not completely true, as I might have to adjust the timing a little bit, but that shouldn't be too hard either.... but yeah.... installing ArchLinux on a BeagleBoard shouldn't be that hard either, and look at all the little issues that appeared.&lt;br /&gt;&lt;br /&gt;The DVI issue remains the same, the native resolution of my only monitor with DVI in is not supported at a refresh rate high enough for my monitor to accept. The BeagleBoard can only output it at 57 Hz, and my monitor is rather strict about this, and it won't accept anything below 60. But I've discussed that issue before. &lt;br /&gt;&lt;br /&gt;Well... and all my other monitors are CRT, so using them would require the VGA adapter as I suggested above, and discussed before in this blog.&lt;br /&gt;&lt;br /&gt;On the other news... last tuesday during the SHoBo, I was asked if I were interessed in a &lt;a href="http://raspberrypi.org/"&gt;Raspberri Pi&lt;/a&gt;. This is an ARM machine for only £22. I mean.... a machine capable of runnng GNU Linux for only £22. Sounds like a good deal to me. It's video accelerator is capable of decoding H.264 in Full HD 1080p. I mean... the BeagleBoard can only output 720p. Allthough I am afraid the drivers will be again a binary blob. I mean... it is a Broadcom SoC after all... Compared to the BeagleBoard.... This Broadcom is only an ARMv6, while the TI on the Beagle is an ARMv7. But... what will this mean in practice.... well... it's not even sure when the RP will start shipping, but the plans were to order some at Stack. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-8826183773896067660?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/8826183773896067660/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=8826183773896067660' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8826183773896067660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8826183773896067660'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2012/01/archlinux-on-beagleboard.html' title='ArchLinux on the BeagleBoard'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-4993998817844297972</id><published>2012-01-02T00:21:00.000+01:00</published><updated>2012-01-02T00:23:31.263+01:00</updated><title type='text'>The new years blog post</title><content type='html'>The year 2011 has come to an end, and 2012 is about to begin. Time to look back at the past year. What has 2011 meant to me? It has been a positive year, I have been feeling much better then I did in 2010. I realise I skipped my review of 2010 last year, simply because I wasn't feeling well enough to write it. &lt;br /&gt;&lt;br /&gt;I have to thank Joshua Phelps for what he meant to me in 2010. He was a light in the darkness, a sign there are still good people in this world, in a time I gave up on humanity. We've helped each other a lot.... 13 may 2010... that was the day I confessed my feelings for him. Yeah... we were madly in love with each other, but we never had a relationship. Josh and me, the way I used to describe us, no relationship, just love, pure love. And even though situations have changed, Josh is still one of my best friends. True love never ends.&lt;br /&gt;&lt;br /&gt;The people you meet on the path of life, some of them walk with you just a little while, some just show you a direction to go, and then their task is complete, others stay with you all your life. Some people are with you for years, and only then it becomes clear why.&lt;br /&gt;&lt;br /&gt;In may I wrote three posts in my blog called “Trust, freedom and Love”, in which I talked about what love means to me, and perhaps these posts explain what I meant by no relationship, just love.&lt;br /&gt;&lt;br /&gt;Another series of posts in my blog in the past year was “Life”. Note, this is not about my life, but about life means in a broader view. Perhaps I could also mention a topic I wrote a few posts about in 2010, vegetarians, which comes down to asking the question if the life of an animal has more value then the life of a plant. I wish to respect plant and animal life equally, and therefore I am not a vegetarian. (but I do eat vegetarian food frequently)&lt;br /&gt;&lt;br /&gt;I am mentioning vegetarians again, since in 2011 I have made new friend and acquaintances who are vegetarian, and so that's why I am mentioning the topic again.  &lt;br /&gt;&lt;br /&gt;Spring 2011... the revolution began in the Arabic world. It was soon called the Arabic Spring, and various alternative news sources predicted an European Summer. Summer came, and nothing happened. But when it ended, the Occupy Wall Street started. And soon the Occupy movement speak through the world. &lt;br /&gt;&lt;br /&gt;And so the Occupy movement arrived in my country. The 15th of October I went to the Hague, where I went to the demonstration with Bianca. It was amazing. It was like the moment I had been waiting for all my life. Some childhood memories came back too, as a kid on the primary school, I knew I would be part of the, what I used to call, the resistance.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-snc7/304183_136586406442467_100002733242844_156243_673836397_n.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="212" src="https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-snc7/304183_136586406442467_100002733242844_156243_673836397_n.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;That afternoon in the Hague, when the group of protesters was at “het plein” (The Hague's main Square)... we were lying on the square in a group hug. People we never met before, just like that. Amazing. Things like that give me back hope. Hope for humanity. Things like love still exist. And new friends... yeah... I am glad to have met Maikel there.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-snc7/294402_10150351668608411_640618410_8872393_120135710_n.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-snc7/294402_10150351668608411_640618410_8872393_120135710_n.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;One week later, Occupy Amsterdam. Oh, it felt like magic again. But whenever I am in Amsterdam, that city, it has a certain feeling. But... sitting in that tent, looking through the door, seeing people hoops dancing, behind them, tents... behind the tents, high building, and then the lights of the fair. That combination, it was like magic. It has been an honour to be there. To be part of it.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-snc7/s720x720/307826_241308429257397_100001347267773_662940_1318982752_n.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="240" src="https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-snc7/s720x720/307826_241308429257397_100001347267773_662940_1318982752_n.jpg" width="320" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;In my own City, Eindhoven. The Occupy movement hadn't arrived yet. I started poking around on the Internet, but since I don't come from this city, I didn't know many people around here who would be interested in starting an occupation. But soon people started gathering on facebook, and the first meeting was planned.... and the 5th of november, Occupy Eindhoven was a fact. I am offering Occupy Eindhoven some space on my server to host the website and email. I have been interviewed by a local tv station (Oproep Brabant) and I am mentioned in the local newspaper (Eindhovens Dagblad)&amp;nbsp; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;object class="BLOGGER-youtube-video" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" data-thumbnail-src="http://2.gvt0.com/vi/eqvlbrGD9bo/0.jpg" height="266" width="320"&gt;&lt;param name="movie" value="http://www.youtube.com/v/eqvlbrGD9bo&amp;fs=1&amp;source=uds" /&gt;&lt;param name="bgcolor" value="#FFFFFF" /&gt;&lt;embed width="320" height="266"  src="http://www.youtube.com/v/eqvlbrGD9bo&amp;fs=1&amp;source=uds" type="application/x-shockwave-flash"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;br /&gt;I must say, Occupy Eindhoven feels different. It's not that magical as Amsterdam. Perhaps because it's smaller? Perhaps because I am more involved, while in Amsterdam I was a visitor. But I also must say I've made some awesome friends, also here in Eindhoven.&lt;br /&gt;&lt;br /&gt;Occupy Eindhoven started at the Clausplein. We got an extention for our permit once, but then we were forced to move to a different location. Oh, I miss the Clausplein. It was like my home. Yeah.... in the first weeks I slept there. But now on the new location, I am not present as often as I used to on the old location. Of couse, studying is taking up more time now, but still...&amp;nbsp; &lt;br /&gt;&lt;br /&gt;And now, my message, my message for Occupy, my message for the new year, and the future in general. It's my believe people have forgotten to care about each other. People care about possessions, about power and money. But what really matters is people. Love is the key to a better feature. To truly care about each other, to give to those in need, and expect nothing in return. Nothing but love and kindness. You never know when the roles will be reversed.&lt;br /&gt;&lt;br /&gt;To both The Hague and Amsterdam, I had a Free Hugs sign with me. On the afternoon before Christmas, I took part of the free hugs event here in Eindhoven. I was looking for a picture of me taken during the event, but I can't find it, unfortunately. &lt;br /&gt;&lt;br /&gt;So, I wish you all lots of love, peace and happiness in 2012!&lt;br /&gt;&lt;br /&gt;My dear blog readers, I love you all!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-4993998817844297972?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/4993998817844297972/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=4993998817844297972' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4993998817844297972'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4993998817844297972'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2012/01/new-years-blog-post.html' title='The new years blog post'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-4426796035662256846</id><published>2011-12-23T01:10:00.000+01:00</published><updated>2011-12-23T01:10:06.002+01:00</updated><title type='text'>Christmas</title><content type='html'>My dear friends, I realise it was been quite a while since I've posted anything in my blog. My apologises for not having entertained you for a few months. The past few months, there have been quite some changes, changes which I have primarily been talking about to close friends who were familiar with the situation, and perhaps also to keep it from people who wouldn't understand.&lt;br /&gt;&lt;br /&gt;Anyways, that's not what this post is about, as the title already suggest, it's about Christmas, and people who know me for a longer time, can guess what I am about to say, right?&lt;br /&gt;&lt;br /&gt;And perhaps, given the circumstances, this message will have even more meaning then it had any other year before.&lt;br /&gt;&lt;br /&gt;Anyways, as some of you might already know, I am not religious, and I have little affection with Christianity, even though I have been raised in a Christian environment, so apart from religion, what is Christmas about? Or, rather, what should it be about?&lt;br /&gt;&lt;br /&gt;It's my believe people way too much value in the food they eat during Christmas dinner, too much value about the presents under the Christmas tree. No, my dear friends, what Christmas should be about, what people should be caring about is each other. To be together with your family or close friends. To care about each other. That's what Christmas should be about. About love and peace.&lt;br /&gt;&lt;br /&gt;Merry Christmas my dear friends. &lt;br /&gt;&lt;br /&gt;Also a Happy Yule. It's Yule today after all ;)&lt;br /&gt;&lt;br /&gt;*hugs* I love you all. &lt;br /&gt;&lt;br /&gt;(And I should start preparing my "review of the year post" as well)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-4426796035662256846?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/4426796035662256846/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=4426796035662256846' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4426796035662256846'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4426796035662256846'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/12/christmas.html' title='Christmas'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-8062970427024185207</id><published>2011-10-07T20:22:00.000+02:00</published><updated>2011-10-07T20:22:40.945+02:00</updated><title type='text'>The server</title><content type='html'>Well... as I mentioned before, a while back I has some issues with my dedicated server, that it kept rebooting. Well... it stopped doing so, and was running stable for a while, right? In the meantime, I hadn't heard a word from OVH, not a single word. So yesterday night, when I was at stack I decided to log in, and transfer a few files. I was going to ask for some backup storage space to make a full backup of that server and re-install it, just to exclude software related issues. Keep in mind 13 December 2010, the server rebooted twice at night, for no apparent reason. I had contacted OVH about this and they said it wasn't their doing.&lt;br /&gt;&lt;br /&gt;Well... so yesterday night, I was logging in. I hadn't noticed it rebooted anymore, and I thought it was stable. Good, so I ssh to the server, and it prompts me to enter my password, right? That's what you expect to happen. So I enter my password, and nothing happens anymore. The server was down again. What the fuck. I think here we go again.... but the server didn't come back up.... tried to connect to it a few times yesterday night.&lt;br /&gt;&lt;br /&gt;So, today, I check my email. And what does it say... &lt;br /&gt;&lt;br /&gt;&lt;quote&gt;U heeft zojuist Ingeschreven voor een  dedicated server bij OVH en wij danken u voor het vertrouwen dat u in ons stelt.&lt;br /&gt;U vind bijgevoegd de verbindingsinstellingen voor uw server&lt;/quote&gt;&lt;br /&gt;&lt;br /&gt;"Thank you for signing up" what the fuck. So... it seems they just installed a blank image on there. All my data is GONE. foetsie! weg! moved to /dev/null&lt;br /&gt;&lt;br /&gt;First, they don't give a reasonable reply to my support question, and then they just WIPE the server. I don't call this a good customer service, or is that just me?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-8062970427024185207?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/8062970427024185207/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=8062970427024185207' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8062970427024185207'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8062970427024185207'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/10/server.html' title='The server'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-5527370248012772192</id><published>2011-09-26T18:44:00.000+02:00</published><updated>2011-09-26T18:44:36.274+02:00</updated><title type='text'>Social Networks</title><content type='html'>Social networks take a huge part of the online activities of many people nowadays. They have envolved over the years.&lt;br /&gt;&lt;br /&gt;Back in 2000, a site cu2.nl launched. A first generation social network. Basically, you made a profile, and you had to enter your profile text with plain html code. Very basic, and one of the problems with this site, in my experience, was, users adding browser-specific html. Please note, this was early 2000's and Internet Explorer was in it's 5.x series...&lt;br /&gt;&lt;br /&gt;Later, MySpace rose to be the popular site in my country. Using myspace, users customised their profiles with css code, and, for some reason beyond me, creating unreadable profiles with text in the same colour as their background image.&lt;br /&gt;&lt;br /&gt;Again, local to my country, Hyves became popular. This site also offers the possibility to customise a profile, creating the same unreadable profile problem, however, it offered a button to switch to default colours, reducing the profile a bit.&lt;br /&gt;&lt;br /&gt;And now, facebook is gaining popularity. The advantages of facebook is that it doesn't offer these customisable colour schemas and stuff like that.&lt;br /&gt;&lt;br /&gt;Facebook has changed over the years, and continues to change. Facebook has been criticised for it's privacy policy. I must say, the options to specifically share content with certain users has improved lately.&lt;br /&gt;&lt;br /&gt;I will admit, I have had these ideas before facebook had them, and planned to implement them to my own BlaatSchaap website.&lt;br /&gt;&lt;br /&gt;I wish to combine some aspect of the current MySpace and Facebook. The MySpace v2 layout, allows the users to add content blocks to their profiles. I wish to create a profile with those content blocks, for which per block, a langauge and a access list is assigned. This way, only the allowed users who can read the language the content is in will bee it. Well... this has been implemented in the pre-alpha blaatschaap live.&lt;br /&gt;&lt;br /&gt;However, another thing on the area of social networks has recently gained my attention. Diaspora. Diaspora is an open source, decentralised, social network. (&lt;a href=https://joindiaspora.com/&gt;https://joindiaspora.com/&lt;/a&gt;) The main pod isn't taking registrations yet, but there are many community run pods open for registrations.&lt;br /&gt;&lt;br /&gt;The layout is basically facebook. Photo albums are not supported yet, and access lists seem only to be allow lists, and there are no block lists. There is one field for a profile text, much like facebook. Like I have pointed out, I would like multiple fields in there, in my own site.&lt;br /&gt;&lt;br /&gt;Well... diaspora is a decentralised network, which means it communicates with other sites running diaspora, but possibly also other websites if they can communicate using the same protocol. Which means, it might be possible to develop a BlaatSchaap site that can be integrated into the diaspora network.&lt;br /&gt;&lt;br /&gt;After my server problems, I have decided I might do a clean install. I have considered installing Diaspora on it instead. But... my ideas for sharing content, and the way I manage it's access, are a little more complicated then what diaspora implements now (or facebook had a few years ago). I haven't yet looked at the communication protocol for diaspora pods, and I don't know what impact this protocol has to my suggested features. I should also investigate how I can manage the access of content by external users. &lt;br /&gt;&lt;br /&gt;But... in the end... it's not (only) the site that makes a social network to a success, but it's users. Nowadays, many of my online friends use Facebook. That's why I am mostly on that social network. It's about the people, not about the site. &lt;br /&gt;&lt;br /&gt;The BlaatSchaap community is too small, to make the site great. Perhaps integrating it with the Diaspora network might improve it a bit. But Diaspora is new and small too.... but all the diaspora sites on different hosts integrate into one big network, just like XMPP (Jabber) runs on many servers, but you can send instant messages across the different servers.&lt;br /&gt;&lt;br /&gt;Anyways... these were just some thought on social networks. I realise I haven't mentioned Google+. I have noticed some people disabling their Facebook accounts, moving to Google+. Well... Google isn't famous for their privacy policy either, so if that's your reason it doesn't make sense whatsoever. To those people who are concerned about their private information to advertisement companies should consider using a diaspora pod.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-5527370248012772192?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/5527370248012772192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=5527370248012772192' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5527370248012772192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5527370248012772192'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/09/social-networks.html' title='Social Networks'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-3882703448139846384</id><published>2011-09-24T16:04:00.000+02:00</published><updated>2011-09-24T16:04:04.124+02:00</updated><title type='text'>Server</title><content type='html'>It seems my server has been up for three days now. Not that I have seen any mail from OVH, nothing. Well... it's running. So I *can* update the DNS to point at the old server again. &lt;br /&gt;&lt;br /&gt;However, it might be wise to perform a clean installation of that server? And at least make a backup for now. I should look at the possibilities of an automated backup to a different server too. &lt;br /&gt;&lt;br /&gt;Perhaps I should spend some time coding/scripting again? But what direction to go? Some of my ideas, which I had planned to implement, to make something different from existing sites, are being implemented by the sites like facebook. so... what direction to go? And should I even continue the current project, or start something completely new? And if so, what should it be?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-3882703448139846384?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/3882703448139846384/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=3882703448139846384' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3882703448139846384'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3882703448139846384'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/09/server.html' title='Server'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-8633981210157012832</id><published>2011-09-20T20:24:00.000+02:00</published><updated>2011-09-20T20:24:11.818+02:00</updated><title type='text'>Windows 8... continues</title><content type='html'>So... I've installed Windows 8 Developer Preview on my desktop machine. And, like usual for Windows installation programs, it overwrote my MBR with it's own code, overwriting my Acronis OS Loader code. Unfortunately I don't have the installation CD by hand, but I remembered it wrote it's reinstall.com to an SD card. So, Windows 8 still offers to create an MS-DOS boot diskette when selecting the format option on a diskette. So, there we go, activate the boot loader again.&lt;br /&gt;&lt;br /&gt;Windows 8 Developer Preview didn't complain about being installed on a drive not being the primary master, and it booted itself fine with it's own bootloader. What it fails at is, listing otehr operating systems, even Windows operating systems, (there were 4 of them on the primary master) Well.... it seems Windows 8 Developer Preview has put it's complete bootloader in the MBR, and none in the boot sector of it's partition, causing the OS Selector to fail at booting it. Well.... at least... that's my "diagnose" for now. I guess I will have to play around with booting from the cd in rescue mode, get a command line and force it to write it's boot code to the correct partition.&lt;br /&gt;&lt;br /&gt;Windows 8 behaves like it's the only Operating System on the machine, completely ignoring even previous versions of the Windows Operating System... and being booted by a third party OS manager, which is required when trying to set up a multi boot since it didn't offer this option itself, also fails.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-8633981210157012832?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/8633981210157012832/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=8633981210157012832' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8633981210157012832'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8633981210157012832'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/09/windows-8-continues.html' title='Windows 8... continues'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-3137975468817522709</id><published>2011-09-20T20:11:00.001+02:00</published><updated>2011-09-20T20:11:52.192+02:00</updated><title type='text'>un défaut sur votre serveur</title><content type='html'>The blaatschaap server has been down since yesterday 22:30.I have been a quite stupid system admin, who in stead of shutting down his laptop, shut down his server. A not so smart action. Anyhow. At first this issue seemed to have caused a downtime of just half an hour, the time it took to go home, logged in to the web interface and booted up the server.&lt;br /&gt;&lt;br /&gt;However, during the night, the server had been rebooting a couple of times, and it seems to be stuck in a continuous reboot loop for some reason. The configuration hasn't changed or anything, just a reboot, and now it's acting up like crazy. I have contacted the server company about this issue.&lt;br /&gt;&lt;br /&gt;Now, please keep in mind, a few months ago, one night, the server was rebooted for no apparent reason, and back then I contacted the server company and they claimed they didn't do it either. &lt;br /&gt;&lt;br /&gt;Anyhow... A temporary server has been set up, thanks to my friend Pieter. I spend two hours configuring some basic stuff. For now, at least I will be capable of receiving emails on my blaatschaap.be email address, and there is an IRC server running again on irc.blaatschaap.be&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-3137975468817522709?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/3137975468817522709/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=3137975468817522709' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3137975468817522709'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3137975468817522709'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/09/un-defaut-sur-votre-serveur.html' title='un défaut sur votre serveur'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-1674778820243769977</id><published>2011-09-18T14:50:00.000+02:00</published><updated>2011-09-18T14:50:31.140+02:00</updated><title type='text'>More Windows 8...</title><content type='html'>So, I have also installed the Windows 8 Developer Preview on my desktop machine. This is an AMD Athlon64 3000+, so I've installed the 64 bit version.&lt;br /&gt;&lt;br /&gt;On this version the Metro version of Internet Explorer does start when I click it. Does it only work on the 64 bit version, or is something else wrong?&lt;br /&gt;&lt;br /&gt;Well... some more testing is required on the Desktop version of this OS.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-1674778820243769977?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/1674778820243769977/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=1674778820243769977' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/1674778820243769977'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/1674778820243769977'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/09/more-windows-8.html' title='More Windows 8...'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-6885495570174645597</id><published>2011-09-18T13:23:00.000+02:00</published><updated>2011-09-18T13:23:18.907+02:00</updated><title type='text'>Windows 8 Developer Preview</title><content type='html'>Say hello to Windows 8 Developer Preview. I've installed it to my netbook (MSI Wind U100) last night. Yes, literally night... I think it was somewhere between two and three. lol&lt;br /&gt;&lt;br /&gt;First having some problems, unrelated to windows. It seems, my external dvd drive refused to read the discs burned with my laptops internal dvd drive.&lt;br /&gt;&lt;br /&gt;After fixing that problem... the installation dvd booted fine. I have installed the 32 bit version, since this model of the Atom CPU doesn't support&lt;br /&gt;64 bit. So... the installation program is quite similar to the Windows 7 installation, so I won't spend much on that.&lt;br /&gt;&lt;br /&gt;The first boot, took some time, saying things like building registery and preparing. Well... after some waiting... it was finished. So first thing to happen is asking for a computer name, and wifi setup. It worked immediately, so the driver for my wifi card was included on the installation media. Nice. After my connection worked, it asked for a Passport account, or... it's called different nowadays, isn't it? A Live account? Anyways, the thing you use to log in to MSN Messenger, (which nowadays is called Windows Live Messenger, isn't it?) Whatever! Renaming the beast doesn't make it a different animal! To me, it's still MSN Messenger and a Passport account. Enough details. So... what it means, my windows login password is that of my passport account, and it also shows the name and photo I've used for my passport account on screen.&lt;br /&gt;&lt;br /&gt;So, it shows the new start menu. So this is the Metro interface everyone is talking about? Well... First thing I tried was the control panel. So it lists a few options, and at the bottom it says for more setting use the desktop control panel, which refers to the control panel as it's available on Windows 7.&lt;br /&gt;&lt;br /&gt;This is where I shut my computer down yesterday, as it was getting late. Like I said, it was 3 or so, when I went to bed.&lt;br /&gt;&lt;br /&gt;So, today I've booted the netbook... and it booted up really quick. This new boot process has been discussed on osnews a while ago. But I must point out, my WiFi connection wasn't working. It showed as connected to wifi but no internet connection. I had to re-enable the wifi for it to work. I suppose some drivers haven't been adjusted to the new boot process yet. But for being a developer preview, this was to be expected.&lt;br /&gt;&lt;br /&gt;Anyways, a closer look at the control panel, shows, I can now enable and disable the support of 16 bit applications. With Microsoft pushing 64 bit versions, which do not support 16 bit applications at all (due cpu architecture) and by making the support of 16 bit applications in the 32 bit version of Windows 8 optional, I think this will be the end of the 16 bit windows application.&lt;br /&gt;&lt;br /&gt;Something more interesting to observe is a look at the Device Manager, which shows that there is no driver installed for my video card. Yet, do I have the fancy GUI. This is something that has bothered me in Windows Vista/7, you know, how they handle older, pre-directx9, vga cards. I am no gamer, and I don't see the point of buying a new graphics card just to see some fancy gui effects in my OS.&lt;br /&gt;&lt;br /&gt;Well.... the metro start menu. It seems, only the control panel and the desktop button do something. all the other buttons, including the metro version of internet explorer, don't seem to do anything at all. Well... it's a preview after all... but I had expected to see something from the metro internet explorer.&lt;br /&gt;&lt;br /&gt;Speaking of which... the desktop internet explorer 10 seems to be using the internet explorer dialect of the javascript xml handling. Still... the dialect. Microsoft seems to be heading towards HTML5, right? Wouldn't it be nice they'd do certain things the same as the rest of the world? Ok, I admit this is a pre-html5 issue, being around since, well... the rise of AJAX. But still...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-6885495570174645597?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/6885495570174645597/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=6885495570174645597' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6885495570174645597'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6885495570174645597'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/09/windows-8-developer-preview.html' title='Windows 8 Developer Preview'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-8399392109478738382</id><published>2011-07-26T14:43:00.000+02:00</published><updated>2011-07-26T14:43:41.070+02:00</updated><title type='text'>FreeBSD... continued (and some NetBSD/OpenBSD)</title><content type='html'>So.. like the other BSD's I needed to configure my xorg.conf file to enable the correct resolution. Well... what's next, play some sound. No sound card found. It seems I have to manually add the driver in the /boot/loader.conf file. So after adding driver to the configuration and rebooting, it works fine.&lt;br /&gt;&lt;br /&gt;Well... some other things... which I did yesterday. My external hard disks... (which are ext3 formatted). On my FreeBSD, they appeared as icons on my xfce4 desktop. Double clicking it gave me an error. It seems, I had to add permissions to /usr/local/etc/PolicyKit/PolicyKit.conf, and now it works right away. Cool!&lt;br /&gt;&lt;br /&gt;I haven't got this working yet on the other BSDs. On the other BSD's I can mount the manually of course. Please note on NetBSD the device is /dev/sdXe (e=0,1 etc) and on OpenBSD it is /dev/sdXi to mount the first parition on the external HD.&lt;br /&gt;&lt;br /&gt;I think there was no dbus on NetBSD, (trying all three, but I don't think I am mixing them up) but there was hald. But hald complains not being able to start since dbus is not running. And therefore the automatic mounting will not work.&lt;br /&gt;&lt;br /&gt;I suppose this requires some more playing around with. For example to get TV-out working. I guess I'll have to poke the xorg.conf for this again, and look at the driver to use. &lt;br /&gt;&lt;br /&gt;Please note the video card in this system is a NVidia GForce 4 MX 440. To "modern standards" this is old. But the point is, for FreeBSD, NVidia provides a driver. For the other systems not. The Geforce4 in this machine is the NV17 core, which is supported by the nouveau driver, but looking at the supported systems section of the nouveau drivers reveals they only support Linux and FreeBSD, which are also supported by the NVidia drivers, so apart from being open source, this doesn't add support for systems not supported by NVidia.&lt;br /&gt;&lt;br /&gt;According to the man page of nv (FreeBSD), this driver supports my card, so it's not using vesa I assume. I should check what the other BSDs support as well. Anyways on FreeBSD this nv driver manpage doesn't show anything about TV-out, but I guess I could use the nvidia or nouveau driver, at least on FreeBSD.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-8399392109478738382?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/8399392109478738382/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=8399392109478738382' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8399392109478738382'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8399392109478738382'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/07/freebsd-continued-and-some.html' title='FreeBSD... continued (and some NetBSD/OpenBSD)'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-2403051173827214634</id><published>2011-07-24T21:39:00.000+02:00</published><updated>2011-07-24T21:39:55.411+02:00</updated><title type='text'>Bow for me, I am root.</title><content type='html'>So... I have this, I guess, about two year old Android phone. A T-Mobile G1, which is in fact a rebranded HTC Dream. So... for this phone there are no upgrades available since Android 1.6. And I must say, after I upgraded to 1.6, the GPS functionality of this phone stopped working. It was really after the 1.5 to 1.6 upgrade. &lt;br /&gt;&lt;br /&gt;Well... looking at the upgrade guides, which tell me to root the device, tell my I must downgrade to exploit the bug in 1.0. Yeah.... the 1.0 version which was on there when I bought it. But googling a bit around got me this http://software2tech.com/tag/d​ownload-universal-androot/ which gave me root without having to reset everything.&lt;br /&gt;&lt;br /&gt;You see... the guides on http://wiki.cyanogenmod.com/wiki/HTC_Dream:_Rooting tell me to backup *before* rooting, using apps which require root. So not that handy, isn't it? Anyhow... so I got the root with that app...&lt;br /&gt;&lt;br /&gt;Following the guide mentioned above... a new recovery rom is required. the amon ra is recommended for my phone, however the flash tool is missing. Perhaps it was only found in the ancient 1.0 rom? Well... I tried the other, not recommended one, and it installed fine.&lt;br /&gt;&lt;br /&gt;The radio version of my phone was the radio version mentioned, so I don't think I needed to upgrade it. I remember my phone prompting to upgrade this thing some time. However I did it anyways... tried to install the DangerSPL right away but it failed. rebooted the phone. it booted fine but the clock went back to 2009. &lt;br /&gt;&lt;br /&gt;Trying to enter the recovery again to attempt to install this SPL thing again... but nothing seems to happen this time... just the icon remains on the screen, the menu doesn't appear like it did previous time... I cannot continue without this danger thing, as it needs to repartition the flash to be able to flash larger images, so I can upgrade my Android version.&lt;br /&gt;&lt;br /&gt;Why would I need a new phone, I can upgrade my old phone. Well... It doesn't agree with me yet... but it will bow for me, I am root, after all!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-2403051173827214634?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/2403051173827214634/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=2403051173827214634' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2403051173827214634'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2403051173827214634'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/07/bow-for-me-i-am-root.html' title='Bow for me, I am root.'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-3087436686187498389</id><published>2011-07-24T21:28:00.000+02:00</published><updated>2011-07-24T21:28:45.037+02:00</updated><title type='text'>FreeBSD</title><content type='html'>So, I am continuing my *BSD series, on my old Pentium 3.... cramping three operating systems on a 20 GB hard disk... well... not that much space, and in the partition for a *BSD OS, there are disk slices... so I have a ~ 6 GiB space that I must devide in slices again. There I made a little mistake earlier, not giving enough space to the root slice on NetBSD.&lt;br /&gt;&lt;br /&gt;Well... today it's the turn to FreeBSD to be installed. The installer in menu driven. First it offers a IBM style disk paritioning tool, and after that a slice editor. Since I had already created the IBM style partitions for all OpenBSD, NetBSD and FreeBSD beforehand using sysresccd, a linux live cd with rescue stuff like partition editors and so.&lt;br /&gt;&lt;br /&gt;When I entered the slice editor, I already saw some configuration. Some slice sizes were defined, but not their mount points/file systems. These were different values then the auto configure values it gave me when I choose this option. I wonder where did these values come from? I am not sure.&lt;br /&gt;&lt;br /&gt;After copying the files it asks some questions, to enable ssh server, ftp, nfs, and so on. After this it offers some options to install software from the ports collection. I have looked for my window manager xfce4, but it didn't appear in the list of window managers. However I observed separate entries for gnome and kde in the list, not under the window managers. Anyways, I choose to install the X server and drivers. Please note it is still installing from the installation DVD, not from internet sources, so this might explain the small software list in that ports collection.&lt;br /&gt;&lt;br /&gt;After copying the files, it offers the option to add users to the system. This is again menu driven, including the entering of the password. The setting of the root password is a normal passwd change password action.&lt;br /&gt;&lt;br /&gt;Now the system is installed and booted, let's install some software,&lt;br /&gt;in the &lt;a target=_blanl href=http://www.freebsd.org/doc/en/books/handbook/packages-using.html&gt;FreeBSD manual&lt;/a&gt;, it says the pkg_add program supports the -r&lt;br /&gt;parameter where it automatically sets the correct ftp server. So I&lt;br /&gt;don't have to set it like I did on NetBSD and OpenBSD. I suppose I&lt;br /&gt;should check if NetBSD and OpenBSD support this option too, but I&lt;br /&gt;guess not as I haven't seen it mentioned.&lt;br /&gt;&lt;br /&gt;As referenced on the pkg_mgr site, the OpenBSD package tool, the &lt;br /&gt;FreeBSD program sysinstall, which also did the installation of&lt;br /&gt;the system is responsible for package management with a menu.&lt;br /&gt;&lt;br /&gt;So far, FreeBSD.... rooting my android is the next topic.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-3087436686187498389?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/3087436686187498389/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=3087436686187498389' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3087436686187498389'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3087436686187498389'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/07/freebsd.html' title='FreeBSD'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-3767749740593442605</id><published>2011-07-18T17:45:00.003+02:00</published><updated>2011-07-18T19:04:33.423+02:00</updated><title type='text'>More NetBSD</title><content type='html'>After installing some software I realised I made the partition kinda small. I reinstalled the system. Now the metapackage works fine. Perhaps it was due the too small disk size. I've experienced weird problems with Linux systems on low disk space as well...&lt;br /&gt;&lt;br /&gt;So... let's try this shit again&lt;br /&gt;&lt;br /&gt;So X with xfce4 running fine. Even though I had to do the same &lt;br /&gt;manual configuration for the X to enable the 1024 resolution,&lt;br /&gt;but that's due the monitor not supporting DDC. However, the &lt;br /&gt;xfce4 tool to change the resolution works fine on NetBSD.&lt;br /&gt;&lt;br /&gt;On OpenBSD there was a Chromium build in the repository.&lt;br /&gt;Since it's missing on NetBSD, I am using midori instead.&lt;br /&gt;It's also a WebKit based browser so it shouldn't make &lt;br /&gt;that much of a difference anyways.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-3767749740593442605?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/3767749740593442605/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=3767749740593442605' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3767749740593442605'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3767749740593442605'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/07/more-netbsd.html' title='More NetBSD'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-2819498666568675720</id><published>2011-07-18T16:13:00.000+02:00</published><updated>2011-07-18T16:13:17.745+02:00</updated><title type='text'>NetBSD</title><content type='html'>Yeah... I kept adding/editing previous post.&lt;br /&gt;Even though OpenBSD and NetBSD have a simular&lt;br /&gt;packages system. the OpenBSD one is much &lt;br /&gt;friendlier, and installing software worked&lt;br /&gt;like a charm. On NetBSD however, it's a pain&lt;br /&gt;in the ass...&lt;br /&gt;&lt;br /&gt;Like I mentioned, just setting the PKG_PATH&lt;br /&gt;is enough to get both working, but the tools&lt;br /&gt;pkg_mgr vs pkg_select, a huge difference.&lt;br /&gt;First is seemed pkg_select *required* a local&lt;br /&gt;copy of the packages database (which is supposed&lt;br /&gt;to be updated through CVS). After some research&lt;br /&gt;it seems this is not required, but in FTP mode&lt;br /&gt;it's slow as thick shit. &lt;br /&gt;&lt;br /&gt;There appear some meta-packages available in &lt;br /&gt;the NetBSD repository, but trying to install&lt;br /&gt;them results in an error message regarding the&lt;br /&gt;file format being invalid. Really... this&lt;br /&gt;does not make a good impression, I'm sorry.&lt;br /&gt;&lt;br /&gt;And the thing I've mentioned already in 2008.&lt;br /&gt;DUting package installation, it outputs a list&lt;br /&gt;of files it writes, but also some messages&lt;br /&gt;regarding some settings that should be adjusted&lt;br /&gt;manually.... and it just scrolls away as the&lt;br /&gt;next package installs.... this is still not&lt;br /&gt;changed.... kinda annoying, isn't it?&lt;br /&gt;&lt;br /&gt;Well... finally it appears to be installing&lt;br /&gt;something... using the *manually downloaded*&lt;br /&gt;bootstrap for the pkgsrc system, which worked&lt;br /&gt;"out-of-the-box" for OpenBSD, and I still don't&lt;br /&gt;know how to do a search for a package that works&lt;br /&gt;on this OS.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-2819498666568675720?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/2819498666568675720/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=2819498666568675720' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2819498666568675720'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2819498666568675720'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/07/netbsd.html' title='NetBSD'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-4713558223633674236</id><published>2011-07-18T14:38:00.003+02:00</published><updated>2011-07-18T15:41:41.137+02:00</updated><title type='text'>Installing NetBSD</title><content type='html'>Like I mentioned yesterday, today I am continuing&lt;br /&gt;to play around with operating systems. I am now&lt;br /&gt;installing NetBSD. The paritition and slicing&lt;br /&gt;tool feels friendlier then the OpenBSD one. I&lt;br /&gt;can simply enter the sizes I want them to be,&lt;br /&gt;unlike the OpenBSD tool asking to enter CHS&lt;br /&gt;values manually. That was just horrible...&lt;br /&gt;&lt;br /&gt;From this perspective NetBSD clearly wins,&lt;br /&gt;on the other hand, there are other things&lt;br /&gt;OpenBSD clearly wins. For example user &lt;br /&gt;accounts. OpenBSD gave the option to &lt;br /&gt;create user accounts during installation,&lt;br /&gt;which NetBSD (and also ArchLinux) did not.&lt;br /&gt;&lt;br /&gt;NetBSD asks what password cipher to use,&lt;br /&gt;something OpenBSD did not. Perhaps this&lt;br /&gt;is a point for NetBSD again.&lt;br /&gt;&lt;br /&gt;I know I am comparing different operating &lt;br /&gt;systems, but, this is not really the OS&lt;br /&gt;itself but the installer, and the choices&lt;br /&gt;offered during the installation procedure,&lt;br /&gt;which are, from my perspective, not that&lt;br /&gt;much related to the OS itself, as creating&lt;br /&gt;users, offering to set up a (minimal) X &lt;br /&gt;instalaltion, and such things, shouldn't&lt;br /&gt;differ (much) on various *NIX OS'es.&lt;br /&gt;&lt;br /&gt;So, not having a user added automatically,&lt;br /&gt;I have to add my user manually. Which works&lt;br /&gt;basically the same on any *NIX OS, but living&lt;br /&gt;on a *BSD OS, I should add my user to the wheel&lt;br /&gt;group in order to be able to su. &lt;br /&gt;&lt;br /&gt;So far so good.... software is next... and&lt;br /&gt;the same package management is in use as it&lt;br /&gt;was under the OpenBSD. pkg_add and the likes.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So far, I say OpenBSD wins... for &lt;br /&gt;making the user account during setup, &lt;br /&gt;configuring the X during setup, configuring&lt;br /&gt;network during startup. (ok I have to add the&lt;br /&gt;network to the services to startup, but apart&lt;br /&gt;from that, the configuration was done)&lt;br /&gt;&lt;br /&gt;However, NetBSD scored some points for the &lt;br /&gt;parition/slices tool during setup, the choice&lt;br /&gt;of the password cipher, and basically a decent&lt;br /&gt;looking installer. The installer didn't ask as&lt;br /&gt;much as I wished for, but what it actually did,&lt;br /&gt;seemed to me to be in a more decent manner then&lt;br /&gt;the OpenBSD installer.&lt;br /&gt;&lt;br /&gt;&lt;hr&gt;&lt;br /&gt;Edit/Update:&lt;br /&gt;&lt;br /&gt;I removed some part as it was incorrect,&lt;br /&gt;but after some investigation there was still&lt;br /&gt;a point of truth in there. So, the pkg_add&lt;br /&gt;just setting up the path and such makes it&lt;br /&gt;run after all.... I just overlooked a small&lt;br /&gt;thing that make me wonder if I had to download&lt;br /&gt;the package database to the local machine&lt;br /&gt;in order to be able to use the packages&lt;br /&gt;at all... well... just setting the&lt;br /&gt;enviorement variable is enough to install &lt;br /&gt;something, but there is no pkg_mgr in here,&lt;br /&gt;The pkg_mgr site mentioned to have it's roots&lt;br /&gt;in pkg_select, which is available in NetBSD.&lt;br /&gt;&lt;br /&gt;Another thing is the quering seems to be &lt;br /&gt;different, op OpenBSD I just did a &lt;br /&gt;pkg_info -Q whatever&lt;br /&gt;but in NetBSD it seems to require another&lt;br /&gt;variable of which I am not sure yet what&lt;br /&gt;is should be.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-4713558223633674236?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/4713558223633674236/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=4713558223633674236' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4713558223633674236'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4713558223633674236'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/07/installing-netbsd.html' title='Installing NetBSD'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-6462942004316407808</id><published>2011-07-17T21:17:00.001+02:00</published><updated>2011-07-17T21:56:35.995+02:00</updated><title type='text'></title><content type='html'>So, yesterday I've arrived at my family's place.&lt;br /&gt;Here I still have two computers left.&lt;br /&gt;A 1600 Mhz Pentium 4 (Willamette), and a 866 Mhz Pentium 3 (Coppermine)&lt;br /&gt;&lt;br /&gt;I should be ashamed to inform you the Pentium 4 only has a&lt;br /&gt;Windows XP and a Windows 7 installation.... I should be&lt;br /&gt;deeply ashamed...&lt;br /&gt;&lt;br /&gt;So... I've installed ArchLinux on my Pentium 4. This is a more&lt;br /&gt;advanced Linux distro. But I am using it at my computer in&lt;br /&gt;Eindhoven for a while now, and I am happy with it.&lt;br /&gt;&lt;br /&gt;Well configuring this thing.... basic installation is really basic,&lt;br /&gt;you've got to install and configure everything. But there is a&lt;br /&gt;decent packet manager, so that's not a problem. Just one&lt;br /&gt;little thing I forgot, is to get the ssh deamon running.&lt;br /&gt;&lt;br /&gt;You have to allow access to it in the /etc/hosts.allow to get it &lt;br /&gt;working. I forgot this step.... apart from that, installation&lt;br /&gt;of this thing works without problems.&lt;br /&gt;&lt;br /&gt;Now note the machine has a GeForce 4 video card, which means&lt;br /&gt;you need an old nvidia driver, the 96 series which are no&lt;br /&gt;longer working with currect kernel releases. But X works fine&lt;br /&gt;with the nouveau driver, so there is no problem. &lt;br /&gt;&lt;br /&gt;Anyways.... apart from Arch... I noticed there is a new &lt;br /&gt;alpha version of HaikuOS available. However, on both&lt;br /&gt;machines, this alpha 3 version of HaikuOS randomly&lt;br /&gt;freezes. Having the same problem on two machines, I &lt;br /&gt;think I've excluded a problem with the machine itself,&lt;br /&gt;since with other OS'es the machines run fine and with&lt;br /&gt;HaikuOS they both have the problem.&lt;br /&gt;&lt;br /&gt;Now, let's play with some other Operating Systems. I have&lt;br /&gt;ArchLinux now, here and in Eindhoven... let's try something&lt;br /&gt;else. The BSD family of operating systems. I think last time&lt;br /&gt;I've been playing around with those was 2008. So it's a while&lt;br /&gt;ago. I've installed OpenBSD now on my Pentium 3 machine.&lt;br /&gt;&lt;br /&gt;The partitioning tool, I must say, I've made the partitions&lt;br /&gt;with sysresccd with gparted. The OpenBSD installer isn't that&lt;br /&gt;friendly with paritions. I remember other members of the BSD&lt;br /&gt;family had a better tool for that. Anyways.... partitions were&lt;br /&gt;made, and I told the installer to install in the OpenBSD part&lt;br /&gt;of the disk. &lt;br /&gt;&lt;br /&gt;Well... before it did that, it asked me for root password and&lt;br /&gt;username and password for the normal user to log in, and some&lt;br /&gt;other questions included if I were planning to use X.&lt;br /&gt;&lt;br /&gt;So, it installed the OS, complete with a working X server and XDM.&lt;br /&gt;The installed window manager is Fvwm. &lt;br /&gt;&lt;br /&gt;Let's install some software. Yet another package manager. What's it&lt;br /&gt;officially called? Packages. pkg_info pkg_add pkg_delete and the &lt;br /&gt;likes.... well... let's see if I can get a xfce4 window manager&lt;br /&gt;instead, and install some additional software too.&lt;br /&gt;&lt;br /&gt;Well... I said X started, right? But it started in 800x600 &lt;br /&gt;resolution. The monitor doesn't support DDC, so it cannot&lt;br /&gt;be auto detected. Now I got xfce running, and replaced&lt;br /&gt;xdm by gdm by the way, I tried to start the xfce monitor&lt;br /&gt;setting to change resolution. Just to be told the video&lt;br /&gt;driver doesn't support video outputs. I guess I have to&lt;br /&gt;poke the X settings manually... &lt;br /&gt;&lt;br /&gt;By entering some horizontal and vertical frequencies,&lt;br /&gt;I have managed to get the monitor in the desired&lt;br /&gt;resolution. But I think this is enough playing for today.&lt;br /&gt;Tomorrow another day, also FreeBSD and NetBSD will be&lt;br /&gt;my next toys.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-6462942004316407808?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/6462942004316407808/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=6462942004316407808' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6462942004316407808'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6462942004316407808'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/07/so-yesterday-ive-arrived-at-my-familys.html' title=''/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-3975134176727468525</id><published>2011-06-15T16:38:00.000+02:00</published><updated>2011-06-15T16:38:10.295+02:00</updated><title type='text'>Uploading a video to YouTube</title><content type='html'>I have mentioned this issue before, but sadly, it was on Facebook comments. Try to find a status post with comments you've made a long time ago. Facebook currently doesn't implement a reasonable way to search your own ancient statusses and comments.&lt;br /&gt;&lt;br /&gt;So, I had to re-create the procedure. It's not staight forwards, and it seems more people are suffering from this issue. So I've decided to put it here on my blog.&lt;br /&gt;&lt;br /&gt;So, I want to record a video with my webcam. For this purpose I use &lt;a href="http://projects.gnome.org/cheese/" target="_blank"&gt;Cheese Webcam Studio&lt;/a&gt;. Now the problem is, the first part of the video contains some audio problems, causing the file to go out of sync. A way to fix it is to skip the first 30 seconds of a recording.&lt;br /&gt;&lt;br /&gt;Using ffmpeg you can do this by &lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;ffmpeg -acodec copy -vcodec copy -ss 30 -i input.ogv output.ogv&lt;/blockquote&gt;&lt;br /&gt;We just copy the video and audio stream to a new file, and skip the first 30 seconds. Playing it locally using mplayer now correctly displays the video.&lt;br /&gt;&lt;br /&gt;Now, uploading it to youtube will fail. It seems, YouTube doesn't correctly handle the Theora codec in an Ogg-container. The solution to this is copying the video to a Matroska container instead. So we get&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;ffmpeg -acodec copy -vcodec copy -ss 30 -i input.ogv output.mkv&lt;/blockquote&gt;&lt;br /&gt;Now, playing it locally with mplayer shows the aspect ratio is messed up. So, trying to ass the aspect ratio &lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;ffmpeg -acodec copy -vcodec copy -ss 30 -aspect 4:3 -i input.ogv output.mkv&lt;/blockquote&gt;&lt;br /&gt;But this had NO EFFECT WHATSOEVER. It seems, ffmpeg is sensitive to the order of the parameters, and only accepts the -aspect parameter as last parameter, just before the output filename. So&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;ffmpeg -acodec copy -vcodec copy -ss 30  -i input.ogv -aspect 4:3 output.mkv&lt;/blockquote&gt;&lt;br /&gt;will do the trick and produce a video file that's correctly synchronised, and 'compatible' with YouTube.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-3975134176727468525?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/3975134176727468525/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=3975134176727468525' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3975134176727468525'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3975134176727468525'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/06/uploading-video-to-youtube.html' title='Uploading a video to YouTube'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-4150648411600991329</id><published>2011-05-31T11:40:00.000+02:00</published><updated>2011-05-31T11:40:40.064+02:00</updated><title type='text'>What's this?</title><content type='html'>My laptop started acting weird. All net tabs in Chromium immediately crashed. So, I tried to start midori instead, but nothing happened. Trying to start it from a terminal, which happened to be open, gave some weird errors. It couldn't even load the executable. &lt;br /&gt;&lt;br /&gt;It seems, the hard disk went offline. (Windows would just have BSOD'd, Linux keeps running even without harddisk)&lt;br /&gt;&lt;br /&gt;Looking at dmesg. I couldn't |tail is, this would give a "bus error", due the hard disk problem. So I had to get the entire log.... but I couldn't save it to a file without running hard disk. Scrolling in the terminal window also stopped working, so I could only get the last few lines in the log, which were these lines&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family: monospace;"&gt;&lt;br /&gt;sd 0:0:0:0: [sda] Unhandled error code&lt;br /&gt;sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK&lt;br /&gt;sd 0:0:0:0: [sda] CDB: Read(10): 28 00 17 9f 9c 36 00 00 08 00&lt;br /&gt;end_request: I/O error, dev sda, sector 396336182&lt;br /&gt;sd 0:0:0:0: [sda] Unhandled error code&lt;br /&gt;sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK&lt;br /&gt;sd 0:0:0:0: [sda] CDB: Read(10): 28 00 1b 17 24 e1 00 00 08 00&lt;br /&gt;end_request: I/O error, dev sda, sector 454501601&lt;br /&gt;sd 0:0:0:0: [sda] Unhandled error code&lt;br /&gt;sd 0:0:0:0: [sda] Result: hostbyte=DID_BAD_TARGET driverbyte=DRIVER_OK&lt;br /&gt;sd 0:0:0:0: [sda] CDB: Read(10): 28 00 1b 17 24 e1 00 00 08 00&lt;br /&gt;end_request: I/O error, dev sda, sector 454501601&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Now... what does this mean? Something wrong with the hard disk? the controller? or is this a bug in the kernel?&lt;br /&gt;&lt;br /&gt;Besides, my battery is really starting to get bad. I don't get it. One day it says ninety-something % capacity, and then a few days later is was fourty-something. and now it's down to 36%. Why *suddenly*? Does it enter self-destruct mode after warranty expires?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-4150648411600991329?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/4150648411600991329/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=4150648411600991329' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4150648411600991329'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4150648411600991329'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/05/whats-this.html' title='What&apos;s this?'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-8475115754000203722</id><published>2011-05-30T19:10:00.002+02:00</published><updated>2011-05-30T19:13:00.517+02:00</updated><title type='text'>Trust, Freedom and Love (part 3)</title><content type='html'>You might ask the question &lt;i&gt;What is love?&lt;/i&gt;&lt;br /&gt;&lt;br /&gt;That were the last words from my previous post.I've been talking above love for two posts, but what am I talking about? &lt;br /&gt;&lt;br /&gt;This post will be from a personal point of view, okay? Let me take you back into the past. Imagine me, a little over five years ago.Depressed me. Asking, &lt;i&gt;What is love?&lt;/i&gt;, my answer would be. &lt;i&gt;Someone who can make me feel better, no matter how bad I feel&lt;/i&gt;.&lt;br /&gt;Little over 5 years ago that was Julia.&lt;br /&gt;Little over a yeas ago that was Joshua.&lt;br /&gt;&lt;br /&gt;They were there for me when I needed someone, but is that enough to be called &lt;i&gt;love?&lt;/i&gt;.&lt;br /&gt;Nah... there are more people who supported me when I was feeling down, but only someone I love could make me feel better. &lt;br /&gt;&lt;br /&gt;What am I doing? I was supposed to write about love, and now I am talking about depression?  Uhm... yes, I am. But my point is, love can be so strong that it can make me forget how bad I felt. Just talking is enough...&lt;br /&gt;&lt;br /&gt;So... where was I? Oh, right, I was talking about love. I want to make the person I love &lt;b&gt;happy&lt;/b&gt;... that's an answer.&lt;br /&gt;&lt;br /&gt;Make them happy, make me happy. Yes, that's what love is about, about happiness. &lt;br /&gt;&lt;br /&gt;I want the person I love to be happy, right? Love is about making him happy. So, wouldn't&lt;br /&gt;it be logical to say, he should be loved by more people then just me? More people trying&lt;br /&gt;to make him happy. I want him to be happy.&lt;br /&gt;&lt;br /&gt;Seems very simple, right?&lt;br /&gt;&lt;br /&gt;Also I would like to link to &lt;a href="http://my.opera.com/JoshuaPhelps/blog/what-is-love" target="_blank"&gt;Joshua's blog&lt;/a&gt; about love.&lt;br /&gt;&lt;br /&gt;Still... I don't feel like I have answered the question. I have given some things about love,&lt;br /&gt;about when you love someone, but what is this love? What do I love about a person?&lt;br /&gt;&lt;br /&gt;Well, one could argue if looks be an answer. Perhaps it would play a role deciding if you&lt;br /&gt;would start talking to a person. But just good looks aren't enough.&lt;br /&gt;&lt;br /&gt;What makes the difference, your attitude to me, do you respect me, accept me the way I am?&lt;br /&gt;But also, your thoughts and ideas. How close are they to mine? Your personality. I love and have loved different people, different personalities. Very different, indeed,&lt;br /&gt;but their attitude towards me is important, accepting me for who I am.&lt;br /&gt;&lt;br /&gt;To love and to be loved. Someone who cares about me, who cheers me up when I am sad. When someone I love is sad I want to make him happy again. Perhaps I want to be close to them even more when I know they are sad. &lt;br /&gt;&lt;br /&gt;Comforting someone I love, crying on my shoulder... to me... I don't want you to be sad, but if I am the one you come to for comfort, if you trust me to show me your weak spot, that would mean a lot to me. Perhaps, someone I love crying on my shoulder is more intimate then having sex? I don't want you to be sad, of course. But when you are I want to be the one to comfort you.&lt;br /&gt;&lt;br /&gt;Why am I starting to talk about sadness again?  To make the person I love happy is the most important when they are not. That's why... because I want to make a difference in their lives.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-8475115754000203722?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/8475115754000203722/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=8475115754000203722' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8475115754000203722'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8475115754000203722'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/05/trust-freedom-and-love-part-3.html' title='Trust, Freedom and Love (part 3)'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-5200145684703487511</id><published>2011-05-24T11:17:00.000+02:00</published><updated>2011-05-24T11:17:27.764+02:00</updated><title type='text'>Trust, Freedom and Love (part 2)</title><content type='html'>I am not quite happy yet with my last post.&lt;br /&gt;As I think, it doesn't really capture my ideas&lt;br /&gt;yet.&lt;br /&gt;&lt;br /&gt;First of all, it can be read as such, as if it&lt;br /&gt;were written from my personal point of view.&lt;br /&gt;"What's wrong with that?", you might ask.&lt;br /&gt;Well... there is nothing wrong with expressing&lt;br /&gt;my personal point of view, but why would I &lt;br /&gt;put that here on my blog. If this was supposed&lt;br /&gt;to be something between me and Joshua, it would&lt;br /&gt;be sent to him in an email or other private means&lt;br /&gt;of communication.&lt;br /&gt;&lt;br /&gt;What I am trying to do is, to present an idea,&lt;br /&gt;a concept. An alternative way of human interaction,&lt;br /&gt;an alternative way of life. Re-designing the society,&lt;br /&gt;the world. Well... just a suggstion, an idea.&lt;br /&gt;&lt;br /&gt;Another thing to notice about my previous post,&lt;br /&gt;well... another thing I would like to point out&lt;br /&gt;about my previous post, it's due a concept missing&lt;br /&gt;in the English langauge, (and every other language I &lt;br /&gt;speak too) which makes it difficult to express a&lt;br /&gt;part of my ideas. If you look at my previous post,&lt;br /&gt;you see me using the word &lt;i&gt;he&lt;/i&gt; to refer to &lt;br /&gt;&lt;i&gt;the person I love&lt;/i&gt;. If it were a personal post&lt;br /&gt;it wouldn't be a problem to do that, but if I &lt;br /&gt;were to write the general idea... The English&lt;br /&gt;language misses a gender-neutral word to refer to&lt;br /&gt;a person. I could write &lt;i&gt;he/she&lt;/i&gt;, but that would&lt;br /&gt;just draw attention to the gender, in stead of ignoring&lt;br /&gt;it. And to continue the question I have asked in&lt;br /&gt;an earlier post, &lt;i&gt;how does language influence our&lt;br /&gt;thinking?&lt;/i&gt;, I suggest that &lt;i&gt;gender discrimination&lt;/i&gt;&lt;br /&gt;is a result of this lack of a gender-neutral word to &lt;br /&gt;refer to a person. Those words, &lt;i&gt;he&lt;/i&gt; and &lt;i&gt;she&lt;/i&gt;,&lt;br /&gt;it creates a way of thinking that discriminates...&lt;br /&gt;since there is no word in the language that gives&lt;br /&gt;an alternative not to do so.... &lt;br /&gt;&lt;br /&gt;(note: it might be possible with more complex grammatical&lt;br /&gt;constructions, but not with a single word, and that is&lt;br /&gt;the point I am trying to make)&lt;br /&gt;&lt;br /&gt;So.. what I am trying to say, in the model I am describing&lt;br /&gt;in previous post, I wish to express how &lt;i&gt;persons&lt;/i&gt; relate&lt;br /&gt;to each other. In this model, I do not wish to let &lt;i&gt;gender&lt;/i&gt;&lt;br /&gt;play any role. To say it simple, in this model, the 'default &lt;br /&gt;orientation' would be bisexual. The reason is to treat &lt;br /&gt;everyone equal, regardless the gender.&lt;br /&gt;&lt;br /&gt;Okay, you might say, that's not what the world is like. &lt;br /&gt;And yes, that's true. But is it? Aren't we all raised&lt;br /&gt;with the idea heterosexuality is the default? That this&lt;br /&gt;is how we are expected to behave? How big is this influence&lt;br /&gt;on what we actually turn out to be? There are people&lt;br /&gt;who suggest that everyone is actually bisexual, but&lt;br /&gt;we've learned to be heterosexual. Assuming this is true,&lt;br /&gt;then the suggested model would make sense, right?&lt;br /&gt;&lt;br /&gt;Apart from that, you might ask the question &lt;i&gt;What is love?&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-5200145684703487511?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/5200145684703487511/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=5200145684703487511' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5200145684703487511'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5200145684703487511'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/05/trust-freedom-and-love-part-2.html' title='Trust, Freedom and Love (part 2)'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-6839902748453041349</id><published>2011-05-21T23:20:00.001+02:00</published><updated>2011-05-21T23:25:06.020+02:00</updated><title type='text'>Trust, Freedom and Love</title><content type='html'>About trust, freedom and love...&lt;br /&gt;what do those words mean to me?&lt;br /&gt;What does it mean? &lt;br /&gt;&lt;br /&gt;I have been writing about freedom a few times. And freedom is a concept that's very important to me. Freedom of speech, Freedom of everything.&lt;br /&gt;&lt;br /&gt;But, like I have tried to explain before, freedom doesn't exist by itself. freedom is not universal. and you don't just &lt;b&gt;have&lt;/b&gt; freedom, but it is &lt;b&gt;given&lt;/b&gt; to you by others.&lt;br /&gt;&lt;br /&gt;Now, from my point of view, how should freedom and love relate? Especially the person I love should be free. I do not wish to restrict his freedom in any way. No promises, no obligations, nothing but freedom. This might sound scary, and that's why trust is important.&lt;br /&gt;&lt;br /&gt;I don't want the person I love to stay in my life because I want him to. I don't want him to stay because I need him. The only reason he should stay is because he wants to stay, because he needs me. It should all be, because he wants so. The 'security' of promises should be replaced by trust. That way, his presence in my life, him saying he loves me, gets true meaning. It gives love true meaning. He is free to disappear without a trace, but I trust him he will stay. Because he loves me like I love him. I have to trust that will never change.&lt;br /&gt;&lt;br /&gt;But perhaps I am not going far enough yet. More freedom, because I trust him. I have asked a question before, in earlier posts in this blog, why is a person only supposed to love one person? I suggested it's more of a cultural thing then anything else. Therefore, I say I should give him the freedom to 'see other people'. He can love someone else too. I trust him. I trust I won't lose him if he does. Well, under the condition the other person shares this vision of course. The worst thing that could happen is being forced to choose between two people you love(*).  I don't want to put the person I love in that position, therefore he should be free.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Perhaps, an interesting side-effect might be, what if... the person I love and me both develop feelings for the same person?&lt;br /&gt;&lt;br /&gt;(*) I have been in such a position. This was in a time I didn't have this view yet. I developed feelings for two people... and feeling like I had to choose was tearing me apart. I wanted them both. Therefore I say, it is possible to have strong feelings for two people at the same time. So that's why I am mentioning this.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Love... giving everything you have and expecting nothing in return.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-6839902748453041349?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/6839902748453041349/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=6839902748453041349' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6839902748453041349'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6839902748453041349'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/05/trust-freedom-and-love.html' title='Trust, Freedom and Love'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-6406950667218435577</id><published>2011-05-21T13:54:00.000+02:00</published><updated>2011-05-21T13:54:52.894+02:00</updated><title type='text'>The new terrorism...</title><content type='html'>I don't completely live under a rock. The news Bin Laden has been killed has also reached my world. Also, referring to my previous posts about life... people celebrating his death? Can killing a human being be a good thing? Apparently so...&lt;br /&gt;&lt;br /&gt;Who is good? Who is evil? It will depend on the point of view of the person speaking. And history book are written by, guess who, those who won the war? What if.... what if Hitler won the war? What would be written in history books if that was the case? What would it say about the United Kingdom, or the United Stated, or Russia? It's all relative....&lt;br /&gt;&lt;br /&gt;But this time I didn't want to discuss Bin Laden or Hitler, but rather their consequences on society. Well... Hitler.... the European Union is a direct result of the war... so much said. But these were event from before I was born...  and it's not what I am concerned about right now.&lt;br /&gt;&lt;br /&gt;So... let's discuss Bin Laden... or rather... 9/11 (weird american notation... always confuses us europeans.... "huh, what about 9 november?")&lt;br /&gt;I mean... what happened after? New security laws, measurement, by the governments, to ensure the people's safety. And the people accepted. It was for their protection after all. Measurements, they would never have accepted, if nothing happened. But, scaring them apparently is enough to make then give up their freedom, their rights. What good is your freedom when you're dead? right?&lt;br /&gt;&lt;br /&gt;But how far do these measurements go? The USA can check the bank accounts of all EU civilians. WTF??? Why must the USA know how much money I have? And how I spend it?  And when I want to travel to the USA? These ESTA forms? All these questions I have to answer before I am allowed to enter the country? And, as some of my relatives who have been there told me, also an interrogation when you arrive. Like a criminal.... yes, dear USA, are we all criminals?&lt;br /&gt;&lt;br /&gt;Well.. Bin Laden has been killed? Can we stop all this bullshit now? Please? Of course that is not going to happen. I just think Bin Laden was killed because the word terrorism didn't scare people anymore.  They got used to it...&lt;br /&gt;&lt;br /&gt;So... the governments need another tool, another reason for people to accept new laws and measurements that restrict peoples privacy and rights. Censorship in the USA? Yes, sites that are taken down, because they, for example, infringe copyright. Aaaah.... copyright.... &lt;a href=http://questioncopyright.org/faq target=_blank&gt; being used for the purpose it was once invented: censorship! &lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Still, this approach gets a lot of resistance.... so what else to do?  Well... a closer look at some news for the past time might reveal the answer. Along with something from the historic archives. Imagine what the world was like.... in 1990? (thinks... 1990? perhaps that was the year I've been to the USA, not sure) Well... &lt;a href=http://www.nuentoen.nl/fotos/98986/1990-interactief-reclamebord.html target=_blank&gt; look at this &lt;/a&gt; What do you think? Do you think something like that would be acceptable anno 2011? &lt;br /&gt;&lt;br /&gt;Oh... in 2011... people will start screaming CHILD PORN!!!! well... not that extreme, I suppose, but still... I think the people's opinion of what's acceptable has been changed. Why? And were the people influenced on purpose to change their opinions? &lt;br /&gt;&lt;br /&gt;I am not the first one to say this: Child porn is 'the new terrorism'.  The new thing to make people give up their rights. New laws to block child porn from the internet have been proposed in the recent past. People like me will scream CENSORSHIP! But the masses don't seem to notice the dangers of such laws.... like in France... where sites can be blocked, without a Judges approval. &lt;a href=http://tweakers.net/nieuws/74508/politiek-zegt-nee-tegen-internetfilter.html target=_blank&gt;I am glad our government voted against such law. &lt;/a&gt; Also, I am glad with my ISP, XS4ALL, who will always object and make their points when a law that might restricting people's freedom and rights is proposed. &lt;br /&gt;&lt;br /&gt;Also, &lt;a href=http://tweakers.net/nieuws/73966/justitie-encryptie-moet-worden-verboden.html target=_blank&gt; the proposal to outlaw encryption &lt;/a&gt;, and to make the general public buy it, they say they've arrested some guy with a huge collection of encrypted child pornography. And so they say, to prevent child pornography, encryption should be illegal. Really? Let's make cars illegal, since they can be used to kill people.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-6406950667218435577?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/6406950667218435577/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=6406950667218435577' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6406950667218435577'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6406950667218435577'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/05/new-terrorism.html' title='The new terrorism...'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-6561900865222610322</id><published>2011-05-20T21:42:00.000+02:00</published><updated>2011-05-20T21:42:24.674+02:00</updated><title type='text'>The end of the world?</title><content type='html'>People on facebook are spreading rumours about the end of the world. It also seems, these rumours are mostly originating from the Unites States. I honestly don't think the world will end soon. I think this rock is going to be around for another couple of million years. But even if it ended today, it doesn't matter. There is nothing I can do about it, so worrying about it would be a waste of time, of which, if the world is about to end, I do not have much left. Live every day like it was the last. If I am to die tonight, I want to die happy and without regrets. The past is gone, and will never come back. The future is uncertain, no one knows what lies ahead. Here and now, this is what you have. Enjoy every minute, every second.&lt;br /&gt;&lt;br /&gt;These are the words I posted earlier on facebook. I said, I would post some stuff on my blog about this. Well.... I better do it now before it's too late. Three and a half hours left, right? lol&lt;br /&gt;&lt;br /&gt;When I was younger, I was afraid to die. Dying was my worst fear. I was afraid to go to sleep and never wake up again. My worst fear, to die... &lt;br /&gt;&lt;br /&gt;This was the way I felt when December 2005 hit me. December 2005... the most depressing time in my life. Suddenly there, just like that. Actually, I am not even sure why I suddenly was depressed. I have mentioned a reason, yes, but I don't know if that was really the reason. Maybe it was just part of the change, from the old me (pre-summer-2005) and the new me. &lt;br /&gt;&lt;br /&gt;But I am getting way off-topic now. I was talking about, me, being afraid to die, right? Ok. Those of you, who were around in those days will remember what happened next. I found a soul, lost like me. That's how I survived this though period of my life. I had someone to protect, I was needed. Someone needed me, someone who I would protect.... and if I would die, I couldn't do that anymore.&lt;br /&gt;&lt;br /&gt;Those of you who were with me during that time (or bothered to read my ancient blog posts) of course know, this love wouldn't last forever...  I can start writing some things about love here, but I was planning another post for that. The topic of today is the end of the world, or rather, how, in the past, I've been afraid to die.&lt;br /&gt;&lt;br /&gt;Yet... what does this mean...  to me... me back in 2006... At first it's like... I had saved her... and she me... what would have happened if... history would have taken a different course. Listen, if you're reading this, I have no hard feelings, I'm glad we're still friends today, what I am about to say is what I felt back then, not now, ok?  I also felt like... she let me down when she didn't need me anymore... I felt used... And it was then, remeber, 2006, still thinking I was bi, then my next relation should be a guy... and in the months after that, I started to realise that thinking about girls would actually turn me off. I still wonder, am I gay because I made that decision?  Ok, I'm going off-topic again...&lt;br /&gt;&lt;br /&gt;The point is.... I did make a difference... back then... December 2005... a long time ago... &lt;br /&gt;&lt;br /&gt;And later.... beginning 2008 was kinda a disaster... being played with my heart... not an experience I wish to recommend. I had lost my trust... &lt;br /&gt;&lt;br /&gt;My life today... well... I love Joshua. I don't think that's a secret anymore. I think it was February or March 2010, when we started talking... That one poem, that really touched my heart. Describing exactly how I felt, still a result of 2008, yes... But Josh... I will protect him with my life. Yeah... we've helped each other though some hard times. Interesting to see, perhaps, to see, how love started with depression, in both cases? &lt;br /&gt;&lt;br /&gt;But my point is... I know now, I have influenced people, helped them, cared for them, saved them...  I have made a difference. I know, if I would drop dead right now, I will not be forgotten. I know, even if I would drop dead right now, I would still live on in your memories. I would not die after all. My ideas still live on. So... I don't have to be afraid to die anymore... but I still have the desire to protect those I love. To share my ideas, my thoughts. To try to make this world a better place. I can't save the world, but I want those who I call my friends to be happy.&lt;br /&gt;&lt;br /&gt;So, less then two and a half our left in this day. I've been writing on this for over an hour? Enough of this end-of-the-world-crap. When I wake up tomorrow, I expect the word to be on the other side of my front door. The world is a pretty reliable thing. It's always on the other side of my front door, and never failed to be there before, so I don't expect that to change tomorrow.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-6561900865222610322?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/6561900865222610322/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=6561900865222610322' title='5 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6561900865222610322'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6561900865222610322'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/05/end-of-world.html' title='The end of the world?'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-4664710698735995885</id><published>2011-05-19T14:26:00.000+02:00</published><updated>2011-05-19T14:26:46.228+02:00</updated><title type='text'>Life (part 3)</title><content type='html'>In the concluding paragraph in part 2, I said&lt;br /&gt;"technology doesn't have a mind of it's own"&lt;br /&gt;&lt;br /&gt;But what exactly does it mean? What does&lt;br /&gt;it mean? Perhaps this should also go into the range&lt;br /&gt;of posts&amp;nbsp;concerning 'freedom' as well?&lt;br /&gt;&lt;br /&gt;Are you free to do what your want?&lt;br /&gt;Is a dog free to do what it wants? or, yes, here&lt;br /&gt;the little bastard is again, is the mosquito free to&lt;br /&gt;do what it wants? Does the little bastard even&lt;br /&gt;want to bite you? Or doesn't it have a choice&lt;br /&gt;to bite you?&lt;br /&gt;&lt;br /&gt;As far as I can tell, the mosquito is purely driven&lt;br /&gt;by instinct. It doesn't have a mind, it doesn't want&lt;br /&gt;anything. It just acts on instinct.&lt;br /&gt;&lt;br /&gt;And, concerning technology, if it were alive, as I&lt;br /&gt;argued in previous post, it would be on the level&lt;br /&gt;of the mosquito, something that purely acts on instinct.&lt;br /&gt;&lt;br /&gt;Or perhaps even a lower level? What about a bacteria?&lt;br /&gt;Does a bacteria have an instinct? Or does it just consume&lt;br /&gt;nutrients and multiply? Does a bacteria just repeat "eat and&lt;br /&gt;multiply" until there is nothing left to eat, and just die.&lt;br /&gt;&lt;br /&gt;Maybe it's more interesting to look at what's above the&lt;br /&gt;level of a mosquito then what's below.&lt;br /&gt;&lt;br /&gt;Now? Wait a moment? What is this level what I am talking about?&lt;br /&gt;And is this level the thing, that, in part 1, makes the difference&lt;br /&gt;if it's ok to kill. However, we still have the mouse here.&lt;br /&gt;&lt;br /&gt;Speaking about the mouse, it does have a higher level then&lt;br /&gt;the mosquito. It can do things beyond basic instinct. You&lt;br /&gt;can teach your pet mouse to do tricks.... but you can't&lt;br /&gt;teach a mosquito to do the same, can you? Yet I wouldn't&lt;br /&gt;say a mouse is intelligent yet. Neither a dog or a cat, or&lt;br /&gt;any other pet for that matter. Even though they can&lt;br /&gt;act beyond basic instinct, it takes more then that to be&lt;br /&gt;intelligent.&lt;br /&gt;&lt;br /&gt;So... what does make you different from that mouse?&lt;br /&gt;Since you can teach the mouse to do tricks, the ability&lt;br /&gt;to learn is not what makes you different. Then, what is&lt;br /&gt;it, that what makes the difference. I think it's the ability&lt;br /&gt;to understand. Not just learning the 'what', but the 'why'.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-4664710698735995885?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/4664710698735995885/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=4664710698735995885' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4664710698735995885'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4664710698735995885'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/05/life-part-3.html' title='Life (part 3)'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-147111819780616467</id><published>2011-05-19T13:58:00.000+02:00</published><updated>2011-05-19T13:58:01.670+02:00</updated><title type='text'>Life (part 2)</title><content type='html'>My brain is thinking, and even though I have not&lt;br /&gt;reached a conclusion at the end of "part 1", I have&lt;br /&gt;decided to start a "part 2" as it, even though it is&lt;br /&gt;going to the same category "life", it will be from&lt;br /&gt;a different perspective.&lt;br /&gt;&lt;br /&gt;&lt;i&gt;What is a life?&lt;/i&gt; is one of the questions I've asked&lt;br /&gt;in previous post, and I would like to look into that&lt;br /&gt;subject in this post.&lt;br /&gt;&lt;br /&gt;When we look at wikipedia, it presents us this list&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Homeostasis&lt;/b&gt;: Regulation of the internal environment to maintain a constant state; for example, electrolyte concentration or sweating to reduce temperature.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Organization&lt;/b&gt;: Being structurally composed of one or more cells, which are the basic units of life.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Metabolism&lt;/b&gt;: Transformation of energy by converting chemicals and energy into cellular components (anabolism) and decomposing organic matter (catabolism). Living things require energy to maintain internal organization (homeostasis) and to produce the other phenomena associated with life.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Growth&lt;/b&gt;: Maintenance of a higher rate of anabolism than catabolism. A growing organism increases in size in all of its parts, rather than simply accumulating matter.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Adaptation&lt;/b&gt;: The ability to change over a period of time in response to the environment. This ability is fundamental to the process of evolution and is determined by the organism's heredity as well as the composition of metabolized substances, and external factors present.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Response to stimuli&lt;/b&gt;: A response can take many forms, from the contraction of a unicellular organism to external chemicals, to complex reactions involving all the senses of multicellular organisms. A response is often expressed by motion, for example, the leaves of a plant turning toward the sun (phototropism) and by chemotaxis.&lt;/li&gt;&lt;li&gt;&lt;b&gt;Reproduction&lt;/b&gt;: The ability to produce new individual organisms, either asexually from a single parent organism, or sexually from two parent organisms.&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;I am aware there are alternative definitions. But &lt;br /&gt;looking at these definitions, one could argue that &lt;br /&gt;a single (human) cell is &lt;b&gt;not&lt;/b&gt; alive, when it's &lt;br /&gt;separated from the body. And how would we think&lt;br /&gt;about organ donation? Is a donor organ alive? As&lt;br /&gt;it's not part of a life-form, and, on itself,&lt;br /&gt;"cannot survive" (if it were alive), or, maybe better said,&lt;br /&gt;doesn't have the properties on the list presented above.&lt;br /&gt;&lt;br /&gt;Now, I am going to invite the mosquito, discussed in previous&lt;br /&gt;post again. I want to look at one property of the reproduction&lt;br /&gt;cycle of this little bastard. The insect bites and sucks blood. It&lt;br /&gt;required the blood for it's reproduction.&lt;br /&gt;&lt;br /&gt;Why am I telling you this. My point here is, the reproduction cycle&lt;br /&gt;&lt;b&gt;depends&lt;/b&gt; blood. Blood which is available in &lt;b&gt;other&lt;/b&gt;&amp;nbsp;lifeforms. So,&lt;br /&gt;even though this isn't a problem with the&amp;nbsp;defined&amp;nbsp;above, I would&lt;br /&gt;like to point out this fact, as it might play a role later.&lt;br /&gt;&lt;br /&gt;I guess you've heard about a story, seen a movie, read a book, in&lt;br /&gt;which computers take over the world. Some say, once computers&lt;br /&gt;get too intelligent, when we're created an artificial intelligence, smart&lt;br /&gt;enough to think for themselves, they might take over the world.&lt;br /&gt;&lt;br /&gt;I think they did, a long time ago. Technology is alive. No, the&lt;br /&gt;computer on your desk, but technology as a whole.&lt;br /&gt;&lt;br /&gt;Well... let's look at &lt;b&gt;reproduction&lt;/b&gt;.... no, your computer isn't&lt;br /&gt;going to get a bunch of little computers, no, that is not going&lt;br /&gt;to happen. But, I said, look at technology as a whole. All the&lt;br /&gt;chips in your computer... or any other electronic device.&lt;br /&gt;Where do they come from? Well??? Technology! right?&lt;br /&gt;And even though those machines that build the chips for&lt;br /&gt;you computer are operated by humans.... a mosquito also&lt;br /&gt;needs other lifeforms to reproduce, right?&lt;br /&gt;&lt;br /&gt;Did I just say, the machine is operated by humans, well, I&lt;br /&gt;think that answers the question &lt;b&gt;response to stimuli&lt;/b&gt;&amp;nbsp;with&lt;br /&gt;a yes.&lt;br /&gt;&lt;br /&gt;Let's look at&amp;nbsp;&lt;b&gt;Adaptation and growth.&lt;/b&gt;&amp;nbsp;Well... is&lt;br /&gt;technology doing this? I say it does. Even though,&lt;br /&gt;technology is invented by humans, and it only does so&lt;br /&gt;because humans make it do so. Technological "progress"&lt;br /&gt;has been a constant, and it seems to "grow" at increasing&lt;br /&gt;rate, adapt to new desires from it's creators, the humans.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Metabolism&lt;/b&gt; might be a trickier one. Technology doesn't eat,&lt;br /&gt;does it? Well... the definition is created to define &lt;i&gt;organic&lt;/i&gt;&amp;nbsp;life.&lt;br /&gt;If I want to include &lt;i&gt;technology as a whole&lt;/i&gt;&amp;nbsp;into the definition&lt;br /&gt;of life, I might have to play a little with the definition. But a&lt;br /&gt;power plant does a conversion of energy (coals, etc. &amp;nbsp;into electricity)&lt;br /&gt;which is used to power many kinds of technology.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Organisation&lt;/b&gt;, again, the definition speaks about organic life here,&lt;br /&gt;and the concept &lt;i&gt;cell&lt;/i&gt;&amp;nbsp;might be seen as a&amp;nbsp;parallel&amp;nbsp;to your computer,&lt;br /&gt;cellphone, dvd-player, etc. I asked before, is a single cell alive?&lt;br /&gt;Or is it only considered alive in context of the lifeform? If the&lt;br /&gt;second is the case, I would say, every piece of technology is&lt;br /&gt;like a cell in the organism of technology.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Homeostasis&lt;/b&gt;&amp;nbsp;.... regulation of the internal&amp;nbsp;environment.&amp;nbsp;&lt;br /&gt;But what is the internal&amp;nbsp;environment&amp;nbsp;of technology?&lt;br /&gt;Maybe we need to be a little more specific to explain&lt;br /&gt;this? Maybe we shouldn't consider technology as a&lt;br /&gt;single organism, but as a class of organisms to show&lt;br /&gt;this? On a 'cell-level' I can say, the power supply of&lt;br /&gt;my (insert random electronic device) regulates the&lt;br /&gt;voltage to a certain level. I can say it's a switching&lt;br /&gt;power supply, and it will switch faster or slower&lt;br /&gt;depending on the load, in order to maintain the&lt;br /&gt;same&amp;nbsp;voltage&amp;nbsp;level.&lt;br /&gt;&lt;br /&gt;And in this whole story, I haven't even mentioned&lt;br /&gt;the internet. A network of millions of computers,&lt;br /&gt;connected together. Routers&amp;nbsp;determining&amp;nbsp;the&lt;br /&gt;route of a packet to travel, and if that route is&lt;br /&gt;blocked, autonomously decide for an alternative&lt;br /&gt;route. Routing protocols, in which routers inform&lt;br /&gt;each other of who they can speak to. et cetera.&lt;br /&gt;&lt;br /&gt;Now, has technology taken over the world???&lt;br /&gt;Then answer me this question. What if all technology&lt;br /&gt;would say "no" and stop working. Of course,&lt;br /&gt;technology, as it is today, doesn't have a mind&lt;br /&gt;of it's own, and can't decide it doesn't feel like&lt;br /&gt;servicing humans anymore. But what if... what&lt;br /&gt;if all technology would stop working. We depend&lt;br /&gt;on technology, and therefore, it controls us, and so&lt;br /&gt;it has taken over the world, a long time ago...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-147111819780616467?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/147111819780616467/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=147111819780616467' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/147111819780616467'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/147111819780616467'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/05/life-part-2.html' title='Life (part 2)'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-3087560827169318709</id><published>2011-05-19T12:50:00.000+02:00</published><updated>2011-05-19T12:50:29.654+02:00</updated><title type='text'>Life (part 1)</title><content type='html'>My mind is racing at full speed these days,&lt;br /&gt;thinking about all kinds of stuff. This is an&lt;br /&gt;attempt to capture one of these thoughts&lt;br /&gt;before my mind runs off again, something&lt;br /&gt;which it tends to do all the time.&lt;br /&gt;&lt;br /&gt;What is a life? What does it mean to be&lt;br /&gt;alive? What's the value of a life?&lt;br /&gt;&lt;br /&gt;When you see a fly in your home, will you&lt;br /&gt;kill it? Or a&amp;nbsp;mosquito? I think many people&lt;br /&gt;would, right?&lt;br /&gt;&lt;br /&gt;I don't think I have to argue a fly and a&lt;br /&gt;mosquito are alive, right? But then, my friends,&lt;br /&gt;why is it okay to kill them?&lt;br /&gt;&lt;br /&gt;If one would kill a dog or a cat, I think many&lt;br /&gt;of you would protest, right? So, why is it different?&lt;br /&gt;Because... of their size? In that case, I would like to&lt;br /&gt;point out that many of you would consider it normal&lt;br /&gt;to eat beef, pork of chicken, so, that's not the thing.&lt;br /&gt;&lt;br /&gt;Because they are kept as pets, perhaps? But what&lt;br /&gt;makes an animal a pet? Some people keep mice as&lt;br /&gt;a pet while other people kill them in a mouse trap.&lt;br /&gt;So... is it if their presence was intended? In that case,&lt;br /&gt;I want you to think about a stray dog, a dog, on the&lt;br /&gt;streets, with no owner. It wouldn't be ok to kill it,&lt;br /&gt;would it? But why? What makes the difference?&lt;br /&gt;&lt;br /&gt;Or even, what about humans? Oh, sure you are in&lt;br /&gt;deep trouble when you kill a human, but there seems&lt;br /&gt;to be no problem when you kill a mosquito. So, the&lt;br /&gt;act of killing a living being... what&amp;nbsp;distinguishes the&lt;br /&gt;acceptable from the unacceptable?&lt;br /&gt;&lt;br /&gt;Extending the range of the act of killing, being&amp;nbsp;hygienic,&lt;br /&gt;which comes down to killing bacteria, is even considered&lt;br /&gt;a desired thing to do. And yet, we're still talking about&lt;br /&gt;killing, about ending a life, which can be either good or bad.&lt;br /&gt;But why?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-3087560827169318709?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/3087560827169318709/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=3087560827169318709' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3087560827169318709'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3087560827169318709'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/05/life-part-1.html' title='Life (part 1)'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-7864258798478068199</id><published>2011-05-11T10:41:00.000+02:00</published><updated>2011-05-11T10:41:58.572+02:00</updated><title type='text'>Freedom</title><content type='html'>I've blogged on this subject a while back,&lt;br /&gt;and I have some more thoughts about&lt;br /&gt;the subject I wish to share.&lt;br /&gt;&lt;br /&gt;Opposed to what I said last time, where I&lt;br /&gt;came to a contradiction, when I suggested&lt;br /&gt;that freedom is to do whatever you want,&lt;br /&gt;as this would allow you to restrict others&lt;br /&gt;freedom if you want to.&lt;br /&gt;&lt;br /&gt;As, that part of freedom, the interaction&lt;br /&gt;with others is what gave rise to the&lt;br /&gt;contradiction, I would suggest the solution&lt;br /&gt;to be in there as well. Now, I suggest&lt;br /&gt;freedom is allowing others to do what&lt;br /&gt;they want.&lt;br /&gt;&lt;br /&gt;So, this means, you need others to be&lt;br /&gt;free. Freedom is something given to you.&lt;br /&gt;&lt;br /&gt;Now, I was thinking about how you&amp;nbsp;limit&lt;br /&gt;your own freedom. Well you do&amp;nbsp;so by&lt;br /&gt;caring about what people think about&amp;nbsp;you.&lt;br /&gt;By behaving a certain way in order to be&lt;br /&gt;'accepted' &amp;nbsp;rather then doing what you&lt;br /&gt;really desire to do.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-7864258798478068199?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/7864258798478068199/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=7864258798478068199' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7864258798478068199'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7864258798478068199'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/05/freedom.html' title='Freedom'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-2871248117956149434</id><published>2011-05-09T12:12:00.000+02:00</published><updated>2011-05-09T12:12:30.761+02:00</updated><title type='text'></title><content type='html'>I bought a video player at the flea market.&lt;br /&gt;Even though I have one, my video player only supports mono playback,&lt;br /&gt;and doesn't support the LP speed.&lt;br /&gt;&lt;br /&gt;In 2002, I recorded the wedding of our crown price Willem Alexender&lt;br /&gt;and Máxima. As the broadcast on TV was longer then 4 hours, it&lt;br /&gt;wouldn't fit normally on a tape, so I recorded it on the LP speed,&lt;br /&gt;using my uncle's video recorder.&lt;br /&gt;&lt;br /&gt;So, in order to play it, I needed one that does support the LP speed.&lt;br /&gt;So, I bought this recorder at the flea market.&lt;br /&gt;&lt;br /&gt;Since I've been at my family's place this weekend, I took the tape&lt;br /&gt;with me, and I decided to try to play it.&lt;br /&gt;&lt;br /&gt;And it played back fine, even though the quality was a little low,&lt;br /&gt;so I thought, I need to run a head cleaning tape through the VCR.&lt;br /&gt;&lt;br /&gt;After watching a few minutes, rewinded the tape. Suddenly,&lt;br /&gt;after rewinding, the take was ejected, but the tape somehow&lt;br /&gt;got stuck.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-cOevb661tHc/Tce8eIemAoI/AAAAAAAAAfg/m4u_V7IQQF0/s1600/IMG_0290.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="300" src="http://4.bp.blogspot.com/-cOevb661tHc/Tce8eIemAoI/AAAAAAAAAfg/m4u_V7IQQF0/s400/IMG_0290.JPG" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;After unplugging the VCR I opened it&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://4.bp.blogspot.com/-Yt6Wg1w1tSI/Tce8iusrdNI/AAAAAAAAAfk/rfZBEk1RDmU/s1600/IMG_0291.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="640" src="http://4.bp.blogspot.com/-Yt6Wg1w1tSI/Tce8iusrdNI/AAAAAAAAAfk/rfZBEk1RDmU/s640/IMG_0291.JPG" width="480" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;There you see where it got stuck&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-HreeD4HdoF0/Tce9IhfMvGI/AAAAAAAAAfw/QH5JLClly-o/s1600/IMG_0292.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="300" src="http://1.bp.blogspot.com/-HreeD4HdoF0/Tce9IhfMvGI/AAAAAAAAAfw/QH5JLClly-o/s400/IMG_0292.JPG" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;Eeps.... doesn't look like a healthy take anymore!&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://2.bp.blogspot.com/-9b5XoYmREq4/Tce9K1FsL5I/AAAAAAAAAf0/BI1SlwBp6vQ/s1600/IMG_0293.JPG" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="320" src="http://2.bp.blogspot.com/-9b5XoYmREq4/Tce9K1FsL5I/AAAAAAAAAf0/BI1SlwBp6vQ/s320/IMG_0293.JPG" width="240" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;Back in the box for now...&amp;nbsp;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;Well.... it's just the introduction part that got damaged... nothing about the event itself yet...&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;Hmmm.... is there a way to straighten up a&amp;nbsp;crumpled tape?&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;Lesson learned: use an&amp;nbsp;unimportant&amp;nbsp;tape to test a used VCR.&lt;/div&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-2871248117956149434?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/2871248117956149434/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=2871248117956149434' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2871248117956149434'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2871248117956149434'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/05/i-bought-video-player-at-flea-market.html' title=''/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/-cOevb661tHc/Tce8eIemAoI/AAAAAAAAAfg/m4u_V7IQQF0/s72-c/IMG_0290.JPG' height='72' width='72'/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-461592350189387953</id><published>2011-05-04T11:47:00.000+02:00</published><updated>2011-05-04T11:47:16.358+02:00</updated><title type='text'>"Zin"  --- to people learning Dutch.</title><content type='html'>Some of my foreign friends on Facebook are&lt;div&gt;learning/speaking some Dutch. I think this&lt;/div&gt;&lt;div&gt;post might be interesting for them.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I was thinking about the Dutch word "zin".&lt;/div&gt;&lt;div&gt;What does it mean? Well..... it can mean multiple things...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;"Dit is een&lt;b&gt; zin&lt;/b&gt;" &amp;nbsp;would be translated to "This is a &lt;b&gt;sentence&lt;/b&gt;".&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;But if I would say&amp;nbsp;"Ik heb geen &lt;b&gt;zin&lt;/b&gt;" it would mean "I don't &lt;b&gt;feel like&lt;/b&gt; it"&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;"Het heeft &lt;b&gt;geen zin&lt;/b&gt;" on the other hand means&amp;nbsp;"It's &lt;b&gt;in vain&lt;/b&gt;"&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;"De &lt;b&gt;zin&lt;/b&gt;&amp;nbsp;van het leven" translates to "The &lt;b&gt;meaning&lt;/b&gt; of life"&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-461592350189387953?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/461592350189387953/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=461592350189387953' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/461592350189387953'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/461592350189387953'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/05/zin-to-people-learning-dutch.html' title='&quot;Zin&quot;  --- to people learning Dutch.'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-7601675633299094543</id><published>2011-04-27T19:52:00.004+02:00</published><updated>2011-04-27T20:06:38.036+02:00</updated><title type='text'>A screen for X</title><content type='html'>If you are a linux/unix user, I guess you're familiar&lt;br /&gt;with the program screen. A program that lets you&lt;br /&gt;run text-based apps in a virtual screen, and you can&lt;br /&gt;attach and distach from this virtual screen without&lt;br /&gt;disturbing the program. An excellent program to run&lt;br /&gt;your applications on a server somewhere on the&lt;br /&gt;internet, and you can use it from where ever you&lt;br /&gt;want.&lt;br /&gt;&lt;br /&gt;But.... what about graphical applications.... that's&lt;br /&gt;a different problem. There are programs like NX,&lt;br /&gt;but that runs a complete desktop in a window,&lt;br /&gt;in stead of just a window.&lt;br /&gt;&lt;br /&gt;Well.... I came across a program that might offer&lt;br /&gt;a solution. It's called xpra ("X Persistent Remote Applications")&lt;br /&gt;It can be found at &lt;a href="http://code.google.com/p/partiwm/wiki/xpra"&gt;http://code.google.com/p/partiwm/wiki/xpra&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Unfortunately it seems to be abandoned, since the&lt;br /&gt;latest version is from November 2009. There seem&lt;br /&gt;to be some bugs related to keyboard layouts with&lt;br /&gt;'dead-keys', which is kinda annoying since I usually&lt;br /&gt;use such a lay-out.&lt;br /&gt;&lt;br /&gt;There seem also to be some issues related to the&lt;br /&gt;status of the control/alt/shift keys.&lt;br /&gt;&lt;br /&gt;I am testing this on a local setup now, but I am&lt;br /&gt;thinking about doing some tests over the internet&lt;br /&gt;later.&lt;br /&gt;&lt;br /&gt;&lt;hr /&gt;Installing the dependencies on Mandriva:&lt;br /&gt;&lt;br /&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;urpmi libxdamage-devel ocaml-lablgtk2-devel python-pyrex x11-server-xvfb libx11_6-devel libxtst6-devel libxcomposite1-devel python-gobject-devel pygtk2.0-devel&lt;/div&gt;&lt;hr /&gt;Installing the dependencies on ArchLinux:&lt;br /&gt;&lt;br /&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;pacman -S&amp;nbsp; libx11&amp;nbsp; libxtst libxcomposite libxdamage pygobject pygtk xorg-server-xvfb pyrex&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;Another note about running on ArchLinux: You have to open &lt;br /&gt;the build script and change python to python2 (it ocuurs two times!)&lt;br /&gt;Since ArchLinux is so modern it defaults to python3.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-7601675633299094543?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/7601675633299094543/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=7601675633299094543' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7601675633299094543'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7601675633299094543'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/04/screen-for-x.html' title='A screen for X'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-3884049896768109126</id><published>2011-04-26T22:14:00.000+02:00</published><updated>2011-04-26T22:14:55.709+02:00</updated><title type='text'>Are our thoughts limited?</title><content type='html'>Well.... the question... are our thoughts limited?&lt;br /&gt;But... by what, you might ask? In which extent&lt;br /&gt;are we capable of thinking about things we do&lt;br /&gt;not have words for.&lt;br /&gt;&lt;br /&gt;If this is the case, then the next question arises,&lt;br /&gt;is what we are capable of thinking about&lt;br /&gt;limited by the language we speak. Are there&lt;br /&gt;things a German speaking person can think&lt;br /&gt;about and a French speaking person not?&lt;br /&gt;(Languages in this example&amp;nbsp;chosen&amp;nbsp;at random)&lt;br /&gt;&lt;br /&gt;Speaking a language is much easier then translating&lt;br /&gt;between languages. Words in one language may not&lt;br /&gt;have an equivalent in an other language, or with a&lt;br /&gt;slightly different meaning. Sometimes translating&lt;br /&gt;between languages means losing information.&lt;br /&gt;&lt;br /&gt;For example, the Swedish word "farmor" translates&lt;br /&gt;to "grandmother", but the Swedish word "mormor"&lt;br /&gt;does too. "farmor" means your father's mother, and&lt;br /&gt;"mormor" means your mother's mother. But in some&lt;br /&gt;languages, like English, German or Dutch, there is&lt;br /&gt;only one word referring to both.&lt;br /&gt;&lt;br /&gt;Another example, the word "siblings", in German&lt;br /&gt;"Geschwister", has no equivalent word in Dutch.&lt;br /&gt;Or the dutch word "neef" which could translate to&lt;br /&gt;both cousin and nephew.&lt;br /&gt;&lt;br /&gt;These things make translating between those languages&lt;br /&gt;difficult, but could it also mean, there are more complex&lt;br /&gt;concepts of which there is no word in some languages,&lt;br /&gt;and what would it mean for someone speaking those&lt;br /&gt;languages. Would it limit their capability of thinking&lt;br /&gt;about those languages?&lt;br /&gt;&lt;br /&gt;Another question is, even if there are words for the&lt;br /&gt;same concepts in two languages, what influence does&lt;br /&gt;the language have on what people think about the concept?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-3884049896768109126?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/3884049896768109126/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=3884049896768109126' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3884049896768109126'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3884049896768109126'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/04/are-our-thoughts-limited.html' title='Are our thoughts limited?'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-1095737673541042892</id><published>2011-04-26T22:00:00.000+02:00</published><updated>2011-04-26T22:00:58.976+02:00</updated><title type='text'>Freedom</title><content type='html'>Freedom... what does it mean.... does such a thing even exist?&lt;br /&gt;&lt;br /&gt;Doing whatever you want? Going where ever you want?&lt;br /&gt;&lt;br /&gt;Well... let's say, I want to go to the moon. Can I?&lt;br /&gt;I guess not.... but does that mean I am not free?&lt;br /&gt;Nah... It's just not possible to go to the moon like that.&lt;br /&gt;Neither on earth can I go where ever I want, I cannot&lt;br /&gt;just walk into any people's house just like that,&lt;br /&gt;but that also has not so much to do with freedom.&lt;br /&gt;&lt;br /&gt;No, the problem with freedom has not that much&lt;br /&gt;to do with going somewhere, but more with doing.&lt;br /&gt;&lt;br /&gt;Let's say, both you and me are free to do whatever&lt;br /&gt;we want, right? If I am free to do whatever I want,&lt;br /&gt;let's suppose I want to lock you up... I am free to&lt;br /&gt;do whatever I want, so I would be free to lock&lt;br /&gt;you up..... but then you wouldn't be free any more&lt;br /&gt;to do whatever you want, would you?&lt;br /&gt;&lt;br /&gt;And so, freedom, defined by doing whatever you&lt;br /&gt;want is in conflict with it's own definition...&lt;br /&gt;&lt;br /&gt;So.... what does freedom mean? Is there such a&amp;nbsp;thing?&lt;br /&gt;Perhaps freedom should be considered in context only?&lt;br /&gt;&lt;br /&gt;What does it mean???&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-1095737673541042892?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/1095737673541042892/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=1095737673541042892' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/1095737673541042892'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/1095737673541042892'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/04/freedom.html' title='Freedom'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-4710919653476456209</id><published>2011-03-30T21:23:00.000+02:00</published><updated>2011-03-30T21:23:06.095+02:00</updated><title type='text'>History class: Microsoft Xenix</title><content type='html'>A while ago, I found this site&amp;nbsp;&lt;a href="http://vetusware.com/"&gt;http://vetusware.com/&lt;/a&gt;&amp;nbsp;with abandonware.&lt;br /&gt;Bits and bytes, forgotten, lost in history. Among the files on this site,&lt;br /&gt;there is Xenix. A UNIX-os, back in the days, by Microsoft.&lt;br /&gt;&lt;br /&gt;Long forgotten times, times, when computers were still interesting&lt;br /&gt;(and I was still wearing diapers)&lt;br /&gt;&lt;br /&gt;Afin.... monday, this Xenix OS was broad up in a conversation&lt;br /&gt;at Stack, and so, I decided to try to get the damn thing working.&lt;br /&gt;&lt;br /&gt;Not as easy as it looks like, to get the Xenix version for the 8086&lt;br /&gt;working. Even though, modern x86 hardware is supposed to be&lt;br /&gt;compatible with the original IBM-PC, none of the emulators seems&lt;br /&gt;to understand what to do when I feed it the disk images.&lt;br /&gt;&lt;br /&gt;One of the reasons, perhaps, is the fact the floppy images are&lt;br /&gt;360k images, and the emulators only understand 1,44 MB images.&lt;br /&gt;&lt;br /&gt;I have tried virtualbox, qemu, bochs and PCem, without luck.&lt;br /&gt;PCem, well... it's a windows app, but it runs in wine. PCem&lt;br /&gt;seems to emulate older, real hardware, or tries to. It supports&lt;br /&gt;various machines, and BIOS files from the original hardware.&lt;br /&gt;&lt;br /&gt;It also includes AMI 386 and AMI 486 with BIOS files....&lt;br /&gt;Oh... memories... seeing the AMIBIOS again, the way it&lt;br /&gt;used to look on my first computer.... but booting Xenix....&lt;br /&gt;no, that's too much to ask....&lt;br /&gt;&lt;br /&gt;Some note to make, as it seems, the boot loaders do&lt;br /&gt;load in some of these emulators, but the boot loader&lt;br /&gt;seems unable to load the kernel. The kernel file is&lt;br /&gt;available on the floppy image&lt;br /&gt;&lt;br /&gt;To mount such an image, use&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;mount N1 test -o loop -t sysv&lt;/blockquote&gt;&lt;br /&gt;For one part, I suspect these old images possibly do not&lt;br /&gt;respect the boot signature, and therefore mark the image&lt;br /&gt;as non-bootable. And for the part the boot-loader does&lt;br /&gt;work, I suspect the emulation of the floppy controller is&lt;br /&gt;not completely accurate, as in, possible timing issues.&lt;br /&gt;But this is just a wild guess....&lt;br /&gt;&lt;br /&gt;Anyways.... I have found an emulator that passes this&lt;br /&gt;point, and boots the kernel correctly. The emulator that&lt;br /&gt;works is an emulator specific for the IBM PC 5150,&lt;br /&gt;and that seems to do the trick.... but now.... I have to&lt;br /&gt;find out how to swap the disk image to insert the 2nd&lt;br /&gt;disk when Xenix asks for it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-4710919653476456209?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/4710919653476456209/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=4710919653476456209' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4710919653476456209'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4710919653476456209'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/03/history-class-microsoft-xenix.html' title='History class: Microsoft Xenix'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-1304386623685809827</id><published>2011-03-21T13:43:00.000+01:00</published><updated>2011-03-21T13:43:30.907+01:00</updated><title type='text'>More BeagleBoard</title><content type='html'>Well.... I posted about the VGA adaptor for the BeagleBoard.&lt;br /&gt;I've looked around on this site and found this&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.linusakesson.net/hardware/beagleboard/ehci.php"&gt;http://www.linusakesson.net/hardware/beagleboard/ehci.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And yes, problems regarding USB stability, that's the reason&lt;br /&gt;I haven't been using my BeagleBoard as intended.&lt;br /&gt;&lt;br /&gt;Even though I assumed this was a kernel issue, as this was&lt;br /&gt;suggested by various sites discussing the installation process.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-1304386623685809827?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/1304386623685809827/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=1304386623685809827' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/1304386623685809827'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/1304386623685809827'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/03/more-beagleboard.html' title='More BeagleBoard'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-7528474131724956509</id><published>2011-03-17T21:49:00.006+01:00</published><updated>2011-03-17T21:55:18.537+01:00</updated><title type='text'>BeagleBoard and VGA monitor?</title><content type='html'>My BeagleBoard is still catching dust,&lt;br /&gt;somewhere in a dark corner. I never used it,&lt;br /&gt;which is kinda sad, isn't it.&lt;br /&gt;&lt;br /&gt;Well, it only has a digital video output,&lt;br /&gt;so I cannot connect a normal vga (crt)&amp;nbsp;monitor to it.&lt;br /&gt;(Of which I have a few in the basement)&lt;br /&gt;&lt;br /&gt;So, I've obtained a used flat screen with DVI-D&lt;br /&gt;input, back in the days I still worked at Unilogic,&lt;br /&gt;and they were replacing their monitors.&lt;br /&gt;&lt;br /&gt;Unfortunately, it's had 5:4 aspect ratio, and it's&lt;br /&gt;native resolution is 1280x1024, which is not&lt;br /&gt;supported by the BeagleBoard. Well, it is supported,&lt;br /&gt;but with a refresh-rate of 50Hz, which is not supported&lt;br /&gt;by the monitor.&lt;br /&gt;&lt;br /&gt;Well... I am using this monitor at my desktop nowadays...&lt;br /&gt;But meh.... those modern flat monitors with non-standard&lt;br /&gt;(non 4:3) aspect ratios, and things like a 'native resolution'.&lt;br /&gt;&lt;br /&gt;A normal CRT monitor would be much simpler... they&lt;br /&gt;usually have the same aspect ratio, and the image doesn't&lt;br /&gt;get distorted when running at a lower then maximal resolution.&lt;br /&gt;&lt;br /&gt;But.... there is no VGA output on the BeagleBoard...&lt;br /&gt;so... I was googling again.... and I found a &lt;a href="http://www.hawkboard.org/"&gt;Hawkboard&lt;/a&gt;.&lt;br /&gt;Another ARM board, and it has a VGA-out.&lt;br /&gt;Looking at it's schema, I saw it used a THS8135 to&lt;br /&gt;provide in VGA output. So, I started googling if&lt;br /&gt;there was a converter for the BeagleBoard using this&lt;br /&gt;chip.... but in stead&amp;nbsp;I came accros this&lt;br /&gt;&lt;a href="http://www.linusakesson.net/hardware/beagleboard/vga.php"&gt;http://www.linusakesson.net/hardware/beagleboard/vga.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Very simple circuit... this should do the trick. Why should&lt;br /&gt;it be complicated?&lt;br /&gt;&lt;br /&gt;So, why are HDMI(DVI-D) to VGA converters to expensive?&lt;br /&gt;This circcuit that I've found is just a few resistors and two transistors.&lt;br /&gt;So, this circuit should costs about 4 euros!!! Why are those converters&lt;br /&gt;a few hunderd euros? &amp;nbsp;(Okay, thet are connected to the DVI-D port,&lt;br /&gt;and this circuit goes to the LCD interface....)&lt;br /&gt;&lt;br /&gt;So, I guess I should get some resistors, transistors and a soldering iron,&lt;br /&gt;much cheaper then a hdmi to vga converter or a new monitor...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-7528474131724956509?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/7528474131724956509/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=7528474131724956509' title='6 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7528474131724956509'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7528474131724956509'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/03/beagleboard-and-vga-monitor.html' title='BeagleBoard and VGA monitor?'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>6</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-9113957916034434060</id><published>2011-02-28T14:26:00.000+01:00</published><updated>2011-02-28T14:26:28.793+01:00</updated><title type='text'>My lunch</title><content type='html'>We need:&lt;br /&gt;Bread&lt;br /&gt;Butter&lt;br /&gt;Eggs&lt;br /&gt;and a shot glass.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://1.bp.blogspot.com/-E7-pf_Op6PU/TWugdeo6bvI/AAAAAAAAAfE/eyeKTgUl4Q8/s1600/2011-02-28%2B14.06.10.jpg" imageanchor="1"&gt;&lt;img border="0" height="300" src="http://1.bp.blogspot.com/-E7-pf_Op6PU/TWugdeo6bvI/AAAAAAAAAfE/eyeKTgUl4Q8/s400/2011-02-28%2B14.06.10.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;No.... I am not drinking this early. lol&lt;br /&gt;Take the shot glass, and place it in the middle of the bread.&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh5.googleusercontent.com/-3SRCM9FuLuo/TWuhI_bKoaI/AAAAAAAAAfM/TM_GVp051jE/s1600/2011-02-28+14.06.32.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="300" src="https://lh5.googleusercontent.com/-3SRCM9FuLuo/TWuhI_bKoaI/AAAAAAAAAfM/TM_GVp051jE/s400/2011-02-28+14.06.32.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Now, make a hole in the bread&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh3.googleusercontent.com/-befHz3jUllM/TWuhYync8hI/AAAAAAAAAfQ/seTtlFlazPw/s1600/2011-02-28+14.06.45.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="300" src="https://lh3.googleusercontent.com/-befHz3jUllM/TWuhYync8hI/AAAAAAAAAfQ/seTtlFlazPw/s400/2011-02-28+14.06.45.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;Take a pan and melt some butter. (for the best result, use real butter)&lt;br /&gt;Put the bread in the pan, and add the egg.&lt;br /&gt;Make the yolk go in the hole.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh4.googleusercontent.com/-rcbHA_jSlUw/TWuhoumum3I/AAAAAAAAAfU/-smP2zvcbbk/s1600/2011-02-28+14.09.39.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="300" src="https://lh4.googleusercontent.com/-rcbHA_jSlUw/TWuhoumum3I/AAAAAAAAAfU/-smP2zvcbbk/s400/2011-02-28+14.09.39.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;Let it fry a while and flip it around&lt;br /&gt;&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh5.googleusercontent.com/-M-fqUhQozZs/TWuiNDQ58VI/AAAAAAAAAfY/jA0CzhWK77Q/s1600/2011-02-28+14.10.48.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="300" src="https://lh5.googleusercontent.com/-M-fqUhQozZs/TWuiNDQ58VI/AAAAAAAAAfY/jA0CzhWK77Q/s400/2011-02-28+14.10.48.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;Add some pepper and salt, and serve.&lt;br /&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://lh5.googleusercontent.com/-z6MbRCZnw-Y/TWuib17aaWI/AAAAAAAAAfc/JR7IzIxDGV4/s1600/2011-02-28+14.12.53.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="300" src="https://lh5.googleusercontent.com/-z6MbRCZnw-Y/TWuib17aaWI/AAAAAAAAAfc/JR7IzIxDGV4/s400/2011-02-28+14.12.53.jpg" width="400" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-9113957916034434060?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/9113957916034434060/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=9113957916034434060' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/9113957916034434060'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/9113957916034434060'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/02/my-lunch.html' title='My lunch'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/-E7-pf_Op6PU/TWugdeo6bvI/AAAAAAAAAfE/eyeKTgUl4Q8/s72-c/2011-02-28%2B14.06.10.jpg' height='72' width='72'/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-1467178640103875356</id><published>2011-02-24T12:08:00.000+01:00</published><updated>2011-02-24T12:08:19.843+01:00</updated><title type='text'>Installing ipe on Mandriva Linux</title><content type='html'>I am following a course Data Structures as part of the pre-master&lt;br /&gt;programme at university. During this course, there are homework&lt;br /&gt;assignments that should preferably done in LaTeX. Now, making&lt;br /&gt;drawings in LaTeX can be a pain in the a$$.&lt;br /&gt;&lt;br /&gt;One of my instructors recommended using the program ipe to&lt;br /&gt;do this. As this program is not available as a package in the&lt;br /&gt;Mandriva repository, I have to compile it from source.&lt;br /&gt;&lt;br /&gt;The instructions on the website assume a debian based system,&lt;br /&gt;but Mandriva is a redhat bases system. So, the first step,&lt;br /&gt;dependencies. As the package naming&amp;nbsp;scheme on rpm based&lt;br /&gt;systems differs from deb based systems, this is the first thing&lt;br /&gt;to look at.&lt;br /&gt;&lt;br /&gt;The install.txt file mentions:&lt;br /&gt;&lt;blockquote&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;sudo apt-get install zlib1g-dev libqt4-dev&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;sudo apt-get install libfreetype6-dev libcairo2-dev&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;sudo apt-get install liblua5.1-0-dev gsfonts&lt;/blockquote&gt;&lt;br /&gt;First of all, I don't like to use sudo, I prefer to use su. As I like to&lt;br /&gt;have a different password for root stuff then for user stuff.&lt;br /&gt;So, I will execute the commands from a root shell.&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;urpmi zlib1-devel&amp;nbsp;libqt4-devel&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;urpmi libfreetype6-devel libcairo-devel&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;urpmi liblua-devel&lt;/blockquote&gt;&lt;br /&gt;The different naming scheme includes the prefix -devel in stead of -dev,&lt;br /&gt;which isn't that hard. But for example, the debian scheme has a libcairo2&lt;br /&gt;while the redhat equivalence is libcairo. The gsfonts package... well...&lt;br /&gt;it's a package that contains certain 'type 1' fonts. &amp;nbsp;As there is no package&lt;br /&gt;with simular names available, this might get a little more tricky to find the&lt;br /&gt;corresponding package. But the readme file gives a list of file names that&lt;br /&gt;should be included, &amp;nbsp;but unfortunately, these file names give no results either.&lt;br /&gt;&lt;br /&gt;Another line in the readme file gives me a clue:&lt;br /&gt;&lt;blockquote&gt;&amp;nbsp;&amp;nbsp; Identical fonts may also be in subdirectories of&lt;br /&gt;&amp;nbsp;&amp;nbsp; "/usr/share/texmf/fonts/type1/urw" or&lt;br /&gt;&amp;nbsp;&amp;nbsp; "/usr/share/texmf-texlive/fonts/type1/urw&lt;/blockquote&gt;There exists a package named 'texlive-texmf-fonts' so, I guess,&lt;br /&gt;that will be the one I need. So, this will be &lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;urpmi texlive-texmf-fonts&lt;/blockquote&gt;&lt;br /&gt;So far for the dependencies. Let's compile the program!&lt;br /&gt;Really? No! &lt;br /&gt;&lt;br /&gt;The first problem to appear is, a program named, moc-qt4 is not&lt;br /&gt;found. Well... the solution to this problem is to make a symlink&lt;br /&gt;to /usr/lib/qt4/bin/moc.&lt;br /&gt;&lt;br /&gt;Well... trying again.... still no success... it's raining messages&lt;br /&gt;about undefined references. Which means, the Makefile doesn't break&lt;br /&gt;on errors correctly, as it should. &lt;br /&gt;&lt;br /&gt;Settings the terminal to unlimited scrollback reveals the following error,&lt;br /&gt;somewhere at top&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Package lua5.1 was not found in the pkg-config search path.&lt;br /&gt;Perhaps you should add the directory containing `lua5.1.pc'&lt;br /&gt;to the PKG_CONFIG_PATH environment variable&lt;br /&gt;No package 'lua5.1' found&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;Weird.... I *did* install the lua devel package, right? Perhaps it's&lt;br /&gt;the wrong version? Well... lua -v says it's 5.1.4, so that should be&lt;br /&gt;right. Different makes in the pkg_config databases.... that's new&lt;br /&gt;for me, as pkg_config should exists undependable from the packaging&lt;br /&gt;system, as it will also include software compiled from source. &lt;br /&gt;&lt;br /&gt;Well... how to solve this. Open the config.mak file and replace&lt;br /&gt;lua5.1 with lua. Now, finally, the program seems to compile.&lt;br /&gt; &lt;br /&gt;make install seems to work fine as well, &lt;br /&gt;&lt;br /&gt;...but the next step from the readme file:&lt;br /&gt;&lt;blockquote&gt;    sudo cp ../fontmaps/gsfonts-fontmap.xml \&lt;br /&gt;         /usr/local/share/ipe/7.x.y/fontmap.xml&lt;br /&gt;    sudo ldconfig&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;What??? having to copy a file after running make install??? &lt;br /&gt;Isn't make install supposed to install all files???&lt;br /&gt;&lt;br /&gt;Also, it seems that make clean is broken&lt;br /&gt;&lt;br /&gt;All I can say, this is a bad makefile. Making certain assumptions&lt;br /&gt;about the target system, which is basically a bad idea.&lt;br /&gt;&lt;br /&gt;Seeing how much trouble it is to get it to work, this is bad,&lt;br /&gt;not just for this specific program, but for open source software&lt;br /&gt;in general, as this is what gives open source software the reputation&lt;br /&gt;of being difficult to install. &lt;br /&gt;&lt;br /&gt;autoconf/automake is used to compile many open source software &lt;br /&gt;programs. Yes, it has also it's disadvantages, like being slow,&lt;br /&gt;and one sees it checking for irrelevant things, like checking for&lt;br /&gt;a fortran compiler when we're going to compile a C program, but,&lt;br /&gt;nevertheless, autoconf/automake would have prevented the kind&lt;br /&gt;of problems which I experienced when trying to compile the &lt;br /&gt;program, (except the names of the packages, of course)&lt;br /&gt;&lt;br /&gt;ANd I've noticed, 'make clean' is also broken.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Well... the software is installed, right? Let's run it....&lt;br /&gt;Uhm... NO! &lt;br /&gt;&lt;blockquote&gt;ipe: error while loading shared libraries: libipeqtcanvas.so.7.0.14: cannot open shared object file: No such file or directory&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;great..... f*cking great... Did I mention I have to run ldconfig MANUALLY? &lt;br /&gt;right.... adding the /usr/local/lib to the ld configuration. Now it *finally* starts.&lt;br /&gt;&lt;br /&gt;Now, this program better be f*cking great since I've spend a lot of time&lt;br /&gt;to get it working.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-1467178640103875356?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/1467178640103875356/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=1467178640103875356' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/1467178640103875356'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/1467178640103875356'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/02/installing-ipe-on-mandriva-linux.html' title='Installing ipe on Mandriva Linux'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-2447432232541284288</id><published>2011-02-14T12:46:00.004+01:00</published><updated>2011-02-14T12:50:04.154+01:00</updated><title type='text'>Why I don't "celebrate" Valentine's Day.</title><content type='html'>Why I don't celebrate Valentine's Day.&lt;br /&gt;&lt;br /&gt;First of all, I wasn't raised with it. This "holiday". It has only been&lt;br /&gt;'introduced' in this country in the mid 90's, by the means of&lt;br /&gt;companies advertising.&lt;br /&gt;&lt;br /&gt;This brings me directly to the reason I don't celebrate this day, since&lt;br /&gt;it's purpose, the reason why it was introduced here, was only, for&lt;br /&gt;the companies to make money. And to exploit love for profit...&lt;br /&gt;I don't want to be part of that.&lt;br /&gt;&lt;br /&gt;Just look at the amount of emails from various websites I've&lt;br /&gt;received the past days with this day in the topic. It's all&lt;br /&gt;about profit&lt;br /&gt;&lt;br /&gt;If you want to celebrate this day, I urge you not to *BUY* presents,&lt;br /&gt;in stead, I suggest to give a hand made present. I believe, giving&lt;br /&gt;something you put effort in to make it, is worth much more then&lt;br /&gt;something you've only spend money on.&lt;br /&gt;&lt;br /&gt;Another&amp;nbsp;phenomenon this day seems to create are the people&lt;br /&gt;who say they hate it because they are single. What this group&lt;br /&gt;of people&amp;nbsp;represents, &amp;nbsp;goes beyond the meaning of this day,&lt;br /&gt;but it reflects something in out society. I'm not sure how to&lt;br /&gt;explain this in English. But it comes down that this holiday&lt;br /&gt;creates the idea you HAVE to have a boyfriend or girlfriend.&lt;br /&gt;It's the idea that society puts this pressure on individuals, they&lt;br /&gt;have to perform, they have to confirm certain&amp;nbsp;exceptions.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-2447432232541284288?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/2447432232541284288/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=2447432232541284288' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2447432232541284288'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2447432232541284288'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/02/why-i-dont-celebrate-valentines-day.html' title='Why I don&apos;t &quot;celebrate&quot; Valentine&apos;s Day.'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-6048332378795759174</id><published>2011-02-09T12:03:00.000+01:00</published><updated>2011-02-09T12:03:29.291+01:00</updated><title type='text'>First post of the year.</title><content type='html'>First post of the year. I know, It's February&lt;br /&gt;already, but better late then never, right?&lt;br /&gt;&lt;br /&gt;So, what's going on? Not that much, really.&lt;br /&gt;Second week of classes again, after the exam&lt;br /&gt;period. I've failed my databases exam, but,&lt;br /&gt;with a 4 for my partial exam, it was kinda&lt;br /&gt;to be expected, I guess.&lt;br /&gt;&lt;br /&gt;I've passed statistics with an 8 and Logic and&lt;br /&gt;set theory with a 7. So, my other subjects&lt;br /&gt;are going well. The only subject I'm still&lt;br /&gt;waiting for is Philosophy of Science.&lt;br /&gt;The result should be there soon, I mean,&lt;br /&gt;this *is* the 2nd week of classes!&lt;br /&gt;&lt;br /&gt;Anyways, I have passed enough bachelor&lt;br /&gt;subjects in my pre-master, so I am taking&lt;br /&gt;master classes now, and also data structures,&lt;br /&gt;(which is a bachelor subject, still a compulsory&lt;br /&gt;pre-master subject)&lt;br /&gt;&lt;br /&gt;And also this semester, I am taking a philosophy&lt;br /&gt;class. "Philosophy and Causality". I must say,&lt;br /&gt;taking philosophy classes have a positive effect&lt;br /&gt;on me. I feel much better now I am taking these&lt;br /&gt;classes.&lt;br /&gt;&lt;br /&gt;So... philosophy of science, last semester, is the&lt;br /&gt;first time I was taking a philosophy class, so I&lt;br /&gt;am still kinda new to the area, but, I like it.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-6048332378795759174?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/6048332378795759174/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=6048332378795759174' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6048332378795759174'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6048332378795759174'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2011/02/first-post-of-year.html' title='First post of the year.'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-184205765038179279</id><published>2010-12-24T22:19:00.002+01:00</published><updated>2010-12-24T22:19:34.854+01:00</updated><title type='text'>Kerst, Christmas, Jul, Noël.... I wish...</title><content type='html'>Christmas... yeah, it's that time of the year again.&lt;br /&gt;&lt;br /&gt;What I wish for Christmas? I didn't ask for any presents. &lt;br /&gt;Some stupid present can't make me happy. Christmas &lt;br /&gt;has become just some commercial event.&lt;br /&gt;&lt;br /&gt;What I wish for Christmas, is for everyone to be happy.&lt;br /&gt;I know, there are too many people out there, who are&lt;br /&gt;not happy. Lonely, depressed. And especially these days,&lt;br /&gt;when the rest of the world seems to be happy, with their&lt;br /&gt;loved ones, it's even harder.&lt;br /&gt;&lt;br /&gt;My little wish, it doesn't change the world, but still...&lt;br /&gt;I wish, I wish, for everyone to be happy. I wish that&lt;br /&gt;if you're lonely you'll find someone to love.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Vrolijk Kerstfeest&lt;br /&gt;Merry Christmas&lt;br /&gt;God Jul&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-184205765038179279?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/184205765038179279/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=184205765038179279' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/184205765038179279'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/184205765038179279'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/12/kerst-christmas-jul-noel-i-wish.html' title='Kerst, Christmas, Jul, Noël.... I wish...'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-7576880558483845952</id><published>2010-11-12T11:51:00.000+01:00</published><updated>2010-11-12T11:51:56.874+01:00</updated><title type='text'>First week of classes</title><content type='html'>It's friday. The first week of classes after the exam period&lt;br /&gt;has almost finished. I'm still waiting for the results though,&lt;br /&gt;so I don't know yet if I passed my exams. So, now, I've&lt;br /&gt;started taking the statistics classes again. Another subject&lt;br /&gt;I didn't pass last time. Also, this class, Bob is taking it&lt;br /&gt;too. I'm glad to have a subject together with him again.&lt;br /&gt;And I like to be explaining questions, you know.&lt;br /&gt;&lt;br /&gt;So, now, I am waiting to see if I passed linear algebra&lt;br /&gt;and basic math. This is the 2nd time I took those&lt;br /&gt;exams. I really hope I passed them, because if not,&lt;br /&gt;I will only have once chance left to pass them. Ugh!&lt;br /&gt;&lt;br /&gt;Logic and Databases, those exams were just intermediate&lt;br /&gt;exams. Not everything is lost yet if I didn't pass those,&lt;br /&gt;but I will have to get better grades on the final exams.&lt;br /&gt;So, it would be best if I passed those as well, but&lt;br /&gt;the time for the databases exam was short, and the&lt;br /&gt;logic exam was tougher then the older exams,&lt;br /&gt;even though the teacher denies this, it seems many&lt;br /&gt;other students agree with me.&lt;br /&gt;&lt;br /&gt;But this quartile, it's not only retakes of subjects I&lt;br /&gt;failed half a year ago, I'm also taking a new subject.&lt;br /&gt;Philisophy of Science. I had the first class yesterday.&lt;br /&gt;I like the subject so far. Much better then those boring&lt;br /&gt;math subject. Maybe Philosophy suits me better then&lt;br /&gt;Science after all. Maybe.... maybe.... but yeah... isn't&lt;br /&gt;it what I have mentioned before? And the reason why&lt;br /&gt;I did study computer science courses? Oh well...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-7576880558483845952?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/7576880558483845952/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=7576880558483845952' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7576880558483845952'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7576880558483845952'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/11/first-week-of-classes.html' title='First week of classes'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-2296575116110098145</id><published>2010-11-10T20:09:00.000+01:00</published><updated>2010-11-10T20:09:01.955+01:00</updated><title type='text'>A day with OpenIndiana</title><content type='html'>I must say, I think this Operating System&lt;br /&gt;is slow as shit. I am used to ArchLinux,&lt;br /&gt;that is responsive on my machine. But &lt;br /&gt;OpenIndiana is slow, even when I compare&lt;br /&gt;it to that Microsoft OS.&lt;br /&gt;&lt;br /&gt;Another problem I showed up was running&lt;br /&gt;low on Swap space. During installation, I was&lt;br /&gt;only asked for one partition. Since this is a&lt;br /&gt;Solaris OS, it created slices within this&lt;br /&gt;partition.&lt;br /&gt;&lt;br /&gt;It turned out, it was using only a swap&lt;br /&gt;of 512 MB, while my system has 1024 MB&lt;br /&gt;of physical memory available.&lt;br /&gt;&lt;br /&gt;A quick google told me, resizing the swap&lt;br /&gt;can be done on the fly.&lt;br /&gt;&lt;a href="http://blogs.corenetworks.es/2009/08/how-to-dynamically-increase-zfs-swap-space/"&gt;http://blogs.corenetworks.es/2009/08/how-to-dynamically-increase-zfs-swap-space/&lt;/a&gt;&lt;br /&gt;This solved the out of memory problems&lt;br /&gt;I was experiencing in the packet manager.&lt;br /&gt;&lt;br /&gt;Still, the OS responses slowly, and the&lt;br /&gt;pre-compiled software availability is&lt;br /&gt;rather low (compared to an Linux distro)&lt;br /&gt;&lt;br /&gt;Some more software is available from&lt;br /&gt;&lt;a href="http://www.blastwave.org/"&gt;http://www.blastwave.org/&lt;/a&gt; but it seems&lt;br /&gt;there is outdated software in on there.&lt;br /&gt;For example vlc version 0.8.6f, which&lt;br /&gt;appearently has problem with the playback&lt;br /&gt;of the MPEG4 codec. It's not the video&lt;br /&gt;output since videos using the h264 codec&lt;br /&gt;have correct playback.&lt;br /&gt;&lt;br /&gt;I was thinking about compiling the current&lt;br /&gt;version of VLC for my OpenIndiana, but I' m&lt;br /&gt;note sure, this Operating System feels so&lt;br /&gt;unresponsive that it's no fun anymore.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-2296575116110098145?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/2296575116110098145/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=2296575116110098145' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2296575116110098145'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2296575116110098145'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/11/day-with-openindiana.html' title='A day with OpenIndiana'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-3474767400793985245</id><published>2010-11-10T12:26:00.000+01:00</published><updated>2010-11-10T12:26:53.020+01:00</updated><title type='text'>Hello from OpenIndiana</title><content type='html'>Hello from OpenIndiana. I am going to type&lt;br /&gt;my post about my experiences with OpenIndiana&lt;br /&gt;again. Yesterday I managed to crash my system,&lt;br /&gt;and appearently Blogger.com's auto safe function&lt;br /&gt;doesn't function on the Opera browser. So. I'm&lt;br /&gt;typing my post again using Firefox, just to be&lt;br /&gt;on the safe side ;)&lt;br /&gt;&lt;br /&gt;So, yesterday, I discovered there was still an&lt;br /&gt;unpartitionised hard disk sitting in my computer.&lt;br /&gt;I totally forgot I installed that thing a couple of&lt;br /&gt;months ago. Soooo.... free disk space!!!! What&lt;br /&gt;do do with it?? Install another Operating System!!!&lt;br /&gt;&lt;br /&gt;The Operating System of choise was OpenIndiana&lt;br /&gt;(&lt;a href="http://openindiana.org/"&gt;http://openindiana.org/&lt;/a&gt;) I've noticed a bug in the&lt;br /&gt;installation program. The installation program&lt;br /&gt;seemed frozen while it was scanning for disks.&lt;br /&gt;I noticed the floppy drive led was on, so I assumed&lt;br /&gt;it was scanning that drive for disks. I guess I was&lt;br /&gt;right, since as soon as I inserted a floppy, the&lt;br /&gt;intstallation program continued. Installation took&lt;br /&gt;up about an hour.&lt;br /&gt;&lt;br /&gt;After booting my freshly installed OpenIndiana&lt;br /&gt;and logging in. I had a nice gnome desktop on&lt;br /&gt;my screen. Firefox and Thunderbird were&lt;br /&gt;preinstalled, so, let' s surf the web. Soon firefox&lt;br /&gt;popped up a message about missing flash plugin.&lt;br /&gt;It tried to install the plugin automatically, but failed.&lt;br /&gt;So, manual installation. There is an official Adobe&lt;br /&gt;Flash plugin for Solaris, so downloading that one,&lt;br /&gt;it turned out, it was an archive containing the plain&lt;br /&gt;.so plugin file. No package. Copying the file to the&lt;br /&gt;firefox plugin directory and Flash worked.&lt;br /&gt;&lt;br /&gt;Next thing to do, my data. As I've discussed before,&lt;br /&gt;my external hard disks use the ext3 file system.&lt;br /&gt;It seems there is no 'out-of-the-box'&amp;nbsp; support for&lt;br /&gt;it, and there is no driver in the repository. A quick&lt;br /&gt;google found me this page:&lt;br /&gt;&lt;a href="http://hub.opensolaris.org/bin/view/Project+ext3/Quick+howto"&gt;http://hub.opensolaris.org/bin/view/Project+ext3/Quick+howto&lt;/a&gt;&lt;br /&gt;and it worked great.&lt;br /&gt;&lt;br /&gt;Well.... we've got firefox, let's try a different browser.&lt;br /&gt;Surfing to www.opera.com and heading to the&lt;br /&gt;downloads section. It displays a message Solaris&lt;br /&gt;is no longer supported, and version 10.11 is the&lt;br /&gt;latest available version. Okay, it's not new,10.63&lt;br /&gt;is the current version, and version 11 alpha is&lt;br /&gt;already availble, but still... let's download the thing.&lt;br /&gt;It seems, Opera did create a package of the program.&lt;br /&gt;Installing went without a problem. The only thing&lt;br /&gt;to mention is, it didn't install itself in the menu,&lt;br /&gt;I had to create the entry manually.&lt;br /&gt;&lt;br /&gt;Okay.... what else? I still have some partitions&lt;br /&gt;on my internal hard disk using the ntfs file system.&lt;br /&gt;So, looking for ntfs-3g. Again, not in the repository.&lt;br /&gt;A quick google found me this&lt;br /&gt;&lt;a href="http://opensolaris.org/jive/thread.jspa?threadID=97726"&gt;http://opensolaris.org/jive/thread.jspa?threadID=97726&lt;/a&gt;&lt;br /&gt;and, me, just reading half of the first post, headed&lt;br /&gt;over to &lt;a href="http://www.sunfreepacks.com/"&gt;http://www.sunfreepacks.com/&lt;/a&gt; and downloaded&lt;br /&gt;the fuse and ntfs-3g packages and installed them.&lt;br /&gt;Installation went fine, but on attempting to&lt;br /&gt;mount an ntfs partition, the system froze.&lt;br /&gt;(This is the point where I lost my post yesterday.)&lt;br /&gt;&lt;br /&gt;Reading a bit down on the page, it seems, the&lt;br /&gt;system crash problem has occured by other&lt;br /&gt;users as well, and it seems, I should use a&lt;br /&gt;the fuse version from&lt;br /&gt;&lt;a href="http://hub.opensolaris.org/bin/view/Project+fuse/Installation"&gt;http://hub.opensolaris.org/bin/view/Project+fuse/Installation&lt;/a&gt;&lt;br /&gt;instead.&lt;br /&gt;&lt;br /&gt;But now, removing the 'bad' version of fuse?&lt;br /&gt;It doesn't want to leave my system.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;pkgrm SUNWlibfuse SUNWfusefs&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;The following package is currently installed:&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;SUNWlibfuse  FUSE library and utilites&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;(i386) 2.7.1 (2b58364d0997)&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;Do you want to remove this package? [y,n,?,q] y&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;## Removing installed package instance &lt;/span&gt;&lt;sunwlibfuse&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; (A previous attempt may have been unsuccessful.)&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt; &lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; This package contains scripts which will be executed with super-user&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; permission during the process of removing this package.&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt; &lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; Do you want to continue with the removal of this package [y,n,?,q] y&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; ## Verifying package &lt;/span&gt;&lt;sunwlibfuse&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; dependencies in global zone&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; ## Processing package information.&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; ## Executing preremove script.&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; ## Removing pathnames in class &lt;/span&gt;&lt;none&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; ## Updating system information.&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt; &lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; Removal of &lt;/span&gt;&lt;sunwlibfuse&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; partially failed.&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt; &lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; There is 1 more package to be removed.&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt; &lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; Do you want to continue with package removal? [y,n,?,q] y&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt; &lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; The following package is currently installed:&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;    SUNWfusefs   FUSE kernel module&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;                 (i386) 94e1bb59cf91&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt; &lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; Do you want to remove this package? [y,n,?,q] y&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt; &lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; ## Removing installed package instance &lt;/span&gt;&lt;sunwfusefs&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; (A previous attempt may have been unsuccessful.)&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt; &lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; This package contains scripts which will be executed with super-user&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; permission during the process of removing this package.&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt; &lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; Do you want to continue with the removal of this package [y,n,?,q] y&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; ## Verifying package &lt;/span&gt;&lt;sunwfusefs&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; dependencies in global zone&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; WARNING:&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;     The &lt;/span&gt;&lt;sunwlibfuse&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; package depends on the package&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;     currently being removed.&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; Dependency checking failed.&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt; &lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; Do you want to continue with the removal of this package [y,n,?,q] y&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; ## Processing package information.&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; ## Executing preremove script.&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; Driver (fuse) not installed.&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; pkgrm: ERROR: preremove script did not complete successfully&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt; &lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; Removal of &lt;/span&gt;&lt;sunwfusefs&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; failed.&lt;/span&gt;&lt;br /&gt;&lt;/sunwfusefs&gt;&lt;/sunwlibfuse&gt;&lt;/sunwfusefs&gt;&lt;/sunwfusefs&gt;&lt;/sunwlibfuse&gt;&lt;/none&gt;&lt;/sunwlibfuse&gt;&lt;/sunwlibfuse&gt;&lt;/blockquote&gt;&lt;br /&gt;Oh great, it cannot remove fuse because it's&lt;br /&gt;not installed? Well then, install that other&lt;br /&gt;version? no?&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;# pkgadd -d SUNWfusefs&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;The following packages are available:&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;1  SUNWfusefs     FUSE kernel module&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;(i86pc) Dev Release 12/03/2009&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;Select package(s) you wish to process (or 'all' to process&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;all packages). (default: all) [?,??,q]: &lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;Processing package instance &lt;sunwfusefs&gt; from &lt;/sunwfusefs&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;FUSE kernel module(i86pc) Dev Release 12/03/2009&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt;Current administration requires that a unique instance of the&lt;/div&gt;&lt;sunwfusefs&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; package be created.  However, the maximum number of&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; instances of the package which may be supported at one time on the&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; same system has already been met.&lt;/span&gt;&lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt; &lt;br style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;" /&gt;&lt;span style="font-family: &amp;quot;Courier New&amp;quot;,Courier,monospace;"&gt; No changes were made to the system.&lt;/span&gt;&lt;br /&gt;&lt;/sunwfusefs&gt;&lt;/blockquote&gt;&lt;br /&gt;So, the seccond version doesn't want to install&lt;br /&gt;because the first, crashy, version doesn't want&lt;br /&gt;to leave the system.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-3474767400793985245?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/3474767400793985245/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=3474767400793985245' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3474767400793985245'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3474767400793985245'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/11/hello-from-openindiana.html' title='Hello from OpenIndiana'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-6088154090568986534</id><published>2010-11-08T16:39:00.000+01:00</published><updated>2010-11-08T16:39:08.427+01:00</updated><title type='text'>My ASUS Laptop</title><content type='html'>Remember my old Asus Laptop?&lt;br /&gt;That thing, with it's defects:&lt;br /&gt;broken dvd drive and&amp;nbsp;broken usb ports.&lt;br /&gt;&lt;br /&gt;This laptop was running a server here&lt;br /&gt;at my place, until I took it down a few&lt;br /&gt;months ago, when the system got exploited,&lt;br /&gt;(....due me not installing updates..... stupid me...)&lt;br /&gt;&lt;br /&gt;(The machine's networking interface was working&lt;br /&gt;fine, so it's still fine for a server.)&lt;br /&gt;&lt;br /&gt;I haven't looked into getting the thing running&lt;br /&gt;again after that event. I tried to backup it's data&lt;br /&gt;before, using an USB-IDE adapter, but it seems,&lt;br /&gt;my adapter isn't working correctly either.&lt;br /&gt;&lt;br /&gt;A while ago, I moved some of my old computer&lt;br /&gt;equipment to my place in Eindhoven. That equipment&lt;br /&gt;contained a machine that used a 2,5" disk with an&lt;br /&gt;adapter for regular IDE cable (and a bracket...)&lt;br /&gt;&lt;br /&gt;So.... now I've hooked up the laptop's HD to my&lt;br /&gt;desktop machine, and I am creating an image of that&lt;br /&gt;HD.&lt;br /&gt;&lt;br /&gt;After that's done, I might want to look into preparing&lt;br /&gt;that disk to be placed back in the laptop. So, I might&lt;br /&gt;want to prepare that disk for OS installation.&lt;br /&gt;&lt;br /&gt;As I mentioned, the machine has USB problems. It seems,&lt;br /&gt;doesn't work most of the times, but sometimes it does. I&lt;br /&gt;guess that's how I was able to install it last time... but now,&lt;br /&gt;when I try to boot a live cd, it seems, the BIOS can see the&lt;br /&gt;USB DVD Drive, but the OS reports USB errors while&lt;br /&gt;trying to enumerating the device.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-6088154090568986534?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/6088154090568986534/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=6088154090568986534' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6088154090568986534'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6088154090568986534'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/11/my-asus-laptop.html' title='My ASUS Laptop'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-4478371989547817092</id><published>2010-11-04T15:11:00.000+01:00</published><updated>2010-11-04T15:11:10.419+01:00</updated><title type='text'>--no title--</title><content type='html'>As you've noticed from my posts the past weeks,&lt;br /&gt;I've been busy developing a new site.&lt;br /&gt;&lt;br /&gt;I've almost, well... not almost, I've been working&lt;br /&gt;on this like possessed. I've obsessive coding on this,&lt;br /&gt;like starting even during breakfast.&lt;br /&gt;It would have been wiser to spend my time on&lt;br /&gt;studying, but I was obsessed with my project.&lt;br /&gt;&lt;br /&gt;I knew this wasn't a good this, obsessed like I&lt;br /&gt;was, but for the moment, working on the&lt;br /&gt;project, seeing the results, that's something&lt;br /&gt;that makes me feel good. But I know I would&lt;br /&gt;have to 'pay the prize' later. I knew, when I&lt;br /&gt;get into that obsessive coding stage for too&lt;br /&gt;long, it would backfire on me. I knew it would&lt;br /&gt;make me feel worse then before, I knew it&lt;br /&gt;would make me feel even lonelier then before.&lt;br /&gt;&lt;br /&gt;Loneliness is something that's been haunting me&lt;br /&gt;all my life. Well... maybe... since 2005. It's not&lt;br /&gt;that I wasn't alone before 2005, but I've changed,&lt;br /&gt;somewhen in 2005. Before 2005 it didn't bother&lt;br /&gt;me, but since 2005 it does. I hate this feeling.&lt;br /&gt;Being lonely.&lt;br /&gt;&lt;br /&gt;I feel like there are only few people I can relate&lt;br /&gt;to. I only know a few people who, I think, feel and&lt;br /&gt;think like me. People who I actually enjoy talking to.&lt;br /&gt;People who I enjoy listening to. People who can&lt;br /&gt;make me feel better, people who can take this&lt;br /&gt;loneliness away for a while. Unfortunately, none&lt;br /&gt;of these people lives near me. And I haven't been&lt;br /&gt;albe to talk to them in a while.&lt;br /&gt;&lt;br /&gt;I wish I knew more people like that. I wish they&lt;br /&gt;would live here in the same city as I do. I wish&lt;br /&gt;I didn't feel this lonely. I want to be happy.&lt;br /&gt;Is that too much to ask?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-4478371989547817092?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/4478371989547817092/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=4478371989547817092' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4478371989547817092'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4478371989547817092'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/11/no-title.html' title='--no title--'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-6550813281570199252</id><published>2010-10-31T17:54:00.000+01:00</published><updated>2010-10-31T17:54:17.130+01:00</updated><title type='text'>BlaatSchaap</title><content type='html'>Today, I've done a little browser compatibility test:&lt;br /&gt;&lt;br /&gt;Opera version 10.63 or higher is required:&lt;br /&gt;older versions don't implement the&lt;br /&gt;onHashChange event.&lt;br /&gt;The site will work fine with Opera 11 Alpha too.&lt;br /&gt;&lt;br /&gt;Firefox 3.6 or higher is required.&lt;br /&gt;&lt;br /&gt;older versions don't implement the&lt;br /&gt;onHashChange event.&lt;br /&gt;The site doesn't work well with early 4 betas,&lt;br /&gt;but with the latest beta 4.0b6 and the nightly&lt;br /&gt;builds, the site will render fine.&lt;br /&gt;&lt;br /&gt;Chrome 6.0 will render the site fine.&lt;br /&gt;Chrome 7.0 will have an issue with&lt;br /&gt;the image error handling code. It's&lt;br /&gt;behaviour seems like a bug to me,&lt;br /&gt;since when I do a traceback, the&lt;br /&gt;object still exists in the in-browser&lt;br /&gt;.onerror code, but as soon at my&lt;br /&gt;ImageError() function is called,&lt;br /&gt;it's suddenly undefined. And as this&lt;br /&gt;code worked with Chrome 6,&lt;br /&gt;and other tested browsers like&lt;br /&gt;Firefox and Opera.&lt;br /&gt;&lt;br /&gt;As announced before, Internet Explorer&lt;br /&gt;is officially unsupported. That doesn't&lt;br /&gt;mean I haven't tried&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;function translate_to_msie_dialect(){&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&amp;nbsp;&amp;nbsp;var s = document.getElementsByTagName("script");&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&amp;nbsp;&amp;nbsp;var l = s.length;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&amp;nbsp;&amp;nbsp;var i;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&amp;nbsp;&amp;nbsp;for ( i = 0 ; i &amp;lt; l ; i ++ ) {&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;var src = s[i].text;&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;s[i].text = src.replace(/.textContent/g, ".text");&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&amp;nbsp;&amp;nbsp;}&lt;/span&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;}&lt;/span&gt;&lt;/blockquote&gt;&lt;br /&gt;This code turns standard javascript into microsoft's dialect,&lt;br /&gt;well, as for as the .text vs .textContent concerns.&lt;br /&gt;&lt;br /&gt;This works on Internet Explorer 8. Self modifying code&lt;br /&gt;seems to be allowed in the Microsoft browser. When I &lt;br /&gt;try it the other way around, and try to translate a &lt;br /&gt;Microsoft-dialect script to Standard JavaScript, it fails.&lt;br /&gt;&lt;br /&gt;Oh well... now.... let me get to the problem with this&lt;br /&gt;script: it only works for in-line javascript, so code&lt;br /&gt;that sits inside &amp;lt;script&amp;gt; tags, and not code&lt;br /&gt;that sits in files, like my code does. Looking at &lt;br /&gt;the HTMLScriptObject documentation, (at the Microsoft &lt;br /&gt;site, I need to know about their version now) I seem&lt;br /&gt;only to be able to access the text within the scripts&lt;br /&gt;and the url to the source file.&lt;br /&gt;&lt;br /&gt;I mean, I could run a translation script on the server.&lt;br /&gt;But you see, my problem with that is, some browsers&lt;br /&gt;might support an 'Identify as Internet Explorer' &lt;br /&gt;option. And when that's activated, I might be serving&lt;br /&gt;scripts in Microsoft Dialect to a browser that only&lt;br /&gt;understands Standard JavaScript. So, my thought was,&lt;br /&gt;don't check on the user agent, but check on the dialect.&lt;br /&gt;As in, try to parse a simple XML string, and see which&lt;br /&gt;method gives me the desired value, and if necessary, &lt;br /&gt;apply the translation.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-6550813281570199252?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/6550813281570199252/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=6550813281570199252' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6550813281570199252'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6550813281570199252'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/10/blaatschaap.html' title='BlaatSchaap'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-2688941131975416336</id><published>2010-10-29T22:23:00.000+02:00</published><updated>2010-10-29T22:23:03.447+02:00</updated><title type='text'>Internet Explorer ... uhm... Exploder off course!</title><content type='html'>As I stated before,&lt;br /&gt;"Internet Explorer is officially unsupported at my website",&lt;br /&gt;as this browser, made by some company named Microsoft,&lt;br /&gt;does't comply to the W3C standards, one must develop&lt;br /&gt;the site twice, once for standard complaint browsers and&lt;br /&gt;once for microsoft browsers (and since it differs a lot&lt;br /&gt;between versions of it's browser, maybe even more)&lt;br /&gt;&lt;br /&gt;As I've noticed with the BlaatSchaap site, Internet&lt;br /&gt;Explorer has improved a little, and is since version 8&lt;br /&gt;capable of *rendering* the html/css correctly. WOW!&lt;br /&gt;&lt;br /&gt;I mean.... Internet Explorer 6 and 7. When I tell it to&lt;br /&gt;draw two boxes, two divs, with a border, with the same&lt;br /&gt;heigth, next to each other, they will turn op with&lt;br /&gt;a different heigth, and it even differs between&lt;br /&gt;version 6 and 7. I've had these issues when I&lt;br /&gt;had this separated Radio BlaatSchaap site where&lt;br /&gt;Eileen insisted on Internet Explorer support. As it&lt;br /&gt;was just a static site, it was not that much trouble.&lt;br /&gt;But still.... seeing what Internet Explorer managed&lt;br /&gt;to put on the screen.....&lt;br /&gt;&lt;br /&gt;Well.... now.... version 8. I am surprised it seems to&lt;br /&gt;support XMLHttpRequest correctly. WOW! As in&lt;br /&gt;older versions it seems, one must work with&lt;br /&gt;*shiver* ActiveX stuff. A nightmare!&lt;br /&gt;&lt;br /&gt;But, as expected, the site crashed immediately.&lt;br /&gt;It was reporting errors about not being able to&lt;br /&gt;obtain the language strings from the server.&lt;br /&gt;So, I immediately suspected the XMLHttpRequest.&lt;br /&gt;But that one turned out to behave as expected,&lt;br /&gt;no, the problem seems to be in the processing&lt;br /&gt;of the received XML data.&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;var xmldoc = http.responseXML;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;var xmlstrings = xmldoc.getElementsByTagName("strings")[0];&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;for(i=0; i &amp;lt; xmlstrings.getElementsByTagName("string").length; i++){&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;var xmlstring = xmlstrings.getElementsByTagName("string")[i];&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;var objstring = new Object();&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;alert(xmlstring.getElementsByTagName("lang")[0].textContent)&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;objstring["lang"] = xmlstring.getElementsByTagName("lang")[0].textContent;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;objstring["type"] = xmlstring.getElementsByTagName("type")[0].textContent;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;objstring["text"] = xmlstring.getElementsByTagName("text")[0].textContent;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;objstring["locked"] = xmlstring.getElementsByTagName("locked")[0].textContent;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;  &lt;/span&gt;strings.push(objstring);&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt; &lt;/span&gt;}&lt;/blockquote&gt;&lt;/blockquote&gt;This script appears to work on all modern browsers&lt;br /&gt;except Internet Explorer. (Internet Explorer should be&lt;br /&gt;concidered a modern browser when one looks at it's&lt;br /&gt;&lt;i&gt;&lt;b&gt;release date&lt;/b&gt;&lt;/i&gt;.)&lt;br /&gt;&lt;br /&gt;Hopefully it gets better next version. But &lt;b&gt;&lt;i&gt;I&lt;/i&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&amp;nbsp;will write my&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;website according to the W3C standards. If some&amp;nbsp;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;American company decides to invent their own 'standards',&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;then that is not &lt;i&gt;&lt;b&gt;my &lt;/b&gt;&lt;span class="Apple-style-span" style="font-style: normal;"&gt;problem. My site is standards complaint,&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-style: normal;"&gt;if your browser is not, don't blaim be.&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-style: normal;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-style: normal;"&gt;Oh yes, some people will say, but those n00bs don't&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-style: normal;"&gt;know better, and will use what's pre-installed. Well,&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-style: normal;"&gt;exactly that *is* the problem why that damn piece&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-style: normal;"&gt;of junk is so popular. And it's also why the EU&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-style: normal;"&gt;government forced Microsoft so implement a browser&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-style: normal;"&gt;selection program into their Operating System,&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;I think it's called 'Windows'&lt;br /&gt;&lt;br /&gt;Oh.... enough ranting about Microsoft now... back&lt;br /&gt;to randing about Internet Exploders crappy JavaScript&lt;br /&gt;implementation. So, for some reason, it doesn't execute&lt;br /&gt;the script above according to what it's told to do.&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&amp;nbsp;After debugging a bit, it seems to go wrong at the&lt;br /&gt;last step. &amp;nbsp; .textContent is *NOT* supported&lt;br /&gt;by Internet Explorer. After googeling a bit I found&lt;br /&gt;&lt;a href="http://www.hiteshagrawal.com/javascript/javascript-parsing-xml-in-javascript"&gt;http://www.hiteshagrawal.com/javascript/javascript-parsing-xml-in-javascript&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;i&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;text&lt;/span&gt;&lt;/b&gt;&lt;/i&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Returns the text content assigned to the tag elements. This property cannot be used for reading attribute content. Also this property can only be used for Microsoft Browsers&lt;/span&gt;&lt;br /&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Syntax:&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;xml_object.current_pointing_node.text&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;textContent&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;br /&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Returns the text content assigned to the tag elements. This property cannot be used for reading attribute content. Also this property can only be used for Mozilla, Firefox, Opera Browsers&lt;/span&gt;&lt;br /&gt;&lt;i&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;Syntax:&lt;/span&gt;&lt;/i&gt;&lt;br /&gt;&lt;b&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;xml_object.current_pointing_node.textContent&lt;/span&gt;&lt;/b&gt;&lt;/blockquote&gt;So, appearently in Microsoft JScript it's called text and&lt;br /&gt;in standard 'rest-of-the-world' JavaScript it's called&lt;br /&gt;textContent. Do you get my problem with Microsoft?&lt;br /&gt;Do you get what I mean with non-standard-complaint?&lt;br /&gt;&lt;br /&gt;Yes, I have been complaining about Firefox before,&lt;br /&gt;but that's still different, because, the other browsers&lt;br /&gt;were supporting an extra feature, but didn't implement&lt;br /&gt;a feature completely different, and with a little tweak,&lt;br /&gt;the code ran in all standards-complant browsers.&lt;br /&gt;&lt;br /&gt;With this Microsoft Browser, I will litterly need to do a&lt;br /&gt;if (microsoft) then {......text} else {.....textContent}&lt;br /&gt;&lt;br /&gt;*and* I will need to make this change *everywhere*&lt;br /&gt;where I am parsing XML data. And since I'm developing&lt;br /&gt;a site that is fully AJAX driven, XML parsing in JavaScript,&lt;br /&gt;this will be a pain in the ass to make it Microsoft-compatible,&lt;br /&gt;and will increase the size of the scripts as well, and so&lt;br /&gt;increase the load times of the site as well.&lt;br /&gt;&lt;br /&gt;So, I stick to my statement I've made years ago:&lt;br /&gt;Microsoft Browsers are not supported my site.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-2688941131975416336?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/2688941131975416336/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=2688941131975416336' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2688941131975416336'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2688941131975416336'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/10/internet-explorer-uhm-exploder-off.html' title='Internet Explorer ... uhm... Exploder off course!'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-5835763664245154399</id><published>2010-10-28T20:16:00.000+02:00</published><updated>2010-10-28T20:16:10.528+02:00</updated><title type='text'>One more try, Audio tag, Cross Domain XMLHttpRequests</title><content type='html'>So, the audio tag, I did give them another try, I didn't&lt;br /&gt;change my html/js codes, but I've updated my firefox.&lt;br /&gt;Chrome is still the same version.&lt;br /&gt;&lt;br /&gt;Now, like a miracle, they decided to play music,&lt;br /&gt;even though they refused to do so yesterday.&lt;br /&gt;&lt;br /&gt;So, Opera, Firefox and Chrome are capable of&lt;br /&gt;playing IceCast2 streams using the Audio tag&lt;br /&gt;after all.&lt;br /&gt;&lt;br /&gt;Yet, it's not perfect. Chrome's tab crashed after&lt;br /&gt;an x amount of time. It did so every time I let it&lt;br /&gt;play the stream. Firefox doesn't show any crash&lt;br /&gt;message, but simply stops playing after an x&lt;br /&gt;amount of time. So even though they passed&lt;br /&gt;the first test, it seems, Opera is still the only&lt;br /&gt;browser with acceptable support for streaming&lt;br /&gt;music.&lt;br /&gt;&lt;br /&gt;Next: XMLHttpRequests, their security is rather&lt;br /&gt;script. A request MUST go to the same protocol,&lt;br /&gt;same domain, same port. Since the IceCast2 server&lt;br /&gt;is server it's current song xml data on a different&lt;br /&gt;port then the webserver, the request will fail.&lt;br /&gt;&lt;br /&gt;Flash has a solution to allow connections do a&lt;br /&gt;different port. You need to set up a server&lt;br /&gt;listening on port 843. Since this port is below 1024,&lt;br /&gt;you must have root access to the server to set it up.&lt;br /&gt;See the link below for more information:&lt;br /&gt;&lt;a href="http://www.adobeursurvey.com/devnet/flashplayer/articles/socket_policy_files.html"&gt;http://www.adobeursurvey.com/devnet/flashplayer/articles/socket_policy_files.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;In the past, I've been looking, wihtout success, for a&lt;br /&gt;simular feature in JavaScript. Yesterday, I've discovered&lt;br /&gt;JavaScript requires a different approach. The server&lt;br /&gt;you are requesting must set a header that tells JavaScript&lt;br /&gt;it's allowed to proceed with it's request.&lt;br /&gt;See the links below for more information:&lt;br /&gt;&lt;a href="https://developer.mozilla.org/En/HTTP_access_control"&gt;https://developer.mozilla.org/En/HTTP_access_control&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.w3.org/TR/cors/"&gt;http://www.w3.org/TR/cors/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I should take a closer look at the IceCast2 configuration&lt;br /&gt;if it's possible to insert a header, or else I can modify it's&lt;br /&gt;source code to include that header. I've been doing&lt;br /&gt;some IceCast2 source patching before since there was&lt;br /&gt;a bug in it's ShoutCast compatibility code. I think I've&lt;br /&gt;mentioned it before in my blog. I think it was something&lt;br /&gt;like it was sending one newline in stead of two.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-5835763664245154399?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/5835763664245154399/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=5835763664245154399' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5835763664245154399'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5835763664245154399'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/10/one-more-try-audio-tag-cross-domain.html' title='One more try, Audio tag, Cross Domain XMLHttpRequests'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-6523228077737397538</id><published>2010-10-28T19:55:00.001+02:00</published><updated>2010-10-28T19:57:13.824+02:00</updated><title type='text'>WTF??</title><content type='html'>Appearently, Blogger didn't post the full&lt;br /&gt;text I typed for some reason....&lt;br /&gt;&lt;br /&gt;I will have to rewrite everything again.&lt;br /&gt;&lt;br /&gt;Some additions to the audio tag story&lt;br /&gt;and about cross domain scripting.&lt;br /&gt;&lt;audio&gt; tag allows streaming&lt;br /&gt;radio in both firefox and chrome too.&lt;br /&gt;&lt;br /&gt;So, opera, chrome and firefox will handle the&lt;br /&gt;radio stream correctly now. So, it might still&lt;br /&gt;be usable after all. The caching problem might&lt;br /&gt;be fixed by patching IceCast2's http response&lt;br /&gt;headers. I was thinking about patching them&lt;br /&gt;anyways, as I've been looking into some&lt;br /&gt;headers related to the XMLHttpRequest&lt;br /&gt;javascript object.&lt;br /&gt;&lt;br /&gt;As, for security reasons, cross site scripting is&lt;br /&gt;not allowed. The XMLHttpRequest is very&lt;br /&gt;strict about his. Must be same domain and port.&lt;br /&gt;Same server different port, or a subdomain is not&lt;br /&gt;allowed. I have been looking at this before,&lt;br /&gt;without success. Even a redirect by HTTP&lt;br /&gt;header doesn't get around this&lt;br /&gt;&lt;br /&gt;When using flash, one must run an application at&lt;br /&gt;the server that listens on port 843.&lt;br /&gt;( see&amp;nbsp;&lt;a href="http://www.adobeursurvey.com/devnet/flashplayer/articles/socket_policy_files.html"&gt;http://www.adobeursurvey.com/devnet/flashplayer/articles/socket_policy_files.html&lt;/a&gt;&amp;nbsp;)&lt;br /&gt;Due it listens on a port below 1024, one must&lt;br /&gt;have root access to the webserver to set this up.&lt;br /&gt;&lt;br /&gt;I have been looking for a simular thing for&lt;br /&gt;JavaScirpt without success, but I found our&lt;br /&gt;JavaScript takes a totally different approach.&lt;br /&gt;&lt;br /&gt;I've found out about this by looking at Chrome's&lt;br /&gt;JavaScript console. It turnes our, the receiving&lt;br /&gt;HTTP server is supposed to set a certain header&lt;br /&gt;to tell JavaScript it's allowed to do a cross site&lt;br /&gt;XMLHttpRequest. See:&lt;br /&gt;&lt;a href="https://developer.mozilla.org/En/Server-Side_Access_Control"&gt;https://developer.mozilla.org/En/Server-Side_Access_Control&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.w3.org/TR/cors/"&gt;http://www.w3.org/TR/cors/&lt;/a&gt;&lt;/audio&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-6523228077737397538?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/6523228077737397538/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=6523228077737397538' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6523228077737397538'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6523228077737397538'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/10/audio-tag-again.html' title='WTF??'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-5081606824429199038</id><published>2010-10-28T18:58:00.002+02:00</published><updated>2010-10-28T18:59:52.022+02:00</updated><title type='text'>Javascript and Languages</title><content type='html'>I've been scripting all day again. Improved some&lt;br /&gt;error handling for example, when I catch an error&lt;br /&gt;I will first try to display it using the 'soft' dialog&lt;br /&gt;produced by JavaScript, and only if it fails, do a fallback&lt;br /&gt;to JavaScripts alert();&lt;br /&gt;&lt;br /&gt;There is some more errror handling to be implemented.&lt;br /&gt;Since I've used a 'template' to implement the XMLHttpRequests,&lt;br /&gt;I currently only do a readyState=4 &amp;amp;&amp;amp; status=200 check.&lt;br /&gt;I should add a check for different statuses, to see if the&lt;br /&gt;server is reporting some kind of error. And some more error&lt;br /&gt;handling issues.&lt;br /&gt;&lt;br /&gt;But another problem I am running into, the old site,&lt;br /&gt;where all scripting happens on the server, it was no&lt;br /&gt;problem determining the users preferred languages.&lt;br /&gt;There values are available in the HTTP Request header&lt;br /&gt;"Accept-Language". I found a nice PHP script, that handles&lt;br /&gt;it more efficient then the current script.&lt;br /&gt;( &lt;a href="http://www.thefutureoftheweb.com/blog/use-accept-language-header"&gt;http://www.thefutureoftheweb.com/blog/use-accept-language-header&lt;/a&gt; )&lt;br /&gt;But now, I want to do it using JavaScript. I have been&lt;br /&gt;googling around a bit, and with little success. It seems&lt;br /&gt;the only thing I can detect is the users browser langauge.&lt;br /&gt;I might use that in stead, but, the Accept-Language header&lt;br /&gt;represents the settings the user had made about the&lt;br /&gt;language he wants to see, and in which order. It will&lt;br /&gt;most likely consist of multiple languages (for non-Americans)&lt;br /&gt;&lt;br /&gt;I mean, I can always 'fall-back' to English, but I would like&lt;br /&gt;the site to be displayed in the native language if supported.&lt;br /&gt;&lt;br /&gt;So, I might do, rather inefficient, have a PHP script return&lt;br /&gt;these values back to the browser for parsing. I mean, I am&lt;br /&gt;doing Client-side scripting now,&lt;br /&gt;&lt;br /&gt;or I might look at the browsers language. But imagine a&lt;br /&gt;user using an icelandic browser, with configured&lt;br /&gt;&lt;blockquote&gt;Accept-Langauge :&amp;nbsp; is, nb; q=0.9, nn; q=0.8, sv; q=0.7 en; q=0.6&lt;/blockquote&gt;Sp, according to this Accept-Language string, the site&lt;br /&gt;should check if Icelandic content is available, if not then&lt;br /&gt;Norwegian Bokmål, if not then Norwegian Nynorsk,&lt;br /&gt;if not then Swedish, if not then English.&lt;br /&gt;&lt;br /&gt;This information is not available when I just look at&lt;br /&gt;the browser langauge, which means, I see Icelandic,&lt;br /&gt;I know I don't have a translation, I fall back to English,&lt;br /&gt;while the user has configured he would like Norwegian&lt;br /&gt;Bokmål as first alternative.&lt;br /&gt;&lt;br /&gt;Or, even imagine a user who's browser langauge is not&lt;br /&gt;his first langauge in his Accept-Language list?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-5081606824429199038?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/5081606824429199038/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=5081606824429199038' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5081606824429199038'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5081606824429199038'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/10/javascript-and-languages.html' title='Javascript and Languages'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-2256157448747041008</id><published>2010-10-28T01:56:00.000+02:00</published><updated>2010-10-28T01:56:03.375+02:00</updated><title type='text'>ReBlogging, BlaatSchaap Style</title><content type='html'>Just some thoughts... BlaatSchaap... and it's&lt;br /&gt;planned 'reblog' feature. Since I've been suspended&lt;br /&gt;from Tumblr, this feature has moved up in the feature&lt;br /&gt;priority list.&lt;br /&gt;&lt;br /&gt;I am thinking about two kinds of reblogs. A regular reblog,&lt;br /&gt;which will be accessible through the regular access sceme.&lt;br /&gt;(public, frinds only, or specific friendlists)&lt;br /&gt;&lt;br /&gt;Still... doing this creates the situation of having a&lt;br /&gt;'facebook' and a 'tumblr' on one site. There is a&lt;br /&gt;reason there is an 'unwritten rule' not to link your&lt;br /&gt;Tumblr on Facebook. For this reason, I am thinking&lt;br /&gt;about an anonymous public accessable reblog. &lt;br /&gt;&lt;br /&gt;Well... how will it work... on FaceBook, we have&lt;br /&gt;this 'like' feature. I am thinking about, on BlaatSchaap,&lt;br /&gt;'liking' a photo will add it to a reblog.&lt;br /&gt;See it like an album of 'liked' photos across the site.&lt;br /&gt;&lt;br /&gt;Well.. what about external images, as you can&lt;br /&gt;enter an url on Tumblr to add to your tumblrblog.&lt;br /&gt;&lt;br /&gt;So, I am thinking about downloading them to the&lt;br /&gt;server and keeping the original URL as source&lt;br /&gt;on the server.&lt;br /&gt;&lt;br /&gt;Even more, support for RSS feeds might be added&lt;br /&gt;as well, as I've mentioned before... well... the idea&lt;br /&gt;is to display the content of the RSS feeds you've&lt;br /&gt;subscribed to and then you can click the photos&lt;br /&gt;you wish to add to your reblog. Basically the same&lt;br /&gt;as following someone on Tumblr itself.&lt;br /&gt;&lt;br /&gt;The thing I'll have to think about, is reblogging&lt;br /&gt;between anonymous and regular reblogs, as&lt;br /&gt;with a regular blog, I will just display the username,&lt;br /&gt;but for an anonymous blog, I will display the blogname.&lt;br /&gt;I am thinking what will happen when a user changes&lt;br /&gt;the type between regular and anonymous.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-2256157448747041008?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/2256157448747041008/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=2256157448747041008' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2256157448747041008'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2256157448747041008'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/10/reblogging-blaatschaap-style.html' title='ReBlogging, BlaatSchaap Style'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-5356910488771396772</id><published>2010-10-28T01:24:00.003+02:00</published><updated>2010-10-28T01:29:48.515+02:00</updated><title type='text'>Using the HTML5 Audio tag to play an IceCast2 stream.</title><content type='html'>As I am rebuilding the BlaatSchaap site, I want to keep it&lt;br /&gt;up to modern standards. So, I am using HTML5 for it.&lt;br /&gt;If you look at it's DOCTYPE you will notice it is HTML5.&lt;br /&gt;&lt;br /&gt;You might also know that I have run a radio station in the&lt;br /&gt;past.&lt;br /&gt;&lt;br /&gt;I think I have been experimenting with this in the past&lt;br /&gt;and ran into issues too.&lt;br /&gt;&lt;br /&gt;The problem, the HTML5 audio tag is very suitable for&lt;br /&gt;playing audio files, but it fails for audio streams.&lt;br /&gt;&lt;br /&gt;Chrome connects to the IceCast server correctly, and when&lt;br /&gt;I tell it to display controls, it claims to be playing, but no audio&lt;br /&gt;is produced.&lt;br /&gt;&lt;br /&gt;Firefox 3.6 fails totally and will only display a 'loading' symbol&lt;br /&gt;when the controls are enabled.&lt;br /&gt;Firefox 4.0 beta8 nightly build will behave like Chrome, and&lt;br /&gt;be playing 'on screen' without producing sound.&lt;br /&gt;&lt;br /&gt;The only browser that appears to be&amp;nbsp;successful&amp;nbsp;playing the&lt;br /&gt;IceCast2 stream is Opera. For this test I've used the&lt;br /&gt;release version 10.63. Even though it plays, there are some&lt;br /&gt;issues related to the fact that the javascript API for the audio&lt;br /&gt;tag assumes it handles files, with a fixed size, rather then an&lt;br /&gt;endless stream.&lt;br /&gt;&lt;br /&gt;The first issue is, there is no stop() function. Only play() and&lt;br /&gt;pause(). This results in, it will continue streaming when one&lt;br /&gt;'pauses' the playback. This is to be expected when one&lt;br /&gt;pauses the playback rather then stops it. One solution to&lt;br /&gt;this issue is to write and delete the audio tag from Javascript.&lt;br /&gt;&lt;br /&gt;HTML:&lt;br /&gt;&lt;blockquote&gt;&amp;lt;div id=&amp;quot;player&amp;quot; style=&amp;quot;display:block; height:100px; width:300px; border: 1px dashed red; &amp;quot;&amp;gt;&lt;br /&gt;test&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;JavaScript:&lt;br /&gt;&lt;blockquote&gt;function Play(){&lt;br /&gt;document.getElementById(&amp;quot;player&amp;quot;).innerHTML=&amp;#39;playing&amp;lt;audio autoplay&amp;gt;&amp;lt;source  src=&amp;quot;http://www.blaatschaap.be:8200/stream.ogg&amp;quot; type=&amp;quot;audio/ogg; codecs=vorbis&amp;quot;&amp;gt;&amp;lt;source  src=&amp;quot;http://www.blaatschaap.be:8200/stream.mp3&amp;quot; &amp;gt;&amp;lt;/audio&amp;gt;&amp;#39;;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;function Stop(){&lt;br /&gt;document.getElementById(&amp;quot;player&amp;quot;).innerHTML=&amp;quot;stopped&amp;quot;;&lt;br /&gt;&lt;br /&gt;}&lt;/blockquote&gt;By deleting the audio tag this way, it will stop the connection to the server too. But there is still an issue. The stream is still buffered. When once starts the stream again, by rewriting the audio tag into the html document, it will start playing the buffer it had been playing before, and so, plays a few seconds of old content before it resumes the current live stream.&lt;br /&gt;&lt;br /&gt;It seems the audio tag is not suitable to play radio streams. So far, the only reliable way to play radio streams, semi-platform independant, is using a Java based ogg player: Jorbis (&lt;a href="http://www.jcraft.com/jorbis/"&gt;http://www.jcraft.com/jorbis/&lt;/a&gt;) which I have been using on my site before. But still.... it depends on Java being installed.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-5356910488771396772?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/5356910488771396772/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=5356910488771396772' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5356910488771396772'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5356910488771396772'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/10/using-html5-audio-tag-to-play-icecast2.html' title='Using the HTML5 Audio tag to play an IceCast2 stream.'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-9201511683876234226</id><published>2010-10-27T22:04:00.000+02:00</published><updated>2010-10-27T22:04:28.237+02:00</updated><title type='text'>BlaatSchaap 'live' planned features</title><content type='html'>BlaatSchaap 'live'&lt;br /&gt;&lt;br /&gt;I've been blogging quite a bit about my experiences&lt;br /&gt;while working on it. Let's see.... what has been done,&lt;br /&gt;what is still on the todo list:&lt;br /&gt;&lt;br /&gt;Translation tool:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;in-line translator works so far&amp;nbsp;&lt;/li&gt;&lt;li&gt;add voting feature&lt;/li&gt;&lt;li&gt;not 'in-line' translator&amp;nbsp;&lt;/li&gt;&lt;li&gt;option to delete a translation by the original translator&lt;/li&gt;&lt;/ul&gt;Other features to be implemented&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Views for photo albums&lt;/li&gt;&lt;li&gt;Views for video albums&amp;nbsp;&lt;/li&gt;&lt;li&gt;Photo uploading&lt;/li&gt;&lt;li&gt;Video uploading&lt;/li&gt;&lt;li&gt;Video converting&lt;/li&gt;&lt;li&gt;Friends list manager&lt;/li&gt;&lt;li&gt;Access list manager&lt;/li&gt;&lt;li&gt;Automated backups&lt;/li&gt;&lt;li&gt;Profile editor&lt;/li&gt;&lt;li&gt;Account editor&lt;/li&gt;&lt;li&gt;'Wall' implementation (possible 'port' of the oldbeta implementation)&lt;/li&gt;&lt;li&gt;New photo script enforcing the new access schema&amp;nbsp;&lt;/li&gt;&lt;li&gt;Forums&amp;nbsp;&lt;/li&gt;&lt;li&gt;Notifications&lt;/li&gt;&lt;li&gt;Messaging support&amp;nbsp;&lt;/li&gt;&lt;li&gt;Sending email notifications&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;Possible features to implement:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;OpenID login&lt;/li&gt;&lt;li&gt;OpenID provider&lt;/li&gt;&lt;li&gt;OpenSocial Application Support (container)&lt;/li&gt;&lt;li&gt;Blog (Regular text blog)&lt;/li&gt;&lt;li&gt;ReBlog (Tumblr style) (with possible anonymous function)&lt;/li&gt;&lt;li&gt;Facebook connect login&amp;nbsp;&lt;/li&gt;&lt;li&gt;Email hosting (username@blaatschaap.be)&lt;/li&gt;&lt;li&gt;BlaatNET (Communication Server)&lt;/li&gt;&lt;ul&gt;&lt;li&gt;'facebook-style' chatbar&lt;/li&gt;&lt;li&gt;XMPP&lt;/li&gt;&lt;li&gt;IRC&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;br /&gt;Am I missing something?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-9201511683876234226?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/9201511683876234226/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=9201511683876234226' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/9201511683876234226'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/9201511683876234226'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/10/blaatschaap-live-planned-features.html' title='BlaatSchaap &apos;live&apos; planned features'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-2937132370339975659</id><published>2010-10-27T18:37:00.000+02:00</published><updated>2010-10-27T18:37:51.709+02:00</updated><title type='text'>Tumblr</title><content type='html'>Appearently my Tumblr account has been suspended.&lt;br /&gt;I assume this is because of reblogging copyrighted&lt;br /&gt;material, since I recently started reblogging images&lt;br /&gt;with a site logo on them. In the past I used to ignore&lt;br /&gt;those, and I think it would have been better if I hadn't&lt;br /&gt;changed my mind about them.&lt;br /&gt;A number of the people I used to follow on Tumblr&lt;br /&gt;has been suspended as well. I will continue to follow&lt;br /&gt;some of the people still alive on Tumblr using&lt;br /&gt;the RSS feed Tumblr offers.&lt;br /&gt;&lt;br /&gt;Apart from that, I am planning to add Tumblr-like&lt;br /&gt;functionality to BlaatSchaap 'live' anyways. I had&lt;br /&gt;been thinking about this before, and I was planning&lt;br /&gt;to add an 'export to Tumblr' feature. (if possible,&lt;br /&gt;I haven't looked into their API yet) I guess, no&lt;br /&gt;exporting anymore ;) Importing should still be&lt;br /&gt;possible through RSS feed. But this will be a&lt;br /&gt;general RSS feed feature, not Tumblr specific.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-2937132370339975659?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/2937132370339975659/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=2937132370339975659' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2937132370339975659'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2937132370339975659'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/10/tumblr.html' title='Tumblr'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-6600375477060063294</id><published>2010-10-27T18:31:00.001+02:00</published><updated>2010-10-28T02:16:03.262+02:00</updated><title type='text'>Firefox and SVG Images</title><content type='html'>So, I've mentioned Firefox and SVG Problems.&lt;br /&gt;From the information I've read it should be fixed&lt;br /&gt;in 4.0b7. I am running a nightly build of beta 8.&lt;br /&gt;In this nightly build, you can use the img tag to&lt;br /&gt;load an svg image, but it doesn't auto resize if a&lt;br /&gt;fixed size is written in the svg file. A problem I've&lt;br /&gt;encountered before in my SVG tests.&lt;br /&gt;&lt;br /&gt;So, what to do: Open the SVG file and look for&lt;br /&gt;something that looks like&lt;br /&gt;&lt;blockquote&gt;width="500.00000px"&lt;br /&gt;height="500.00000px"&lt;/blockquote&gt;&lt;br /&gt;and replace it with&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;viewBox="0 0 500 500" &lt;/blockquote&gt;Then firefox 4.0b8 will resize the image to the&lt;br /&gt;size you've specified in the img tag.&lt;br /&gt;&lt;br /&gt;Of course we don't expect all firefox users to&lt;br /&gt;run the latest beta, so, how will be to a fallback&lt;br /&gt;to png?&lt;br /&gt;&lt;br /&gt;I added a little javascript, which works for Firefox 4.0b6.&lt;br /&gt;I will still have to test it for the latest regular build, but&lt;br /&gt;I assume it will work too.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I am using this little JavaScript function&lt;br /&gt;&lt;blockquote&gt;function SVGPNGImage(img){&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var src= img.src;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; src= src.replace(".svg", ".png");&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; img.onerror=undefined;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; img.src = src;&lt;br /&gt;}&lt;/blockquote&gt;And the HTML will be like&lt;br /&gt;&lt;blockquote&gt;&amp;lt;img height=&amp;quot;50&amp;quot; id=&amp;quot;imglogo&amp;quot; onerror=&amp;quot;SVGPNGImage(imglogo);&amp;quot; src=&amp;quot;/images/sheep.svg&amp;quot; width=&amp;quot;50&amp;quot; /&amp;gt;&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;In this example we assume&amp;nbsp; we have both&lt;br /&gt;&lt;blockquote&gt;/images/sheep.svg&lt;br /&gt;/images/sheep.png &lt;/blockquote&gt;on our server.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-6600375477060063294?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/6600375477060063294/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=6600375477060063294' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6600375477060063294'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6600375477060063294'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/10/firefox-and-svg-images.html' title='Firefox and SVG Images'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-994762153127138741</id><published>2010-10-25T17:36:00.001+02:00</published><updated>2010-10-25T17:41:09.137+02:00</updated><title type='text'>Translations and SVG support</title><content type='html'>BlaatSchaap members might already know this,&lt;br /&gt;but I am working on an in-site translation tool.&lt;br /&gt;&lt;br /&gt;If you want to help translating, please do so ;)&lt;br /&gt;&lt;br /&gt;Well... I've been working on the site, and I am making&lt;br /&gt;progress. I have now a 'menu' in JavaScript/CSS.&lt;br /&gt;&lt;br /&gt;I thought it was time to throw in some graphics.&lt;br /&gt;I've looked in the&amp;nbsp;&lt;a href="http://www.openclipart.org/"&gt;http://www.openclipart.org/&lt;/a&gt;&lt;br /&gt;Open (Public Domain) clipart to find some&lt;br /&gt;graphics. (The current BS logo comes from there&lt;br /&gt;as well)&lt;br /&gt;&lt;br /&gt;Since we have modern browers nowadays, I decided&lt;br /&gt;to try to use the SVG format, as served on that site.&lt;br /&gt;&lt;br /&gt;It works fine in Opera and Chrome, but Firefox is a bitch.&lt;br /&gt;Both Opera and Chrome will accept the img tag for an&lt;br /&gt;image in the svg format.&lt;br /&gt;&lt;br /&gt;Firefox does not, and will only accept it through a object tag.&lt;br /&gt;The object tag has it's problems,&amp;nbsp;transparency&amp;nbsp;is not respected&lt;br /&gt;and the onClick() events are not fired. &lt;br /&gt;And more problems, like it doesn't scale lime I can so in&lt;br /&gt;the img tag. When I try that I will get scrollbars.&lt;br /&gt;Turned out I needed make some patches in the&lt;br /&gt;svg file itself to allow it to be scaled.&lt;br /&gt;&lt;br /&gt;&lt;a href="https://bugzilla.mozilla.org/show_bug.cgi?id=276431"&gt;https://bugzilla.mozilla.org/show_bug.cgi?id=276431&lt;/a&gt;&lt;br /&gt;(looks like it will be solved next firefox 4 beta?)&lt;br /&gt;(a bug reported in 2004?)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-994762153127138741?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/994762153127138741/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=994762153127138741' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/994762153127138741'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/994762153127138741'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/10/translations-and-svg-support.html' title='Translations and SVG support'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-4402203720039198159</id><published>2010-10-22T15:28:00.001+02:00</published><updated>2010-10-22T15:28:50.081+02:00</updated><title type='text'>MySQL</title><content type='html'>I should be studying. I have a databases exam&lt;br /&gt;on monday, but in stead, I am scripting again.&lt;br /&gt;Like I said before, it's the wrong time for&lt;br /&gt;my inspiration to kick in, but it did. lol.&lt;br /&gt;&lt;br /&gt;Since I've learned some SQL during class I've&lt;br /&gt;never seen before, I decided to use it. As, for&lt;br /&gt;what I am trying to do, I needed something like&lt;br /&gt;I've learned in class.&lt;br /&gt;&lt;br /&gt;Welcome to reality: It doesn't work in MySQL.&lt;br /&gt;What good is it to be tought something that&lt;br /&gt;doesn't work like that in the Real World™?&lt;br /&gt;&lt;br /&gt;Okay, MySQL is not the only database software&lt;br /&gt;out there, but it's one of the major SQL implementations&lt;br /&gt;out there, isn't it?&lt;br /&gt;&lt;br /&gt;I am talking about the EXCEPT operator&lt;br /&gt;( &lt;a href="http://en.wikipedia.org/wiki/Set_operations_(SQL)#EXCEPT_operator"&gt;http://en.wikipedia.org/wiki/Set_operations_(SQL)#EXCEPT_operator&lt;/a&gt; )&lt;br /&gt;which is not supported by MySQL&lt;br /&gt;( &lt;a href="http://bugs.mysql.com/bug.php?id=1309"&gt;http://bugs.mysql.com/bug.php?id=1309&lt;/a&gt; )&lt;br /&gt;&lt;br /&gt;The example on Wikipedia doesn't exactly need&lt;br /&gt;the except operator, could be written by just&lt;br /&gt;changing the where clause.&lt;br /&gt;&lt;br /&gt;The problem I am running into, makes it hard&lt;br /&gt;to rewrite without the except operator.&lt;br /&gt;&lt;br /&gt;As I am rewriting the site, the internal database&lt;br /&gt;structure changed as well. I am trying to write&lt;br /&gt;a script that imports data from the old database&lt;br /&gt;to the new database.&lt;br /&gt;&lt;br /&gt;The affected part is the rights management system.&lt;br /&gt;The old site has only an access list for private photos.&lt;br /&gt;This is stored per-photo. A simple table with three colums&lt;br /&gt;(&lt;u&gt;id&lt;/u&gt;, photo, user) where photo is the photo id and user is&lt;br /&gt;the user id. Plain and simple.&lt;br /&gt;&lt;br /&gt;The new rights management system will be more complex.&lt;br /&gt;The idea is to create groups of friends, and assign one or&lt;br /&gt;more of there friendsgroups as authorised to access the&lt;br /&gt;item. (As it will not be limited to photos anymore in the&lt;br /&gt;new design)&lt;br /&gt;&lt;br /&gt;Now, the conversion. I look at each private photo, and&lt;br /&gt;take it's ID. I look this ID up in the table I described above,&lt;br /&gt;and retrieve the user IDs of this photo.&lt;br /&gt;&lt;br /&gt;Now, I want to check if there exsist a friend list&lt;br /&gt;containing these people AND NOONE ELSE.&lt;br /&gt;&lt;br /&gt;select `list` from `friendlist` where `friend`='14' or `friend`='41' except (select * from `friendlist` where not `friend`='14' and not `friend`='41')";&lt;br /&gt;&lt;br /&gt;This would be the query to do so, except for the fact&lt;br /&gt;that MySQL doesn't support EXCEPT.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-4402203720039198159?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/4402203720039198159/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=4402203720039198159' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4402203720039198159'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4402203720039198159'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/10/mysql.html' title='MySQL'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-38155416704926963</id><published>2010-10-20T16:45:00.000+02:00</published><updated>2010-10-20T16:45:40.573+02:00</updated><title type='text'>JavaScript</title><content type='html'>Like I've mentioned before, I am working on a new version&lt;div&gt;of the BlaatSchaap Website. This is supposed to be a 'live'&amp;nbsp;&lt;/div&gt;&lt;div&gt;website. Loading content dynamic without refreshing á la AJAX.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So, depending on what page the user is looking at, I&lt;/div&gt;&lt;div&gt;include different JavaScript source files, using the method found on&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.cryer.co.uk/resources/javascript/script17_include_js_from_js.htm"&gt;http://www.cryer.co.uk/resources/javascript/script17_include_js_from_js.htm&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;On page load, this method works correctly, but since I want to&amp;nbsp;&lt;/div&gt;&lt;div&gt;be able change the content of the site from JavaScript only&lt;/div&gt;&lt;div&gt;after the initial site is loaded, I want to include more script&lt;/div&gt;&lt;div&gt;based on user events.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;That's when the trouble appears. When I try to use this method,&lt;/div&gt;&lt;div&gt;after the initial page load, the document.write function, used&lt;/div&gt;&lt;div&gt;in this method causes my whole document to disappear.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I've only started using this method, after my initial attempts to&lt;/div&gt;&lt;div&gt;just write the code to a div caused in no result, the code wasn't&lt;/div&gt;&lt;div&gt;being parsed. It seems the code is only parsed when I use the&amp;nbsp;&lt;/div&gt;&lt;div&gt;document.write function.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-38155416704926963?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/38155416704926963/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=38155416704926963' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/38155416704926963'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/38155416704926963'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/10/javascript.html' title='JavaScript'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-7345559562980527097</id><published>2010-10-14T11:39:00.000+02:00</published><updated>2010-10-14T11:39:14.390+02:00</updated><title type='text'>Living my life.</title><content type='html'>How to be successful in life?&lt;br /&gt;What does that even mean?&lt;br /&gt;Making your own choices, and live with&lt;br /&gt;the results, whatever they might be.&lt;br /&gt;Maybe that's what it means?&lt;br /&gt;&lt;br /&gt;In&amp;nbsp;February, I started studying at the&lt;br /&gt;Eindhoven University of Technology.&lt;br /&gt;I've moved out, living on my own since&lt;br /&gt;March. My choices. My own choices.&lt;br /&gt;I have more freedom now, not living&lt;br /&gt;with my family now. I am free to do&lt;br /&gt;what I want. But that also means I am&lt;br /&gt;free to screw up now. With that, I mean,&lt;br /&gt;if something goes wrong, it was my fault,&lt;br /&gt;no one else to blaim. But it also means,&lt;br /&gt;if something goes wrong, it's my problem,&lt;br /&gt;I don't have to justify it to anyone, just myself.&lt;br /&gt;&lt;br /&gt;Let's see.... I started studying in February.&lt;br /&gt;Now, I am taking the basic math and linear&lt;br /&gt;algebra and logic courses again. I failed for those&lt;br /&gt;tests&amp;nbsp;half a year ago. I will also have to take the&lt;br /&gt;statistics a course again, which I also failed.&lt;br /&gt;&lt;br /&gt;At the beginning of this year, I wasn't very stable.&lt;br /&gt;That might explain why I didn't pass all my tests.&lt;br /&gt;Let me say, I even worse before I started studying,&lt;br /&gt;and nowadays I am feeling much better. But what&lt;br /&gt;was going on, earlier this year?&lt;br /&gt;&lt;br /&gt;Like I said, I wasn't being very stable, and, like I&lt;br /&gt;mentioned before in my other blogposts, there was&lt;br /&gt;Joshua. I was in love with him, and he made me happy.&lt;br /&gt;&lt;br /&gt;But, what was the problem then? I was too dependant.&lt;br /&gt;I depended on him to be happy. It was like, I could only&lt;br /&gt;be happy when I was talking to him, and so, I spend all&lt;br /&gt;my time talking to him, neglecting my homework. And so&lt;br /&gt;I failed my tests.&lt;br /&gt;&lt;br /&gt;But like I said, my problem, not yours! I will take the test&lt;br /&gt;again, and succeed this time. That's the plan! And I am&lt;br /&gt;not giving up that plan, because, like I said, I am here,&lt;br /&gt;here in Eindhoven, only because it was my choice.&lt;br /&gt;&lt;br /&gt;This is my life, my choices, and I am not allowing anyone&lt;br /&gt;to stop me from doing what I choose to do. And even if I&lt;br /&gt;will fail, then it's only because of the choices I made.&lt;br /&gt;&lt;br /&gt;And I might have explained why I failed the first time, but&lt;br /&gt;also, that was my choice, I didn't have to do that.&lt;br /&gt;&lt;br /&gt;Even if I will fail university, I will still be successful in life,&lt;br /&gt;because, it was all because of my choices, and what resulted&lt;br /&gt;from them, and not because I let you made that choice for me.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;P.S. I might blog some more soon ;) I might have some&lt;br /&gt;inspiration by some conversations I had recently.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-7345559562980527097?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/7345559562980527097/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=7345559562980527097' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7345559562980527097'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7345559562980527097'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/10/living-my-life.html' title='Living my life.'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-562896615312114440</id><published>2010-10-13T22:03:00.000+02:00</published><updated>2010-10-13T22:03:49.935+02:00</updated><title type='text'>Another post, I am spamming allright?</title><content type='html'>Yeah, another post, I am spamming, allright?&lt;br /&gt;I can think about a few more things I wish to&lt;br /&gt;write down. Well.... like I mentioned in my&lt;br /&gt;previous post, I was supposed to do my AJAX&lt;br /&gt;stuff during summer vacation, but I didn't.&lt;br /&gt;No movitation, no inspiration.&lt;br /&gt;&lt;br /&gt;Well... the reason behind the lack of&lt;br /&gt;motivation, well... I was just emotionally&lt;br /&gt;not feeling like doing something like that.&lt;br /&gt;&lt;br /&gt;I guess.... I wasn't feeling that well the&lt;br /&gt;first half of this year. Not complaining though,&lt;br /&gt;I've mentioned this before, I don't want to use&lt;br /&gt;the word depressed, since, compared to&lt;br /&gt;December 2005, it was nothing.&lt;br /&gt;&lt;br /&gt;Then, how did I get through the first&lt;br /&gt;half of this year? Well, I guess, most of&lt;br /&gt;the people who read this already know&lt;br /&gt;the answer to that... was Joshua.&lt;br /&gt;&lt;br /&gt;Man, I was really in love with him, and then,&lt;br /&gt;from one day to the next, he started acting&lt;br /&gt;like never anything happened between us.&lt;br /&gt;&lt;br /&gt;It wasn't going well between us for a while.&lt;br /&gt;It started when summer vacation started, and&lt;br /&gt;that also explains why no coding happened&lt;br /&gt;during summer, since I was feeling sick because&lt;br /&gt;I missed Josh so much. Yet another time my&lt;br /&gt;heart was broken. Another love disappeared&lt;br /&gt;into nothingness. Is that all that ever happens to me?&lt;br /&gt;&lt;br /&gt;I think I will tell more in another blogpost, because&lt;br /&gt;there are still many things, on various related&lt;br /&gt;subjects I want to tell.&lt;br /&gt;&lt;br /&gt;But Josh.... the thing that bothers me most is the way&lt;br /&gt;it ended. He just started acting like nothing ever&lt;br /&gt;happened, even though, just days before, he was&lt;br /&gt;saying things like he would always be there for me,&lt;br /&gt;yada yada, then, he disappeared,&amp;nbsp;and then,&lt;br /&gt;when he returned, he was acting, well,&lt;br /&gt;like nothing ever happened. But the worst thing is,&lt;br /&gt;when I asked him about it, he refused to answer.&lt;br /&gt;&lt;br /&gt;Yet, to the point where I am now.... do I wish I&lt;br /&gt;never knew him? The answer is... I wouldn't&lt;br /&gt;want to change anything that happened,&lt;br /&gt;I was having a tough time, and he helped me through.&lt;br /&gt;He even made me happy, if only for a short while,&lt;br /&gt;he did.&lt;br /&gt;&lt;br /&gt;And besides that, because of Joshua, I've made some&lt;br /&gt;new friends on facebook. People I wouldn't know&lt;br /&gt;without him, so, in the end, I wouldn't even want to&lt;br /&gt;change anything to what happened. The people I&lt;br /&gt;know because of him, and an old friends I started&lt;br /&gt;talking to again, because of him.&lt;br /&gt;&lt;br /&gt;And when I think about it....it's all a chain of events,&lt;br /&gt;everything started, that afternoon, at college, that&lt;br /&gt;afternoon, when I decided not to go home get, but&lt;br /&gt;sit in the canteen and surf a bit on the internet....&lt;br /&gt;An action, seeming to insignificant, but it seems,&lt;br /&gt;that decision had a huge impact on my life.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-562896615312114440?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/562896615312114440/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=562896615312114440' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/562896615312114440'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/562896615312114440'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/10/another-post-i-am-spamming-allright.html' title='Another post, I am spamming allright?'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-5231765782512875402</id><published>2010-10-13T20:35:00.000+02:00</published><updated>2010-10-13T20:35:51.526+02:00</updated><title type='text'>AJAX. BSCP</title><content type='html'>Okay, people started complaining I should blog some more,&lt;br /&gt;so, here it goes.&lt;br /&gt;&lt;br /&gt;I've finally started something that I planned to do during summer&lt;br /&gt;vacation. But until recently, I was lacking inspiration and motivation.&lt;br /&gt;&lt;br /&gt;But, what I planned to do, and what I started to do, is take a look&lt;br /&gt;at JavaScript and more specifically, AJAX.&lt;br /&gt;&lt;br /&gt;I've never used the language before, but well... it's just another&lt;br /&gt;language. The basics of coding are the same anyways.&lt;br /&gt;&lt;br /&gt;So, what I trying to do, is to bring the BlaatSchaap site to a new&lt;br /&gt;level. Let's call it "BlaatSchaap Live". Basically, it means, let the&lt;br /&gt;site do stuff that facebook does. Notifications if someone leaves&lt;br /&gt;you a comment, without refreshing, and stuff like that.&lt;br /&gt;&lt;br /&gt;When I started working on the current site, about two years&lt;br /&gt;ago, I decided to do no JavaScript. Everything would be&lt;br /&gt;server rendered, to make the site depend on the browser&lt;br /&gt;as least as possible. In practice, it turned out, old browsers&lt;br /&gt;wouldn't render the site correctly anyways.&lt;br /&gt;*casts a dirty look at internet explorer* Yeah, Internet Explorer,&lt;br /&gt;older then version 8, renders CSS in a.... rather weird way.&lt;br /&gt;This is something I experienced with the Radio BlaatSchaap&lt;br /&gt;site back in the days. Two divs next to each other, with the&lt;br /&gt;same height specified in the CSS would render with a&lt;br /&gt;different height.&lt;br /&gt;&lt;br /&gt;Well... enough about that. *casts another dirty look at MSIE*&lt;br /&gt;That browser is officially 'unsupported'&amp;nbsp;at my website anyways.&lt;br /&gt;&lt;br /&gt;So, AJAX, JavaScript and PHP it is. So, I am rewriting everything.&lt;br /&gt;Both server side and client side. I am working on a more modular&lt;br /&gt;design too. I am thinking about writing a server rendered version too,&lt;br /&gt;within the same new modular design, I am trying to separate functionality&lt;br /&gt;from rendering code.&lt;br /&gt;&lt;br /&gt;In the old design, it was all-in-ons. Every functionality module just added&lt;br /&gt;it's output (HTML code) into a variable, that get's echo'd in the end.&lt;br /&gt;In the new design, everything gets stored as XML in a variable.&lt;br /&gt;In AJAX mode, XML renderer, the XML code gets simply echo'd&lt;br /&gt;again.&lt;br /&gt;&lt;br /&gt;If I decide to create a server rendered version of the site, this XML&lt;br /&gt;gets processed again and so the content will be generated. This&lt;br /&gt;may seem a little double work, encoding and decoding XML again,&lt;br /&gt;but this way I can generate my content more flexible.&lt;br /&gt;&lt;br /&gt;Current BlaatSchaap mobile support is also minimal. And the rendering&lt;br /&gt;of the mobile part is also determined in the functional modules, another&lt;br /&gt;reason to implement the new design.&lt;br /&gt;&lt;br /&gt;There are also some other things about the current BlaatSchaap site that&lt;br /&gt;must be changed, but I've decided to change them while rewriting, since&lt;br /&gt;everything will be re-designed to fit in the new modular structure.&lt;br /&gt;I am talking about&amp;nbsp;redesigning&amp;nbsp;the messaging system, adding photo album&lt;br /&gt;support rather then just photo uploads.&lt;br /&gt;&lt;br /&gt;A new feature I already started working on in the old model, and that&lt;br /&gt;most likely won't appear live in the old design, is a 'facebook-like' wall&lt;br /&gt;support. The current WIP implementation already supports posting&lt;br /&gt;external photos to your wall, with on server image caching.&lt;br /&gt;Well... this feature will have to be ported to the new structure.&lt;br /&gt;&lt;br /&gt;I might even restart some other BSCP's (BlaatSchaap Coding Projects)&lt;br /&gt;that have been frozen for the past years.&lt;br /&gt;&lt;br /&gt;*pokes Nuky* &amp;nbsp;I might even consider BlaatNET ;) I even have my&lt;br /&gt;plans for that :P&lt;br /&gt;&lt;br /&gt;Another project, that has been sitting in the freezer for years&lt;br /&gt;is BlaatScrobbler.&amp;nbsp;This project was frozen because I had some&lt;br /&gt;Mutex problems, on Windows, that is. and as you might know,&lt;br /&gt;Windows is not my favourite OS, and that includes coding for it.&lt;br /&gt;Interprocesscommunication, you know. I have my shared memory&lt;br /&gt;working, but I need to signal my application when it can read data&lt;br /&gt;from the shared memory, but that damn mutex refused to wait...&lt;br /&gt;&lt;br /&gt;Yeah, that was another coding project from long ago.&lt;br /&gt;So much to do..... so much I should have done the past&lt;br /&gt;years. But now, now I finally have found my motivation,&lt;br /&gt;I have more important stuff to do, like studying for my exams.&lt;br /&gt;Damn math!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-5231765782512875402?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/5231765782512875402/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=5231765782512875402' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5231765782512875402'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5231765782512875402'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/10/ajax-bscp.html' title='AJAX. BSCP'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-5225166830231438218</id><published>2010-10-13T20:05:00.000+02:00</published><updated>2010-10-13T20:05:27.550+02:00</updated><title type='text'>Converting NTFS to ext3</title><content type='html'>When you google for information about converting NTFS to ext2/3/4,&lt;br /&gt;you will find many pages saying it's impossible.&lt;br /&gt;Actually, it's possible, and rather simple to perform this conversion.&lt;br /&gt;&lt;br /&gt;The command to perform this conversion is "anyconvertfs",&lt;br /&gt;which is part of the "anyfs-tools" package.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;[root@blaatkonijn andre]# anyconvertfs &amp;nbsp;/dev/sdd1 ext3&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Converting of "/dev/sdd1" from fuseblk to ext3&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;New filesystem label: ""&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Old filesystem blocksize: 4096&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Blocksize for new filesystem: 4096&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Mount point: "/tmp/anyconvertfs2910/mountpoint"&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Mount options: "rw"&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Temporary directory: "/tmp/anyconvertfs2910"&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Inode table: "/tmp/anyconvertfs2910/inodetable"&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;First step which destroy old filesystem: 5&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Rescue List: "/tmp/anyconvertfs2910/rescue.list"&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Rescue Directory: "/tmp/anyconvertfs2910/rescue"&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Please, attentively check information above,&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;and then press Enter&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Step 1. Building inode table (with build_it).&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;build_it 0.85.1c (19 Jun 2010)&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;creating inode table: 99.84% (18383/18413) done &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Done&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Step 1a. Rescue (copy) files not aligned with block boundaries.&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Done&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Step 2. Noops (check if enough space) reblock anyfs (with reblock).&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Good. Filesystem already has 4096 blocksize&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Skip&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Step 3. Reblock anyfs (with reblock).&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Skip&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Step 4. Noops (check if enough space) build new filesystem (with "build_e2fs").&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;build_e2fs 0.85.1c (19 Jun 2010)&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Filesystem label=&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;OS type: Linux&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Block size=4096 (log=2)&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Fragment size=4096 (log=2)&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;61063168 inodes, 122096000 blocks&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;6104800 blocks (5.00%) reserved for the super user&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;First data block=0&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;3727 block groups&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;32768 blocks per group, 32768 fragments per group&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;16384 inodes per group&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Superblock backups stored on blocks:&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;102400000&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Starting search of info blocks at system blocks&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Search user info at system blocks: 99.99% (122084808/122096000) done &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Releasing blocks of system info successful&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Starting building ext2fs filesystem&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;building inodes: 100.00% (135772/135776) done &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Creating journal (32768 blocks):&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Done&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Step 5. Build new filesystem (with "build_e2fs").&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Sleep 7 seconds... It's your last chance to save the old filesystem.&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Press Ctrl+C to cancel converting.&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;7...6...5...4...3...2...1...0...&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;build_e2fs 0.85.1c (19 Jun 2010)&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Filesystem label=&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;OS type: Linux&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Block size=4096 (log=2)&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Fragment size=4096 (log=2)&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;61063168 inodes, 122096000 blocks&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;6104800 blocks (5.00%) reserved for the super user&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;First data block=0&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;3727 block groups&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;32768 blocks per group, 32768 fragments per group&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;16384 inodes per group&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Superblock backups stored on blocks:&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;4096000, 7962624, 11239424, 20480000, 23887872, 71663616, 78675968,&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-tab-span" style="white-space: pre;"&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt; &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;102400000&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Starting search of info blocks at system blocks&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Search user info at system blocks: 99.99% (122084808/122096000) done &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Releasing blocks of system info successful&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Writing inode tables: 99.97% (3726/3727) done &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Starting building ext2fs filesystem&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;building inodes: 100.00% (135772/135776) done &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Creating journal (32768 blocks): done&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Writing superblocks and filesystem accounting information: done&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;This filesystem will be automatically checked every 32 mounts or&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;180 days, whichever comes first. &amp;nbsp;Use tune2fs -c or -i to override.&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Done&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Step 5a. Move rescued files to new filesystem.&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Done&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Inode table was saved. See "/tmp/anyconvertfs2910/inodetable".&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;rmdir: failed to remove `/tmp/anyconvertfs2910': Directory not empty&lt;/span&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;span class="Apple-style-span" style="font-family: 'Courier New', Courier, monospace;"&gt;Successful&lt;/span&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-5225166830231438218?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/5225166830231438218/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=5225166830231438218' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5225166830231438218'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5225166830231438218'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/10/converting-ntfs-to-ext3.html' title='Converting NTFS to ext3'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-8214660249955417057</id><published>2010-08-26T12:33:00.000+02:00</published><updated>2010-08-26T12:33:06.598+02:00</updated><title type='text'>Greeting from Munich</title><content type='html'>Sooo.... as my facebook friends might&lt;br /&gt;already know through my status updates,&lt;br /&gt;I am at my dad's place, in Point, a town&lt;br /&gt;near Munich.&lt;br /&gt;&lt;br /&gt;So, I arrived here last sunday, and I will&lt;br /&gt;leave next sunday, since my classes start&lt;br /&gt;again on monday.&lt;br /&gt;&lt;br /&gt;So, monday we (My dad, Yolande and me) went&lt;br /&gt;to the botanic garden (Botanischer Garten) &lt;br /&gt;and Nymphenburg castle. I have uploaded&lt;br /&gt;photos to Facebook and MyOpera. I guess&lt;br /&gt;I'll upload them to Hyves as well.&lt;br /&gt;&lt;br /&gt;I've made some more photos in Munich &lt;br /&gt;yesterday, but I will upload them later.&lt;br /&gt;&lt;br /&gt;I am using my dads laptop now. He's using&lt;br /&gt;an UMTS modem, since there is no fixed&lt;br /&gt;line possible where he lives.&lt;br /&gt;&lt;br /&gt;I can't use my own internet now, since I&lt;br /&gt;am already through my roaming data limit.&lt;br /&gt;Yeah, that new european law that limits the&lt;br /&gt;maximal costs for roaming data traffic kicked&lt;br /&gt;in.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-8214660249955417057?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/8214660249955417057/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=8214660249955417057' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8214660249955417057'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8214660249955417057'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/08/greeting-from-munich.html' title='Greeting from Munich'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-5427658234709057899</id><published>2010-08-02T19:20:00.000+02:00</published><updated>2010-08-02T19:20:24.275+02:00</updated><title type='text'>SSL</title><content type='html'>So, it seems I can get a free valid signed SSL certificate&lt;br /&gt;from&amp;nbsp;&lt;a href="https://www.startssl.com/"&gt;https://www.startssl.com/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;It should be working now on &lt;a href="https://www.blaatschaap.be/"&gt;https://www.blaatschaap.be&lt;/a&gt;&lt;br /&gt;No more nagging about self-signed certificate and so.&lt;br /&gt;&lt;br /&gt;Well... now... my little problem the startssl.com site caused.&lt;br /&gt;As it uses a personal SSL certificate for logging in. As I&lt;br /&gt;signed up to this site using Chrome on Linux, it installed&lt;br /&gt;this certificate into Chrome. Bad bad Chrome, it didn't&lt;br /&gt;ask for my permission!&lt;br /&gt;But that's not the problem yet.... the problem is backupping it.&lt;br /&gt;&lt;br /&gt;Chrome for Linux doesn't appear to have a certificate&lt;br /&gt;management tool build in. All it does it refer to this site&lt;br /&gt;&lt;a href="http://code.google.com/p/chromium/wiki/LinuxCertManagement"&gt;http://code.google.com/p/chromium/wiki/LinuxCertManagement&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Well.... after looking around a bit I found&lt;br /&gt;a GUI tool for managing Mozilla style certificate databases&lt;br /&gt;&lt;a href="https://fedorahosted.org/nss-gui/"&gt;https://fedorahosted.org/nss-gui/&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;And so, I have been able to back up the file, still I think&lt;br /&gt;Google should integrate such a tool into their browser.&lt;br /&gt;&lt;br /&gt;Nice to use open standards for storing your certificated,&lt;br /&gt;I mean, it's a great decision. But having to use an external&lt;br /&gt;tool to manage your certificates is not optimal.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-5427658234709057899?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/5427658234709057899/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=5427658234709057899' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5427658234709057899'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5427658234709057899'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/08/ssl.html' title='SSL'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-6801272124577611369</id><published>2010-07-19T01:00:00.003+02:00</published><updated>2010-07-20T20:47:51.763+02:00</updated><title type='text'>Religion, Society...</title><content type='html'>So... I wrote something about religion a while ago,&lt;br /&gt;and I promised to write some more about the subject.&lt;br /&gt;&lt;br /&gt;Right... so... let me take you back to a time when I&lt;br /&gt;was a wiccan. I had a friend, who didn't accept my&lt;br /&gt;religion, a friend who said I was being deceived by&lt;br /&gt;the devil himself. A friend who asked me if I wasn't&lt;br /&gt;affraid I wouldn't burn in hell for not believing in his&lt;br /&gt;God.&lt;br /&gt;&lt;br /&gt;Later, it turned out this friend was being brainwashed&lt;br /&gt;by this sect. He managed to get out of this sect, but&lt;br /&gt;then, he was talking to me, talking about returning there.&lt;br /&gt;In that sect, he felt like he found a place where people&lt;br /&gt;cared about him, a place where he had friends.&lt;br /&gt;&lt;br /&gt;But when he was out, he was all alone again, alone&lt;br /&gt;against he big bad world. And even though in that&lt;br /&gt;sect he didn't have freedom. The music he liked to&lt;br /&gt;listen, and the music he liked to make himself, was&lt;br /&gt;being disapproved, for example. But still, he was&lt;br /&gt;thinking about going back there...&lt;br /&gt;&lt;br /&gt;What does this mean??? What does it mean???&lt;br /&gt;Maybe it's not about believing in their God at all,&lt;br /&gt;maybe it's just about belonging somewhere, to&lt;br /&gt;belong to a group. To be accepted...&lt;br /&gt;But in the end, to be accepted for someone you are not.&lt;br /&gt;&lt;br /&gt;To belong somewhere, to be accepted, isn't that&lt;br /&gt;what turned Christianity to it's success in it's early days.&lt;br /&gt;Yes, there have been the days of the Inquisition where&lt;br /&gt;non-believers were being punished, but before that?&lt;br /&gt;&lt;br /&gt;The image of the devil was created after the Gods&lt;br /&gt;of the old religions. So, after converting enough people,&lt;br /&gt;peer pressure would persuide the ones not converted&lt;br /&gt;yet, and even.... made them prepared to kill those&lt;br /&gt;who didn't believe in their new God.&lt;br /&gt;&lt;br /&gt;Also, I wonder, what was the world like, before&lt;br /&gt;Christianity was forced upon the people. Things&lt;br /&gt;like marriage were things done by the Church in&lt;br /&gt;the early days. But what were relationships like&lt;br /&gt;before Christianity? Christianity promoted&lt;br /&gt;monogamous relationships, right? But were&lt;br /&gt;they like that before Christianity?&lt;br /&gt;&lt;br /&gt;Now, let me take a little detour to science fiction,&lt;br /&gt;okay? Star Trek: Enterprise. On board of this&lt;br /&gt;Enterprise, there is this Doctor Phlox, a Denobulan.&lt;br /&gt;In the Star Trek: Enterprise series, there are a few&lt;br /&gt;episodes in wich the Denobulan society, and their&lt;br /&gt;polygamous relationships have a role.&lt;br /&gt;&lt;br /&gt;The way I watch the Star Trek series, and observe&lt;br /&gt;the different social structures of different species,&lt;br /&gt;makes me think sometimes as a reflection of our&lt;br /&gt;own. It makes me sometimes think they were&lt;br /&gt;created to question our own.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-6801272124577611369?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/6801272124577611369/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=6801272124577611369' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6801272124577611369'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6801272124577611369'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/07/religion-society.html' title='Religion, Society...'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-149131433611408661</id><published>2010-07-05T13:58:00.001+02:00</published><updated>2010-07-05T13:58:34.647+02:00</updated><title type='text'>Religion etc.</title><content type='html'>People, It has been a long time since I posted&lt;br /&gt;here in my blog. And I've promised to write&lt;br /&gt;about this subject a long time ago. Well....&lt;br /&gt;were do I start.&lt;br /&gt;&lt;br /&gt;So, last Friday I had my last exam, so it's&lt;br /&gt;summer vacation now. So, I've spend the&lt;br /&gt;weekend at a friend's place. Well, actually,&lt;br /&gt;we went to Amsterdam on Saturday.&lt;br /&gt;&lt;br /&gt;In Amsterdam, we went also to&lt;br /&gt;the Amsterdam Dungeon. A tour through&lt;br /&gt;the dark past of the city. Yes, it's just a ride&lt;br /&gt;for tourist, I realise that, but it's based on&lt;br /&gt;historical facts. And the first scene in history&lt;br /&gt;we get to see.... the Spanish Inquisition.&lt;br /&gt;People being tortured and killed, in the love&lt;br /&gt;of God.&lt;br /&gt;&lt;br /&gt;Isn't that why, centuries ago, people fled&lt;br /&gt;Europe, immigrated to the New World,&lt;br /&gt;America, to be free in their religion?&lt;br /&gt;&lt;br /&gt;Religion, yeah? That's what this post was&lt;br /&gt;supposed to be about. Well. my original&lt;br /&gt;plans contained two posts, one general&lt;br /&gt;post and one personal post. Oh well...&lt;br /&gt;it will be a long read, so yeah, where was I?&lt;br /&gt;&lt;br /&gt;So, I've spend the weekend at my friend's&lt;br /&gt;place (I am still there). So, yesterday morning&lt;br /&gt;(yes, the 4th of July, &amp;nbsp;but yeah, we're in the&lt;br /&gt;Netherlands, we've different national days,&lt;br /&gt;do you know any of them???) So, in the morning&lt;br /&gt;I was talking to my friend, about my views about&lt;br /&gt;religion, the world, etc.&lt;br /&gt;Oh, it's nice talking to open minded people ;)&lt;br /&gt;&lt;br /&gt;Of topic: Quote time: "The mind is like a&lt;br /&gt;parachute, it only works when it's open"&lt;br /&gt;&lt;br /&gt;My friend also told me about his vacation in Mexico,&lt;br /&gt;and about the nature religions there. He said he&lt;br /&gt;respects that kind of religions. Well, that's a point&lt;br /&gt;where we agree ;). &amp;nbsp;Nature religions often include&lt;br /&gt;rituals and magic. And trust me, magic works.&lt;br /&gt;&lt;br /&gt;Okay, now I've mentioned nature religions, I would&lt;br /&gt;like to take you back to a part of my childhood.&lt;br /&gt;(Oh, yes, it seems I am combining both my planned&lt;br /&gt;general and personal post, so take your time reading this)&lt;br /&gt;&lt;br /&gt;So, as I guess, some of you might already know, I was&lt;br /&gt;baptised at the age of three, when my mother was dying.&lt;br /&gt;When I was a kid I went to a Catholic Primary School,&lt;br /&gt;simply, because it was the closest one to where I lived.&lt;br /&gt;In the province where I grew up, they are rather common.&lt;br /&gt;&lt;br /&gt;But even though it was a Catholic Primary School, it&lt;br /&gt;was a tolerant one. The immigrants children, Muslims,&lt;br /&gt;they were threaded just the same like everyone else.&lt;br /&gt;And when we had 'religion class' they went to their&lt;br /&gt;own class. Oh, yes, as you see, it's possible to be&lt;br /&gt;tolerant, and even give Muslims class about their own&lt;br /&gt;religion on a Catholic Primary School.&lt;br /&gt;&lt;br /&gt;Yes, that's the place I grew up in my very young years.&lt;br /&gt;I've heard about Catholic Primary Schools, where it was&lt;br /&gt;compulsory&amp;nbsp;to be baptised to be allowed to attend it.&lt;br /&gt;&lt;br /&gt;So, yeah, I attended this Catholic Primary School, and so&lt;br /&gt;I did my&amp;nbsp;First Communion at the age of 6. I mean, back then&lt;br /&gt;I already realised Christianity was a lot of bullshit, sorry&lt;br /&gt;to say so, but it is. But yeah, I think to most 6-year-olds it&lt;br /&gt;would just be a party, presents, and stuff, right?&lt;br /&gt;&lt;br /&gt;Well, at primary school, I had, of course, history class too.&lt;br /&gt;We had to learn about ancient european people, and also&lt;br /&gt;their religion and their Gods and Goddesses. That history&lt;br /&gt;class, it inspired me. But I was tought those religions were&lt;br /&gt;gone. I was tought Christianity was forced upon the people,&lt;br /&gt;and if you didn't agree you would be burned as witch. Yes,&lt;br /&gt;they tought that at a Catholic School, keep that in mind.&lt;br /&gt;I remember what the head master once told us, he said that&lt;br /&gt;in his days you got beaten if you said you didn't believe.&lt;br /&gt;&lt;br /&gt;I was attending this Catholic Primary School, so at the age&lt;br /&gt;of 12, I did this 'Confirmation' (nl: Vormsel). I remember&lt;br /&gt;some priest making a cross on my&amp;nbsp;forehead with some kind&lt;br /&gt;of... vaseline, I guess. Don't know how to describe it.&lt;br /&gt;&lt;br /&gt;Okay, now we'll make a little time jump. There happened&lt;br /&gt;some important things in my life in the time in between,&lt;br /&gt;but since I'm talking about religion today, I'll skip that.&lt;br /&gt;So, we're going to the year 2002. In that time, I was&lt;br /&gt;attending a 'Senior Secondary&amp;nbsp;Technical School'&lt;br /&gt;(nl: MBO) &amp;nbsp;(Leeuwenborgh Opleidingen)&lt;br /&gt;&lt;br /&gt;&lt;div&gt;So, I was attending this school, right? Back then, I didn't&lt;/div&gt;&lt;div&gt;have an internet connection at 'home' (I was already living&lt;/div&gt;&lt;div&gt;at my aunt and uncle's place for a few years in that time)&lt;/div&gt;&lt;div&gt;So, I used the schools computer room for my internet needs.&lt;/div&gt;&lt;div&gt;Afin, I know it isn't polite to look over someone's shoulder,&lt;/div&gt;&lt;div&gt;but I noticed someone looking at this website about witchcraft,&lt;/div&gt;&lt;div&gt;and I just looked to see what URL this person was visiting.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So, that was when I first read about Wicca. When I read about&lt;/div&gt;&lt;div&gt;it, I had a feeling like "This is what I have been looking for&lt;/div&gt;&lt;div&gt;all my life." And then I bought a book about Wicca.&amp;nbsp;&lt;/div&gt;&lt;div&gt;"Heksen en Witte Magie" by "Lucy Summers"&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;This first book had a very open style. I mean, it's opinion,&lt;/div&gt;&lt;div&gt;how it told about Wicca, it was very open minded. It&amp;nbsp;&lt;/div&gt;&lt;div&gt;presented Wicca in a way I would like to see a religion.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Later, on the internet, I found some 'purists' claiming that&lt;/div&gt;&lt;div&gt;only people who follow the specific 'traditions'&amp;nbsp;&lt;/div&gt;&lt;div&gt;(nl: stromingen) (some things are hard for me to tell in&amp;nbsp;&lt;/div&gt;&lt;div&gt;english, since these are subjects I usually don't discuss)&lt;/div&gt;&lt;div&gt;should&amp;nbsp;be allowed to call themselves Wiccans.&amp;nbsp;So,&amp;nbsp;&lt;/div&gt;&lt;div&gt;since then, I preferred to use the word Pagan to&lt;/div&gt;&lt;div&gt;describe my 'religion'.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;But later on in my life, due certain disappointments&amp;nbsp;&lt;/div&gt;&lt;div&gt;in life, in certain people,&amp;nbsp;I could say I've even lost that.&lt;/div&gt;&lt;div&gt;I went from Pagan to Agnost to Atheist. Maybe I could&lt;/div&gt;&lt;div&gt;way I am Spiritual, not Religious. Maybe... but the past&lt;/div&gt;&lt;div&gt;months, I might have been thinking about using the word&lt;/div&gt;&lt;div&gt;Pagan again? But yeah... my views aren't exactly the&amp;nbsp;&lt;/div&gt;&lt;div&gt;typical Pagan view either.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;If I would start talking about my views, I suppose I would&lt;/div&gt;&lt;div&gt;be flamed by both fundamentalist Christians as well by&lt;/div&gt;&lt;div&gt;fundamentalist Atheists! So, Religions.... the question,&lt;/div&gt;&lt;div&gt;'Do you believe in God(s/es(ses))?' Well... before&amp;nbsp;&lt;/div&gt;&lt;div&gt;answering that question, I'll ask the question 'What&lt;/div&gt;&lt;div&gt;is God?' first. **Gets ready to be shot** In my point&lt;/div&gt;&lt;div&gt;of view, I would say, 'God' is the 'collective subconscious'&lt;/div&gt;&lt;div&gt;of all living things on the planet. Every living soul&lt;/div&gt;&lt;div&gt;together is God.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Well.... I guess that's it for now. I've written a long post,&lt;/div&gt;&lt;div&gt;and I will write some more, I promise. Now, shoot me,&lt;/div&gt;&lt;div&gt;Religious Fundamentalists! SHOOT ME!!!&amp;nbsp;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-149131433611408661?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/149131433611408661/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=149131433611408661' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/149131433611408661'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/149131433611408661'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/07/religion-politics-etc.html' title='Religion etc.'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-4678295102107523175</id><published>2010-05-24T01:21:00.000+02:00</published><updated>2010-05-24T01:21:33.582+02:00</updated><title type='text'>Work?</title><content type='html'>As you might now, before I started university,&lt;br /&gt;I had a job at a software company. But I wasn't&lt;br /&gt;happy at that place.&lt;br /&gt;&lt;br /&gt;I think my work was boring and below my skill&lt;br /&gt;level. Also, my&amp;nbsp;colleagues were part of the&lt;br /&gt;problem. It's not that they weren't nice people.&lt;br /&gt;Please don't understand me wrong, they haven't&lt;br /&gt;done anything wrong. It's just, they were so&lt;br /&gt;different from me, their way of thinking, that&lt;br /&gt;I just felt so left out. I didn't belong to that place.&lt;br /&gt;&lt;br /&gt;As for my job, I think, the most important thing that&lt;br /&gt;was wrong with it is that I could do anything creative.&lt;br /&gt;I was just adjusting the interface to the new style,&lt;br /&gt;making some templates for reports, and stuff. I mean&lt;br /&gt;pretty boring.... and mind-numbing ,,, depressing.&lt;br /&gt;&lt;br /&gt;When I was doing my thesis work in Sweden,&lt;br /&gt;I mean, the stuff I did there, I had my freedom&lt;br /&gt;to be creative, and to find my own solutions to&lt;br /&gt;the task I had to do. I liked the atmosphere there.&lt;br /&gt;Working on the OpenLabs project was fun, and I&lt;br /&gt;can imagine working on a place like that.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-4678295102107523175?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/4678295102107523175/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=4678295102107523175' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4678295102107523175'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4678295102107523175'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/05/work.html' title='Work?'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-8108113522724587995</id><published>2010-05-21T18:53:00.000+02:00</published><updated>2010-05-21T18:53:19.706+02:00</updated><title type='text'>Creativity... let's do this... together!</title><content type='html'>So, I have mentioned before, I was&lt;br /&gt;thinking about the story I started a&lt;br /&gt;few years ago. I have also been thinking&lt;br /&gt;about drawing stuff again...&lt;br /&gt;&lt;br /&gt;May I take you back, again, to the time&lt;br /&gt;I was coding the BlaatSchaap site, and&lt;br /&gt;think about what it was supposed to&lt;br /&gt;become. It was supposed to become a&lt;br /&gt;place to share thoughts and creativity.&lt;br /&gt;&lt;br /&gt;I was going to make a place to submit&lt;br /&gt;art, written as well as graphic. Drawings,&lt;br /&gt;paintings, stories, poems, everything.&lt;br /&gt;&lt;br /&gt;Apart from that it was also a place&lt;br /&gt;where we were planning to study&lt;br /&gt;each others languages, and a lot more.&lt;br /&gt;&lt;br /&gt;Great ideas, but I can't make them come&lt;br /&gt;true alone. I need people who want to&lt;br /&gt;co-operate on this. And the interest from&lt;br /&gt;the BlaatSchaap community turned out&lt;br /&gt;to be low.&lt;br /&gt;&lt;br /&gt;And yes, even the person who liked those&lt;br /&gt;ideas a lot, yes, Nuky, I mean you, let me&lt;br /&gt;down on this. I guess, this is also the reason&lt;br /&gt;I wanted new people to join BlaatSchaap.&lt;br /&gt;&lt;br /&gt;But yeah... then... for me... I had this mind-numbing&lt;br /&gt;job, making me feel exhausted and depressed...&lt;br /&gt;but now I am at university, I want to try to be creative&lt;br /&gt;again.... but I need some help! So people! Move your&lt;br /&gt;asses!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-8108113522724587995?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/8108113522724587995/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=8108113522724587995' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8108113522724587995'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8108113522724587995'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/05/creativity-lets-do-this-together.html' title='Creativity... let&apos;s do this... together!'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-1988050734462695879</id><published>2010-05-20T20:44:00.002+02:00</published><updated>2010-05-20T20:44:58.958+02:00</updated><title type='text'>Happyness... part 2</title><content type='html'>I promised this blogspot on facebook,&lt;br /&gt;yesterday  afternoon.&lt;br /&gt;&lt;br /&gt;This post is related to my previous post,&lt;br /&gt;and it's about math. How are there&lt;br /&gt;related? you might think.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Well... look at what a friend of mine&lt;br /&gt;once said to me, about thinking. I guess&lt;br /&gt;I need to keep thinking about other stuff.&lt;br /&gt;&lt;br /&gt;I mean.... I suck at math. Why? Because in&lt;br /&gt;my previous education, before university,&lt;br /&gt;I hardly had any math. And you've seen the&lt;br /&gt;results, I got a 3 for my math test.&lt;br /&gt;(Grades are from 1 to 10, you need at least 6)&lt;br /&gt;&lt;br /&gt;The thing is, the moment I understand it,&lt;br /&gt;it becomes 'fun'. I mean... then it becomes&lt;br /&gt;fun to solve more equations. I mean...&lt;br /&gt;it feels good to be able to solve it.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Ya know.... same goes for the current&lt;br /&gt;BlaatSchaap site. I made that site&lt;br /&gt;after I finished college&lt;br /&gt;(HBO, Fontys University of Applied Science)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;I mean... making progess, seeing it to&lt;br /&gt;start working... the satisfaction to have&lt;br /&gt;created something.... feels good.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;But then I had this job at this company.&lt;br /&gt;All I did was some stupid copy-pasting,&lt;br /&gt;really, mind-numbing work. That made&lt;br /&gt;me tired and depressed, and the only&lt;br /&gt;thing that kept me going was thinking&lt;br /&gt;about going to University.&lt;br /&gt;&lt;br /&gt;Well... here I am, at university, right?&lt;br /&gt;Not saying my life is perfect here, but&lt;br /&gt;this is a lot better then that job I had.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;But just looking back, at the time I&lt;br /&gt;coded the BlaatSchaap site. Just coding&lt;br /&gt;all day isn't enough to keep me happy&lt;br /&gt;either. I mean... it's only a part of it.&lt;br /&gt;After coding for a while, I really need&lt;br /&gt;some social contact too. Coding too&lt;br /&gt;much at one time makes me feel very&lt;br /&gt;lonely.&lt;br /&gt;&lt;br /&gt;Having said this... maybe I should try&lt;br /&gt;some activities again I once started,&lt;br /&gt;but never continued. Lol. I once made&lt;br /&gt;some drawings, they are on DeviantArt.&lt;br /&gt;&lt;br /&gt;The thing is... only a few things I could&lt;br /&gt;draw, and something else would just look&lt;br /&gt;awfull... drawing the same every time&lt;br /&gt;is boring.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Also, I was looking at some story I was&lt;br /&gt;writing two years back. Thinking about&lt;br /&gt;maybe continuing that.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-1988050734462695879?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/1988050734462695879/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=1988050734462695879' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/1988050734462695879'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/1988050734462695879'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/05/happyness-part-2.html' title='Happyness... part 2'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-813054967027983377</id><published>2010-05-18T18:49:00.000+02:00</published><updated>2010-05-18T18:49:41.458+02:00</updated><title type='text'>Happyness...</title><content type='html'>Ya know what? At the moment, I am happy. Let's hope&lt;br /&gt;it stays that way for a while. As I wrote before, my life&lt;br /&gt;is going up and down. But this is an 'up' moment.&lt;br /&gt;&lt;br /&gt;Still... I am going to quote myself, something I've said&lt;br /&gt;back in 2006, a dark time in my life. Back then, I said&lt;br /&gt;"Sometimes it's better to be depressed together then&lt;br /&gt;to be happy alone". Maybe today isn't that day, but&lt;br /&gt;think about it. Do you realise what it means? If so,&lt;br /&gt;then I guess you would understand why I just said that.&lt;br /&gt;&lt;br /&gt;The word 'happy' means two things, for which, in&lt;br /&gt;the Dutch language we have two different words.&lt;br /&gt;"Gelukkig" en "blij". Maybe that's a clue to what&lt;br /&gt;that quote means... one can be 'gelukkig' without&lt;br /&gt;being 'blij'.&lt;br /&gt;&lt;br /&gt;I would also like to quote a friend of mine, who once&lt;br /&gt;said to me: "Being smart is a curse. Smart people think&lt;br /&gt;fast, so they can think a lot. Too much thinking leads&lt;br /&gt;to depression."&lt;br /&gt;&lt;br /&gt;Ya know what my friends, I wish I could show you&lt;br /&gt;the world through my eyes. I wish I could show how&lt;br /&gt;I see the world.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-813054967027983377?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/813054967027983377/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=813054967027983377' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/813054967027983377'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/813054967027983377'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/05/happyness.html' title='Happyness...'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-4633552692898638276</id><published>2010-05-16T11:44:00.000+02:00</published><updated>2010-05-16T11:44:10.097+02:00</updated><title type='text'>More stuff</title><content type='html'>This is a continuation about my post yesterday.&lt;br /&gt;&lt;br /&gt;You know... in&amp;nbsp;January&amp;nbsp;2008, I was surprised that&lt;br /&gt;I felt relatively good after all this stuff with Nikolái.&lt;br /&gt;In reality.... I am only starting to realise how much&lt;br /&gt;impact this all had. Even today, fucking two and a&lt;br /&gt;half years later....&lt;br /&gt;&lt;br /&gt;Just some facts:&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;On my computer in Beek, there are some folders&amp;nbsp;with his... I just can't delete them. I should, but I can't.&lt;/li&gt;&lt;li&gt;I still have all the letters he wrote to me. They are in the box where I keep my diary too.&lt;/li&gt;&lt;li&gt;Once in a while, I even google his nickname, trying to find him&lt;/li&gt;&lt;li&gt;The nickname I use on some sites nowadays.... 'GromBeestje' exsists because of him. I should get rid of it, and it's emoticon in my msn. Friends who have that thing, please delete it! thx!&lt;/li&gt;&lt;li&gt;Just look at my Last.FM stats... See the estonian music.... also because of him, but I must admit, it sounds good. Maybe that can stay. Also torchwood and doctor who. great brittish sci-fi series. But he recommended them.&amp;nbsp;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;But that's not all... I also wanted to talk about what he did to me... I know... I have been blogged about this before, but I don't think I did it in so much detail then I am about to do.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;December 2007, that's when we met. He left me a message on my Last.FM Shoutbox. That is how everything started.... Soon, he was my boyfriend... he didn't live very far away, but he said he didn't want to meet in real life yet. It was a wonderful week... but then... On the first of January 2008, He dumped me on fucking new years day!!!! My heart was broken. But, that wasn't the end. Not even near the end! A few hours later, he sent a text message, he wanted me back, asking me to forgive him. I was happy again... but this... happened many times.... he dumped me many times, to ask me back couple of hours later. Do you have any idea what that does to someone like me? My heart was broken a million times, but I NEEDED him to be happy, some time after time, I forgave him, until I was a mess, he broke my mind, and I would do anything for him. Anything, including...something I don't even dare writing in my blog, something that's even too insane for insane me. &amp;nbsp;And then he just said... that everyone has been a lie... that he was really a she.... and her last words were "Be happy we never met, I would have killed you!"&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;There was this time, I got really paranoid and started researching him on the internet, and found many&amp;nbsp;inconsistencies in what he told me. I had it all worked out that he was lying, but when I confronted him with it, just a few words from him were enough to make me believe his lies again.&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Now, two and a half years later... I see... I am still suffering because of that person.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Also, what does this tell about myself... it's too easy for someone I love to break me, and if I really love someone, no matter what, even if I know it's the stupidest thing I ever did, I am not giving up the person I love. See how that turned out last time I did so?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-4633552692898638276?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/4633552692898638276/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=4633552692898638276' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4633552692898638276'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4633552692898638276'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/05/more-stuff.html' title='More stuff'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-4452504469242329382</id><published>2010-05-15T21:14:00.000+02:00</published><updated>2010-05-15T21:14:42.518+02:00</updated><title type='text'>A personal blogpost</title><content type='html'>A personal blogpost from me this time.&lt;br /&gt;As you know, I was in Sweden doing my&lt;br /&gt;internship from September 2008 till January 2009.&lt;br /&gt;But did you ever realise why I went to Sweden&lt;br /&gt;for my internship? I wanted to be far away from&lt;br /&gt;home, to look for freedom. That's why I decided&lt;br /&gt;for a foreign internship. The country, Sweden,&lt;br /&gt;was because my teacher had contacts in Sweden.&lt;br /&gt;I was thinking about Norway first, and go bother&lt;br /&gt;Lars while I was there :P&lt;br /&gt;&lt;br /&gt;Yeah, my time in Sweden was nice, and I would&lt;br /&gt;have liked to be able to stay a little longer. But&lt;br /&gt;yeah, the search for my freedom.... well...&lt;br /&gt;&lt;br /&gt;Due some events that happened a few months&lt;br /&gt;before I went to Sweden, January 2008, I&lt;br /&gt;suppose it didn't work out as well as I wanted.&lt;br /&gt;People who have been following my blog the&lt;br /&gt;past years.... (and, sadly, I think only one&lt;br /&gt;or two people have been following by blog for that&lt;br /&gt;long... were did all my so-called friends go?)&lt;br /&gt;know who I am talking about. Just at&lt;br /&gt;the time when I was starting to trust people&lt;br /&gt;again, the person, who was the reason I started&lt;br /&gt;trusting people again stabbed me in the back.&lt;br /&gt;Thanks you very much Nikolái. That wasn't even&lt;br /&gt;'his' real name, in fact, he was a she. Hadn't I&lt;br /&gt;been through enough shit already????&lt;br /&gt;&lt;br /&gt;This whole Nikolái story made me realise how&lt;br /&gt;vulnerable I was... and I lost my faith...&lt;br /&gt;&lt;br /&gt;After I graduated in february 2009,&lt;br /&gt;I worked at a software company&lt;br /&gt;for a while. That was really a horrible time, that&lt;br /&gt;I tell you. The thought about going to university,&lt;br /&gt;february of this year was the only thing that kept&lt;br /&gt;me going.&lt;br /&gt;&lt;br /&gt;So, now, here I am, at university. I moved to&lt;br /&gt;Eindhoven, and I am living and studying here&lt;br /&gt;for the past months. Why am I here? Most&lt;br /&gt;people go to university to study, to get&lt;br /&gt;their degree. For me, it's more of a personal&lt;br /&gt;matter. First of all.... it was an excuse to move&lt;br /&gt;out, to live at my own place.... a search for&lt;br /&gt;freedom again. And now I live here, I am looking&lt;br /&gt;for myself. To find who I really am, and not the&lt;br /&gt;person I was made to be. Yes, there has been&lt;br /&gt;a lot of dark stuff in my past, but also things&lt;br /&gt;that gave me strength. That's also something&lt;br /&gt;I am hoping to find again.&lt;br /&gt;&lt;br /&gt;My life has been a long and rough path, but&lt;br /&gt;I am still here. Going on with my life, even&lt;br /&gt;though I don't know where I am going. My&lt;br /&gt;life nowadays, it's going up and down.&lt;br /&gt;&lt;br /&gt;It's time to try to espace from my own&lt;br /&gt;prison. To trust people again. There is&lt;br /&gt;someone helping me doing so. You know&lt;br /&gt;who you are ;) &amp;nbsp;and I do trust you. I know&lt;br /&gt;you won't let me down, because I know&lt;br /&gt;you know what it means to me.&lt;br /&gt;&lt;br /&gt;Thank you for reading this long post&lt;br /&gt;till the end. *hugs* André&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-4452504469242329382?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/4452504469242329382/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=4452504469242329382' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4452504469242329382'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4452504469242329382'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/05/personal-blogpost.html' title='A personal blogpost'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-5884643374610412636</id><published>2010-05-11T22:44:00.001+02:00</published><updated>2010-05-11T22:44:30.303+02:00</updated><title type='text'>Stats....</title><content type='html'>Looking at my blogs visitor stats...&lt;br /&gt;&lt;br /&gt;It seems, the most popular subject is 'italian power outlets'...&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-5884643374610412636?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/5884643374610412636/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=5884643374610412636' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5884643374610412636'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5884643374610412636'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/05/stats.html' title='Stats....'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-7148947518043123747</id><published>2010-05-08T02:27:00.003+02:00</published><updated>2010-05-08T02:38:39.151+02:00</updated><title type='text'>Vegetarians, organic food...</title><content type='html'>Just a few notes, after posting the article.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The 'western diet' contains more meat then the&lt;/div&gt;&lt;div&gt;optimal amount for a good health. What I am &lt;/div&gt;&lt;div&gt;trying to say, you don't have to eat meat every&lt;/div&gt;&lt;div&gt;day. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Also, I suggest eating organic food. But even&lt;/div&gt;&lt;div&gt;that might not always be organic. As, I think&lt;/div&gt;&lt;div&gt;it was about half a year ago, pesticides have&lt;/div&gt;&lt;div&gt;been found in organic raspberries in Sweden.&lt;/div&gt;&lt;div&gt;So... can you still believe it when something&lt;/div&gt;&lt;div&gt;is labeled organic? Still... it might be a good idea.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Back to the topic of vegetarians: I can think about&lt;/div&gt;&lt;div&gt;other reasons to be vegetarian, or at least, almost&lt;/div&gt;&lt;div&gt;vegetarian, other then feeling sorry for the &lt;/div&gt;&lt;div&gt;animals. Can you?&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-7148947518043123747?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/7148947518043123747/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=7148947518043123747' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7148947518043123747'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7148947518043123747'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/05/vegetarians-organic-food.html' title='Vegetarians, organic food...'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-2022911552379760014</id><published>2010-05-06T21:31:00.002+02:00</published><updated>2010-05-06T21:47:28.487+02:00</updated><title type='text'>Vegetarians?</title><content type='html'>The other day, I bought a lettuce. Ya know, sush a thing&lt;div&gt;with a clod of earth. It's roots still attached to it and so.&lt;/div&gt;&lt;div&gt;So, when I was cooking, I also prepared my lettuce.&lt;/div&gt;&lt;div&gt;Then I realised, "This thing is still alive, and I am&lt;/div&gt;&lt;div&gt;about to eat it!"&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;If vegetarians don't want to eat meat because they&lt;/div&gt;&lt;div&gt;feel sorry for the animals, then, my question is,&lt;/div&gt;&lt;div&gt;"Why is it okay to eat plants?" Is it because plants&lt;/div&gt;&lt;div&gt;don't scream when you kill them? &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I have been asking this question to a couple of&lt;/div&gt;&lt;div&gt;people in the past weeks. One of the answers I got&lt;/div&gt;&lt;div&gt;is "Plants don't have nerves, so they don't feel pain."&lt;/div&gt;&lt;div&gt;I wonder, is this true? I mean, is it really true plants&lt;/div&gt;&lt;div&gt;don't feel pain? From the time I still watched TV,&lt;/div&gt;&lt;div&gt;I remember seeing some experiment with electrodes&lt;/div&gt;&lt;div&gt;attached to a tree. And when they hit the tree with&lt;/div&gt;&lt;div&gt;an axe, they got a reading on their measurement&lt;/div&gt;&lt;div&gt;devices. So, I beleive plants can feel pain.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So, what's really the difference between eating&lt;/div&gt;&lt;div&gt;animals and eating plants. They are both living&lt;/div&gt;&lt;div&gt;beings! Why would animals have more rights&lt;/div&gt;&lt;div&gt;then plants? Because plants are so different&lt;/div&gt;&lt;div&gt;from ourselves? Because they look passive?&lt;/div&gt;&lt;div&gt;A plant, it can't run, it can't resist. So, why &lt;/div&gt;&lt;div&gt;would that be okay, when eating animals is not?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-2022911552379760014?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/2022911552379760014/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=2022911552379760014' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2022911552379760014'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2022911552379760014'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/05/vegetarians.html' title='Vegetarians?'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-232754836448685922</id><published>2010-05-04T14:49:00.002+02:00</published><updated>2010-05-05T17:44:11.346+02:00</updated><title type='text'>30 april</title><content type='html'>Sooo.... I have a good working RSS importer on facebook now.&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Sooo.... I put a message on facebook &lt;/div&gt;&lt;div&gt;" 30 april, what' s up with that date ? "&lt;/div&gt;&lt;div&gt;and waited for replies. I was expecting three answers.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;For Dutch people, it's "&lt;a href="http://nl.wikipedia.org/wiki/Koninginnedag"&gt;Koninginnedag&lt;/a&gt;" (Queensday).&lt;/div&gt;&lt;div&gt;It's the national day of the Netherlands. It's the &lt;/div&gt;&lt;div&gt;Queen's Mother's Birthday.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;A few days before 30 april. I was talking to Anna,&lt;/div&gt;&lt;div&gt;who lives in Sweden, on Facebook. She mentioned,&lt;/div&gt;&lt;div&gt;in Sweden, 30 april is &lt;a href="http://sv.wikipedia.org/wiki/Valborgsm%C3%A4ssoafton"&gt;Valborgsmässoafton&lt;/a&gt;.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;That are two events on this date. But noone replied&lt;/div&gt;&lt;div&gt;that to my Facebook question. There was an other&lt;/div&gt;&lt;div&gt;answer I was expecting, and that's the answer I&lt;/div&gt;&lt;div&gt;received on Facebook: Beltane. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;(Spelling variations may exist, but this is the spelling&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;I found in my (dutch) books... but the english wikipedia&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-size: x-small;"&gt;article also uses this spelling, so I use this spelling)&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In the meantime, I also asked that question in the&lt;/div&gt;&lt;div&gt;&lt;a href="http://www.blaatschaap.be/index.php?do=chat"&gt;BlaatSchaap Chatroom&lt;/a&gt;. Well... more or less... I posted&lt;/div&gt;&lt;div&gt;the link to facebook, and I was talking about it in the&lt;/div&gt;&lt;div&gt;chatroom. So, after I mentioned Koninginnedag and&lt;/div&gt;&lt;div&gt;Valborgsmässoafton, I mentioned Beltane.&lt;/div&gt;&lt;div&gt;Pieter replied like "Isn't that like that Swedish thing?"&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Well... that exactly was exactly what I was looking for.&lt;/div&gt;&lt;div&gt;That question on facebook, was, more or less, a preparation&lt;/div&gt;&lt;div&gt;for this blogpost. Allthough, most of you people didn't &lt;/div&gt;&lt;div&gt;provide answers to my question.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Sooo.... what have we got? Beltane and Valborgsmässoafton:&lt;/div&gt;&lt;div&gt;What's their connection? I think this is a good time to stop&lt;/div&gt;&lt;div&gt;typing and wait for some people to give their thoughts about&lt;/div&gt;&lt;div&gt;the connection.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;And people, I do expect comments on this one ;)&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-232754836448685922?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/232754836448685922/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=232754836448685922' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/232754836448685922'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/232754836448685922'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/05/30-april.html' title='30 april'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-7471825417025380481</id><published>2010-05-04T14:04:00.001+02:00</published><updated>2010-05-04T14:05:36.979+02:00</updated><title type='text'>Facebook</title><content type='html'>This is a test!&lt;div&gt;I am testing RSS Graffiti on Facebook.&lt;/div&gt;&lt;div&gt;I think it will work a lot better then the Social RSS app I used before&lt;/div&gt;&lt;div&gt;to import RSS feeds. Social RSS has a huge lag, (a week or so)&lt;/div&gt;&lt;div&gt;and it seems, I can set RSS Graffiti to check for updates every 30 minutes.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-7471825417025380481?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/7471825417025380481/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=7471825417025380481' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7471825417025380481'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7471825417025380481'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/05/facebook.html' title='Facebook'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-4027905430388852267</id><published>2010-04-19T19:29:00.002+02:00</published><updated>2010-04-19T19:36:45.216+02:00</updated><title type='text'>Native IPv6 Internet</title><content type='html'>So, today, I picked up my new modem at 4launch.&lt;div&gt;They opened their shop at 3 PM, and so I arrived&lt;/div&gt;&lt;div&gt;at the closest busstop just before 3 and walked &lt;/div&gt;&lt;div&gt;to the shop. Soooo.... I got my modem! yaaay!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Back home, I flashed the beta IPv6 firmware,&lt;/div&gt;&lt;div&gt;entered my account info, and it connected.&lt;/div&gt;&lt;div&gt;Native IPv6 seemed to work, on the first look.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;But, looking closer, it turned out that my DSL&lt;/div&gt;&lt;div&gt;connection was only running at 2 Mbit, while it&lt;/div&gt;&lt;div&gt;is supposed to be 4 Mbit. My line speed was &lt;/div&gt;&lt;div&gt;only half what it was supposed to be.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Then, I tried to register my DECT phone, since&lt;/div&gt;&lt;div&gt;the Fritz!Box 7270 also supports DECT. For&lt;/div&gt;&lt;div&gt;some reason, it doesn' t want to connect to &lt;/div&gt;&lt;div&gt;my Fritz!Box...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;But, that's not all... after a while... my modem&lt;/div&gt;&lt;div&gt;rebooted itself... and not only once, it kept&lt;/div&gt;&lt;div&gt;rebooting randomly.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So, no native IPv6 for me yet.&lt;/div&gt;&lt;div&gt;Let's hope a firmware upgrade solves these&lt;/div&gt;&lt;div&gt;problems...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;For now, back on my old modem and my old IPv6 tunnel.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-4027905430388852267?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/4027905430388852267/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=4027905430388852267' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4027905430388852267'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/4027905430388852267'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/04/native-ipv6-internet.html' title='Native IPv6 Internet'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-3003236552684607157</id><published>2010-04-13T10:33:00.001+02:00</published><updated>2010-04-13T10:33:44.614+02:00</updated><title type='text'>Remote Dreambox</title><content type='html'>So, a little story about my DreamBox. As you might know,&lt;div&gt;I recently moved to Eindhoven. My DreamBox DM-7000S&lt;/div&gt;&lt;div&gt;still sits in Beek, at my uncle and aunt's place. This linux based&lt;/div&gt;&lt;div&gt;sattelite receiver contains a hard disk and ethernet port ;) so,&lt;/div&gt;&lt;div&gt;it's connected to the internet. It's running the PLi image nowadays.&lt;/div&gt;&lt;div&gt;( &lt;a href="http://www.pli-images.org/"&gt;http://www.pli-images.org/&lt;/a&gt; ) I have used different images in the&lt;/div&gt;&lt;div&gt;past, but nowadays, it runs Pli. The Pli software also includes a&lt;/div&gt;&lt;div&gt;chttpd web server and a dropbear ssh server.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I have set up some port forwardings so I can access my box over&lt;/div&gt;&lt;div&gt;the internet ;)&lt;/div&gt;&lt;div&gt;So, on saturday, Doctor Who is aired on the BBC. I have programmed&lt;/div&gt;&lt;div&gt;the dreambox to record this. So, all I have to do is download it, right?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Well.. apearently not. The chttpd just went 404- File not found. The&lt;/div&gt;&lt;div&gt;f*cking file is there!!!! But after some trials, it turned out the chttpd&lt;/div&gt;&lt;div&gt;cannot serve large files. So, I have to split the files.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Remember, this is an embedded linux machine with busybox and so,&lt;/div&gt;&lt;div&gt;and it seems, the split command is not supported. So, I am splitting&lt;/div&gt;&lt;div&gt;the files using dd ;)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Splitting it into files, 1 GB is size:&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;dd if=Doctor_Who_-_10_04_10.ts of=1.ts count=1000 bs=1M&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;dd if=Doctor_Who_-_10_04_10.ts of=2.ts count=1000 bs=1M skip=1000&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-family:'courier new';"&gt;dd if=Doctor_Who_-_10_04_10.ts of=3.ts count=1000 bs=1M skip=2000&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Well.... I hope it works. Lol. I am late. Broadcast was saturday. I started trying to download it last night, but I needed my sleep, so I am only downloading it now to my laptop here in Eindhoven.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-3003236552684607157?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/3003236552684607157/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=3003236552684607157' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3003236552684607157'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3003236552684607157'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/04/remote-dreambox.html' title='Remote Dreambox'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-7090343930359539189</id><published>2010-03-29T20:14:00.002+02:00</published><updated>2010-03-29T20:21:13.383+02:00</updated><title type='text'>Postfix, Courier, Auth....</title><content type='html'>The damn summer time stole one hour of &lt;div&gt;my time, and the time I have I spend &lt;/div&gt;&lt;div&gt;procrastinating. I have been trying to get&lt;/div&gt;&lt;div&gt;postfix configured once again. This problem&lt;/div&gt;&lt;div&gt;I have with it, has existed ever since I &lt;/div&gt;&lt;div&gt;configured it, and I cannot figure out what&lt;/div&gt;&lt;div&gt;is going wrong. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;You see, I am running my server on my&lt;/div&gt;&lt;div&gt;domain blaatschaap.be. Receiving mail&lt;/div&gt;&lt;div&gt;works fine, but sending doesn't. This isn't&lt;/div&gt;&lt;div&gt;really a problem, since I can use my ISP's&lt;/div&gt;&lt;div&gt;SMTP server for sending mail, so I haven't&lt;/div&gt;&lt;div&gt;bothered for a long time, untill today, since&lt;/div&gt;&lt;div&gt;there is more important stuff to do, I wasted&lt;/div&gt;&lt;div&gt;my time on that damn server again.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;You see, I am running a Courier IMAP/POP3&lt;/div&gt;&lt;div&gt;server and a Postfix SMTP server. Usernames&lt;/div&gt;&lt;div&gt;and Passwords are stored in the database.&lt;/div&gt;&lt;div&gt;For receiving the mail (IMAP using Courier) this&lt;/div&gt;&lt;div&gt;doesn't cause any problem, but the authentication&lt;/div&gt;&lt;div&gt;in the SMTP part fails. I cannot login. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Various examples &lt;a href="http://switch.richard5.net/isp-in-a-box-using-a-mac-mini/configuring-the-mail-server/configuring-sasl-for-authdaemond/"&gt;1&lt;/a&gt; &lt;a href="http://www.brandonchecketts.com/archives/configuring-postfix-sasl-to-authenticate-against-courier-authlib"&gt;2&lt;/a&gt; make this seem a simple task,&lt;/div&gt;&lt;div&gt;but in reality: IT DOESN'T WORK AND I DO NOT&lt;br /&gt;UNDERSTAND WHY, AND IT IS PISSING ME OFF!!!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;and I **SHOULD** study math... or so.... but I am NOT,&lt;/div&gt;&lt;div&gt;bad bad meeee!!!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;And since that summer time stole one hour of my time,&lt;/div&gt;&lt;div&gt;I should still start cooking some food!!! f00d!&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-7090343930359539189?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/7090343930359539189/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=7090343930359539189' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7090343930359539189'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7090343930359539189'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/03/postfix-courier-auth.html' title='Postfix, Courier, Auth....'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-1187191838901635398</id><published>2010-02-01T21:37:00.002+01:00</published><updated>2010-02-01T21:43:58.890+01:00</updated><title type='text'>University Student....</title><content type='html'>Starting today, I am officially an University Student.&lt;div&gt;Had my first class today, and ya know what???&lt;/div&gt;&lt;div&gt;It feels good to sit in class again. I also got my new&lt;/div&gt;&lt;div&gt;laptop from the university. I had a little disagreement&lt;/div&gt;&lt;div&gt;with my laptop. At university, at the laptop desk, my&lt;/div&gt;&lt;div&gt;laptop was set-up with the university network. So&lt;/div&gt;&lt;div&gt;now I am using it at home, I tried to add my fingers&lt;/div&gt;&lt;div&gt;to the fingerscanner. It was complaining about some&lt;/div&gt;&lt;div&gt;security not enabled. It turned out, since I was trying&lt;/div&gt;&lt;div&gt;to add my fingers to an NT-domain account, I need to&lt;/div&gt;&lt;div&gt;connect to the university VPN first. Well, there was a&lt;/div&gt;&lt;div&gt;nice icon on my desktop, saying 'Connect to VPN'. &lt;/div&gt;&lt;div&gt;But trying to connect always failed.... It turned out,&lt;/div&gt;&lt;div&gt;I needed to use the Cisco VPN icon in the start menu&lt;/div&gt;&lt;div&gt;in stead.... well... then what is that icon doing on my&lt;/div&gt;&lt;div&gt;desktop.... so far for a pre-installed system. Well...&lt;/div&gt;&lt;div&gt;Lazarus was pre-installed. Nice... if you don't know &lt;/div&gt;&lt;div&gt;it, it's a FreePascal based RAD-IDE. I am developing&lt;/div&gt;&lt;div&gt;my BlaatScrobble Application in it anyways.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I am rambling again, am I. Anyways... so... today...&lt;/div&gt;&lt;div&gt;my first day at university and I got a new toy to&lt;/div&gt;&lt;div&gt;play with. A new laptop, that needs to be tamed.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Oooooh... I should stop writing this blaat now,&lt;/div&gt;&lt;div&gt;I got to do my homework ;) &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-1187191838901635398?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/1187191838901635398/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=1187191838901635398' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/1187191838901635398'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/1187191838901635398'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/02/university-student.html' title='University Student....'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-5303125496242558662</id><published>2010-01-11T21:17:00.002+01:00</published><updated>2010-01-11T21:27:41.971+01:00</updated><title type='text'>BlaatSchaap Coding Projects</title><content type='html'>&lt;div&gt;Untill Christmas, I have worked on the &lt;/div&gt;&lt;div&gt;website and I put it online just before&lt;/div&gt;&lt;div&gt;Christmas. The front page, the forums&lt;/div&gt;&lt;div&gt;and the photos have been improved.&lt;/div&gt;&lt;div&gt;Check &lt;a href="http://www.blaatschaap.be"&gt;http://www.blaatschaap.be&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;As I have one free month before university&lt;div&gt;starts, I have been coding a bit the past days.&lt;/div&gt;&lt;div&gt;I have continued coding on the new BlaatBot&lt;/div&gt;&lt;div&gt;project. I suppose I have mentioned my plans&lt;/div&gt;&lt;div&gt;for this bot before. Completely modular. All&lt;/div&gt;&lt;div&gt;functionality loaded into libraries. As a result,&lt;/div&gt;&lt;div&gt;there is more overhead then in my older bots,&lt;/div&gt;&lt;div&gt;loading the libraries and parsing the data&lt;/div&gt;&lt;div&gt;between them, but in the end, it's supposed&lt;/div&gt;&lt;div&gt;to be more flexible. So far, I think I have the&lt;/div&gt;&lt;div&gt;interfacing done, I hope, I won't run into&lt;/div&gt;&lt;div&gt;missing stuff, but for now, I think I got&lt;/div&gt;&lt;div&gt;all protocol features I need supported.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So, now I am working on the first major&lt;/div&gt;&lt;div&gt;module, integration of the bot with the&lt;/div&gt;&lt;div&gt;website. So far, it can login and logout.&lt;/div&gt;&lt;div&gt;Well, more stuff will be added soon, but&lt;/div&gt;&lt;div&gt;I have done enough coding for today again.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Working on the bot integration, I will have&lt;/div&gt;&lt;div&gt;to add some more XML APIs to the website.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;When the bot has enough features, I will&lt;/div&gt;&lt;div&gt;focus on the website again.... or... well..&lt;/div&gt;&lt;div&gt;maybe I should take a look at the libre.fm&lt;/div&gt;&lt;div&gt;client project first.... &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Anyways, that' s it for now, thanks for&lt;/div&gt;&lt;div&gt;reading, cya next time. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-5303125496242558662?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/5303125496242558662/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=5303125496242558662' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5303125496242558662'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5303125496242558662'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/01/blaatschaap-coding-projects.html' title='BlaatSchaap Coding Projects'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-8532554488248610290</id><published>2010-01-07T21:57:00.003+01:00</published><updated>2010-01-07T22:10:37.810+01:00</updated><title type='text'>Hijacking accounts... some thoughts</title><content type='html'>So, as you read in my previous post,&lt;div&gt;some of my accounts were hacked &lt;/div&gt;&lt;div&gt;last week. I recovered my access to&lt;/div&gt;&lt;div&gt;Facebook and Gmail, due the option&lt;/div&gt;&lt;div&gt;to recover your password.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I could not do this on my Last.FM and&lt;/div&gt;&lt;div&gt;SourceForge.net account, because the&lt;/div&gt;&lt;div&gt;attacker also changed my email address,&lt;/div&gt;&lt;div&gt;to make recovery impossible.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Since the attacked accounts shared the&lt;/div&gt;&lt;div&gt;same password, I changed passwords on&lt;/div&gt;&lt;div&gt;other sites that share the same password.&lt;/div&gt;&lt;div&gt;Some sites, like ning.com, did send me a&lt;/div&gt;&lt;div&gt;confirmation about the changed password.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I think this is a good option, to send a &lt;/div&gt;&lt;div&gt;confirmation about changes. I am thinking&lt;/div&gt;&lt;div&gt;to add this feature to BlaatSchaap.be as well&lt;/div&gt;&lt;div&gt;next update. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I am just thinking. If the website is 'hacked' &lt;/div&gt;&lt;div&gt;and someone gained access to the account,&lt;/div&gt;&lt;div&gt;but NOT to the email address, then this appears&lt;/div&gt;&lt;div&gt;to be good behaviour. But what happens if the&lt;/div&gt;&lt;div&gt;reverse happens. If someone hacked access&lt;/div&gt;&lt;div&gt;to the email address, uses the recovery option&lt;/div&gt;&lt;div&gt;to gain access to the website, and then changes&lt;/div&gt;&lt;div&gt;the password. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In that case, this offers no value. I suppose, I should&lt;/div&gt;&lt;div&gt;also store the IP address that requested the password&lt;/div&gt;&lt;div&gt;change, just to be sure. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Then, e-mail address changes. Some sites send a &lt;/div&gt;&lt;div&gt;confirmation mail to the old email addess if you &lt;/div&gt;&lt;div&gt;try to change your email address on the site. This&lt;/div&gt;&lt;div&gt;is good behaviour *if* the old email address is still&lt;/div&gt;&lt;div&gt;working. At one time, I had the problem, one of&lt;/div&gt;&lt;div&gt;my (webmail) email providers disappeared from the&lt;/div&gt;&lt;div&gt;internet (I used to have this andre@mailmij.nl email&lt;/div&gt;&lt;div&gt;address, untill BigFish, the company behind it, disapeared)&lt;/div&gt;&lt;div&gt;My point being. What if my reason to change email&lt;/div&gt;&lt;div&gt;address is the fact that I cannot access the old&lt;/div&gt;&lt;div&gt;one. &lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-8532554488248610290?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/8532554488248610290/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=8532554488248610290' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8532554488248610290'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8532554488248610290'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/01/hijacking-accounts-some-thoughts.html' title='Hijacking accounts... some thoughts'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-1104574375174314363</id><published>2010-01-05T11:34:00.005+01:00</published><updated>2010-01-06T20:41:18.676+01:00</updated><title type='text'>Hacker alert!</title><content type='html'>Last night, my gmail and facebook accounts&lt;div&gt;were hacked. It looks like the hacker only&lt;/div&gt;&lt;div&gt;changed my password. I was able to recover&lt;/div&gt;&lt;div&gt;the password.&lt;/div&gt;&lt;div&gt;Possibly other accounts are comprimised as&lt;/div&gt;&lt;div&gt;well, if I find out, I will add it to this blog too.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;If you received an email from me last night&lt;/div&gt;&lt;div&gt;(between midnight and 11:00 AM, CET) &lt;/div&gt;&lt;div&gt;it was not sent my be, but by the hacker!&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Edit: It appears only facebook and gmail were&lt;/div&gt;&lt;div&gt;compromised. Still looking for a suspect. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Edit2: Seems Last.FM was attacked as well, &lt;/div&gt;&lt;div&gt;I cannot recover this one since it seems the&lt;/div&gt;&lt;div&gt;attacker changed email-address as well.&lt;/div&gt;&lt;div&gt;Possible SourceForge.net too.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-1104574375174314363?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/1104574375174314363/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=1104574375174314363' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/1104574375174314363'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/1104574375174314363'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2010/01/hacker-alert.html' title='Hacker alert!'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-607273627306129249</id><published>2009-12-26T00:07:00.002+01:00</published><updated>2009-12-26T00:09:13.233+01:00</updated><title type='text'>Merry Christmas.</title><content type='html'>&lt;span class="Apple-style-span"  style="font-family:'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;"&gt;&lt;span class="Apple-style-span" style="font-size: -webkit-xxx-large; white-space: pre-wrap;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; "&gt;Merry Christmas! God Jul! Vrolijk Kerstfeest! Frohe Weihnachten! Bonne Noël! Hyvää Joulua! Feliz Navidad! &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;font-size:100%;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; white-space: pre-wrap;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;font-size:100%;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; white-space: pre-wrap;"&gt;I haven't been blogging in english lately. So, it's&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;font-size:100%;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; white-space: pre-wrap;"&gt;Christmas, so I wish everyone a merry christmas.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;font-size:100%;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; white-space: pre-wrap;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;font-size:100%;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; white-space: pre-wrap;"&gt;What else to tell. I quit my job to go to university&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;font-size:100%;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; white-space: pre-wrap;"&gt;in Februari. So, I am going to be a student again ^^&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;font-size:100%;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; white-space: pre-wrap;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"   style="font-family:'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;font-size:100%;"&gt;&lt;span class="Apple-style-span" style="font-size: 12px; white-space: pre-wrap;"&gt;Well... I guess, that's all for now, merry christmas!!&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-607273627306129249?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/607273627306129249/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=607273627306129249' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/607273627306129249'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/607273627306129249'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2009/12/merry-christmas.html' title='Merry Christmas.'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-6913824027859691002</id><published>2009-11-12T19:40:00.001+01:00</published><updated>2009-11-12T19:40:50.566+01:00</updated><title type='text'>GRRRRRRRR</title><content type='html'>My laptop is broken!!!!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-6913824027859691002?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/6913824027859691002/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=6913824027859691002' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6913824027859691002'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6913824027859691002'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2009/11/grrrrrrrr.html' title='GRRRRRRRR'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-3829547470156723981</id><published>2009-10-09T18:30:00.003+02:00</published><updated>2009-10-09T18:47:31.485+02:00</updated><title type='text'>Developing....</title><content type='html'>So, I am working on my scrobbler application. So far so good.&lt;div&gt;As I mentioned before, when coding, I prefer to code for a *nix OS.&lt;/div&gt;&lt;div&gt;Windows coding seems so ... weird...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So, I had the idea to write a dll in cygwin and load it in a windows&lt;/div&gt;&lt;div&gt;app, to avoid the weird WinSock API. When you code a basic IPv4&lt;/div&gt;&lt;div&gt;app, it's almost the same, except for the fact WinSock needs to be&lt;/div&gt;&lt;div&gt;'started' before it can be used. When coding an application with &lt;/div&gt;&lt;div&gt;IPv6 support... you'll find a lot of functions, like gethostbyname2,&lt;/div&gt;&lt;div&gt;missing from the windows world. Really, what are they thinking?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Oh well... the conclusion... writing a cygwin dll and trying to load&lt;/div&gt;&lt;div&gt;it in a windows app doesn't seem to work. I have compiled the&lt;/div&gt;&lt;div&gt;code, without the IPv6 support, as a native windows dll, and &lt;/div&gt;&lt;div&gt;that version works, so I guess, it's safe to assume the cygwin&lt;/div&gt;&lt;div&gt;part is the cause of trouble here.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Well... I suppose, I will continue on the native windows version,&lt;/div&gt;&lt;div&gt;and add IPv6 support later. Both last.fm and libre.fm don't seem&lt;/div&gt;&lt;div&gt;to have IPv6 enabled servers anyways, so, it won't hurt much&lt;/div&gt;&lt;div&gt;to leave that support out for the time being.  For now, the library &lt;/div&gt;&lt;div&gt;had basic scobble support, as in, it submits, but doesn't process&lt;/div&gt;&lt;div&gt;the server reply yet, and other stuff lacking too, that will need&lt;/div&gt;&lt;div&gt;to be fixed before I can release a binary version of this app.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Also, there are no plugins available yet. I suppose, I will look at&lt;/div&gt;&lt;div&gt;those after the scrobbler library is finished. I will have to look &lt;/div&gt;&lt;div&gt;at some IPC. Still not sure what I will do there, since I like to&lt;/div&gt;&lt;div&gt;keep it portable, but on the other hand, a platform specific &lt;/div&gt;&lt;div&gt;implementation could be an option.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;There is progress, yes, but there is still a lot to do...&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-3829547470156723981?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/3829547470156723981/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=3829547470156723981' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3829547470156723981'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3829547470156723981'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2009/10/developing.html' title='Developing....'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-1996765761275691153</id><published>2009-10-04T11:00:00.003+02:00</published><updated>2009-10-04T11:32:54.795+02:00</updated><title type='text'>Libre.FM and a little coding.</title><content type='html'>So, recently i installed the qmmp media player on my linux.&lt;div&gt;I was looking for a decent replacement for xmms, since my&lt;/div&gt;&lt;div&gt;good old player is a GTK 1 based player, and it's no more&lt;/div&gt;&lt;div&gt;included in debian 5. Off course I can install it anyways,&lt;/div&gt;&lt;div&gt;if I get it elsewhere then the default repository.&lt;/div&gt;&lt;div&gt;Anyways, I found this qmmp player. Another 'Winamp clone'&lt;/div&gt;&lt;div&gt;for linux. But it's Qt based, and I don't like Qt much.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Anyways, when setting up the last.fm I noticed it offered &lt;/div&gt;&lt;div&gt;an option to scrobble to libre.fm too. So I was curious and&lt;/div&gt;&lt;div&gt;checked this site out. So, it's an open source reimplementation&lt;/div&gt;&lt;div&gt;of last.fm. signed up and all. Libre.FM reimplements the &lt;/div&gt;&lt;div&gt;AudioScrobbler protocol, so exsisting plugins could be used&lt;/div&gt;&lt;div&gt;if they're set to the correct server.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;For this purpose, I did a quick patch on the AudioScrobbler&lt;/div&gt;&lt;div&gt;classic plugins, so they scrobble to libre.fm in stead of last.fm.&lt;/div&gt;&lt;div&gt;I also changed the check for double plugins, so it's possible to&lt;/div&gt;&lt;div&gt;have the modern plugin scrobble to last.fm at the same time&lt;/div&gt;&lt;div&gt;as this classic plugin scrobbles to libre.fm&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://sourceforge.net/projects/dgcshell/files/Libre.FM%20Scrobbler/AudioScrobbler%20Classic%20Based/librescrobbler.wa.1.1.8.build.613.exe/download"&gt;Download the WinAMP plugin&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://sourceforge.net/projects/dgcshell/files/Libre.FM%20Scrobbler/AudioScrobbler%20Classic%20Based/librescrobbler.wmp.1.1.8.build.613.exe/download"&gt;Download the Windows Media Player plugin&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;a href="http://dgcshell.svn.sourceforge.net/viewvc/dgcshell/scrobbler/"&gt;Browse the source code&lt;/a&gt;&lt;/div&gt;&lt;div&gt;Leave feedback on &lt;a href="http://www.blaatschaap.be/index.php?do=forum&amp;amp;thread=13"&gt;BlaatSchaap&lt;/a&gt; or &lt;a href="http://www.last.fm/group/BlaatSchaap/forum/41820/_/570854"&gt;Last.FM&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So, after this quick patch, I decided looking into writing a&lt;/div&gt;&lt;div&gt;new application, that will allow multi scrobbling in a nicer&lt;/div&gt;&lt;div&gt;way. I wish to write an application a la the modern last.fm &lt;/div&gt;&lt;div&gt;scrobbler. For this purpose I decided to try the lazarus IDE.&lt;/div&gt;&lt;div&gt;I thought it would be a good opertunity to try how well this&lt;/div&gt;&lt;div&gt;IDE works. For those who don't know lazarus, it's an open &lt;/div&gt;&lt;div&gt;source Delphi clone, using the FreePascal compiler. So, it's&lt;/div&gt;&lt;div&gt;pascal programming with a RAD (Rapid Application Development)&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Rapid Application Development, programming with the mouse,&lt;/div&gt;&lt;div&gt;as I like to call it. Just point and click, create a form, place a button,&lt;/div&gt;&lt;div&gt;click it and add code to it. The lazy way of programming, &lt;/div&gt;&lt;div&gt;but well... I do like to concentrate on the functionality of the &lt;/div&gt;&lt;div&gt;code. The GUI, well... it's there to show what the program&lt;/div&gt;&lt;div&gt;is going, but not the main part, so, RAD is fine.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Anyways, so, I was thinking to write a scrobbler, so, what do&lt;/div&gt;&lt;div&gt;I need to scrobble? Networking, right? So, this time, I am &lt;/div&gt;&lt;div&gt;programming in pascal in stead of C, and for windows in&lt;/div&gt;&lt;div&gt;stead of posix. The pascal wrappers for the sockets API&lt;/div&gt;&lt;div&gt;don't feel nice at all, and the WinSock implementation of&lt;/div&gt;&lt;div&gt;the socket API is just... annoying, incomplete and stuff...&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So, I decided to do some coding in C++ in stead. For this&lt;/div&gt;&lt;div&gt;I used the Microsoft Visual Studio 2008, hoping this&lt;/div&gt;&lt;div&gt;version of the compiler does include the headers for &lt;/div&gt;&lt;div&gt;IPv6 sockets.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;As I wish to write a modern application, I would like it to &lt;/div&gt;&lt;div&gt;support IPv6, right? So, I have done this on linux before,&lt;/div&gt;&lt;div&gt;resolving a hostname to an IPv6, under linux, or *BSD&lt;/div&gt;&lt;div&gt;for that matter, I would use &lt;span class="Apple-style-span" style="font-family: monospace; font-size: medium; border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "&gt;&lt;span class="Apple-style-span" style="border-collapse: separate; font-family: Georgia, serif; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; font-size: 16px; "&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;blockquote&gt;gethostbyname(hostname&lt;span class="Apple-style-span" style="font-family: monospace; font-size: medium; border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "&gt;, AF_INET6);&lt;/span&gt;&lt;/blockquote&gt;&lt;span class="Apple-style-span" style="font-family: monospace; font-size: medium; border-collapse: collapse; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;right? Well... not on Windows, oh noes! Not supported &lt;/div&gt;&lt;div&gt;by uncle gates' winsock. So, how to resolve it then?&lt;/div&gt;&lt;div&gt;After googleling a bit on this issue, i found the getaddrinfo&lt;/div&gt;&lt;div&gt;is supported by windows. &lt;/div&gt;&lt;div&gt;Well... having the hostname resolved, I want to show the IP&lt;/div&gt;&lt;div&gt;address to the user, right? So, we call the inet_ntop function&lt;/div&gt;&lt;div&gt;for this, right? &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;And so it seemed, the compiler compiled the code without&lt;/div&gt;&lt;div&gt;complaining, but as I tried to start it, an error message &lt;/div&gt;&lt;div&gt;showed up, complaining about missing symbol inet_ntop in ws2_32.dll&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Missing symbol... right? so it's not implemented. Looking&lt;/div&gt;&lt;div&gt;at MSDN, it seems they've only added this symbol in&lt;/div&gt;&lt;div&gt;since Vista. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;All this stuff pisses me off at Windows, and I want to return&lt;/div&gt;&lt;div&gt;to Linux for developing, where stuff at least compiles and&lt;/div&gt;&lt;div&gt;works the way I want it. I am thinking about using cygwin&lt;/div&gt;&lt;div&gt;for this, so get rid of the windows-api-annoyance and work&lt;/div&gt;&lt;div&gt;with a clean posix-sockets-api.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-1996765761275691153?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/1996765761275691153/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=1996765761275691153' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/1996765761275691153'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/1996765761275691153'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2009/10/librefm-and-little-coding.html' title='Libre.FM and a little coding.'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-2721309491650039500</id><published>2009-09-02T20:41:00.004+02:00</published><updated>2009-09-02T21:04:33.130+02:00</updated><title type='text'>BeagleBoard</title><content type='html'>So, yeah, I got this BeagleBoard for a while now.&lt;br /&gt;The problem is just, with this job I hardly got&lt;br /&gt;any time to do stuff. After work I am just too&lt;br /&gt;tired to do much stuff. Anyways, so, my BeagleBoard.&lt;br /&gt;&lt;br /&gt;Since all my monitors had a VGA interface, and the&lt;br /&gt;BeagleBoard only support DVI-D interface, I needed&lt;br /&gt;a converter or a new monitor. The converters&lt;br /&gt;are ridiculously expensive. Why is an external DAC&lt;br /&gt;so expensive, while they are integrated in any&lt;br /&gt;cheap-ass video card?? Anyways, at my work, we got&lt;br /&gt;new monitors, so I could buy an old monitor with&lt;br /&gt;DVI interface for cheap.&lt;br /&gt;&lt;br /&gt;It's native resolution is 1280x1024.... So far so good,&lt;br /&gt;I tried to set my BeagleBoard to that resolution, but,&lt;br /&gt;my monitor kept complaining about the signal to be out&lt;br /&gt;of range. Why? The resolution is it's native resolution.&lt;br /&gt;So... Why was the monitor still complaining. The board&lt;br /&gt;is supposed to support that resolution. &lt;a href="http://dkc1.digikey.com/us/mkt/beagleboard.html"&gt;1 &lt;/a&gt;&lt;br /&gt;After a little googleling around, it turns out, the&lt;br /&gt;refresh rate for this resolution is too low. This is my&lt;br /&gt;first experience with DVI, but I was assuming refresh&lt;br /&gt;rate was no more relevant, since an LCD display has&lt;br /&gt;no physical refresh rate, there is no electron cannon&lt;br /&gt;anymore. But it seems otherwise. So, until there will&lt;br /&gt;be an updated driver that allows running a higher&lt;br /&gt;refresh rate. (The pixel clock should be able to get&lt;br /&gt;as high as 86.5 MHz, but is limited to 72 Mhz by the&lt;br /&gt;current driver, it seems)&lt;br /&gt;So, for now, I cannot get it working at my monitors&lt;br /&gt;optimal resolution.&lt;br /&gt;&lt;br /&gt;At the moment I am using Debian for ARM cpu on&lt;br /&gt;the BeagleBoard. This is compiled for general ARM&lt;br /&gt;cpus and contain no optimizations for my CPU, but&lt;br /&gt;after a little googleing, I found &lt;a href="http://www.pandorawiki.org/Floating_Point_Optimization"&gt;2&lt;/a&gt; The Pandora uses&lt;br /&gt;the same CPU as the BeagleBoard, so this should&lt;br /&gt;be usable for the BeagleBoard as well.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-2721309491650039500?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/2721309491650039500/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=2721309491650039500' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2721309491650039500'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2721309491650039500'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2009/09/beagleboard.html' title='BeagleBoard'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-8966225459432748096</id><published>2009-06-06T15:27:00.004+02:00</published><updated>2009-06-06T20:05:14.250+02:00</updated><title type='text'>Hardware Upgrade Failed</title><content type='html'>So, I bought two modules of DDR RAM&lt;div&gt;and a Radeon HD2400 Pro Video Card.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I read in the computer magazine PC-Active&lt;/div&gt;&lt;div&gt;that is video card supports hardware&lt;/div&gt;&lt;div&gt;h.264 decoding. So I was interested in&lt;/div&gt;&lt;div&gt;this card. Usually I would have bought&lt;/div&gt;&lt;div&gt;an Nvidia card, but since the webshop&lt;/div&gt;&lt;div&gt;I usually buy computer hardware didn't&lt;/div&gt;&lt;div&gt;have a suitable Nvidia card with an AGP&lt;/div&gt;&lt;div&gt;slot, I had to take the ATI one. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;And yes, it causes trouble, no it doesn't &lt;/div&gt;&lt;div&gt;work. As soon as it tried to enable the&lt;/div&gt;&lt;div&gt;graphics, the computer freezes. I already&lt;/div&gt;&lt;div&gt;updated my BIOS to the latest version,&lt;/div&gt;&lt;div&gt;but it wouldn't help.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;It's not the cards fault, because I tried it&lt;/div&gt;&lt;div&gt;in my older computer, and there it works&lt;/div&gt;&lt;div&gt;fine. So, this seems to be a compatibility&lt;/div&gt;&lt;div&gt;error with the Gigabyte GA-K8VT800 mainboard.&lt;/div&gt;&lt;div&gt;It works fine with an ASUS P4T-F mainboard.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;But now I have this situation, the older computer&lt;/div&gt;&lt;div&gt;with a better video card then the newer computer.&lt;/div&gt;&lt;div&gt;This is a kinda useless situation. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The Gigabyte mainboard is also having trouble&lt;/div&gt;&lt;div&gt;when I want to add some more memory to it.&lt;/div&gt;&lt;div&gt;It just refuses to work with more then one&lt;/div&gt;&lt;div&gt;memory module installed, but it doesn't seem&lt;/div&gt;&lt;div&gt;to care which one it is, as long as it is one module.&lt;/div&gt;&lt;div&gt;So, it seems not to be an incomatibility with my&lt;/div&gt;&lt;div&gt;new memory module, since it works also with&lt;/div&gt;&lt;div&gt;just one of the new modules installed.&lt;br /&gt;&lt;br /&gt;Edit: the ATI video card is also causing trouble&lt;br /&gt;on the other mainboard. It works but it refuses&lt;br /&gt;to enable the TV-out. It sees the TV, but&lt;br /&gt;enabling it fails. I should never buy an ATI&lt;br /&gt;video card again, nothing but trouble :/&lt;br /&gt;.... but I could not find a Gefore 8 series&lt;br /&gt;video card with AGP interface.....&lt;br /&gt;&lt;br /&gt;Edit2: It now works, now I connected my monitor&lt;br /&gt;using a DVI-to-VGA adaptor on the DVI port.&lt;br /&gt;It seems the card is using some funny wirering&lt;br /&gt;that only enabled tv output when the monitor is&lt;br /&gt;connected to the DVI port, and disables it on the&lt;br /&gt;other port.&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-8966225459432748096?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/8966225459432748096/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=8966225459432748096' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8966225459432748096'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/8966225459432748096'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2009/06/hardware-upgrade-failed.html' title='Hardware Upgrade Failed'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-9212850332221340942</id><published>2009-05-31T11:28:00.003+02:00</published><updated>2009-05-31T12:11:10.809+02:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MTU'/><category scheme='http://www.blogger.com/atom/ns#' term='ICMPv6'/><category scheme='http://www.blogger.com/atom/ns#' term='linux'/><category scheme='http://www.blogger.com/atom/ns#' term='ipv6'/><category scheme='http://www.blogger.com/atom/ns#' term='too big'/><category scheme='http://www.blogger.com/atom/ns#' term='networking'/><title type='text'>Uploading a photo over IPv6</title><content type='html'>So, ya know, I have this website,&lt;br /&gt;&lt;a href="http://www.blaatschaap.be/"&gt;www.blaatschaap.be&lt;/a&gt;. This website&lt;br /&gt;offers IPv6 connectivity. Also, I have&lt;br /&gt;IPv6 connectivity at home. My ISP is&lt;br /&gt;xs4all, and they offer an IPv6 tunnel (proto41).&lt;br /&gt;&lt;br /&gt;So, last week, a problem appeared on the&lt;br /&gt;website. It seemed to be impossible to&lt;br /&gt;upload a photo. When I tried to upload&lt;br /&gt;a photo, it just timed-out. I tried to change&lt;br /&gt;some settings on the server, but without&lt;br /&gt;result.&lt;br /&gt;&lt;br /&gt;After I started using a sniffer, the true&lt;br /&gt;problem showed itself. The problem wasn't&lt;br /&gt;at the server, but at my home.&lt;br /&gt;&lt;br /&gt;Look at the result from the sniffer:&lt;br /&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;a href="http://img11.imageshack.us/my.php?image=schermafdrukp.png" target="_blank"&gt;&lt;img src="http://img11.imageshack.us/img11/5637/schermafdrukp.th.png" alt="Free Image Hosting at www.ImageShack.us" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;So, what are we seeing here.&lt;br /&gt;The first three packets show a TCP handshake,&lt;br /&gt;nothing unusual there. Since I am uploading&lt;br /&gt;an image over a HTTP POST, there is a lot of data&lt;br /&gt;to be transferred, which is in the next packet.&lt;br /&gt;In a reply to that packet, we receive a ICMPv6&lt;br /&gt;packet 'too big'. So, that's the problem, the packet&lt;br /&gt;my browser tried to sent was too big. According&lt;br /&gt;to the IPv6 Specs, the client is supposed to send&lt;br /&gt;a smaller packet when it receives a ICMPv6 too big&lt;br /&gt;packet. When looking at what the sniffer shows,&lt;br /&gt;that appears even to be happening, but for some&lt;br /&gt;reason, it still doesn't seem to work.&lt;br /&gt;&lt;br /&gt;The MTU, is 1480 for a Proto41 IPv6 tunnel.&lt;br /&gt;The default MTU for Ethernet networks&lt;br /&gt;is 1500, so changing the MTU to 1480 solves the&lt;br /&gt;problem. (see &lt;a href="http://www.sixxs.net/faq/connectivity/?faq=mtu"&gt;&lt;span style="text-decoration: underline;"&gt;this link)&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;So, now I've found the problem, and know how to&lt;br /&gt;fix it, it's time to have this fix made permanently.&lt;br /&gt;So, looking for the fist solution:&lt;br /&gt;adding:&lt;br /&gt;&lt;blockquote&gt;pre-up /sbin/ifconfig $IFACE mtu 1480&lt;/blockquote&gt;to my /etc/network/interfaces file. (See &lt;a href="http://www.blogger.com/post-create.g?blogID=12051205"&gt;this link&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;Applying this solution does set the MTU to the&lt;br /&gt;desired value, but also makes IPv6 to stop&lt;br /&gt;working. So, this solution is no option.&lt;br /&gt;&lt;br /&gt;The solution that did work is&lt;br /&gt;&lt;blockquote&gt;up ip link set mtu 1480 dev $IFACE&lt;/blockquote&gt;&lt;blockquote&gt;&lt;/blockquote&gt;With that line added to my /etc/network/interfaces&lt;br /&gt;file, my IPv6 connectivity works, and my MTU is set,&lt;br /&gt;so I will not generate packets that are too big for&lt;br /&gt;my tunnel. (See &lt;a href="http://wiki.debian.org/DebianIPv6"&gt;this link&lt;/a&gt;)&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;&lt;/blockquote&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-9212850332221340942?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/9212850332221340942/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=9212850332221340942' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/9212850332221340942'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/9212850332221340942'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2009/05/uploading-photo-over-ipv6.html' title='Uploading a photo over IPv6'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-3533043617891513203</id><published>2009-05-24T12:59:00.002+02:00</published><updated>2009-05-24T13:17:50.393+02:00</updated><title type='text'>BlaatSchaap Coding Projects</title><content type='html'>Lol, so, I got a job as a coder since the&lt;br /&gt;begin of this month, so now I have a&lt;br /&gt;few days off because of&lt;br /&gt;ascension (? hemelvaart, says google translate)&lt;br /&gt;it was 21 may, some christian feast)&lt;br /&gt;Anyways, I got a few days off, so, what am I&lt;br /&gt;doing in my spare time? coding! lol&lt;br /&gt;&lt;br /&gt;I started coding some on my IRC bot again.&lt;br /&gt;The design wasn't right the way it should be,&lt;br /&gt;and I moved some code from the IRC class to&lt;br /&gt;the Bot class. Still isn't quite the way I want it,&lt;br /&gt;but it's better now. Hard to separate, what should&lt;br /&gt;be done by the protocol and what by the bot's code.&lt;br /&gt;&lt;br /&gt;But I should keep in mind some changes I am planning&lt;br /&gt;to do later. I wish to separete my code into different&lt;br /&gt;libraries, so, it should be possible to use the IRC protocol&lt;br /&gt;class and use it to create an IRC client. Not that I am&lt;br /&gt;planning to do so, but I just want the code to be clean.&lt;br /&gt;&lt;br /&gt;Speaking about libraries, I am indeed planning to make&lt;br /&gt;bot plugins also, just to load new commands into the&lt;br /&gt;bot as a library. Not just that, I am also looking at some&lt;br /&gt;stuff about mixing languages. As I am working at a&lt;br /&gt;company that uses Delphi, I suppose my (Object) Pascal&lt;br /&gt;skills to get better. So, I was looking at ways to mix&lt;br /&gt;pascal and c(++) code.&lt;br /&gt;&lt;br /&gt;So, there are two pascal compilers available for the&lt;br /&gt;Linux platform. The GNU Pascal compiler and the&lt;br /&gt;FreePascal compiler. Soon it turned out the GNU&lt;br /&gt;compiler didn't support libraries yet, so it fell off,&lt;br /&gt;leaving the FreePascal compiler as the compiler to use.&lt;br /&gt;&lt;br /&gt;Well... first I tried if I could just write some function&lt;br /&gt;in Pascal, create an object file, and link it so some&lt;br /&gt;object file from C code, but that fails, since the&lt;br /&gt;pascal code expect the some pascal runtime code.&lt;br /&gt;&lt;br /&gt;So, then writing an so file, failed... the compiler kept&lt;br /&gt;complaining about linker errors, and this error&lt;br /&gt;was mentioned on many internet sites as well&lt;br /&gt;&lt;br /&gt;&lt;blockquote&gt;Free Pascal Compiler version 2.2.4-1 [2009/05/12] for x86_64&lt;br /&gt;Copyright (c) 1993-2008 by Florian Klaempfl&lt;br /&gt;Target OS: Linux for x86-64&lt;br /&gt;Compiling t.pas&lt;br /&gt;Linking libt.so&lt;br /&gt;t.pas(17) Error: Can't call the linker, switching to external linking&lt;br /&gt;t.pas(17) Fatal: There were 1 errors compiling module, stopping&lt;br /&gt;Fatal: Compilation aborted&lt;br /&gt;Error: /usr/bin/ppcx64 returned an error exitcode (normal if you did not specify a source file to be compiled)&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;So, after trying some stuff, it turned out that adding the&lt;br /&gt;parameter -XX (Smart Linking) to the compiler solves&lt;br /&gt;the problem and generated a usable .so file, that can&lt;br /&gt;be used from C code.&lt;br /&gt;&lt;br /&gt;Not only the use of Pascal code is on the new stuff list&lt;br /&gt;for the BlaatBot Project, I have also been looking into&lt;br /&gt;some XML parsing code, to integrate some site stuff&lt;br /&gt;into the bot. I have been using &lt;a href="http://www.applied-mathematics.net/tools/xmlParser.html"&gt;this XML parser&lt;/a&gt; to parse&lt;br /&gt;some XML code, and so far I am happy with the results.&lt;br /&gt;&lt;br /&gt;The author or that code also offered a possibility for a&lt;br /&gt;BSD-style license, what would be great so I do not have&lt;br /&gt;to worry about having to change my own license and&lt;br /&gt;release my code under a BSD-style license as well, as it&lt;br /&gt;has been in the past. For the moment, it's just, the code&lt;br /&gt;really needs some cleaning up, and when that's done,&lt;br /&gt;it will be released again. For the time being, there is&lt;br /&gt;some ancient code from the project at &lt;a href="http://www.sf.net/projects/dgcshell"&gt;sourceforge&lt;/a&gt;.&lt;br /&gt;Don't look at it, it's ancient and ugly.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-3533043617891513203?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/3533043617891513203/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=3533043617891513203' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3533043617891513203'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3533043617891513203'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2009/05/blaatschaap-coding-projects.html' title='BlaatSchaap Coding Projects'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-3690831854955423424</id><published>2009-05-20T23:02:00.003+02:00</published><updated>2009-05-20T23:08:51.363+02:00</updated><title type='text'>Windows 7 on an MSI Wind?</title><content type='html'>So, I've been running Windows 7 ever since&lt;br /&gt;the public beta was released. So, first the&lt;br /&gt;beta, later the Release Canditate. And it&lt;br /&gt;ran fine so far. I've been running it first on&lt;br /&gt;my Pentium 4 (1,6 Ghz) and installed it later&lt;br /&gt;on my Athlon64 (2,0 Ghz) too. It works nice&lt;br /&gt;and I had nothing to complain about.&lt;br /&gt;&lt;br /&gt;So, today I decided to install it on my laptop,&lt;br /&gt;it's an MSI Wind. Installation went fine, but&lt;br /&gt;very soon, messages about disk corruption&lt;br /&gt;started to pop-up. After running chkdsk,&lt;br /&gt;the problems returned immediately.&lt;br /&gt;It seems Windows 7 is corrupting it's own&lt;br /&gt;file system.&lt;br /&gt;&lt;br /&gt;A Windows Vista beta also did something like&lt;br /&gt;this on my old laptop. I don't know, but&lt;br /&gt;Windows 7 runs without any problem on&lt;br /&gt;my desktop computers, but it hates my laptop.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-3690831854955423424?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/3690831854955423424/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=3690831854955423424' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3690831854955423424'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/3690831854955423424'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2009/05/windows-7-on-msi-wind.html' title='Windows 7 on an MSI Wind?'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-2352879769285809745</id><published>2009-04-18T23:30:00.002+02:00</published><updated>2009-04-19T00:35:17.516+02:00</updated><title type='text'>Upgrading to IPv6</title><content type='html'>So, since about an hour ago is my internet connection&lt;div&gt;using the IP version 6 protocol. My ISP xs4all has been&lt;/div&gt;&lt;div&gt;offering IPv6 for a while now, but just today I decided&lt;/div&gt;&lt;div&gt;to configure it. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;My router doesn't even support it, &lt;/div&gt;&lt;div&gt;but that turned out to be no problem at all.&lt;/div&gt;&lt;div&gt;I've been using my old laptop as a server,&lt;/div&gt;&lt;div&gt;and it's running an irc daemon for a while &lt;/div&gt;&lt;div&gt;now. I've configured the IPv6 tunnel&lt;/div&gt;&lt;div&gt;according to the instructions on the xs4all.&lt;/div&gt;&lt;div&gt;Not much about that, just enable IPv6 in&lt;/div&gt;&lt;div&gt;the config file, enter the IPv6 address, and &lt;/div&gt;&lt;div&gt;the IPv4 address on the other end of the tunnel.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Then I installed radvd, entered my IPv6 address&lt;/div&gt;&lt;div&gt;range in the config file, and without any other&lt;/div&gt;&lt;div&gt;configuration, all my other computers got IPv6&lt;/div&gt;&lt;div&gt;connectivity. &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;But it's not only my home that got upgraded,&lt;/div&gt;&lt;div&gt;also blaatschaap.be got upgrated to IPv6.&lt;/div&gt;&lt;div&gt;As you could have read in my dutch blog, I've&lt;/div&gt;&lt;div&gt;obtained a year of free dedicated hosting at OVH.&lt;/div&gt;&lt;div&gt;OVH also offers IPv6 connectivity. Unfortunately,&lt;/div&gt;&lt;div&gt;their servers do not support it out-of-the-box.&lt;/div&gt;&lt;div&gt;A little configuration was required as well, &lt;/div&gt;&lt;div&gt;their default kernel only supports IPv4. They&lt;/div&gt;&lt;div&gt;use custom pre-compiled kernels. Fortunately,&lt;/div&gt;&lt;div&gt;on their ftp server they also has a IPv6 enabled&lt;/div&gt;&lt;div&gt;version, so I downloaded, configured lilo, and &lt;/div&gt;&lt;div&gt;rebooted. The kernel support was working,&lt;/div&gt;&lt;div&gt;but still no connectivity. A quick look on their&lt;/div&gt;&lt;div&gt;forums showed the IPv6 address had to be &lt;/div&gt;&lt;div&gt;assigned manually. After doing to, IPv6 &lt;/div&gt;&lt;div&gt;connectivity was working.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-2352879769285809745?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/2352879769285809745/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=2352879769285809745' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2352879769285809745'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/2352879769285809745'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2009/04/upgrading-to-ipv6.html' title='Upgrading to IPv6'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-5977916786349089433</id><published>2009-03-13T17:58:00.002+01:00</published><updated>2009-03-13T19:16:20.643+01:00</updated><title type='text'>Crisis?</title><content type='html'>Everyone in this world should now it by now&lt;div&gt;there is an economical crisis.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;But who's to blaim for this misfortune?&lt;/div&gt;&lt;div&gt;Who's to blaim for the fact many people&lt;/div&gt;&lt;div&gt;lost their jobs? Is it the USA to blaim?&lt;/div&gt;&lt;div&gt;Or who should be blaimed??&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Well... if you ask me, the media should&lt;/div&gt;&lt;div&gt;be blaimed. Radio, TV, newspapers...&lt;/div&gt;&lt;div&gt;Every day they are talking about this&lt;/div&gt;&lt;div&gt;damn crisis. That's when the real crisis&lt;/div&gt;&lt;div&gt;started.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;By telling people there is a crisis, they&lt;/div&gt;&lt;div&gt;start acting like it, causing the crisis.&lt;/div&gt;&lt;div&gt;By telling people there is a crisis. they&lt;/div&gt;&lt;div&gt;stop spending money. So the shops&lt;/div&gt;&lt;div&gt;won't sell, so the fabrics won't&lt;/div&gt;&lt;div&gt;produce so they need to fire people.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So, in the end, I blaim the media they&lt;/div&gt;&lt;div&gt;kept reporting the crisis, to actually&lt;/div&gt;&lt;div&gt;have caused the crisis.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Yes, there was a problem to begin with,&lt;/div&gt;&lt;div&gt;but it went out of control, which should&lt;/div&gt;&lt;div&gt;not have happened, if the media didn't &lt;/div&gt;&lt;div&gt;report about the problem so extensive&lt;/div&gt;&lt;div&gt;as they did.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;The crisis exsist in the minds of the people,&lt;/div&gt;&lt;div&gt;when you control what the people think,&lt;/div&gt;&lt;div&gt;you control reality.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So, who caused this crisis. The media? &lt;/div&gt;&lt;div&gt;Are they really to blaim? Or are they&lt;/div&gt;&lt;div&gt;just being used, as everyone else.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;In the end, I am just thinking who's got&lt;/div&gt;&lt;div&gt;an advantage by this crisis. I have no clue&lt;/div&gt;&lt;div&gt;who could possibly have an advantage with&lt;/div&gt;&lt;div&gt;this crisis. So is it just the media after&lt;/div&gt;&lt;div&gt;all? Just to have some 'sensational news' to&lt;/div&gt;&lt;div&gt;report? Or is there more behind this crisis?&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-5977916786349089433?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/5977916786349089433/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=5977916786349089433' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5977916786349089433'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/5977916786349089433'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2009/03/crisis.html' title='Crisis?'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-7090938619764638170</id><published>2009-01-29T14:20:00.002+01:00</published><updated>2009-01-29T14:30:42.798+01:00</updated><title type='text'></title><content type='html'>So. Yesterday I was at Hans' place. &lt;div&gt;Played some Age of Ampires, watched a &lt;/div&gt;&lt;div&gt;movie (Wall-e)  (yes, really!) (lol) &lt;/div&gt;&lt;div&gt;and played some wii. Today... &lt;/div&gt;&lt;div&gt;to continue what I was doing the &lt;/div&gt;&lt;div&gt;day before. My computer. As I mentioned&lt;br /&gt;&lt;/div&gt;&lt;div&gt;before. It was Windows 7 beta installed. I&lt;/div&gt;&lt;div&gt;tried to install Windows XP next to it and &lt;/div&gt;&lt;div&gt;it BSOD' ed with code 7F and parameter 00.&lt;/div&gt;&lt;div&gt;Some googleing told me this means a devide&lt;/div&gt;&lt;div&gt;by zero in some driver. As this error appeared&lt;/div&gt;&lt;div&gt;during the detection of the hardware, it &lt;/div&gt;&lt;div&gt;appears to me this is the cause. The website&lt;/div&gt;&lt;div&gt;also says it is likely to be caused by broken&lt;/div&gt;&lt;div&gt;hardware. Since my video card was suspected&lt;/div&gt;&lt;div&gt;before of misbehaviour. As I wrote in an earlier&lt;/div&gt;&lt;div&gt;blogpost, the time I removed the USB/FireWire&lt;/div&gt;&lt;div&gt;controller. Well... I placed a different video card&lt;/div&gt;&lt;div&gt;now and the installation program doesn't BSOD&lt;/div&gt;&lt;div&gt;anymore. So it seems the problem is solved. &lt;br /&gt;I installed Windows XP on a different hard disk now,&lt;/div&gt;&lt;div&gt;since I was first thinking that the Windows 7 instalation&lt;/div&gt;&lt;div&gt;sitting on the same hard disk might cause the problem.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So... of all the hard disks I had emtied, they are all filled&lt;/div&gt;&lt;div&gt;with some data again. And now my I need to get a new &lt;/div&gt;&lt;div&gt;video card for my Pentium III machine, since that's a&lt;/div&gt;&lt;div&gt;low-profile case, and I need a card with suitable backplate,&lt;/div&gt;&lt;div&gt;wich was the card I used in my Pentium 4 now.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;And since my computer uses a newer video card now,&lt;/div&gt;&lt;div&gt;Windows 7 might be so kind to "unlock" so eye-candy now.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-7090938619764638170?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/7090938619764638170/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=7090938619764638170' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7090938619764638170'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7090938619764638170'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2009/01/so.html' title=''/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-6618259059845702654</id><published>2009-01-23T11:02:00.002+01:00</published><updated>2009-01-23T11:17:36.356+01:00</updated><title type='text'>Bye bye sweden, part 2</title><content type='html'>Sooo... I ran a little out of time when I was&lt;br /&gt;writing my post in Sweden. So here is the &lt;br /&gt;continuation.&lt;br /&gt;&lt;br /&gt;Last friday my collegues took my furniture &lt;br /&gt;back to BTH. BTH payed for it so they wanted&lt;br /&gt;it back. So, I had no bed since friday, so I slept&lt;br /&gt;the last four days at Jonis' place.&lt;br /&gt;&lt;br /&gt;Before they took my furniture, I did my presentation&lt;br /&gt;in Sweden. It went okay, but it could be better. I got&lt;br /&gt;some comments to improve my presentation next&lt;br /&gt;week in the Netherlands.&lt;br /&gt;&lt;br /&gt;Now I am at Fontys in a class about the presentation.&lt;br /&gt;So this is a boooring day, because I will be here till 5.&lt;br /&gt;&lt;br /&gt;Jonis, I mentioned him earlier in my blog,&lt;br /&gt;I like him, but I am too shy so I never told him.&lt;br /&gt;I am just too scared to tell him.  That's just silly &lt;br /&gt;me. Too scared to tell him. Because I am too&lt;br /&gt;scared  for his reaction. Too scared to loose him,&lt;br /&gt;so in the end I am still alone. Loneliness&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-6618259059845702654?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/6618259059845702654/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=6618259059845702654' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6618259059845702654'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/6618259059845702654'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2009/01/bye-bye-sweden-part-2.html' title='Bye bye sweden, part 2'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-12051205.post-7311000867619947944</id><published>2009-01-20T11:11:00.002+01:00</published><updated>2009-01-20T11:17:59.038+01:00</updated><title type='text'>Bye bye Sweden</title><content type='html'>My last minutes in Sweden are counted.&lt;br /&gt;Need to leave soon-ish, to catch my &lt;br /&gt;train to Copenhagen, from Copenhagen&lt;br /&gt;I will fly to Amsterdam and from Amsterdam to Köln.&lt;br /&gt;&lt;br /&gt;More will be posted later. Running out of time.&lt;br /&gt;Or see my dutch blog. &lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/12051205-7311000867619947944?l=andrevs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://andrevs.blogspot.com/feeds/7311000867619947944/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=12051205&amp;postID=7311000867619947944' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7311000867619947944'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/12051205/posts/default/7311000867619947944'/><link rel='alternate' type='text/html' href='http://andrevs.blogspot.com/2009/01/bye-bye-sweden.html' title='Bye bye Sweden'/><author><name>Andre</name><uri>http://www.blogger.com/profile/01015531365670096405</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://www.xs4all.nl/~andrevs/old/photos/104_0309.JPG__moo.jpg'/></author><thr:total>0</thr:total></entry></feed>
