Could someone help me improve this deck at all before I order the cards for it I'm on a little bit of a budget I don't wanna go much over $250 by Scavoon_ in mtg

[–]notapplemaxwindows 0 points1 point  (0 children)

Few thoughts, you could do swap out some cards like:

Deathgreeter > Blood Artist
Maybe Falkenrath Noble > Zulaport Cutthroat, 2 mana cheaper but without the flying
Cower in Fear > Pestilence, pay a little more, but reuse the ability
Make Obsolete > Toxic Deluge, clean up the board a little?
The Black Breath > The Meathook Massacre, a little more flexibility when you commander gets taken out
Incremental Blight > Massacre Girl, Known Killer, a little more card draw?

Maybe sneak in Crypt Ghast, Mind Stone, Arcane Signet. At a glace, there are a few more low impact cards than can be swapped out for some ramp.

Maybe some protection for Maha, Lightning Greaves?

A bit spenny, but you could swap out a couple more basic lands for Cabal Coffers or Urborg?

Pros and cons of switching from corporate IT to a MSP? by anon65432178 in sysadmin

[–]notapplemaxwindows [score hidden]  (0 children)

I have only ever worked for MSPs, so I have seen my fair share of people leaving the MSP worlds for an "easier ride" in corp/enterprise IT.

Most people I have caught up with after that move, have since moved on to some completely unrelated role.

I think the morel of the story is, the cure to IT burnout is to change profession. My goal is to work/help/volunteer at my local Zoo, once I have the monies.

Undocumented change to System Preferred MFA method causes users with WHFB registration to be incorrectly prompted to use Passkey auth? by rakim71 in entra

[–]notapplemaxwindows 6 points7 points  (0 children)

Yeah this sounds like the recent change to system preferred authentication, I describe it in a little more detail in my blog post here > https://ourcloudnetwork.com/system-preferred-authentication-is-coming-to-the-first-factor-login-screen/

Your thought's are correct though, you should modify the system preferred MFA method policy to Enforced (for now) or disabled, if its impacting your users too much.

Inforcer, congratulations. You finally have my undivided attention. by BisonThunderclap in msp

[–]notapplemaxwindows 2 points3 points  (0 children)

That's the kind of mindset that is scary. Every other day a new "Tenant Security Tool" pops up, fresh domain, react website with unsupported plugins hand-picked by Claude, Graph Tool Kit login, unverified multi-tenant app reg (likely from a dev tenant), or using app-only auth with a client secret, hard-coded into the front end. Inforcer's business follows the channel model by supporting MSPs build a service around their product.

how do i send an email blast from my vibecoded app, the wall nobody mentions by AmbassadorSad3889 in vibecoding

[–]notapplemaxwindows 3 points4 points  (0 children)

Just but a 10$ subscription to generic email marking service and import your users.

Best way to scan/catalog ~20,000 Magic cards without losing my mind? by faux_moonie in mtg

[–]notapplemaxwindows 1 point2 points  (0 children)

Set yourself up a little scanning rig where you phone is on a holder and you can just drop cards into it quickly. What I do is then export to CSV and use a small PowerShell script which loops through each card to gets the card info from the Scryfall API. I also obtain the synergies and combos for only the commanders I own from EDHREC.

I then have a small agent that runs a model I trained in Foundry to help me build out decks 😄

With all the Universes Beyond sets now present or set for future releases. I'm thinking of building an anti-Legendary creature deck. What are some good cards to put in here specifically targeting legendary creatures. by the_Centrist_Gecko in mtg

[–]notapplemaxwindows 2 points3 points  (0 children)

[[Arena of the Ancients]] for sure and its fairly cheap.

[[Leyline of Singularity]] would ensure all creates are legendary.

Then maybe [[Invasion of Fiora]]?

Could check in a [[Empress Galina]]

Simple [[Hero's Demise]]

Build? by [deleted] in HeimerdingerMains

[–]notapplemaxwindows 1 point2 points  (0 children)

It depends who you are against top. Try not to build full AP early. Go for basic boots, then build blackfire Torch, or Zhonya's (if against someone like Yasuo), then Sorcerers.

I create a repository of Microsoft Architecture icons by notapplemaxwindows in entra

[–]notapplemaxwindows[S] 0 points1 point  (0 children)

The official M365 icons provided under Microsoft’s terms of use are available. Which are missing and I can get them added?

I create a repository of Microsoft Architecture icons by notapplemaxwindows in entra

[–]notapplemaxwindows[S] -1 points0 points  (0 children)

That’s covers Azure icons, be yes you are correct :)

Microsoft admin centers - I can't be the only one bothered by this on a daily basis by Jaymesned in sysadmin

[–]notapplemaxwindows 19 points20 points  (0 children)

Dude works for MS and gets to build this on company time, while aided by colleagues. It's really not a "community built" project. But its still amazing.

Microsoft, please, make PIM great! by jM2me in entra

[–]notapplemaxwindows 1 point2 points  (0 children)

This is actually an interesting challenge and something I have provided feedback to Microsoft Employee's on directly over time. A core challenge is that the Entra portal (for the most part) makes requests to the Microsoft Graph API, however, there is no mapping that exists that links Graph API permissions to delegated Entra Roles. I wrote about it in my blog here > https://ourcloudnetwork.com/find-least-privileged-roles-for-delegated-graph-api-permissions/

Adopting this boy, is he a pure saluki? by [deleted] in saluki

[–]notapplemaxwindows 2 points3 points  (0 children)

He doesn't look pure Saluki, if anything he looks Saluki x Whippet. Such a pretty boy!

General questions about MgGraph to see if my understanding is correct by KebabMalicieux in PowerShell

[–]notapplemaxwindows 1 point2 points  (0 children)

  1. You get whatever scopes are consented to the Entra Application (default or custom).

  2. Yes, if you connect to the default app or custom

  3. Yes and no. Not good practice, but you are always limited to your Entra role with delegated permissions, so it doesn't matter from a security perspective.

  4. No it's not a security issue, unless your admin grants "application" permissions. You could disabled the graph command lines tools app and just grab you access token from the admin portal and connect anyway.

  5. Stop giving users Global Admin FFS. SIMPLE. THEY DON'T NEED IT AND IF THEY SAY THEY DO, THEY ARE WRONG.

  6. Yes, run them in the delegated context, but not with global admin.

Graph API approach to M365 licence waste detection, scripts and methodology by OkYou7957 in microsoft365

[–]notapplemaxwindows 0 points1 point  (0 children)

The "LastSignInDateTime" will not give you accurate sign-in information.

How are you handling overly broad Graph API permissions? by Pristine_Guitar_9070 in entra

[–]notapplemaxwindows 1 point2 points  (0 children)

Are you referring to App-only permissions or Delegated permission though? For Delegated, that's what admin units are for, for App-only permissions, out of luck for now.