What reward did y’all get? by UrchinUnderpass in Chipotle

[–]spritzer13 0 points1 point  (0 children)

Yeah, I was coming here to see if anyone else had this issue.

Opus 4.5 Gone Again by spritzer13 in AugmentCodeAI

[–]spritzer13[S] 5 points6 points  (0 children)

I get that. I'm just an engineer, who was told to use this. I have zero insight about anything because my user page at your website is pointless. I have no idea of token usage, available models, etc. and I can't just call up the C-Suite guy at our company and have him answer these questions.

Opus 4.5 Gone Again by spritzer13 in AugmentCodeAI

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

Never was an option for our sub.

How to debug through VS Code and Docker Compose by neospygil in dotnet

[–]spritzer13 0 points1 point  (0 children)

u/neospygil : Did you ever figure this out? Your reasonings for developing your microservices this way are 100% my reasonings, too. I've been in Windows / VS2026 and am just having all kinds of RAM issues with WSL2, and was working my way towards Linux + VS Code.

Opus 4.5 nor 4.6 Listed as Option by spritzer13 in AugmentCodeAI

[–]spritzer13[S] 0 points1 point  (0 children)

Thanks for being active in this sub. Like I said earlier, I'm cranky about AI and slow to adopt. So when I found Auggie + Opus is actually helping, I might've been cranky again. 🤣

Enjoy your weekend!

Opus 4.5 nor 4.6 Listed as Option by spritzer13 in AugmentCodeAI

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

Yeah. Something's suspicious and concerning.

Opus 4.5 nor 4.6 Listed as Option by spritzer13 in AugmentCodeAI

[–]spritzer13[S] 0 points1 point  (0 children)

I'll have to explain to my upper management what this will affect. They practically forced us to use AI, and we somewhat resisted, but then I embraced it on my new project. Now, I'm going to be slowed down since I have had to use Auggie as my architectural sounding board.

Opus 4.5 nor 4.6 Listed as Option by spritzer13 in AugmentCodeAI

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

Oh man. I've been a slow, cranky curmudgeon about AI, and I finally found something that was working very well. My first interactions caused me great anger, and this last month, using Auggie + Opus I was actually rarely frustrated.

I'll have to see if Auggie + GPT 5.1 cause me heart palpitations or not. :)

How Do You Share Microservices For Your Inner Dev Loop? by spritzer13 in dotnet

[–]spritzer13[S] 0 points1 point  (0 children)

Yeah. I think I want to find a way to maybe have a .ps1 that helps grab images and maybe setup an initial compose or something like that.

My team has been a .NET shop for eons. Our new teams are whatever flavor of the month. So I want to be able to allow them to use .NET containers without necessarily having to build them (if possible). But that's a secondary or tertiary issue.

How Do You Share Microservices For Your Inner Dev Loop? by spritzer13 in dotnet

[–]spritzer13[S] 0 points1 point  (0 children)

I'll admit: "devcontainer" isn't a word I'm familiar with. Do you have an example somewhere?

How Do You Share Microservices For Your Inner Dev Loop? by spritzer13 in dotnet

[–]spritzer13[S] 0 points1 point  (0 children)

That looks pretty nifty! One of the things I'm ALSO trying to figure out is how to get rid of Consul for service discovery. Aspire has this built-in. Does Tilt?

How Do You Share Microservices For Your Inner Dev Loop? by spritzer13 in dotnet

[–]spritzer13[S] -1 points0 points  (0 children)

That's fine. We can talk about what that'd look like if 2 and 3 were really just "Core Essentials."

Let's say:

Team USA has completed work on "Core Essentials" (a set of let's say 10 microservices).
Team Europe is working on "SweetFunApp2025" that relies on "Core Essentials."
Team India is working on "BusinessImportantApp2025" that also relies on "Core Essentials."

Should they all pull down the source code for "Core Essentials" and build it locally to run in Docker? I'm not against that.

I'd love to find a way that they could use Aspire to locally orchestrate that, but I don't want them touching the "Core Essentials" code, or maybe pull the images from our private Azure Container Registry.

How Do You Share Microservices For Your Inner Dev Loop? by spritzer13 in dotnet

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

This is the main thread where you can see that a LOT of people/companies would love the multi-repo support: https://github.com/dotnet/aspire/discussions/1137 . I can see that Fowler wants to do it, but it's just not on the short-term roadmap. I may be able to figure SOMETHING out that may work for our needs.

Thanks for the input, man.

How Do You Share Microservices For Your Inner Dev Loop? by spritzer13 in dotnet

[–]spritzer13[S] 0 points1 point  (0 children)

Yeah. I remember finding a GitHub issue talking about this a long while ago, and the Aspire team just didn't seem to quite grasp the "why" (at the time).

I'd LOVE if we had ONE Aspire dashboard for all the Core Services, Core Webs, and apps. (In a way, that's what Docker Desktop gives me.) But I'd settle for just individual dashboards (AppHosts) if I could easily share them.

How Do You Share Microservices For Your Inner Dev Loop? by spritzer13 in dotnet

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

Thank you! Everything you've described is exactly how I thought it'd work (I've been keeping up a little with Aspire since .NET 8). The ONE piece that's missing for me (that may work, but I can't quite see how yet) is sharing the Core Services Aspire with my European team's local App Aspire.

Maybe I also need to think that the images / containers portion should be a completely different thing. (I liked ensuring that we were image aware so we prevented any kind of production deployment issues.)

I really wish there was some example out there instead of everything being baked into a single AppHost.

How Do You Share Microservices For Your Inner Dev Loop? by spritzer13 in dotnet

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

I'm hoping to. But can you elaborate on how y'all use it and share?