RSSAmplifier

Blog

Shlomo's Blog

Recent content on Shlomo's Blog

hackycode.comRSS feed ↗2 posts

Latest posts

Improving IDE Support in Python ORMs by Adding Parameter Hints

The Problem I was recently working on a project and decided to use Tortoise ORM. I appreciated the small footprint, ease of use, and the first class async support. However, I was disappointed to find that it didn’t support parameter hints when creating an instance of a model. The IDE only shows **kwargs when creating a Tortoise ORM model instance Working Towards a Solution Libraries like…

Bypassing the monthly usage limit for 1-800-ChatGPT - A POC

ChatGPT has introduced a new way to connect—via phone! You can now speak with ChatGPT by calling 1-800-ChatGPT. This feature will undoubtedly be a game-changer for many, particularly those who prefer phone-based interaction. However, there’s an important limitation to note: You can talk to 1-800-ChatGPT for up to 15 minutes per month. While this time limit may be sufficient for casual users who…