This project allows you to check the status of your Internet connection (connected or disconnected) real-time! [ Try disconnecting and reconnecting to your internet while running this project! ] ā This project works by joining together five random letters from a list, translating it to Swedish (any language will work), and checking if the returned result is empty or not every five seconds. If the result is empty, that means you don't have internet, as the translate block can't connect to the translation server. You have to use a different term for translating every time, as if you translate a term, disconnect from your internet, and attempt to translate it again, it will return the translation and not empty. By using five random letters, the translation will be different, with an extremely low chance of repeats. Additionally, it only checks every five seconds since I don't want to spam the translate server with unnecessary, constant requests. I'm unsure how this could be used, especially usefully, though I suppose it could be a neat feature in a Scratch OS!