Creator of Sqlite on pull requests: "You say, oh, it's free. No. It's not free. What you're doing is asking me ... to maintain it for you, to to document it for you, to test it for you, to maintain it for you for the next 25 years. That's not free." Yep.
Wise words from a wiser man than me. I've told people for the past decade and I have recent posts on here saying the same: the merge button is the easy part. Its the decade+ (Richard says 25 years) that follows where you've accepted the transfer of maintenance thats hard.
@davidfowl One large binary that contains all the dependencies. In the trade off between easy deployment and large binaries, Go leans towards easy deployment.
If you use the Azure Developer CLI and always wanted an easy way to run the app locally, then check out this extension I've been working on called `azd app`. It uses the azure.yaml that you already have.
https://t.co/8P8kuHl18h
#azd#azure#microsoft#clouddev#ai#mcp
Today I learned that you should not install docker using snap. The snap version of docker have restrictions on what folders it can access (/opt is off limit), and the error message it not helpful
95% of organizations are getting zero return from their Generative AI initiatives.
It’s not a tech problem.
It’s a "Underpants Gnome" strategy problem. |
https://t.co/X2Fv3Jx3uC
I have a small PowerShell script that calls a web api. I lacks many things, but the code is small and easy to understand. I ask Copilot/GPT5-Codex to improve it, and it extracts things into separate functions, add a bunch of checks.