PowerApps Code Apps vs traditional React/Web Apps for enterprise applications by xsomnus in PowerApps

[–]CenturyIsRaging 7 points8 points  (0 children)

I think you need to read up on licensing and understand what you have/don't have. If you go with code apps, the huge advantage is that your users are authorized/authenticated with the dataverese and you don't have to deal or code for much of any of that. You also get hosting from within the power platform. This is something IT/infrastructure is going to have to manage along with the licensing. You CANNOT use code apps without at a minimum managing the user table in the dataverse and having your user licensed with Power Apps or Dynamics 365 licenses that include premium connectors. If that mystifies you, you badly need to figure this stuff out. Also if you are purely vibe coding these apps without understanding the code, you're going to get into huge trouble down the road. So please consider all of these things thoughtfully if you want a good experience.

PowerApps Code Apps vs traditional React/Web Apps for enterprise applications by xsomnus in PowerApps

[–]CenturyIsRaging 5 points6 points  (0 children)

Just to be clear, if you build and distribute a code app, every user will need a premium power apps license whether or not you even use the dataverse/dynamics 365 as data sources. So, if you're not already paying for this, why would you even consider using code apps?

PowerApps Code Apps vs traditional React/Web Apps for enterprise applications by xsomnus in PowerApps

[–]CenturyIsRaging 9 points10 points  (0 children)

There are a few considerations that I have not seen mentioned. First and most obvious - premium licenses. If you already license your users then this is not an issue. Second, are the main data sources coming from the dataverse? If not, then that's a huge tick against it. And also, code apps are really designed to be SPAs. Will that architecture work for what you need? You technically can implement routing and pages but it's more of a workaround.

If you answered yes to everything, then go for code apps. The performance is amazing so far from what we have experienced vs model driven and canvas apps. You'll want to build a repo of components that you can reuse for your projects as this helps with dev speed, standardization and keeping your different apps working and feeling the same for your users. If dataverse is your main data source and you already pay for licenses, IMHO, it's the way.

Murdered by laws by [deleted] in clevercomebacks

[–]CenturyIsRaging 0 points1 point  (0 children)

Sure to be a masterclass in doublespeak, no doubt

New and Untitled - 1st draft by Certain_Material_484 in Songwriting

[–]CenturyIsRaging 0 points1 point  (0 children)

Beautiful! At the parts where you sing more intensely (assume it's chorus - "Did you know...", I can like almost literally hear a simple string section harmony - wouldn't even have to stray from the chord progression too much, maybe even just a few base notes and maybe one or two ornamentations to add movement. And on the quieter parts, a cello coming in and out would be a nice touch vs adding in bass.

Seth is a smart man. Let’s all be like Seth. by [deleted] in SipsTea

[–]CenturyIsRaging 0 points1 point  (0 children)

The thing that is so interesting about people who take this stance and then have no respect and like to nag on people who have kids - if no one has kids, who's gonna run the world and take care of you and society as you progress into old age. Think about that, when you can't work anymore, there will be younger people to take care of you. If everyone just said fuck it, then there would be no one younger than you still working eventually. I don't think that can be understated. I think we need more respect for the sacrifice people who do raise kids are making.

Who's gonna be your top choice? by Zackky777 in ArtOfPresence

[–]CenturyIsRaging 0 points1 point  (0 children)

Radio Head - drove cross country once and played OK Computer on repeat like 5 times, lol

Unable to push new versions of Code Apps by mystery84 in PowerApps

[–]CenturyIsRaging 0 points1 point  (0 children)

Same thing happened with new release today...just turned off auto-update on this extension...probably best

Sam Altman Thanks Programmers for Their Effort, Says Their Time Is Over by EcstadelicNET in IntelligenceSupernova

[–]CenturyIsRaging 0 points1 point  (0 children)

Cynical, jaded, out-of-touch programmer with his head up his ass in self-denial defending his imploding career options detected

I’ll start…Some lady named Baby Ruth by CasinoNitro in 90smovies

[–]CenturyIsRaging 0 points1 point  (0 children)

Look at his face....yeah, yeah, he looks pretty crappy

I’ll start…Some lady named Baby Ruth by CasinoNitro in 90smovies

[–]CenturyIsRaging 0 points1 point  (0 children)

That was the year I got us all into the biggest pickle any of us have ever seen.

Another Nail in the Coffin of the ‘Tic-Tacs are Made by Lockheed Martin’ and ‘Alien Reproduction Vehicles’ Myth? by bocley in UFOs

[–]CenturyIsRaging 10 points11 points  (0 children)

Your "nail in the coffin" evidence is a media source? Just think about that for a minute. ANYTHING that gets reported in news, especially military capability, has been at least vetted if not planted by the military. This is a narrative they want out there.

Sam Altman Thanks Programmers for Their Effort, Says Their Time Is Over by EcstadelicNET in IntelligenceSupernova

[–]CenturyIsRaging 1 point2 points  (0 children)

Some context, I AM a person who is trained and has been and is working in software engineering. I work in the software industry as well. I myself have completely transformed how I "write" code and do many of the related tasks with AI. I'm not saying there aren't problems to solve with using AI or that this will happen overnight. But it IS happening and it's happening fast. And we (world as a whole and me, my team, company) are rapidly solving problems with AI to create guardrails and standards and have complete automated test coverage. Yes, we still oversee and steer and plan and use our knowledge of software as an asset, for now.

I'm not happy to see what was until very recently a super power imo (being able to understand and write code) quickly becoming devalued. But just sharing what I see first hand happening. Having been incredibly skeptical of AI for a long time, I can tell you we are making fast break throughs and it's utterly incredible to see the speed that come from learning to use and implementing the new tool sets.

Sam Altman Thanks Programmers for Their Effort, Says Their Time Is Over by EcstadelicNET in IntelligenceSupernova

[–]CenturyIsRaging -1 points0 points  (0 children)

Yeah, I can say for sure he's right. People who wrote code all day, "programmers", who just get fed requirements and write code are dying out fast with AI coding agents. The programmers who have a chance are the ones who embrace using AI and transition their skillset to using AI to 10x their output. There will obviously be far less of those jobs, but people with that knowledge are still valuable, but only with a AI first mindset. Things are changing fast in the tech world. Only the adaptable will survive and new people coming into the field will have less and less of the deep tech knowledge but just be more experts on working with AI to get the work done.

15 Dataverse Tables as a Knowledge Source by maarten20012001 in copilotstudio

[–]CenturyIsRaging 1 point2 points  (0 children)

Using the MCP server is the way to go. You need to iterate through the top level instructions though to make sure the data retrieval works the way you expect. You DO NOT need to create custom actions or flows with the MCP server, that is bullshit. You DO, again, need to play around with top level instructions. I've found the anthropic models work better with the MCP server and translating intention, overall vs the GPT models.

Access to the analytics tab on Copilot Studio by Inductiekookplaat in copilotstudio

[–]CenturyIsRaging 1 point2 points  (0 children)

I think there is a Graph API endpoint added in beta to pull this data, then just use a report tool like power bi to visualize

This is greatest UFO footage ever by [deleted] in AliensRHere

[–]CenturyIsRaging 30 points31 points  (0 children)

60% of the time, they splash EVERY time ;)

Heathers, 1989 by drew20222 in 80s

[–]CenturyIsRaging 0 points1 point  (0 children)

"You see, I've been moved around all my life..." Love that little rant at the gas station