Author Archives: pfb_admin

Agile Scrum Sprint events

The Scrum Events | Scrum Alliance https://resources.scrumalliance.org/Article/scrum-events Scrum defines several events (sometimes called ceremonies) that occur inside each sprint: sprint planning, daily scrum, sprint review, and sprint retrospective. Sprint Planning What Happens in Sprint Planning? During sprint planning, the entire scrum … Continue reading

Posted in Uncategorized | Leave a comment

Checking for open ports on other systems

Testing connectivity and port availability using SSH instead of Telnet – Unix & Linux Stack Exchange Windows: Port open: C:\>ssh -p 121 p4-mfgkex_exchange_identification: read: Connection reset Port closed: C:\>ssh -p 120 p4-mfgssh: connect to host p4-mfg port 120: Connection timed … Continue reading

Posted in Cmd scripting, Operational Technology, Security, System/DB Administration | Leave a comment

Famous last words

I’m (not-very) reassured this shouldn’t take long.

Posted in Musings | Leave a comment

ForFiles is not For

Today I was surprised to find a new batch command. FORFILES. This is essentially a re-worked FOR command, with a slightly different skew. Whereas FOR is targeted at files or text, FORFILES is exclusively targeted at files. What makes it … Continue reading

Posted in Cmd scripting, FunTimes, Programming | 1 Comment

Same-day meetings

It reeeally bugs me when someone schedules a meeting on the day of the meeting. Like, I get it, sometimes time is critical and in that situation I’m as guilty of scheduling same-day meetings as anyone. When I’m on the … Continue reading

Posted in Business, Musings | Leave a comment

Types of technology people

I’m coming to realize there are two types of people in technology: Those who will find the problems and identify obstacles; then tell you why something cannot be done. Those who help you get things done. They’ll help you navigate … Continue reading

Posted in Business, Musings, Project Management | Leave a comment

PowerBI Power Query / M lookups

I’m building a dynamic bucketing system with filtering based on process and program. I’m facing several interesting challenges. First- bucket sizes are based on the program, so I need dynamic buckets, and bucket labels. Second- max number of buckets is … Continue reading

Posted in Business, Business Intelligence, Design and UX, PowerBI | Leave a comment

Holy cats! It’s that song!

My brain wants to call this the streetcar song, because the dinging cowbell reminds me of a streetcar sound. Grazing in the Grass, by Hugh Masekela.

Posted in FunTimes | Leave a comment

This is what I do! (Avionics manufacturing traceability)

A post from Cogiscan that is very near-and-dear to my heart crossed my feed recently. It discusses traceability information in the automotive industry’s electronics manufacturing environment. The avionics industry that I work in has similar requirements, albeit even more stringent. … Continue reading

Posted in Business, Musings, Operational Technology | Leave a comment

Feature Debugging flags

I chuckled today when I received an add from launchdarkly.com. They’re a “feature flag” SaaS provider. I explained the concept of feature flags to a non-software-developer just a few weeks ago, so maybe my phone was eavesdropping. I was amused … Continue reading

Posted in C#, Musings, Programming | Leave a comment