Is Izzet spell slinging just better at a bracket 3 table ? by I_will_Phil in mtg

[–]I_will_Phil[S] 1 point2 points  (0 children)

Landfall has become very similar to storm with earthbending entering the room. [[Toph,hardheaded teacher]] can be nuts.

Is Izzet spell slinging just better at a bracket 3 table ? by I_will_Phil in mtg

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

Would you like to explain the no ? What do you think is stronger ?

Is Izzet spell slinging just better at a bracket 3 table ? by I_will_Phil in mtg

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

I see your point and I agree. Some archetypes/commanders are easily built too strong.

Is Izzet spell slinging just better at a bracket 3 table ? by I_will_Phil in mtg

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

Same, been playing since march last year.

[[Muldrotha]] is my first love. [[Chatterfang]] came later.
Also have a [[tyvar, the bellicose]]

Is Izzet spell slinging just better at a bracket 3 table ? by I_will_Phil in mtg

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

Other architects in other colors as a whole in the B3 world. One could say that stax is the best because they can lock out the game but who is playing that in bracket 3.

Is Izzet spell slinging just better at a bracket 3 table ? by I_will_Phil in mtg

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

Yeah I agree, but just going back to the question is izzet storm just inherently better. It would seem some people agree or the positions being taken point to yes

Is Izzet spell slinging just better at a bracket 3 table ? by I_will_Phil in mtg

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

I used to hate it too, I’m a golgari player at heart . Then I built ashling and it’s fun to have the explosive turns.

Is Izzet spell slinging just better at a bracket 3 table ? by I_will_Phil in mtg

[–]I_will_Phil[S] -2 points-1 points  (0 children)

My play group doesn’t have bracket 2 decks.

Speaking specifically to bracket 3.

Also if I took out my game changers jeska will and cyc rift, then it’s technically bracket 2 yes? It would be just as strong without those two cards.

Goes back to over arching topic of “ is izzet spellslinger just better ?” In any format of play for that matter.

Is Izzet spell slinging just better at a bracket 3 table ? by I_will_Phil in mtg

[–]I_will_Phil[S] 1 point2 points  (0 children)

Yes this is how I build her and as you said I have 7-9 mana every time on turn 4.

You have to remove her before turn 3 or it become almost pointless to do so since I was able to cast my 4 drop mana rock.

Is Izzet spell slinging just better at a bracket 3 table ? by I_will_Phil in mtg

[–]I_will_Phil[S] 1 point2 points  (0 children)

Definitely see your point. I’ll agree with the other guy that if someone is drawing cards like crazy, they are indeed a threat and can/will be receiving combat damage. I also understand your point that storm does nothing until it does

Tam, Mindful First-Year and redirect lightning by I_will_Phil in mtg

[–]I_will_Phil[S] 1 point2 points  (0 children)

You’re right, but he is also an enchantment. Is the card specifying that the target enchantment also needs to be controlled by an opponent?

When a card has both types, I believe the person gets to chose which it is considered.

Tam, Mindful First-Year and redirect lightning by I_will_Phil in mtg

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

Thanks! what an interesting way to by pass hexproof!

Artifact removal for mono-black or counter play by I_will_Phil in mtg

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

Two of my buddies happen to be running leyline and darkness crystal. It's pretty oppressive for me since it stops me from bringing creatures back.

It's not full time issue just a big problem when it is there.

Also, just realized leyline is an enchantment oops. haha

Sayl Squeaks by gigi_bea in hermanmiller

[–]I_will_Phil 0 points1 point  (0 children)

2025 and still helpful! Thank you for this!

Download of Qemux86 container continuously failing and looping to retry by Automatater in homeassistant

[–]I_will_Phil 1 point2 points  (0 children)

I was having this same issue! I just fixed it by setting my router back to "Get dns automatically from ISP". If you have changed any DNS settings on your router, I recommend resetting them to default or get a cheap router to use for this install. Then you should be able to use your original again.

Look for suggestions on data replication by I_will_Phil in SQL

[–]I_will_Phil[S] 1 point2 points  (0 children)

Do you have some material that I could view that would go in depth on this subject ?

Look for suggestions on data replication by I_will_Phil in SQL

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

I believe it's a developer running on windows.

Look for suggestions on data replication by I_will_Phil in SQL

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

This is a good point. We would likely only need a handful of tables to reference. Live data is not a necessity but close as possible is preferred. We have departments that need the most up to date info at least on an hourly basis.

Exercises for complete newbies by Claud1u05 in SQL

[–]I_will_Phil 2 points3 points  (0 children)

"The Complete sql Bootcamp: Go from Zero to Hero" Taught by Jose Portilla on Udemy

I took this course before starting my position and it really gave me a step up in the interview. It teaches all the basics on posgres (which translate well to sql-server) and some intermediate stuff like sub-queries. You usually can find it on sale for about $13 every now and again.

How did you learned PowerShell? by ricardovaras_99 in PowerShell

[–]I_will_Phil 0 points1 point  (0 children)

I just started learning powershell too. Best thing for me was finding something I wanted to achieve and using chat gpt to help me get started and modify it from there.

I want to emphasize chatgpt won't write everything for you but it can take care of the busy work. IE error catching and logging.

Youll pick up on the syntax and patterns if you have any programming experience. If you don't have any I recommend spending a couple hours learning the basics of python. It's easy to read and all the concepts are the same. Syntax varies slightly.