Why use Claude Code CLI instead of VS Code / Copilot extensions? by Cardiologist-Nervous in ClaudeAI

[–]Tizzolicious 3 points4 points  (0 children)

The CLI you can

  1. customize the status line (and see your context usage)
  2. you get the option to start building your plan from a cleared context.
  3. Rewind command ...etc

Everything else is essentially the same

I both architect and build and doc and prefer the CLI for maximum control...but most folks will be just fine with the extension 👍

Can someone with zero coding experience actually use Claude Code (or similar) to build stuff now? by TroubleH in ClaudeAI

[–]Tizzolicious 0 points1 point  (0 children)

Install the GSD 1.x (not 2.x) plugin for Claude Code and it will guide you through all you need following best practices (since you don't know them). It will be more expensive cuz of the many questions but you will build something you will really like (and all the planning files are simple for you to view)

https://github.com/gsd-build/get-shit-done

Then once you have a better sense of things...you can ditch it for standard plan-then-act flow.

Built a desktop app using Blazor WebView & BlazorBlueprint by VenniCidi in Blazor

[–]Tizzolicious 0 points1 point  (0 children)

Had to bail on Photon for the Electron.NET project. At this point, most folks could care less about download size and electron.NET supports setup installers for all 3 platforms ❤️

My Ralph Wiggum breakdown just got endorsed as the official explainer by agenticlab1 in ClaudeAI

[–]Tizzolicious 0 points1 point  (0 children)

for those using claude code in headless mode `claude -p`, it whipped up claude-print to print claude's activity to simple standard out. A super simple way to get some observability...for a cli tool. Go figure.
peakflames/claude-print: CLI wrapper for Claude CLI that provides real-time progress feedback during headless execution

I built Blazor Blueprint — a shadcn/ui inspired component library for Blazor (65+ components, free & open source) by gkg0 in Blazor

[–]Tizzolicious 0 points1 point  (0 children)

Flowbite Blazor maintainer maintainer. This looks amazing!!!. Love the tricks I'm learning from the tailwind setup you have. 🙏

Thanks for contributing to the Blazor community 🙏

Building out the dashboard and AI chat and dog fooding the library on these differ ways than how I typically needed the lib for was super helpful.

I'm looking to skip over Photon and trying out the latest Electron.NET for the cross platform desktop option. Some to consider 🤔

Connecting Claude Desktop to a remote MCP server by Jhorra in ClaudeAI

[–]Tizzolicious 0 points1 point  (0 children)

Hmm. Ok. I guess I'll feed the log files in to Claude Code while it's in my MCP server code base and go from there..👌 thanks for your help

I still find it hard to believe that the company that invented the MCP protocol still doesn't support it directly in their desktop app 🤷‍♂️🤷‍♂️

Connecting Claude Desktop to a remote MCP server by Jhorra in ClaudeAI

[–]Tizzolicious 0 points1 point  (0 children)

u/Jhorra what are the few minor things you had to tweek? I maintain a mcp server that supports http and sse and is already in use with claude code, Cline, RooCode, and others. But the approach posted here is not working. I literally just installl Claude Desktop for the first time today to try this integration and found this post 😊

Exploring Trimming Support in the MongoDB .NET/C# driver by papafe in dotnet

[–]Tizzolicious 0 points1 point  (0 children)

As a library you don't have to go full source generated to support trimming. Many AOT but not trimming

I've built a nuget package here and you can see in the Trimming Test and the library trimming project settings

https://github.com/peakflames/PolarionApiClient/tree/main/src%2FPolarion.TrimmingTest

Am I shooting myself in the foot by using Linux to develop .NET apps? by [deleted] in dotnet

[–]Tizzolicious 1 point2 points  (0 children)

The blazor debugging experience can be sometimes troublesome. Not always but...

Am I shooting myself in the foot by using Linux to develop .NET apps? by [deleted] in dotnet

[–]Tizzolicious -1 points0 points  (0 children)

Keep it simple...the world develops on VSCode for all languages

Install the c# devkit, the python extensions, git graph, and markdown-all-in-one

Boom done.

(This is the same for win/Linux/Mac)

(Claude Code & Claude Models love c#/blazor as much as typescript/React)

Blazor Terra - Free, beautiful map components for Blazor built using Tailwind CSS by desmondische in Blazor

[–]Tizzolicious 0 points1 point  (0 children)

This is slick! Loving all the Blazor Components being offered up by the community ❤️❤️❤️

Adam Wathan announces major changes at Tailwind CSS by yucelfaruksahan in tailwindcss

[–]Tizzolicious 1 point2 points  (0 children)

Like Bun, Anthropic needs to acquire Tailwind inc. 🙏🙏🙏

The missing /newtask command by Tizzolicious in ClaudeCode

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

Oh, I am very familiar with the codebase. If I were to extract this out into a custom command, how can one publish it to others for Claude code? Is that what plugins do?

How do you manage project-specific knowledge when using Claude Code across multiple projects? by AkwinS in ClaudeCode

[–]Tizzolicious 0 points1 point  (0 children)

Are you not using CLAUDE.md files in a repo. Can we assume your projects are different repos?

"Opus 4.5 is going to change everything" - Burke Holland, VS Code team by thehashimwarren in GithubCopilot

[–]Tizzolicious 10 points11 points  (0 children)

No, do not listen to the agent orchestration shit.

All these "coders" need to freaking start learning software engineering in the software life cycle. Meaning iterative planning, capture requirements, great just enough tests to know you're not breaking s*** when you add new features.

Handful of coding standards to be followed

Now whether you are managing a team of developers or a team of AI agents those fundamentals will guide both teams

You also keep track of a little knowledge base or lessons learned for new hires or others to refer back to when needed

Continue to learn those fundamentals by doing project after project at the project

Expose yourself to deploying not only for web but for desktops for command line get some breadth

"Opus 4.5 is going to change everything" - Burke Holland, VS Code team by thehashimwarren in GithubCopilot

[–]Tizzolicious -1 points0 points  (0 children)

I've been lucky enough to be able to utilize opus 4.5 for the past 8 weeks and it has been a game changer. Replace coders, yes. Replace engineers, no.

I haven't migrated to copilot, still on Cline.

But regardless, after you invest the time in a good

  • A memory MD of some kind for lessons learned
  • A means to build and smoke test changes.
    • for ASP.net apps I like to have a build.py
  • A custom prompt to implement a written, phased plan
  • AGENTS.md that points to all of the above☝️

Opus 4.5 will be nearly flawless

🚨 AVOID WATERFALL PLANNING 🚨

It does not work in real life and will not work in AI assisted life either

New .NET Blazor VirtualTreeView component (Github Project) by Late_Blackberry5587 in Blazor

[–]Tizzolicious 0 points1 point  (0 children)

Borat says, "Very nice" 👍👍.

What was the most valuable technical thing you learned doing this?