Y
Hacker News
new
|
ask
|
show
|
jobs
by
tyilo
4620 days ago
The normal way of displaying the ip address for HN is `184.172.10.74`. You then just have to take each 4 parts and multiply it with a power of 256:
184 * 256^3 + 172 * 256^2 + 10 * 256^1 + 74 * 256^0 == 3098282570