You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sidenote: @karpathy released this under MIT first, so I'd suggest you add credit to him wherever you have credited yourself as well? Unless you have an agreement with him?
The text was updated successfully, but these errors were encountered:
- Better handling of Ctrl+C or ^C (KeyboardInterrupt)
- Better warning message if the PORT was already used
- Better exceptions message
- Cleaner organization: address and port and chdir are in the __file__ = '__main__' if case
- Security concern: karpathy#48 suggested to use IP='127.0.0.1' and not ''
- Added the writenote(..) function to improve (fix?) security threats as indicated in #3
Thanks for your remarks.
I forgot to mention any other contributors, sorry (I copy-pasted a piece of Markdown in the README.md, without remembering it was a fork)... That's fixed (97e3135).
About the security, I changed my claimed, and I tested and merged your suggestion (karpathy#48), cf. (c7cca4f). Thanks!
Among the active forks of ulogme, yours is the only one that claims ulogme is secure.
Please see: karpathy#48
Sidenote: @karpathy released this under MIT first, so I'd suggest you add credit to him wherever you have credited yourself as well? Unless you have an agreement with him?
The text was updated successfully, but these errors were encountered: