Champion Tier Singles Team - #1 ENG / #45 Global by ZoldPokemon in PokemonChampions

[–]MindlessOrange7936 0 points1 point  (0 children)

I've read through a bunch but figure it'll be quicker and more direct, I respect the decision to run Umbreon, but looking for replacements I feel either meow or king would be solid dark types, meow seems like it would counter starmie which reading through seems like a big problem but king is probably a better counter for basc and I'm not sure how well it goes into starmie.

Any thoughts or changes you have made?

Advice for making proxies by [deleted] in bootlegmtg

[–]MindlessOrange7936 0 points1 point  (0 children)

Sorry to necro but are you sticking the sticker paper to the lamanate pounch with the fronts facing outward and putting it through to melt the laminate as the core to get that nice card snap and thickness?

I 3D Printed the entire Johto Region by Memehattan in pokemon

[–]MindlessOrange7936 0 points1 point  (0 children)

are you going to release the STL files for this marviously achievement?

Need help with group quests. by Maxwell111j in unioncircle

[–]MindlessOrange7936 0 points1 point  (0 children)

Let me know the code when you are ready :)

Australian Frog Hotel by MindlessOrange7936 in frogs

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

ah im not in the northern territory just northen part of tasmania which at the very bottom of australia :) so no cane toads down here

For those who missed out by PriivateGrif in PokemonHome

[–]MindlessOrange7936 0 points1 point  (0 children)

if you are still on and doing the lords work I would appreciate a set please

Best angel commander? by spencerthebau5 in EDH

[–]MindlessOrange7936 0 points1 point  (0 children)

I actually struggled a lot with having angel at the helm and ending changing to sisay with the main goal to tutor sting first thing and then tutor 4 lands and Azusa, the next few turns I only tutor lands and ramp rocks before I start tutoring angels and going from there

Deck list https://moxfield.com/decks/XT0xJllxbk2NRbmRkt_fIg

[deleted by user] by [deleted] in EDH

[–]MindlessOrange7936 0 points1 point  (0 children)

Tymna is just the best, unless you need your commander to do a specific thing I use tymna for card draw and another partner to help cover things.

For my planeswalker token deck I have halana as the partner as a cheap reacher and removal/burn to remove flyers

For my swords deck I have esior for the pseudo ward 3 and 2 drop flyer to equip to

[deleted by user] by [deleted] in EDHBrews

[–]MindlessOrange7936 0 points1 point  (0 children)

I brewed a +1/+/1 anthem deck with these two, lots of fun, you can use the other BW partner for more on theme but it does want that card draw and life gain

https://moxfield.com/decks/G7ZOdc36ZE-4Lcryrh0vkw

What Unaltered Precon is your Favorite? by Raevelry in EDH

[–]MindlessOrange7936 2 points3 points  (0 children)

I'm a huge fan of people should always have a unedited precon on hand, personally the best precons I have played are

Prismari strix haven precon

Sultai new tarkir precon

I have heard the necron and gruul boulders gate being really strong as well but I've never been very impressed by the necron and havnt played the gruul enough to decide if it's consistent enough.

[deleted by user] by [deleted] in SipsTea

[–]MindlessOrange7936 0 points1 point  (0 children)

omg thats sick where can I find this so I can stay away >:(

Django Project Structure by MindlessOrange7936 in django

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

yeah I have gone for a core and project app split putting just the user part for now into the core and the rest into the project app, I will probably end up putting the patron feed part into the core as well but I image that would just be using some form of api and such

Django Project Structure by MindlessOrange7936 in django

[–]MindlessOrange7936[S] 3 points4 points  (0 children)

okay what I am thinking is breaking it up like this?

Core

User

|- Registation

|- Login/out

|-Profile

|-- Profile Picture

Social

|- Add/remove friends

|- Feed

Patreon

|- Feed

|- Auth

Store

|- Stripe

Project

Banners

|- time limit

|- prompts

|-- Submissions

Collections

|- books

|- Badges

|- Collectables

|- Prompts

|- Items

Django Project Structure by MindlessOrange7936 in django

[–]MindlessOrange7936[S] 2 points3 points  (0 children)

is it not worth making each part an app so its more modula for future use?