#compilerdev
Explore tagged Tumblr posts
Text
i'm writing an entirely normal programming language
there is nothing strange or weird about my programming language it is a perfectly normal programming language with an extremely ordinary typesystem
3 notes
·
View notes
Text
Enabling IPv6 Support on CompilerDev
My ISP are a bit behind (s/a bit/20 years) and still don’t offer any IPv6 addresses. Just recently I set up an account on HurricaneElectric for a free IPv6 tunnel so that I could still get IPv6 over my ISP’s crusty old network.
After clicking on a checkbox on my router's control panel everything just worked, which made for a nice change. Then to finish it off I added some AAAA records to compilerdev.org's DNS settings.
$ host -t AAAA compilerdev.org compilerdev.org has IPv6 address 2002:4d56:2166:e472:226:55ff:fed7:5a7b
Hopefully nothing explodes because of this!
0 notes