Back to <til> Today I learned

How to get diff over sqlite database files

Found this very interesting and usefull, how to do a diff for a SQLite database file:

🔗 Tracking SQLite database changes in GIT

Back to <til> Today I learned

Posts by me

Como creo que deberiamos mejorar las fórmulas médicas en Colombia

Hace poco me pasó que tuve que comprar un antibiótico en una droguería famosa en Bogotá. El protocolo para comprar medicamentos con fórmula es que debes llevarla en físico o digital al momento de hacer la compra, normal.

How to reset network adapters on Windows

Had to help a friend of mine and found this, but the second time was hard to find the exact combinations of commands. So, I’m saving it here for my notes:

New Python tooling in Rust

Today I found in HN two interesting tools for Python, I have been interested in Python lately because I joined a company that actively writes Python. The frist one is Ruff a better linter to be used instead of PEP and the other one is RIP a …