• 1 Post
  • 46 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle












  • It doesn’t. All I’m saying is that your assertion that free will requires that evil is a choice assumes the existence of evil in the first place. If God never created evil, then it’s simply not something you could ever choose, just like an infinity of other non-things that you cannot choose. But that doesn’t inhibit your free will.







  • Keep in mind that it has been decades since I last used Kermit, but I’m pretty sure the use case it was originally designed for was…

    Connect to a serial port, which had a modem attached. Talk to the modem and get it to dial a number. Presumably, the remote end answered and the port attached to its modem would issue a login prompt. Negotiate the login and then issue a bunch of commands to change directories and then launch Kermit on the remote system. After that Kermit to Kermit communications took over until you terminated the session. Finally, log off the remote system and hang up the modem.

    All of this stuff could be done via scripts. I seem to remember that it would actually wait for a response, and then parse the response in the script. I don’t remember ever doing polling loops.

    If you’re on a *nix box of some type, it’s totally possible to open up a serial port for manual I/O even in something like a bash script. Even if you have to reverse telnet to a terminal server.