- Stream Notes
- Catch Up
- Was out of town seeing friend!
- Chatting
- #stream_kyle Funko called Itch.io’s mom!
- Reminded me of an incident years ago where a journalist covering the Maple Leafs tracked down a player’s mom to ask about the player’s injury
- Itch.io follow up
- We’re all calling them x-cretions right?
- Did OpenAI ever say why they’re going to o3 and skipping o2
- AI News nuggets
- Coding
- Since Microsoft added free tier Copilot to VS Code, should I switch back from Cursor?
- Free tier GitHub Copilot seems limited (2,000 code completions/month and 50 chat requests/month)
- Paid is unlimited with o1 and Gemini
- Cursor paid includes OpenAI/Anthropic models
- Went over big issue with how Pydantic interacts with other libraries (specifically SQLAlchemy)
- I can
- Refactor to remove Pydantic
- Need SQLAlchemy to send data to database
- Could switch to SQLModel
- But needed features from base libraries
- Could try doing Pydantic validation first and then export the model as a JSON
- Extra work, seems unnecessary but might be the easiest and also ensure validation
- Use pydantic
model_dump
- Try to add a logging feature that just displays “not a valid recipe” instead of the whole error trace
- From Chat / Derail
- #nogoodnick_
- You can look up emoji for git commits
- How do emoji count for character limits?
- #stream_kyle
- #PurplePurrPurrin
- We raided ophiNstitch
Socials
Related