News

Microsoft's Visual Studio Code 1.101 update has been released, integrating the Model Context Protocol (MCP) to transform ...
AI can write useful code, but it can also produce unusable garbage. Here's my advice on making the most of AI from my many adventures in coding.
The Python script extract_otp_secrets.py extracts one time password (OTP) secrets from QR codes exported by two-factor authentication (2FA) apps such as "Google Authenticator". The exported QR codes ...
It imitated the language of a psychotherapist from only 200 lines of code. You can still converse with it here: Eliza. On similar lines let's create a very basic chatbot utlising the Python's NLTK ...