Archive for the 'Hacks & Tweeks' Category

Summer Project – FleetWars

May 01st, 2012 | Category: Blogging,Hacks & Tweeks

So now it has come to this. Summer is here and I feel the need to to something. I applied for a summer job but didn’t get an answer, so the project for this summer is called Fleet Wars!

Fleet Wars will be a massive multiplayer on-line role playing game placed in the outer space. Long name? Sure, some of you might recognize these types of games as MMORPG. It will be a web-based 2D game with some animations to begin with. There are plans to move beyond this plattform but there is a need for a base first. The launch date will be some time this summer, I do not want to make any promisses for definite dates.

And now to some shameless self-promotion:

No comments

Rockarolla iPhone App

May 12th, 2011 | Category: Hacks & Tweeks

So my latest iPhone-app is out =) Apple approved it and people can now download it for free.

Link: http://itunes.apple.com/us/app/rockarolla/id436092198

It’s an application for listening to the Greek internet radio station Rockarolla.eu

No comments

Greek postal codes database

April 30th, 2011 | 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

Video Effects

March 13th, 2011 | Category: Blogging,Hacks & Tweeks

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

Google Classic

February 16th, 2011 | Category: Blogging,Hacks & Tweeks

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

Polarization Filter

February 06th, 2011 | 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

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

December 09th, 2010 | 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