back
user profile
j0selit0
98karma·11submissions·November 18, 2022
recent activity (11 total)
comment
thanks! corrected in the article
comment
I was curious to understand how Copilot implements its harness, and also how I was exhausting my quota so quickly. End up going down a rabbit hole of intercepting its network traffic with mitmproxy. A…
comment
I was building a production app with OpenAI's new Agents SDK and hit a wall with session management. The built-in SQLite support works great for prototyping, but doesn't cut it when you need…
comment
PyJaws enables declaring Databricks Jobs and Workflows as Python code, allowing for:
- Code Linting
- Formatting
- Parameter Validation
- Modularity and reusability In addition to those, PyJaws also p…
comment
I mean, come on, SQLite doesn't even support concurrency. Are people seriously considering using it in a production scenario? If you work in a DS team where you're the only DS, then it proba…