Advertisement · 728 × 90

Posts by Kevin Marquette He/Him

What I find entertaining with vibe coding is to have the AI to add unit tests and then watch it complain about the issues in "your" code as it does iteration after iteration trying to get the tests working.

10 months ago 0 0 0 0

I don't know why, but my immediate curiosity was how could I trick it into running other scripts or commands on the system.

10 months ago 2 0 1 0

#physics question. Photons experience no time, from their frame, they are emitted and absorbed at the same moment.

So due to the expansion of the universe, what happens to photons that can never reach a target? Are they never emitted? Are they dark energy?

10 months ago 1 0 0 0

Having a great week at #pshsummit

1 year ago 9 1 0 0
Preview
Code Golf: The zen of writing bad code Code Golf is a game designed to let you show off your code-fu by solving problems in the least number of characters. Let’s have fun twisting our knowledge of PowerShell and use it in ways it was never...

I will walk through my solution during my session on #powershell code golf Tuesday morning. pshsummit25.sessionize.com/session/783136

1 year ago 1 0 0 0
Post image

Our code golf challenge for #PSHSummit25 is the Collatz conjecture: for any positive integer n, it will eventually reach 1 by repeatedly applying these rules:

If n is even, divide it by 2.
If n is odd, multiply by 3 and then add 1.
Count the steps
code.golf/rankings/hol...

1 year ago 2 0 1 0

If I haven’t had time to text you or let you know that I appreciate you, I do. I appreciate that you are out here trying to stay positive in the face of negativity, and that you were trying to move the ball forward to the best of your ability. Hang in there!

1 year ago 357 27 13 2
Advertisement

PowerShell all the things!

1 year ago 6 0 1 0

We're working on PnP PowerShell 3.0 which will contain some breaking changes. If you're running the latest nightly build you will already run this version. It will be based upon .NET 8 and requires at least PowerShell 7.4.3 or newer.

1 year ago 17 3 2 0
Post image

Had a great time at #kubecon but it's time to go home.

1 year ago 6 0 0 0

Awesome, thank you. I really appreciate it. I was mostly writing the articles that I wish I had when I was learning it.

1 year ago 1 0 0 0

For anyone cutting it close, watch that time zone. It's 9:00pm on the West coast.

1 year ago 1 0 1 0
Preview
PowerShell + DevOps Global Summit 2025: Call for Papers The PowerShell + DevOps Global Summit is a highly anticipated annual conference that brings together professionals from the PowerShell and DevOps comm...

Last call for sessions. The CFP for the #PowerShell and DevOps summit closes later today. #mvpbuzz I know you all wait until the last minute. Well, that's today. sessionize.com/pshsummit25

1 year ago 4 3 1 0

Same, also first time. So many options to pick from

1 year ago 0 0 0 0
Post image

Hmm, 117.9 hours in the last two weeks. I might be playing #Factorio a bit too much.

1 year ago 1 0 1 0
Advertisement

Hey #PowerShell family, anyone doing #kubecon? I'll be there tomorrow for the rest of the week.

1 year ago 3 1 1 0

Also my favorite trick to delete folders containing names longer than 255 characters.

1 year ago 1 0 0 0

Just ~16 days remaining before the submission deadline for #PowerShell + #DevOps Global Summit 2025.

I've presented for 15 years at local, state, regional, national, and global conferences.

And I was nervous each time.

But each time, there was learning, by attendees and myself.

#Automation #Tech

1 year ago 6 4 1 0

If you're an active part of the #PowerShell community, have a #tech blog, or help build up others, and you want to be included in this starter pack, please reply or send me a DM.

And if you are part of the list but don't want to be, also please reply or send me a DM.

Welcome to #Bluesky!

1 year ago 5 1 1 0

While I enjoy the occasional golf session, I leaned into the verbosity years ago.

1 year ago 2 0 0 0

Remember that you spend easily 10x times more reading code than writing it. Lean into the verbosity for future you.

The other reason for the verbosity is because it was written for people that have never used the shell before. Lowers the bar for others to support it.

1 year ago 2 0 0 0

This better?

$allXaml += (Get-ChildItem -Path SicsControls -Recurse -Filter *.xaml).FullName -NotLike '*\obj\*'

$allXaml+=(gci SicsControls *.xaml -r).FullName -NotLike '*\obj\*'

I dropped the -File because of the filter and -NotLike works on an array of values.

1 year ago 1 0 1 0

Have you done something cool in the #PowerShell, #DevOps, #Automation space that you want to share with the community?

Personally, I'd love to see more non-tech/"soft skill"/career growth talks alongside the technical deep dives.

Go submit a talk for #PSHSummit 2025!

sessionize.com/pshsummit25

1 year ago 4 4 0 0
Advertisement

If you're part of the exodus from X, check out this PowerShell Community starter pack.

If I've included you on the list and you don't want to be, please reply to this post or send me a DM.

go.bsky.app/9ozmoAY

1 year ago 43 27 6 5