Join Me at the Google Developer Groups devfest Central Florida 2023

Saturday, 07 October 2023
  • By
  • Jeff Ammons
Jeff Ammons smiling in a blue speaker promo frame for DevFest Central Florida 2023.
Jeff Ammons Ready to Present The Dangers of ChatGPT

It's been a while since I spoke at a conference, and I'm really excited to announce that I'll be presenting my Dangers of ChatGPT talk at the Google Developer Groups Central Florida devfest on Saturday, October 14, 2023.

This is a fun talk because I'm taking the contrarian and somewhat curmudgeonly viewpoint of a technology so many people are racing to embrace.

If you've read my prior post on the subject, you know that I see both great promise and great cause for concern from generative AI.

I've tried to inject both humor and food for thought in this talk, and I hope you'll come out to see me.

Get Your Ticket Here! and use the code SECRETSALE to get 10% off.

...

Developing ASP Apps with Visual Studio Code and WSL 2

Sunday, 08 January 2023
  • By
  • Jeff Ammons
Visual Studio Code and WSL2: A Match Made in Redmond?
Visual Studio Code and WSL2: A Match Made in Redmond?

I like to do my dev work in a virtual machine so that I can keep my host system as clean as possible.

Developers tend to install lots and lots of alpha and beta level libraries, frameworks, SDKs, and just about anything else we can get our grubby little mits on.

That inevetably leads to system destabilization and a death spiral which inexorably degrades into the collapse of civillization as we know it. Well maybe not that bad, but pretty darned bad.

The only true fix is to start anew with a fresh install of the OS. A pain with your host system, a bit less painful with a VM.

For a while I've been using a Windows 11 VM hosted in Hyper-V. Fun fact the Windows 11 installer says it can't run on my desktop hardware. Yet it happily runs in a VM on that same hardware.

The main draw for me sticking with Windows is gaming, I'm not going to lie. The other day I tried to fire up Cyberpunk 2077 and couldn't because of a lack of RAM. Yada, yada, yada, my dev VM had to be shut down.

What Ever Shall I Do?

My first thought was to switch to Linux. See Developing with dotnet on Fedora for more of my thoughts on dotnet and Linux.

Then it hit me. WSL 2 is a Linux VM.

...