On the entertainment front I've finished the legend of zelda. Yeah, there was a cheat, I could rewind and forward the state of the game and save at any points. Which made me almost invincible. But still part of the game were challenging, like dongeon 8! All in all it was relly fun, although the end was a tad boring. I can't believe what can fit in 126k of gaming when today's game are multiple gb! On the termux side, f6k emailed me about an availbe ddns name provider. Which is really interesting to be able to have free domain to test such thing! And a simple script to retreive and update your ddns. Most helpfully he aknowledge that ddns can be updated with a simple curl. So I checked namecheap where I host my domain and found the url that was needed. I created gef.l0tek.life as a dyndns address. I used f6k trick ``` curl -s ifconfig.me ``` to retreive my external IP address. Then curl the dyndns for namecheap. I was able to update the IP pingning the domain. But I wasn't able to reach my gemini server from the outside. What I realized is that I'm hotspoting the internet connection from my cellphone. And I assume the hotspot isn't forwarding packet back to my local server. And I don't have access to the internal firewall rules to do so. I wonder if I thetered the connection trough bluetooth, it that would be different. I might need to run a test directly from my phone, once the occ is finished. I was inspired by matto (box.matto.nl) to explore and expand the possiblity of the platform I'm running occ on. I like to tinker with server side communication and it's surprising to me how for I was able to expand this local server testing!