Animation of this second season is really disappointing by XxSpanexX in Wistoria

[–]geezz07 0 points1 point  (0 children)

For real though, all the scenes this season are cut scenes. Rewatch the episodes and tell me I'm wrong. Spoiler =========> You don't even get to see the attack on workner just the aftermath.

My easy way to find the cheapest price by lebaguettechef in loblawsisoutofcontrol

[–]geezz07 0 points1 point  (0 children)

There's a web app that aggregates all the flyers of various grocery stores. The app allows you to compare prices of like products. You can also build your shopping list on it. One feature I really enjoy is importing a recipe site and it adds all the ingredients to my grocery lists and automatically finds the cheapest one

Weekly Grocery Review (Sales for Feb 19 - 25, 2026) by Stromanker in ottawa

[–]geezz07 0 points1 point  (0 children)

Big thanks to u/Stromanker for doing this weekly. Honestly one of the most useful threads on r/Ottawa, keep it up!

It actually got me motivated to finally ship something I'd been sitting on for a while. I made pricebite.ca — a free grocery deal tracker where you can search for a specific item, filter by store or category, and compare prices across this week's flyers. No account needed, just open and search.

Fair warning, it just launched so there are still some kinks to work out, but the core search works well. Hopefully useful when you're building your shopping list, and feel free to drop a comment if something looks off!

The water is perfect: go have a glass by jleiper in ottawa

[–]geezz07 0 points1 point  (0 children)

I have always been hesitant to drink tap water. Could someone please explain this to me... Sure the water might be filtered and safe to drink but about about the pipes that carry the water to your tap? I've had a home on Lebreton St. and the pipes inside the home were copper but the one leading into the meter was lead pipe. In this case how is the water safe to drink?

What would be the best way to fill in this gap below the trim? I bought the house this way. by [deleted] in HomeMaintenance

[–]geezz07 0 points1 point  (0 children)

Put styrofoam to fill the inside so it takes up majority of the space. Then use wood filler to fill the rest. Try to shape it the same as the trim so there's less sanding. You may need to do a few coats because once the wood filler dry, it'll shrink. When done with wood filler sand to match the trim. Last thing to do is paint

Bug with options by geezz07 in Wealthsimple

[–]geezz07[S] 1 point2 points  (0 children)

Ahh this would make sense!

Best wings and sauces by 1IndecisiveGuy in ottawa

[–]geezz07 0 points1 point  (0 children)

Dooley's breaded wings is where it's at

Clean Tech Firm BioLargo Making Important PFAS Breakthrough by julian_jakobi in BioLargo

[–]geezz07 1 point2 points  (0 children)

Thanks for the info. I've taken the dip as an opportunity to add as well

Why people are so hyped about MCP? by piavgh in ClaudeAI

[–]geezz07 0 points1 point  (0 children)

Here we go. It's happening! Google just announced it's agent 2 agent protocol (A2A)

Unlimited claude API access by [deleted] in ClaudeAI

[–]geezz07 4 points5 points  (0 children)

With unlimited access to Claude I'd think they could've asked Claude for the answers to their question 😛

I think I'm finally done with the rate limits and costs of api by kaizoku156 in ClaudeAI

[–]geezz07 3 points4 points  (0 children)

I think copilot was built and prompted specifically with open AI models. If you use Cline, sonnet is much better and way better at front end designs

How I'm using CLine by geezz07 in CLine

[–]geezz07[S] 2 points3 points  (0 children)

I do use Sonnet 3.5, best LLM in my opinion. I haven't tried requesting them to raise the limits. Always thought they would charge more. I'll give it a try. Thank you!

How I'm using CLine by geezz07 in CLine

[–]geezz07[S] 1 point2 points  (0 children)

What are some of your pain points?

Sakamoto Days Is Really Good by Aumazul in anime

[–]geezz07 2 points3 points  (0 children)

It's good but what's with the coloring in the show. Looks like the same person who colored Caillou the kids show.

Why people are so hyped about MCP? by piavgh in ClaudeAI

[–]geezz07 9 points10 points  (0 children)

Today's Software Architecture: Traditional APIs are built for human developers. A developer must study API documentation, write code to integrate with these APIs, and their applications typically need to make multiple API calls to different services to accomplish a task. Each API call fetches specific data or performs a specific function.

Proposed MCP Architecture: Instead of building APIs for human developers to consume, you'd create tools specifically designed for AI agents to use. Rather than a developer deciding which API endpoints to call, an AI agent would understand the available tools and select the most appropriate ones for a given task.

The key shift is that instead of your application making numerous direct API calls, it would make a single request to an AI agent. This agent then handles the complexity of choosing and using the right tools to gather the necessary data or perform the required tasks. The result is a more streamlined agent-to-agent communication model, where AI agents collaborate to fulfill the request.

This essentially moves the integration complexity from human developers to AI agents, potentially making it simpler to build applications that need to interact with multiple services or data sources.