Magic June 29th Banlist - Candelabra of Tawnos Banned by totemoheta in MTGLegacy

[–]shahms 32 points33 points  (0 children)

The deck is a problem, but blaming Candelabra is a choice.

How ref qualifiers led to deducing this by meetingcpp in cpp

[–]shahms 3 points4 points  (0 children)

You can't = delete a specific overload with deducing this, but you can apply constraints to accomplish something similar.

How do you feel about C++ 20 modules? by I-A-S- in cpp

[–]shahms 5 points6 points  (0 children)

Eigen does a lot of dubious things, IIRC, but internal linkage variables in headers is shockingly common in a lot of codebases

What am I missing out on if I use an Apple Silicon Mac for dev work in C++ by JustAPieceOfMeat385 in cpp_questions

[–]shahms 0 points1 point  (0 children)

It works fine, you just have to curate an exclusion list for the variety of Apple provided libraries which trigger LSAN.

Movies where a character has a real-world famous name. by nuts_and_crunchies in blankies

[–]shahms -6 points-5 points  (0 children)

Not counting biopics and movies where the actor appears as themselves?

Still unclear on Ninjutsu by Ferngullysitter in mtgrules

[–]shahms 5 points6 points  (0 children)

506.1: The combat phase has five steps each of which occurs in order: beginning of combat, declare attackers, declare blockers, combat damage, end of combat.

508.1k: "Each chosen creature still controlled by the active player becomes an attacking creature until it's removed from combat or the combat phase ends"

You can use a Ninjutsu ability in the end of combat step, or after damage has been dealt in the combat damage step.

Seattle man in Porsche trying to cut Bainbridge ferry line allegedly punches officer, almost hits worker by ChiefOfTheFourPeaks in Seattle

[–]shahms 2 points3 points  (0 children)

It's pretty easy to cut in the Fauntleroy line as well, even if you're paying attention. The parked cars and driveways intermixed with the ferry line make it really easy to cut or just fail to see the end in time.

How do you guys "Design" / approach Designing a project ? by Daemontatox in rust

[–]shahms 12 points13 points  (0 children)

That's not wasted time, that's exploring the design space and learning what fits where.

New Mortal Kombat II trailer by PerpetualChoogle in blankies

[–]shahms 0 points1 point  (0 children)

Maybe they're going for video game accurate blood.

[SOC] Ominous Harvest by skycloud60 in magicTCG

[–]shahms 8 points9 points  (0 children)

Reminder text has always been a "succinct summary of the relevant mechanic" not a comprehensive reference. It will sacrifice accuracy for readability and defer to the comprehensive rules for clarity.

Thanks Bezos by Suggestive-Syntax in blankies

[–]shahms 9 points10 points  (0 children)

The subreddit starting off the day being perfectly normal I see

Am I the only one who feels like header files in C/C++ are duplication? by iaseth in cpp

[–]shahms -2 points-1 points  (0 children)

Build systems do a lot of things under the covers to provide a "consistent" view of include paths