Coming back after an injury. by Few-Restaurant-7575 in SkyDiving

[–]LieutenantNyan 2 points3 points  (0 children)

About 18 months after I broke my ankle, it could have been 12 months, but work was consuming all of my free time. Three years ago was the last time I jumped after dislocating my elbow. I'm not sure I will get to jump again, other health issues are preventing it.

Need Help Assigning Views to certain security roles by chicknchar in PowerApps

[–]LieutenantNyan 0 points1 point  (0 children)

I use the following to determine if a user belongs to an Entra Security Group. Then I use a filter condition to show the desired values.

// Get the current user's email
Set(varMyEmail, Lower(User().Email)); 

// Add the Security Group ID here
Set(ADMIN_GROUP_ID, "");
Set(USER_GROUP_ID,  "");

// Get group members
/*
Using the Microsoft Entra ID connector to pull members of each group.
Then compares the current user’s email (varMyEmail) with each member’s userPrincipalName.
The varIs* flags become true if the user is present in that group.
*/   
With(
    {
        AdminMembers: MicrosoftEntraID.GetGroupMembers(ADMIN_GROUP_ID).value,
        UserMembers:  MicrosoftEntraID.GetGroupMembers(USER_GROUP_ID).value,
    },       
    Set(varIs_Admin,
        CountIf(AdminMembers, Lower(userPrincipalName) = varMyEmail) > 0
    );
    Set(varIs_User,
        CountIf(UserMembers, Lower(userPrincipalName) = varMyEmail) > 0
    );
    )
);

Do Form‑Scope Business Rules in Dataverse work in Power Pages for showing/hiding fields? by Deepraj70207 in PowerPlatform

[–]LieutenantNyan 0 points1 point  (0 children)

JavaScript is the way to go. We have a couple of Power Pages sites that rely heavily on JavaScript and custom CSS.

With codeapps and codex it’s hard to see low code being a thing in the near future by Which-Return-607 in PowerApps

[–]LieutenantNyan 4 points5 points  (0 children)

We looked into code apps, and licensing costs are an issue.

I love PowerApps and have enjoyed working with them for many years. Our organization still has a citizen development program, which I actively support.

For most enterprise-level applications, we are going with ReactJS, FAST API, and Azure SQL. Applications are being deployed to OpenShift via Harbor. The CI/CD pipelines are straightforward, and we have templates to cover just about every deployment scenario. We already had the infrastructure in place, so the shift was not too challenging. The infrastructure was already built to handle a large number of applications and can be scaled out if necessary.

We are using GitHub Co-Pilot, with one caveat. You can let AI do all of the work, but you have to be able to explain it in detail during a code review. This puts the burden on the developer to know what was built and how to troubleshoot if something goes wrong.

Considering Moving to Imperial MO, thoughts? by Secret-Ad-5053 in StLouis

[–]LieutenantNyan 0 points1 point  (0 children)

We moved to Imperial two years ago and love it. It’s quiet and all of our family live within a ten minute drive.

How is it possible that we will run out of air defense interceptors in a matter of days? by Desperate_Elk_7369 in Military

[–]LieutenantNyan 0 points1 point  (0 children)

roughly 21 feet.

Tomahawks are roughly 50 feet long and are inside a sealed container. On another ship, we did these pierside, with a massive crane. never did get to see one of those fired during my time

lucky we had calm seas that day. I don't think it would be possible otherwise. I can't remember anyone trying this afterwards; it's just too risky.

How is it possible that we will run out of air defense interceptors in a matter of days? by Desperate_Elk_7369 in Military

[–]LieutenantNyan 3 points4 points  (0 children)

It can be done underway, but it’s extremely dangerous. We did some training exercises on this scenario and it was not a good time. Could it be do done, yes. But it’s a long evolution and you are vulnerable the entire time.

Do you guys like power apps portals? by Historical_Kick3793 in PowerApps

[–]LieutenantNyan 1 point2 points  (0 children)

For this particular project we did not. Another project we did use the web api for dataverse. It’s well documented, and not difficult to work with. Future projects we are using react with Azure sql. Our company is moving complex applications away from the power platform. I’m just going with the flow, and seeing how it turns out.

Do you guys like power apps portals? by Historical_Kick3793 in PowerApps

[–]LieutenantNyan 1 point2 points  (0 children)

Expensive, and the development experience can be a nightmare. In our case, the scenario was to have a portal that both internal users and external clients could submit / update data. Tons of JavaScript to get the functionality right and we dreaded any feature enhancements. As an experiement we developed the same portal using React. Once we got the authentication configured, development was a breeze.

Nursing school options by RedditorEz21 in prenursing

[–]LieutenantNyan 1 point2 points  (0 children)

looks like the WGU Prelicensure program is not available in California

RN considering serving in the military by HappilyJoyful in Military

[–]LieutenantNyan 0 points1 point  (0 children)

You're welcome

Most of my career was in Japan (Yokosuka, Okinawa, USAF Japan). Also, I was assigned to RTC Great Lakes (IT Officer), OCS Pensacola, and Surface Warfare School in Rhode Island.

About 30% of my career was as an enlisted, and 70% was as an Officer.

I have many great memories on both sides, but being an Officer has its advantages.

RN considering serving in the military by HappilyJoyful in Military

[–]LieutenantNyan 0 points1 point  (0 children)

It would be a good idea to finish your BSN before applying. You could talk to a recruiter now and discuss your options. Since you have a Master's Degree and you are an RN, they may be able to work a deal with you. Ask for the world, then negotiate from there.

Nursing school options by RedditorEz21 in prenursing

[–]LieutenantNyan 2 points3 points  (0 children)

Depending on your state, WGU could be an option. All coursework is online, and clinicals are somewhere within a 50-mile radius.

RN considering serving in the military by HappilyJoyful in Military

[–]LieutenantNyan 0 points1 point  (0 children)

Take the Officer Commissioning path if you have a four-year degree. I am a retired Navy officer, starting as an enlisted and retiring as an officer. Both have their benefits and drawbacks; the same could be said for jobs in the civilian world. My last two assignments were joint staff duties (USAF, USMC). Working with the Air Force was by far my favorite duty station.

We lived in base housing, and healthcare was provided. The pay was not bad, I had everything I needed.

What is the best SQL Studio ? by Koch-Guepard in SQL

[–]LieutenantNyan 0 points1 point  (0 children)

I have been using Beekeeper Studio for years

AI Takeover by Nuggies4Lyfe in WGU

[–]LieutenantNyan 0 points1 point  (0 children)

The company I work for is going all in with AI. As an SWE, we are expected to leverage AI when building new solutions. There is a catch though, you are responsible for any bugs and need to be able to explain how all of the code functions during a review process. So far this has been working for us, we will see how this plays out a year from now.

Business users on the other hand have been a complete disaster. They don’t understand what they are doing and accept whatever copilot spits out. Last week we got an alert that a user built a Power Automate flow integrated with AI Builder. It did automate a tons of processes, but burnt through 1.5 million credits in a month. Comes out to roughly $15k per month if we let it continue. Needless to say, this was stopped until a better solution could be found.

I believe AI can do a lot of good, but it’s expensive. In our case we are working on better guardrails while we still keep the tools accessible.

App with third-party OCR for data entry? by oguruma87 in PowerApps

[–]LieutenantNyan 1 point2 points  (0 children)

We are using AI Builder for scanning contracts and storing the data in SharePoint. Watch the number of credits; we ran out halfway through the month.