Published

All published posts

2587 posts latest post 2026-08-10 simple view
Publishing rhythm
Jul 2026 | 15 posts
I’m really excited about pylyzer [1], an amazing project by mtshiba [2]. It’s worth exploring! A fast, feature-rich static code analyzer & language server for Python References: [1]: https://github.com/mtshiba/pylyzer [2]: https://github.com/mtshiba

Pydantic and singledispatch

I was reading about pydantic-singledispatch [1] from Giddeon’s blog and found it very intersting. I’m getting ready to implement pydantic on my static site generator markata [2], and I think there are so uses for this idea, so I want to try it out. The Idea # [3] 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 functools.singledispatch 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 /<name-of-repo> while keeping the root at / in dev. Settings Model # [4] 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 DevSettings model that will be used in dev and ProdSettings that will be used in prod. We will use env as the discriminator so pydantic knows which model to use. from typing im...
2 min read
I’m impressed by pandas-ai [1] from sinaptik-ai [2]. Chat with your database or your datalake (SQL, CSV, parquet). PandasAI makes data analysis conversational using LLMs and RAG. References: [1]: https://github.com/sinaptik-ai/pandas-ai [2]: https://github.com/sinaptik-ai
If you’re into interesting projects, don’t miss out on frogmouth [1], created by Textualize [2]. A Markdown browser for your terminal References: [1]: https://github.com/Textualize/frogmouth [2]: https://github.com/Textualize
Check out forge [1] by dfee [2]. It’s a well-crafted project with great potential. forge (python signatures) for fun and profit References: [1]: https://github.com/dfee/forge [2]: https://github.com/dfee
I like Slackadays’s [1] project Clipboard [2]. 😎🏖️🐬 Your new, 𝙧𝙞𝙙𝙤𝙣𝙠𝙪𝙡𝙞𝙘𝙞𝙤𝙪𝙨𝙡𝙮 smart clipboard manager References: [1]: https://github.com/Slackadays [2]: https://github.com/Slackadays/Clipboard
I like madox2’s [1] project vim-ai [2]. AI-powered code assistant for Vim. OpenAI and ChatGPT plugin for Vim and Neovim. References: [1]: https://github.com/madox2 [2]: https://github.com/madox2/vim-ai
tabby [1] by TabbyML [2] is a game-changer in its space. Excited to see how it evolves. Self-hosted [3] AI coding assistant References: [1]: https://github.com/TabbyML/tabby [2]: https://github.com/TabbyML [3]: /self-host/
If you’re into interesting projects, don’t miss out on wolverine [1], created by biobootloader [2]. No description available. References: [1]: https://github.com/biobootloader/wolverine [2]: https://github.com/biobootloader
I’m impressed by chroma [1] from chroma-core [2]. the AI-native open-source embedding database References: [1]: https://github.com/chroma-core/chroma [2]: https://github.com/chroma-core
Looking for inspiration? langchain [1] by langchain-ai [2]. 🦜🔗 Build context-aware reasoning applications References: [1]: https://github.com/langchain-ai/langchain [2]: https://github.com/langchain-ai
Check out lm-sys [1] and their project FastChat [2]. An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena. References: [1]: https://github.com/lm-sys [2]: https://github.com/lm-sys/FastChat
I came across hatch-aws [1] from trash-panda-v91-beta [2], and it’s packed with great features and ideas. Hatch plugin for building AWS Lambda functions with SAM References: [1]: https://github.com/trash-panda-v91-beta/hatch-aws [2]: https://github.com/trash-panda-v91-beta
I’m impressed by hatch-aws [1] from aka-raccoon [2]. Hatch plugin for building AWS Lambda functions with SAM References: [1]: https://github.com/aka-raccoon/hatch-aws [2]: https://github.com/aka-raccoon
Looking for inspiration? hatch-jupyter-builder [1] by jupyterlab [2]. A hatch plugin to help build Jupyter packages References: [1]: https://github.com/jupyterlab/hatch-jupyter-builder [2]: https://github.com/jupyterlab
Check out topiary [1] by tweag [2]. It’s a well-crafted project with great potential. No description available. References: [1]: https://github.com/tweag/topiary [2]: https://github.com/tweag
Check out topiary [1] by topiary [2]. It’s a well-crafted project with great potential. No description available. References: [1]: https://github.com/topiary/topiary [2]: https://github.com/topiary
nvim-FeMaco.lua [1] by AckslD [2] is a game-changer in its space. Excited to see how it evolves. Catalyze your Fenced Markdown Code-block editing! References: [1]: https://github.com/AckslD/nvim-FeMaco.lua [2]: https://github.com/AckslD
Check out whisper.cpp [1] by ggml-org [2]. It’s a well-crafted project with great potential. Port of OpenAI’s Whisper model in C/C++ References: [1]: https://github.com/ggml-org/whisper.cpp [2]: https://github.com/ggml-org
I’m impressed by whisper.cpp [1] from ggerganov [2]. Port of OpenAI’s Whisper model in C/C++ References: [1]: https://github.com/ggerganov/whisper.cpp [2]: https://github.com/ggerganov