Published

All published posts

2667 posts latest post 2026-09-24 simple view
Publishing rhythm
Sep 2026 | 29 posts

Pydantic and singledispatch

I was reading about pydantic-singledispatch from Giddeon’s blog and found it very intersting. I’m getting ready to implement pydantic on my static site generator markata, and I think there are so uses for this idea, so I want to try it out. The Idea # Let’s set up some pydantic settings. We will need separate Models for each environment that we want to support for this to work. The whole idea is to use and type hints to provide unique execution for each environment. We might want something like a path_prefix in prod for environments like GithubPages that deploy to while keeping the root at in dev. Settings Model # Here is our model for our settings. We will create a CommonSettings model that will be used by all environments. We will also create a model that will be used in dev and that will be used in prod. We will use as the discriminator so pydantic knows which model to use. Singledispatch # Now let’s create our function. We will use to provide a unique execution for each environment…
2 min read
I’m impressed by pandas-ai from sinaptik-ai. Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs and RAG.
If you’re into interesting projects, don’t miss out on frogmouth, created by Textualize. A Markdown browser for your terminal
Check out forge by dfee. It’s a well-crafted project with great potential. forge (python signatures) for fun and profit
I like Slackadays’s project Clipboard. 😎🏖️🐬 Your new, 𝙧𝙞𝙙𝙤𝙣𝙠𝙪𝙡𝙞𝙘𝙞𝙤𝙪𝙨𝙡𝙮 smart clipboard manager
I like madox2’s project vim-ai. AI-powered code assistant for Vim. OpenAI and ChatGPT plugin for Vim and Neovim.
tabby by TabbyML is a game-changer in its space. Excited to see how it evolves. Self-hosted AI coding assistant
Check out lm-sys and their project FastChat. An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.
Check out topiary by tweag. It’s a well-crafted project with great potential. No description available.
Check out topiary by topiary. It’s a well-crafted project with great potential. No description available.
nvim-FeMaco.lua by AckslD is a game-changer in its space. Excited to see how it evolves. Catalyze your Fenced Markdown Code-block editing!
Check out whisper.cpp by ggml-org. It’s a well-crafted project with great potential. Port of OpenAI’s Whisper model in C/C++