I think this is the first time I have seen the .int tld used.
replies(2):
I think esa.int is probably one of the more popular .int domains on HN: https://news.ycombinator.com/from?site=esa.int
But I guess this is what you get when these things get away from technologists.
(In Fortran 66, variables didn't have to be declared. They would be integer if they began with I, J, K, L, M, or N. Otherwise it would be floating point [REAL, in Fortran parlance]. To this day it's why for loops usually use "i". With the bonus joke that God is real unless declared integer.)