davidpuplava Profile Banner
David Puplava Profile
David Puplava

@davidpuplava

Followers
241
Following
1K
Media
111
Statuses
1K

C# Programmer ๐Ÿ’ป Modern Day Blacksmith ๐Ÿ”จ Trying to write software better than I did yesterday ๐ŸŽ‰ Really excited about .NET Aspire, OrchardCore, AI and LLMs

Blog ๐Ÿ™ˆ Feeling Lucky? ๐Ÿ‘‰
Joined July 2010
Don't wanna be here? Send us removal request.
@davidpuplava
David Puplava
3 months
Using GitHub Copilot Agent mode, Iโ€™m surprised how differently, different models perform for code edits.
0
0
0
@davidpuplava
David Puplava
3 months
Just upgraded to Orchard 2.2 with no issues - this is a great OSS project for .NET web application developers. At it's core (no pun intended), you get a framework that supports highly modularized feature development and multi-tenant web applications. On top of that, you can
@orchardcms
Orchard Core
3 months
Orchard Core 2.2.0 has been released to address reported bugs and includes essential fixes. Check the release notes at https://t.co/PB4SFZcqpj.
0
1
1
@davidpuplava
David Puplava
3 months
Used GitHub Copilot to centralize & consolidate nuget packages for all the projects in my Visual Studio solution. Very easy - and it even put comments in the Directory.Packages.props file for me.
0
0
0
@davidpuplava
David Puplava
3 months
Hey @lmstudio - I can't seem to get a docker based mcp server to work. Is this a known issue? The same mcp server works with from other clients
2
4
4
@davidpuplava
David Puplava
3 months
I can relate. I sometimes start with ChatGPT and then branch out to a search engine based on what I have generated initially
@svpino
Santiago
3 months
My wife stopped googling stuff a while ago. She is now using ChatGPT almost exclusively. For health advice, accounting, traveling, parenting, school homework, everything. I gave her the whole hallucination speech, but itโ€™s hard to argue these models are 1,000x more useful than
0
0
0
@davidpuplava
David Puplava
3 months
I wonder if LLMs or Agentic AI can solve the information saturation problem. Our attention is constantly fixated on endless content; good, bad and otherwise. Why actively scroll for those few quality pieces of content among thousands when they can be curated for me by AI.
0
0
0
@davidpuplava
David Puplava
3 months
A few days away from X and my whole feed is filled with angry posts about Screaming Architecture. What did I miss?
0
0
1
@davidpuplava
David Puplava
3 months
I hesitate now when going to google something. I now ask myself if this question is better answered by ChatGPT. Had a question about a trip I was taking and couldnโ€™t quite find the information I was looking for. Asked ChatGPT and got answer which luckily cited the source
0
0
0
@davidpuplava
David Puplava
3 months
Iโ€™ve used @lmstudio nearly everyday - a lot of it related to transforming emails, PDFs, and other documents into markdown for entry into our SCM tool. With gpt-oss I think itโ€™ll get even better.
0
0
1
@davidpuplava
David Puplava
3 months
OrchardCore is the best platform to start a SaaS product especially when you get AI with a few clicks
@DotNest
DotNest
3 months
Now, you have the option to manage your site on DotNest, the Orchard Core SaaS, with AI too! All thanks to @Mike_Alhayek's AI modules. Check out the announcement in our blog: https://t.co/l1RIyycjEF #OrchardCore #AI #GenAI #OpenAI #AzureAI #GoogleGemini #DeepSeek
0
0
1
@davidpuplava
David Puplava
3 months
I didn't see Agent mode in GitHub Copilot for Visual Studio 2022 until I upgraded to at least version 17.14
0
0
0
@elbruno
El Bruno ๐Ÿ‡จ๐Ÿ‡ฆ ๐ŸŽ—๏ธ
3 months
๐Ÿ”ฅ Want to try the new OpenAI gpt-oss model in C#? ๐Ÿš€ Hereโ€™s a ready-to-use Ollama sample: - https://t.co/qrX7DzoUwS - https://t.co/joeawZo6XY Runs gpt-oss:20b locally + https://t.co/dgTECuNxen #dotnet #CSharp #AI #OpenAI #Ollama #gptoss
Tweet card summary image
openai.com
gpt-oss-120b and gpt-oss-20b push the frontier of open-weight reasoning models
2
2
13
@davidpuplava
David Puplava
3 months
Very excited to get go ahead from my company to try out GitHub Copilot for work projects
0
0
0
@davidpuplava
David Puplava
3 months
Tip for using GitHub Copilot or any AI coding assistant: Make sure you have a clean working directory before making AI coding changes. You never know when AI will delete a handful of files you need and if you have local changes you wrote and want/need you may not get them back.
0
0
0
@davidpuplava
David Puplava
3 months
GitHub Copilot + Claude 4 + Agent + VS First time having AI refactor my code and worked surprisingly well. Asked it to group together my interfaces and move into an Abstractions library and move my implementations into another library. And it did it making sure to put the
1
0
1
@davidpuplava
David Puplava
3 months
Call me crazy, but - I think Iโ€™m going to migrate my large (400+ projects) OWIN web app from .NET Framework 4.7 to latest .net. Microsoft provides guidance on an incremental migration using, among other things, .NET Aspire which is something I wanted to add to the system
0
0
0
@davidpuplava
David Puplava
4 months
This honestly isnโ€™t a bad idea. Any and all vibe coders, reach out - happy to code review your stuff for a small fee
@davidpuplava
David Puplava
4 months
@edandersen Sure but the inability to write code never stopped some from rising to that dev manager position ๐Ÿ˜† joking aside, vibe code not only needs to be read and review but heavily tested, security scanned, disinfected, you name it. Developers certainly have the advantage from their
0
0
0
@davidpuplava
David Puplava
4 months
AI is causing big problems. To name a few: - losing sleep by staying up late tinkering with MCP - stressing over how to show both Solution explorer and Copilot in @VisualStudio - working with my company to get @GitHubCopilot enabled for the enterprise - trying to be productive
0
0
0
@davidpuplava
David Puplava
4 months
Added some MCP tools to VS @code and @lmstudio - feels like endless possibilities. I think Iโ€™m one step closer to automating replicating of software bugs reported through our ticketing system.
1
0
3
@davidpuplava
David Puplava
4 months
Extremely happy with GitHub Copilot code completions - especially it knowing when Iโ€™m applying similar changes to different properties/blocks and it just anticipates what I was going to do next anyway.
0
0
0