Apr 30

Greek postal codes database

Category: Hacks & Tweeks

I’m doing a project were I need to have access to all the Greek postal codes. I couldn’t find them anywhere on the Internet so by personal labor, sweat, and years of hard work I compiled my own complete database of ZIP/postal codes in Greece.
After doing all that I thought what if somebody else needs this information on the future, so here I release the database under the following license:

“You may use the database for anything you want, even if you earn money from it. The only thing you must do is mention my name and website in any place/program where you use this database, directly or indirectly.”

Enjoy: http://dimme.net/zip-codes-greece.zip


No comments

Apr 8

Greece for a week

Category: Blogging,Music

Right now I’m in Greece for a week. On my way here I shot and edited yet another video on the iPad, people didn’t even notice me pointing a giant screen towards their faces *irony*.

Here it comes, hope you like it:


No comments

Mar 26

iPad 2

Category: Blogging

Call me a fag or whatever you want, yesterday I got an iPad 2. I had to wait in a queue for 1 hour but it was not my intention. I first thought the iPads were starting selling when the stores open in the morning, but this was not the case. They started selling at 17:00 and as I got there by 16:00 I had the chance to get one and so I did.

Now the plan is to port my application, iHugo, to the iPad as well.

Here comes a sample HD video I shot and edited on the iPad:


2 comments

Mar 13

Video Effects

I’ve always wanted to be able to edit video but I never had time to start learning how. So got Adobe After Effects and since yesterday I made two clips. It’s not as hard as it seams and people already knowing photoshop will find it very easy.


2 comments

Feb 16

Google Classic

I found this image on the Internet and thought why not give it a try.

So now with this I’m going to try to get an answer from Google =)

Wish me good luck :P


2 comments

Feb 6

Polarization Filter

Category: Hacks & Tweeks

Here is how you can make a polarization filter for your camera very cheaply.

Just take a pair of 3D glasses from a theatre movie and rip the filter out. From one side it will change the wavelength (color) of the light and the other side will work as a polarization filter.


2 comments

Jan 23

Old post requests

Category: Blogging

Hello people.

I got many requests from you to upload old content to this website because there are many dead links lying out there (e.g. here and here). The old content is gone because my old server crashed and didn’t want to start. After a couple of years though, the hard drive worked for 30 minutes. That was enough to restore my content.

I will put back here the projects I had done, and try to create some schematics too. I will create a proper http 301 redirect from the old URLs to the new URLs as well.

So long!


No comments

Dec 9

Πως βλεπουμε ANT1 απο το εξωτερικο;

Category: Hacks & Tweeks

Sorry my fellow English-speaking readers, this article is only for Greek-speaking people.

UPDATED

Ο ΑΝΤ1 αλλάζει συνέχεια το URL πρόσβασης στο βήμα 3 -> “Χρήση” με αποτέλεσμα αυτός ο οδηγός να ΜΗΝ ΛΕΙΤΟΥΡΓΕΙ ΑΛΛΟ ΠΙΑ. Αυτό άρχισαν να το κάνουν μερικές μέρες μετά αφού έβγαλα αυτό τον οδηγό. Το καινούριο URL μπορείτε να το βρείτε sniffarοντας το traffic με την βοήθεια ενός packet sniffer (βλέπε wireshark), την στιγμή που συνδέεσθε με κάποιο proxy (έστω και αργό) στην live σελίδα του ANT1.

Το πώς ακριβώς γίνεται αυτό δεν θα το γράψω εδώ.

Στη σελίδα του ANT1 μπορούμε να βλέπουμε live το κανάλι μόνο αν μένουμε στην Ελλάδα. Μπορούμε να βλέπουμε ANT1, και Ράδιο Αρβύλα ;-), και από το εξωτερικό χωρίς proxy; Ναι, χρειαζόμαστε 2 προγράμματα και τα κατάλληλα εργαλεία για το compile:

  1. rtmpdump
  2. vlc
  3. xcode (mac), make & gcc (linux)

Αυτή η μέθοδος μπορεί να χρησιμοποιηθεί και από άτομα που μένουν στην Ελλάδα για εγγραφή εκπομπών. Ακολουθούν οδηγίες εγκατάστασης και χρήσης σε Mac OS X, Linux και Windows:

A. Mac OS X και Linux

Εγκατάσταση

  1. Κατεβάζουμε το rtmpdump από εδώ (ΜΗΝ το κατεβάζεται από την επίσημη σελίδα του rtmpdump στο mplayerhq.hu γιατί δεν θα κάνει compile σε Mac OS X)
  2. Ανοίγουμε την κονσόλα, terminal σε mac
  3. Μπαίνουμε στον φάκελο που έχουμε βάλει το rtmpdump.zip, για παράδειγμα:
    cd /Users/<username>/Downloads
  4. Κάνουμε unzip:
    unzip rtmpdump.zip
  5. Μπαίνουμε στον φάκελο:
    cd rtmpdump
  6. Κάνουμε compile:
    make SYS=darwin (για Mac OS X)
    make SYS=posix (για Linux)
  7. Κάνουμε install:
    sudo make install SYS=darwin (για Mac OS X)
    sudo make install SYS=posix (για Linux)
  8. Κατεβάζουμε το VLC από εδώ και το κάνουμε εγκατάσταση ή το βάζουμε μέσω apt-get σε debian ή ubuntu:
    sudo apt-get install vlc

Χρήση

  1. Ανοίγουμε την κονσόλα, terminal σε mac
  2. Μπαίνουμε σε έναν φάκελο που θέλουμε με cd, για παράδειγμα:
    cd /Users/Dimme/Movies
  3. Ξεκινάμε την αποθήκευση του stream με το rtmpdump γράφοντας:
    rtmpdump -v -o onoma_arxeiou.flv -r rtmp://194.219.28.202/live/ant1tvTPGKTHK \
    -p http://www.antenna.gr/webtv/live -t rtmp://194.219.28.202/live \
    -W http://www.antenna.gr/webtv/images/live2b.swf \
    -s http://www.antenna.gr/webtv/images/live2b.swf
  4. Μπαίνουμε στον ίδιο φάκελο και ανοίγουμε το onoma_arxeiou.flv με το VLC ενώ το rtmpdump τρέχει

Αυτά! Τώρα αν όλα πήγαν καλά πρέπει να μπορείτε να δείτε ANT1 live. Το αρχείο onoma_arxeiou.flv θα παραμείνει εκεί μέχρι να το διαγράψετε ή μέχρι να ξεκινήσετε καινούριο dump σε αρχείο με ακριβώς το ίδιο όνομα.

B. Windows

Εγκατάσταση

  1. Κατεβάζουμε το rtmpdump από εδώ
  2. Το κάνουμε unzip σε κάποιο φάκελο
  3. Κατεβάζουμε το VLC από εδώ και το κάνουμε εγκατάσταση

Χρήση

  1. Ανοίγουμε το cmd.exe είτε από το Start -> Run στα Windows XP είτε από την αναζήτηση στα Windows Vista/7
  2. Μπαίνουμε στον φάκελο που βάλαμε το rtmpdump με cd μέσα από το cmd.exe
  3. Ξεκινάμε την αποθήκευση του stream με το rtmpdump γράφοντας (σε μια γραμμή):
    rtmpdump.exe -v -o onoma_arxeiou.flv -r rtmp://194.219.28.202/live/ant1tvTPGKTHK
    -p http://www.antenna.gr/webtv/live -t rtmp://194.219.28.202/live
    -W http://www.antenna.gr/webtv/images/live2b.swf
    -s http://www.antenna.gr/webtv/images/live2b.swf
  4. Μπαίνουμε στον ίδιο φάκελο και ανοίγουμε το onoma_arxeiou.flv με το VLC ενώ το rtmpdump τρέχει

Αυτά! Τώρα αν όλα πήγαν καλά πρέπει να μπορείτε να δείτε ANT1 live. Το αρχείο onoma_arxeiou.flv θα παραμείνει εκεί μέχρι να το διαγράψετε ή μέχρι να ξεκινήσετε καινούριο dump σε αρχείο με ακριβώς το ίδιο όνομα.


12 comments

Jul 19

The last days

Category: Blogging

The last days I’ve been in Chalkidiki. Here are a few pictures.


No comments

Jul 17

In Sarti

Category: Blogging

So right now we are in Sarti, Chalkidiki. We will stay until tomorrow evening. I consider us lucky to find a room for only one night in this chaos.

Here are some pictures.


No comments

« Previous PageNext Page »