David Puplava (@davidpuplava) 's Twitter Profile
David Puplava

@davidpuplava

C# Programmer 💻 Modern Day Blacksmith 🔨 Trying to write software better than I did yesterday 🎉 Really excited about #OrchardCore, AI and LLMs

ID: 169715107

linkhttp://www.davidpuplava.com calendar_today23-07-2010 00:31:29

1,1K Tweet

211 Followers

448 Following

David Puplava (@davidpuplava) 's Twitter Profile Photo

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.

David Puplava (@davidpuplava) 's Twitter Profile Photo

Added some MCP tools to VS Visual Studio Code and LM Studio - feels like endless possibilities. I think I’m one step closer to automating replicating of software bugs reported through our ticketing system.

David Puplava (@davidpuplava) 's Twitter Profile Photo

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 Visual Studio - working with my company to get GitHub Copilot enabled for the enterprise - trying to be productive

David Puplava (@davidpuplava) 's Twitter Profile Photo

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

David Puplava (@davidpuplava) 's Twitter Profile Photo

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

David Puplava (@davidpuplava) 's Twitter Profile Photo

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.

El Bruno 🇨🇦 🎗️ (@elbruno) 's Twitter Profile Photo

🔥 Want to try the new OpenAI gpt-oss model in C#? 🚀 Here’s a ready-to-use Ollama sample: - aka.ms/genainet - openai.com/index/introduc… Runs gpt-oss:20b locally + Microsoft.Extensions.AI #dotnet #CSharp #AI #OpenAI #Ollama #gptoss

David Puplava (@davidpuplava) 's Twitter Profile Photo

I’ve used LM Studio 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.

David Puplava (@davidpuplava) 's Twitter Profile Photo

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

David Puplava (@davidpuplava) 's Twitter Profile Photo

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.

David Puplava (@davidpuplava) 's Twitter Profile Photo

I can relate. I sometimes start with ChatGPT and then branch out to a search engine based on what I have generated initially

David Puplava (@davidpuplava) 's Twitter Profile Photo

Hey LM Studio - 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

David Puplava (@davidpuplava) 's Twitter Profile Photo

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.

David Puplava (@davidpuplava) 's Twitter Profile Photo

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