Advanced Search
Search Results
145 total results found
Travel
National
Stuff in NYC
Places to eat https://sal-kris-charlies-deli.shop/ https://www.google.com/search?client=firefox-b-1-d&q=sal%27s+sandwich+shop&lqi=ChNzYWwncyBzYW5kd2ljaCBzaG9wIgOIAQFIueGV5-WAgIAIWiEQABABEAIYABgBGAIiE3NhbCdzIHNhbmR3aWNoIHNob3CSAQ1zYW5kd2ljaF9zaG9w4AEA#rlimm=1...
Artificial Intelligence
MCP
Information about Model Context Protocol: its implementation, clients, servers, etc.
Intro to MCP
Shaw Talebi's video on MCP was a little better on explaining what the hype around MCP was versus the official docs by Anthropic: Model Context Protocol (MCP) is a standardized protocol for AI software to talk to outside services and get output from them. It...
Interviewing
Links
"How I cracked FAANG+ with just 30 minutes of studying per day." https://www.reddit.com/r/leetcode/s/YUMJdC0zBD
AI-specifc Articles & Blogposts
https://www.ssp.sh/brain/will-ai-replace-humans/ Incredible theory and infodump by Simon Spati, bias towards negative effects but notes where it will help. https://robertgreiner.com/believe-the-checkbook/ Follow the money and actions versus hearing & readin...
Agentic Development
Takeaways from "Writing a good CLAUDE(AGENTS).md"
https://www.humanlayer.dev/blog/writing-a-good-claude-md All understanding of what LLMs (i.e., Claude, Copilot, etc.) can do revolves around this tenant: LLMs are stateless functions. They read your code, do some pattern matching to find possible equivalencie...
AGENTS.md/Instruction files for Copilot
https://github.com/github/awesome-copilot/tree/main/instructions https://docs.github.com/en/enterprise-cloud@latest/copilot/concepts/prompting/response-customization?tool=visualstudio https://docs.github.com/en/enterprise-cloud@latest/copilot/tutorials/custo...
Intro to Index Funds
https://www.chase.com/personal/investments/learning-and-insights/article/what-is-an-index-fund https://www.investor.gov/introduction-investing/investing-basics/glossary/market-indices Index funds track the performance of a specific group of stocks that repre...
Using Cash
https://www.chase.com/personal/investments/learning-and-insights/article/what-to-do-with-your-year-end-bonus-in-a-changing-interest-rate-environment https://www.chase.com/personal/investments/learning-and-insights/article/strategic-moves-for-cd-maturities http...
Takeaways from "You've been using AI the hard way"
It's likely going to be better long-term to leverage CLIs as opposed to VS Code forks (i.e., Cursor IDE), web frontends (i.e., Claude), and even desktop apps like Copilot. Having all of your agent files locally and synchronized via things like Github mean...
The (Codex) Agent Loop
https://openai.com/index/unrolling-the-codex-agent-loop/ Commonality between all AI agents (Cursor, Codex, Claude, Gemini, etc.) is that they're all really big event loops: The user's input initially goes to the agent where it's prepared for the LLM under ...
ASP.NET
Minimal APIs
https://app.pluralsight.com/ilx/video-courses/asp-dot-net-core-7-building-minimal-apis/course-overview https://github.com/jmarkman/PluralsightMinimalApi I accidentally uploaded the SQLite database to the repository. It's a private repo and the database is re...