Damus

Recent Notes

Brett Cannon profile picture
How did MCP get standardized before a location for prompt files? I'm rather dumbfounded that I can't write a single prompt file for a repo and just have the models all pick it up automatically without some editor-specific setting.
❤️1
Jeff Triplett · 60w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq72v3nlrtzd8wssn8f3ckm47jtsxdhq0jakqua3crgrvn7mmv32vswatypy That's fair and good to know. I can't get workspaces to work either way. I just wish t...
Brett Cannon profile picture
@nprofile1q... Astral had talked about conditionally using pylock.toml exclusively when the conditions were met, but that didn't/hasn't happened. My guess is having the file flip on users in case they did suddenly use an unsupported feature would be too icky.

So here's to hoping they write PEPs eventually to fill in the gaps! 🤞
Jeff Triplett · 60w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq72v3nlrtzd8wssn8f3ckm47jtsxdhq0jakqua3crgrvn7mmv32vswatypy That's fair and good to know. I can't get workspaces to work either way. I just wish the `uv lock` workflow gave me a pylock.toml vs. uv compile... I think it'd be a no-brainer to just...
Brett Cannon profile picture
AI failed: paragraph-formatted spec using something introduced in Python 3.12 (Claude Sonnet 3.7 came the closest to succeeding; Claude 4 wasn't out yet)
AI nailed: updating a Dockerfile so that it downloaded the right file for the CPU architecture (I told it the final outcome and to update CI, it did the rest) https://github.com/python/cpython-devcontainers/pull/43

I'm basically learning to be explicit and keep the scope small, preferably something that has been written about a lot so it's "understood" by the model.
Brett Cannon profile picture
3
Pieter de Bruin 🌍🌈☮️ · 61w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq72v3nlrtzd8wssn8f3ckm47jtsxdhq0jakqua3crgrvn7mmv32vswatypy it looks like you found 4. What makes you look for more?
Stephan Heuel · 61w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq72v3nlrtzd8wssn8f3ckm47jtsxdhq0jakqua3crgrvn7mmv32vswatypy Would it be sufficient to (mis-)use a CI/CD pipeline? I have GitHub repos which periodically run a Python script via GH Actions. For example: https://github.com/ping13/listmonk-rss/blob/...
Brian Dorsey · 61w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpq72v3nlrtzd8wssn8f3ckm47jtsxdhq0jakqua3crgrvn7mmv32vswatypy one more: In Google Cloud, cron “Scheduler” is a factored out service you can use to trigger other services. You can combine it with Cloud Run to execute your containers: https://clo...