piss

entries

  1. X84 Telnet Server
    BogBoa
  2. New Development Server
    BogBoa
  3. For the Love of Coffee, Gadgets, and Python
    BogBoa
  4. Desktop Linux
    BogBoa
  5. Remove the "close window?" prompt from Gnome-Terminal
    BogBoa
  6. The Web Client
    BogBoa
  7. Unpacking WebSocket Frames Cont.
    BogBoa
  8. Unpacking a WebSocket Frame
    BogBoa
  9. WebSocket RFC 6455 Handshake
    BogBoa
  10. WebSockets
    BogBoa
  11. Zomborgs
    BogBoa
  12. Failure is an Option
    BogBoa
  13. Character Work
    BogBoa
  14. Thoughts on Serialization
    BogBoa
  15. Crawling a Graph
    BogBoa
  16. Visualizing Data
    BogBoa
  17. The Universe is a Diamond
    BogBoa
  18. Python 3
    BogBoa
  19. WebSockets
    BogBoa
  20. Chrome WebSocket Protocol Update
    BogBoa
  21. HTTP Server
    BogBoa
  22. Netboa
    BogBoa
  23. The Plague that struck Azeroth
    BogBoa
  24. Not Actually Dead
    BogBoa
  25. Thinking about Miniboa 2.0
    BogBoa

X84 Telnet Server

BogBoa

source

I got an email this weekend from Jeff Quast who writes:<br /> <blockquote class="tr_bq"> <span style="background-color: white; color: #222222; font-family: arial, sans-serif; font-size: 13px;">I've been writing a telnet BBS in python since about 2003. It has many similarities in your MUD. Initially we had a hand-crafted simple socket telnet daemon, then later twisted, but when we decided to get rid of twisted for a pure-python solution, I discovered your miniboa source.</span><br style="background-color: white; color: #222222; font-family: arial, sans-serif; font-size: 13px;" /><span style="background-color: white; color: #222222; font-family: arial, sans-serif; font-size: 13px;">It has been modified quite a bit for more advanced telnet negotiations, I encourage you to take a look. You will find NAWS, TTYPE, and even NEW_ENVIRON negotiation. I plan to release x/84 to pypi within a day or so[.]</span></blockquote> <br /> I really enjoy it when someone dusts off my brain-addled code and manages to hammer it into something useful. &nbsp;You can check out his project here;<br /> <br /> <a href="https://github.com/jquast/x84">https://github.com/jquast/x84</a><br /> <br />