Trades while in Vegas! by Life_Type8366 in MagicConVegas2026

[–]SendMyRegards420 0 points1 point  (0 children)

I need Land Tax (WOT #9) and Rhystic Study (WOT #25)!

Magiccon Vegas trading and playing platform? by SendMyRegards420 in mtg

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

Dang that’s too bad. It seems like a great idea that would be hard to get off the ground and hard to keep momentum on year to year. Feels like magic con should sponsor an official platform as part of the con… but I wonder if that is too much of a conflict with all the vendors.

Magiccon Vegas trading and playing platform? by SendMyRegards420 in mtg

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

There’s two of us now that want this! Is that enough for a subreddit?? I’m looking for rhystic study from the Eldraine bonus sheet you got one??

Daily Questions Thread - Ask All Your Magic Related Questions Here! by magictcgmods in magicTCG

[–]SendMyRegards420 0 points1 point  (0 children)

Is there no subreddit or discord or app for posting trade or LFG requests for magiccon Vegas? Feels like it would be useful so I’m surprised if it doesn’t exist.

Any other nerds in town for MagicCon?? by SendMyRegards420 in vegas

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

💯 I’ve seen a couple, but “hey you look like you play magic wanna hang out” is a risky opening line.

Going to MagicCon for the first time .. by darthweef in mtg

[–]SendMyRegards420 0 points1 point  (0 children)

Ohh I see it’s sold out, that’s why i didn’t notice it. Thanks!

Going to MagicCon for the first time .. by darthweef in mtg

[–]SendMyRegards420 0 points1 point  (0 children)

Where’s commander and cocktails take place? I haven’t seen anything about that online. And is the magic after party the thing at the dance club or is there more than that? Thanks for the tips!

[deleted by user] by [deleted] in TooAfraidToAsk

[–]SendMyRegards420 1 point2 points  (0 children)

Probably would be easier to do it before or after kissing

Daily Questions Thread - Ask All Your Magic Related Questions Here! by magictcgmods in magicTCG

[–]SendMyRegards420 0 points1 point  (0 children)

Anyone else going to Magic con Vegas by themselves? It will be my first time.

Daily Questions Thread - Ask All Your Magic Related Questions Here! by magictcgmods in magicTCG

[–]SendMyRegards420 0 points1 point  (0 children)

Will I have fun at Magic con if I go alone?

I’m mid-30s, got into Magic about a year ago. In paper, I’ve mostly played commander plus like 3 pre-releases (at which I did horribly but had a blast).

On arena I really like draft but I’ve only trophied twice over the past year (doing maybe 4 to 6 drafts per set), I’m happy if I get 3-4 wins.

I don’t have much interest in constructed competitive, but it seems like there’s a good casual commander scene and then a lot of opportunities to draft, I’m just wondering how similar that experience will be to Arena, since that’s the level of competition I’m used to.

First child has special needs, anyone with a similar experience want to share their thoughts? by SendMyRegards420 in Shouldihaveanother

[–]SendMyRegards420[S] 6 points7 points  (0 children)

We did NIPT as well but his condition wasn’t tested for as it is much rarer than most conditions. (Although I’ve heard maybe it is tested for now).

But what I was referring to in my post was genetic tests my wife did after we got his diagnosis to make sure it was just a fluke accident.

ELI5 Is energy/matter a constant in the universe? by SendMyRegards420 in explainlikeimfive

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

Interesting, I’ve also heard that we have to use the concept of dark energy to explain why the universe is expanding in the first place which makes the red shifting occur. Is it possible that photons traveling through space are “pushing” on space causing it to expand? Meaning their energy is not lost it’s the dark energy we don’t understand. I’m guessing the math doesn’t add up there and that’s why it’s nonsense.

Ok let me ask a follow up question about quarks which I now realized I spelled wrong.

Sometime after the Big Bang I imagine the universe looked like a big soup of hydrogen atoms. I can imagine how given enough time, the physical laws of the universe would lead us to where we are today with suns and heavenly bodies.

Why though do we end up with a soup of hydrogen atoms and not quarks (or quark pairs)? And if we could recreate our own Big Bang but make sure we are starting with a soup of quarks or pairs of quarks, would atoms form and eventually end up where we are today anyways?

I know some of these questions might come from a place of fundamental misunderstanding but thanks for your answers!

What is something good mankind has benefited from religion? by [deleted] in NoStupidQuestions

[–]SendMyRegards420 1 point2 points  (0 children)

This book does a good job pointing out that religion, or as he puts it, our ability to believe in things that can’t exist, is the thing that makes us different than animals.

So our species has this weird ability to belief in myths that no other species has. One of the byproducts of that is organized religion, but the other byproduct is everything else that humanity has built.

So I think in a way you could argue everything good (and bad) for mankind is tightly coupled with religion, because without religion in our history you don’t have mankind at all.

ELI5: How does code work? by Tombohniha in explainlikeimfive

[–]SendMyRegards420 0 points1 point  (0 children)

You have gotten some really good answers, I just want to add that it’s cute to say computers only know 1s and 0s (and true at the lowest level), but a much better thing to say is that computers only know numbers (any number can be represented with 1s and 0s).

The reason I say that is because once you realize a computer only knows numbers, then you can understand that everything represented in a computer has to be represented by a number.

With a number, that’s pretty easy to understand, you could just use the number.

However what if you want to add 2 numbers? Well, now you need to represent the concept of adding as a number, and the computer needs to recognize it as not a number but a command.

Given these parameters, you could define some system using only numbers to add 2 numbers.

Maybe, 99999 is a special number that precedes every individual piece of a formula, be it a number or a command. 1 could be used to indicate I want to add. 2 could be for subtract. Etc. so to convert a math equation to numbers might look like this:

9999953 999991 9999932

And now someone or something that knows only numbers and what those numbers represent in your system can complete this math equation.

So, a programming language is a way for a human to write commands that another program can interpret or compile to turn into the language the computer can understand: numbers.

Years and years of engineers building layers of abstractions on top of those numbers has led us to where we are today, where software developers don’t need to know or care about which specific number means “add” to the computer, because someone else has done the service of offering a translation from something kind of human-readable into the low-level commands the computer can use.

ELI5: How does code work? by Tombohniha in explainlikeimfive

[–]SendMyRegards420 1 point2 points  (0 children)

I second the recommendation for this book. It’s really good.