Advertisement Β· 728 Γ— 90

Posts by Kyle McMaster

Post image

πŸ–₯️ Are you thinking of running AI on your own hardware?

πŸ˜΅β€πŸ’« Are you unsure of which models you should pick?

πŸ’‘ Sadukie talks about the considerations of choosing an AI model in this post: πŸ‘‡πŸ»
blog.nimblepros.com/blogs/choosing-an-ai-mod...
#AI

1 month ago 5 3 0 1
Post image

USDA data confirms what farmers already know: Trump’s policies are killing family farms. In Ohio, we lost 400 farms last year. Yet Trump still wants massive tariffs - unacceptable.

1 month ago 79 63 9 4

hot take: humans have more intrinsic value than its comparison against a trained computer model as a worker in a capitalist statistical spreadsheet

1 month ago 54 2 4 0

If #AI becomes a huge part of software development in the near future, I wonder if it will lead to one of two possible outcomes (or somewhere in between)

Option 1: Coalescence
For a given kind of app, the LLM chooses whatever tools/stack it has the most info on or preference toward

1 month ago 4 1 3 0
Post image

πŸ’’ Your ability to respond quickly to prod fires greatly depends on debugging what went wrong.

πŸ’‘ Effective observability provides you with the logging, details, and insights that will guide your efforts from failure to recovery.

Learn more about OTel: https://blog.nimblepros.com/blogs/otel/

2 months ago 2 4 0 0
Post image

πŸ” Adding telemetry to your resilience pipeline with Polly gives you insight into how your application behaves and interacts with the external services you consume.

In this blog post, Jeff Z. walks through telemetry with Polly: πŸ‘‡πŸ» blog.nimblepros.com/blogs/adding-observabili...

2 months ago 2 3 0 0

Friend describing his mindset as β€œa state of surviving the rug pull on democracy”.

Check in on your friends and family during this time. Community is as important now as ever.

2 months ago 1 0 0 1
Advertisement
Post image

The killing of Alex Pretti is a heartbreaking tragedy. It should also be a wake-up call to every American, regardless of party, that many of our core values as a nation are increasingly under assault.

2 months ago 60169 19523 3118 1531
Post image

Reminder that Kyle Rittenhouse showed up to a protest like this and Republicans called him a hero

2 months ago 348 184 13 18

this may not be much, but if anyone needs a website or help updating one for their immigration-related group or cause, especially if you’re in the Midwest, please let me know. I do this for a living. DMs are open

2 months ago 28 9 0 0

Trump and Stephen Miller are looking for any excuse to use the insurrection act, declare martial law, and crown Trump the puppet king.

Peaceful protest enrages them, and they will only get more reckless and bloodier as their power starts to wane.

We must continue to stand together. We WILL win

2 months ago 2 1 0 0
Bluesky Video Downloader Bluesky Video Downloader is a free online tool that helps you to download high-quality MP4 videos from Bluesky social media.

Some awful things happening today, and a lot of video showing what really happened.

But a lot of videos that were there an hour or two ago are now gone.

If you want to make sure evidence isn't erased, be aware tools like this exist.

www.bskydownloader.com

2 months ago 13 3 0 0

Minnesota, you are making the midwest proud.

Being there for your neighbors is an ingrained culture in the northern flyover states. It just what we do. Always.

Sometimes that’s showing up with a casserole. Sometimes it’s standing up to a fascist occupying force.

Midwest Nice. But Not for ICE.

2 months ago 2 1 0 0

if people no longer read the code, API is no longer targeting humans, is there still a need for "good API design"? is it still worth the effort to figure out what would be the best for users, instead of the best of ai to understand/use? I don't know.

2 months ago 48 6 8 1

Useful tip! πŸŽ‰

4 months ago 1 0 0 0
Preview
Use cd - in Powershell 7 to Return to Previous Directory A brief description of your post (used for SEO and social sharing)

If you like using 'cd -' in your shell to return to previous directory but are bummed that it is broken in #PowerShell 7 I have a solution for you. But really it's for future me, mostly. Also talks about oh-my-posh and custom $PROMPT stuff. Enjoy. Share. Etc.

ardalis.com/use-cd---in-...

4 months ago 6 2 2 0
Advertisement

This is what we get when a keyboard warrior is in charge of the DHS.

4 months ago 3 0 0 0
Post image

Early title screen for Fossil Rush πŸ¦΄β›οΈ A multiplayer push-your-luck web game in the spirit of Incan Gold. Still super WIP! #gamedev #indiedev #webgamedev

4 months ago 16 6 0 0

Just learned a bunch about MCP servers and how to use them locally both for dev tasks and internal company functionality on today's devBetter.com coaching call. There's some cool stuff in the Docker MCP toolkit and it's pretty easy to spin up your own MCP server with the #dotnet new templates.

4 months ago 3 4 1 0
Preview
What's new in F# 10 - F# Guide - .NET Get an overview of the new features available in F# 10.

Did you notice that the "What's new in F# 10" page is longer than the "What's new in C# 14" page?

#justTrolling #dotnet #fsharp #csharp

learn.microsoft.com/en-us/dotnet...
learn.microsoft.com/en-us/dotnet...

4 months ago 30 8 2 0
Post image

Here we go! #dotnet

4 months ago 2 0 0 0
Post image

Got zombies 🧟 and ghosts πŸ‘» as your messaging monsters? 😱

Kyle posts on how to fight them using the Outbox pattern as well as #NServiceBus! πŸ“¨

Vanquish these monsters TODAY! πŸ‘‡πŸ»
blog.nimblepros.com/blogs/messaging-monsters...

5 months ago 1 1 0 0

It may seem impossible to have hope in these turbulent days

But America has been through much worse, and recovered-every time

The Civil War
The Great Depression
World Wars I and II
The Civil Rights era

So don’t give up
Stay engaged
Support one another

We will get through this

And we will win

5 months ago 1294 426 56 11
Advertisement
Preview
Introducing Cursor 2.0 and Composer Β· Cursor Built to make you extraordinarily productive, Cursor is the best way to code with AI.

Excited to give Composer a try.

Cursor 2.0 is out now

cursor.com/blog/2-0

5 months ago 3 0 0 0
https://blog.nimblepros.com/series/nservicebus/ https://blog.nimblepros.com/series/nservicebus/

If you're wanting more NServiceBus content, we have plenty to offer in our series. Check it out here: https://blog.nimblepros.com/series/nservicebus/

6 months ago 1 1 0 0
Post image

Working with #NServiceBus and need to deal with cross-cutting concerns? πŸ€”

A behavior lets you inspect, enrich, validate, measure, or enforce policies without touching every handler. πŸ’‘

Learn more: πŸ‘‡πŸ»
blog.nimblepros.com/blogs/messaging-middlewa...

6 months ago 1 1 0 0

Thanks for the heads up. I’ve been using the docker image but didn’t realize it was being discontinued. πŸ‘

6 months ago 1 0 0 0
Post image

Celebrating the fifth anniversary of installing solar panels on our church. We produce as much power as is used in 5 homes each year, save money, and provide clean power at a discount to a non-profit partner through community solar. So much winning!

6 months ago 257 36 5 2

Is there a source for "will be discontinued anyway"?

6 months ago 0 0 1 0

righteous gemstones was a documentary

6 months ago 780 114 7 1