2010!
Happy New Year!

My biggest 2009 project, to run the Rion-Antirio Bridge 10 times (~60k) was completed yesterday night after 6h37'40". It was very windy (no ferry was allowed to pass from Rio to Antirio) but it was worth it! I am proud to say that I spent over 6 hours of my life on a modern engineering marvel.
Rio-Antirio Bridge PB: 26'08"
Purpose:
Purpose:int leds[]={10,11,12,13}; //pins with leds
const int dl = 75; //delay between moving
const int btn = 9; //button pin
int btnS = 0; //button state
int i=0; //general purpose counter
void setup(){
for(i=0;ipinMode(leds[i],OUTPUT);
}
pinMode(btn,INPUT);
myflash(leds,sizeof(leds),dl,false);
myflash(leds,sizeof(leds),dl,true);
}
void loop(){
btnS = digitalRead(btn);
if(btnS == HIGH){
myflash(leds,sizeof(leds),dl,false);
myflash(leds,sizeof(leds),dl,true);
delay(250);
}
else{
for(i=0;idigitalWrite(leds[i],LOW);
}
}
//myflash function: flash an array of pins to the R or L
void myflash(int arr[],int size,int delay1,boolean reverse){
int j = 0;
if(reverse==true){
for(j=(size-1);j>=0;j--){
digitalWrite(arr[j],HIGH);
delay(delay1);
digitalWrite(arr[j],LOW);
}
}
else {
for(j=0;jdigitalWrite(arr[j],HIGH);
delay(delay1);
digitalWrite(arr[j],LOW);
}
}
}
Open source at its best (both in hardware and software)!
Δύο χρήσιμα άρθρα:
After my first 50k this Sunday, my next goal: 10 times the Bridge sometime in October 09. Achilles willing (ouch)! Distance: ~56k.
(+) Θετικά

Hardware specifications
Έκλεισα στις 7 του Μάρτη 1 χρόνο που καταγράφω το δρομικό ημερολόγιο στο Runner's World Log. Και μαζί με αυτό έτρεξα σε ένα χρόνο ~1300χλμ! Κινούμαι κατά μέσο όρο με 1300/(365*24) = 0.148401826 km/h
I received today the extended battery I had ordered from England last week. The unit extends the default battery module of 6600mAh by 2200mAh up to 8800mAh. I have not tested it on real life, day to day use, but I am curious how it will perform. The Asus module (6600mAh) performs quite adequetly (not the 7hour blahblah - because I use the bluetooth dongle, wi-fi etc.), lasting around 4h (+/- minutes) for the last 2 months.

Scenario
Important
1. Update through update manager
Important
Hardware:
Δούλεψε μια χαρά! Download το iso, mount σε Virtual Machine με "Other" Filesystem (10Gb) και 768Mb RAM (δουλεύει και με 512 και ας λέει η MS ότι θέλει 1024). Το μόνο που λείπει για virtualboxed έκδοση είναι τα Guest additions από την Sun.
| | |||
| Εγκατάσταση | 5 | 10 | 10 |
| Ευκολία | 6 | 10 | 10 |
| Αμεσότητα | 8 | 9 | 9 |
| Geotagging | 10 | 3 | 0 |
| Twitpic | 10 | 0 | 0 |
| Replies | 8 | 8 | 4 |
| @Messages | 8 | 8 | 5 |
| Interface | 4 | 9 | 8 |
| Σύνολο(μ.ο) | 7,4 | 7,1 | 5,8 |
Μπορείς να βάλεις τα Guest Additions αλλά θέλει "κόλπο":
Πάτα το "Install Guest Additions" και θα σου κάνει Mount στο CD Drive το εικονικό CD με τα additions.
Άνοιξε το CD για να δεις τα περιεχόμενα του, διάλεξε το VBoxWindowsAdditions-x86 και κάνε δεξί κλικ πάνω του.
Πάτα Properties, πήγαινε στο Compatibility, τσέκαρε το "Run this program in compatibility mode for:" και από τη λίστα από κάτω διάλεξε το "Windows Vista".
Πάτα ΟΚ να κλείσει το παράθυρο αυτό και μετά τρέξε κανονικά το VBoxWindowsAdditions-x86 για να εγκαταστήσεις τα Additions.
Σε ότι αφορά το compatibility, από drivers δέχεται αυτούς που έχουν φτιαχτεί για Vista (άλλωστε τα Windows 7 είναι μια βελτιωμένη έκδοση των Vista).
Από προγράμματα, παίζει ότι παίζουν τα Vista, τα XP, τα 2000 κλπ.