Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

145 total results found

Travel

National

Travel

Stuff in NYC

Travel National

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

Artificial Intelligence

Information about Model Context Protocol: its implementation, clients, servers, etc.

Intro to MCP

Artificial Intelligence 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

Data Structures & Algorithms, Interviewing

Links

Data Structures & Algorithms, Interviewing Interviewing

"How I cracked FAANG+ with just 30 minutes of studying per day." https://www.reddit.com/r/leetcode/s/YUMJdC0zBD  

AI-specifc Articles & Blogposts

Artificial Intelligence

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

Artificial Intelligence

Takeaways from "Writing a good CLAUDE(AGENTS).md"

Artificial Intelligence Agentic Development

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

Artificial Intelligence Agentic Development

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

Basic Personal Financial Literacy Investment notes

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

Basic Personal Financial Literacy Investment notes

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"

Artificial Intelligence Agentic Development

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

Artificial Intelligence Agentic Development

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

Web & Frontend

Minimal APIs

Web & Frontend ASP.NET

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...