kzhen.bsky.social
I'm a decent software developer, a wannabe long distance runner 🏃♂️a wannabe artist 🖌️ and a wannabe gardener 🌿
83 posts
22 followers
62 following
Regular Contributor
Active Commenter
comment in response to
post
I've not seen that, thanks for sharing 😁😁 I'll give it a try and let you know how I get on
comment in response to
post
GitHub started enforcing limits on the premium models today
docs.github.com/en/copilot/m...
comment in response to
post
Very sorry to be missing it this year...I might spend my training budget on accessing the recordings.
comment in response to
post
Is it going to get better?
comment in response to
post
Can you share a link to the article?
comment in response to
post
www.goatcounter.com free alternative, and does what you need... Tracks page views. Very simple, no bells and whistles
comment in response to
post
I've seen it, and read sections but not fully end to end. It's on my reading list! The gist I posted was inspired by one of your examples.
comment in response to
post
I'm sure you could vibe code something like this 😜
comment in response to
post
Amazing. Thank you 😊
comment in response to
post
This is the best I could come up with gist.github.com/kzhen/043e41...
Is there a better way?
#dotnet #aspire
comment in response to
post
Really interesting write up Tom
comment in response to
post
Ah ok interesting. Is it required for matter?
comment in response to
post
What is mDNS?
comment in response to
post
Need to write up a bit more content to try and nab an Aspire t-shirt 😅
comment in response to
post
If you're curious how to set up #aspire to create queues, take a look at this reproduction I threw together github.com/kzhen/aspire...
comment in response to
post
I'm sorry to say that I've only read a few chapters and it's now collecting dust 😬
comment in response to
post
I thought I was way off the golden path..but guess it turned out that other people are also trying to do similar things
comment in response to
post
Just seen my PR linked to from an Aspire PR...So I'm hopeful of mine being merged at some point
comment in response to
post
@davidfowl.com I know you're a busy person and this is very off the golden path for #aspire ...but wondering if you had any thoughts on this issue?
comment in response to
post
Repo is here github.com/kzhen/aspire..., proposed PR to fix the issue github.com/Azure/azure-...
comment in response to
post
Will create a gist/repo tomorrow and maybe a PR for Azure.Provisoning
comment in response to
post
The offline element of LikeC4 is very appealing, you could do this with Strucurizr but the whole java/docker thing made it very hard to host internally. The static website generation of LikeC4 looks brilliant
comment in response to
post
Oh and the name parameter is read-only, so I can't even try to force it to the correct value
comment in response to
post
The reason for this is I need a queue to exist in a storage account so I can also deploy an Event subscription for Health Data Services. For now, I'm working around it by creating the queue inside a Bicep template instead of from Aspire .ConfigureInfrastructure(...) on my storage account resource
comment in response to
post
When QueueService is turned into Bicep the name parameter should be set to 'default', whereas it doesn't get a value so the deployment fails... I can spin up a repo pretty easily...but also a good excuse to learn how all this works under the hoods 😁
comment in response to
post
Sounds a bit like Ice Panel
comment in response to
post
#LikeC4 looks amazing, what I wished Structurizr looked like when I started using it...will definitely take this for a spin
comment in response to
post
Thanks for all your posts, I've learnt a lot from them. One question you might be able to answer...in the context of using LLMs for coding activities, what tools would actually be useful? I'm struggling to think of something that would be useful to give to Copilot
comment in response to
post
I would agree with that sentiment..I downloaded it after reading some of your and @swardley.bsky.social posts and found it very confusing and not entirely clear what problem it was trying to solve.
comment in response to
post
I've had some recent wins with vibe coding...managed to build a functional FHIR based hospital patient administration system PAS, Cursor and then GitHub Copilot coded about 90%. It made some weird choices, but managed everything I ask it to build.
comment in response to
post
🤯wow ok...so turns out I could have just used the ContainerAppAuthConfig from the Azure.Provisioning.AppContainers nuget package, wow. 🤯
comment in response to
post
This is the #aspire AppHost setup, using Aspire.Hosting.Azure.AppContainers adds the nifty PublishAsAzureContainerApp extension method. `ContainerAppAuth` is my custom ProvisionableResource - which is a very straightforward class with a bunch of BicepValue<T> properties
comment in response to
post
#dotnet #aspire is proving to be really powerful and extensible, getting under the hoods of how the deployment model works has been really interesting
comment in response to
post
And it works 🎉