Hello!It has been quite a while since my last post, the "boastful article about preemptively avoiding the surge in memory and SSD prices." The PC itself was already built, but I had a Python system I ...
"The Intro to Python course was a great experience in continuing education. The professor kept it very mainstream and incorporated several real-world examples where the Python language could be ...
See the TIOBE Index for September 2026, with Python still No. 1, Rust holding the top 10, and Julia nearing a return to the top 20. Rust held onto its place in the TIOBE Index top 10 in August 2026 ...
v2 updates: multiple rooms, five game modes, server-side bots, an offline practice mode, latency compensation, heartbeat + reconnect, SQLite stats, a modern themed UI, a test suite, CI, and Docker: ...
A multi-user chat application built on raw TCP sockets — no web framework handling the networking. Client-server connections, message framing, and a custom text protocol are all implemented by hand, ...