WordPress: Last edited by author on date at time

How do you show last author, date and time of a post?

if ( $last_id = get_post_meta(get_the_ID(), '_edit_last', true) ) {
 $last_user = get_userdata($last_id);
 printf(  __('Last edited by %1$s on %2$s at %3$s'),
          wp_specialchars( $last_user->display_name ),
          mysql2date(get_option('date_format'),$post->post_modified),
          mysql2date(get_option('time_format'),$post->post_modified)
  );
}

Diaspora: Moving forward

Diaspora is a great new social network… but what they are all about?

this is the direction for new social network, i call it DSN Decentralized Social Network: rstat.us, StatusNet, identi.ca, gnusocial… and diaspora.

I suggest also Daisycha (gnusocial) http://daisycha.in/

How many ip address with ipv6?

2 to the power of 128 = 340,282,366,920,938,463,463,374,607,431,768,211,456 IP addresses.
Steve Leibson says:

How big is that?  Well, several web sites say there are 1.33 x 1050 atoms in the earth.  That’s way bigger than 2120.  But to make it come closer, I computed the number of atoms on the surface of the earth.  That turns out to be 1.26 x 1034 atoms.  2120 is 1.33 x 1036, which is still bigger by 105 times.

So we could assign an IPV6 address to EVERY ATOM ON THE SURFACE OF THE EARTH, and still have enough addresses left to do another 100+ earths.  It isn’t remotely likely that we’ll run out of IPV6 addresses at any time in the future

We can tag-ipv6 everything, then ipv6 are free?

The future is javascript

Javascript thanks to browser… now a pc emulator in javascript by Fabrice Bellard (qemu, tcc, ffmpeg….)

But not only client… node.js, the event.driven I/O framework for the V8 JavaScript engine.

Italy and Mit? 150 years old

The first Tic (Things in common)

1861 – 2011 150 years

- Anniversary of Italy unification

- Mit Fondation

Chromebook, a new kind(?) of computer is among us

Chromebook … stay tuned ;)