Skip to content

Welcome to Sean Alexander !

Today, i wanna to said Congratulation to Thomas, the founder of PyMT, one of the best man i’ve ever see 🙂 and his family :

$ ping thomas..hansen.people.world
PING thomas.hansen.people.world (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=243 time=10.124 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=243 time=10.154 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=243 time=9.933 ms
^C
--- thomas..hansen.people.world statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loos
$ gcc -v baby.c
Using built-in specs.
Target: i686newbaby-linux
Configured with: DadAndMom/i686 system compiler
Thread model: posix
(...)
Compilation done.
$ ls
a.out baby.c baby.c.1 baby.c.2 baby-enhanced.c helloworld.c
$ ./a.out
[1]+  Stopped                 ./a.out
$ bg
[1]+ ./a.out &
$ ping thomas.hansen.people.world
PING thomas.hansen.people.world (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=42 ttl=243 time=2 hour, 5 minutes, 42s
64 bytes from 127.0.0.1: icmp_seq=14577 ttl=243 time=23 hours, 7 minutes
64 bytes from 127.0.0.1: icmp_seq=84542 ttl=243 time=1 day, 11 hours,
42 minutes, 1s
^C
--- thomas..hansen.people.world statistics ---
99543 packets transmitted, 3 packets received, 99.98% packet loos
$

Welcome to Sean Alexander !