-
- Private work.
- Remember one of my NY senators (Kirsten Gillibrand) is focused on crytpo regulatory frameworks.
- RecipeUI is postman with type safety: https://recipeui.com/
- Google drive / slack connection = nice. Can even manage permissions with the click of a button, allowing channel members to view/comment/edit files.
- You CAN sign into multiple emails on the slack mobile app (like gworkspace apps), and access all workspaces associated with that email.
- Looked at a few of Eric’s vegan investment opportunities.
- Andrew Ng on genai and others: https://www.youtube.com/watch?v=5p248yoa3oE. Supervised learning still the largest market share, and remains the underpinning of genai. Lots of cool companies coming out as applications of ai (rather than hardware or tooling etc – better venture chance for a product in practice that uses AI than AI itself).
- Fischer random chess started today.
- Listened to the entire (non-live) DMB discography.
- Remember in python you can have multiple
yield from
statements in a generator. It basically expands an iterator, calling for each. Useful for stuff like DFS. Traversing a binary tree (eg yield from node.left and then yield from node.right).
- Some research into factset and axioma.
- Updated vscode.