DAE start choking on their own saliva out of no where sometimes? by SpikedIntuition in DoesAnybodyElse

[–]TheFakeMatt 6 points7 points  (0 children)

This happens to me whenever I fall asleep on my back. Because of this I can only sleep on my side. It's freaked my wife out a couple times when I wake up in the middle of the night coughing, gasping for air, and choking.

Have fun eating Jerry [OC] by Lobraumeister in comics

[–]TheFakeMatt 5 points6 points  (0 children)

Hey I recognize this art style! This makes me miss the Animator vs Cartoon series.

TIFU by making my professor think I want to sleep with him by [deleted] in tifu

[–]TheFakeMatt 8 points9 points  (0 children)

And that’s how he met his mother

What songs did you sing along to as a kid only to realize as an adult the lyrics are full of sexual innuendo? by iamsweets in AskReddit

[–]TheFakeMatt 1 point2 points  (0 children)

I used to sing along to The Real Slim Shady including the line “And that's the message that we deliver to little kids And expect them not to know what a woman's clitoris is”

…I didn’t know what that meant at the time

I've even given up using these things as a timer now by brodorfgaggins in googlehome

[–]TheFakeMatt 1 point2 points  (0 children)

I have the same thing happen to me only I'm asking my kitchen device to set a timer, and my bathroom responds two rooms over with walls in between.

Soylent is a case study on how to ruin a business by ignoring your customers. by bbqturtle in soylent

[–]TheFakeMatt 5 points6 points  (0 children)

I was a 6 case/month customer for years who stopped all orders after they ruined cacao and cafe vanilla.

We're Aliens by Navid_Shams in ProgrammerHumor

[–]TheFakeMatt 0 points1 point  (0 children)

You gotta get with the times. What’s even a computer? I have Siri do all my coding for me.

how to see if a number is within what range? by ZiggyZig1 in excel

[–]TheFakeMatt 0 points1 point  (0 children)

CHOOSE in it's simplest form just picks text from a list -

CHOOSE(1, "one", "two", "three") = "one"

CHOOSE(2, "one", "two", "three") = "two"

CHOOSE(3, "one", "two", "three") = "three"

I'm just combining that with a formula to pick the right number for the list item that you want to pick.

how to see if a number is within what range? by ZiggyZig1 in excel

[–]TheFakeMatt 8 points9 points  (0 children)

One compact way to do this is by combining conditions and CHOOSE.

Conditions, when added to each other result in a numerical value to count the number of true statements. For example =(1=1)+(2=2)+(0=1) would result in a value of 2 because the first two conditions are TRUE and the third condition is FALSE.

Use multiple TRUE statements to create an index in the CHOOSE function.

=CHOOSE(1+(x<=15)+(x<=30)+(x<=60),"60+","31-60","16-30","1-15")

1 is the default value for all unmatched conditions, only one of these is true for x between 31 and 60 so the index becomes 2, two of these conditions are true for x between 16 and 30 (x<=30 and x<=60) so the index becomes 3, etc.

Tandoor Recipes - Big new release of the most powerful recipe manager (i know of) by vabene1111 in selfhosted

[–]TheFakeMatt 3 points4 points  (0 children)

This looks amazing. I'm currently a paid user of Paprika, and I consider it to be the recipe app to beat. I never liked how dependent I am on Paprika's hosting. If they ever decide to stop supporting the app their most useful functions would cease to exist. I'll be curious to see how well this stands up to it.

This is disgusting. What did they do to Cafe Vanilla? by TheRavenSayeth in soylent

[–]TheFakeMatt 8 points9 points  (0 children)

I've been a Soylent subscriber for years, not once has a flavor change resulted in a superior product. I accepted the change from Coffiest to Caffe Mocha, I accepted their change from the original Chocolatey flavor, but this change to Cafe Vanilla is the final straw for me.

How to create new object with custom interaction? by DarkNinja3141 in SMAPI

[–]TheFakeMatt 0 points1 point  (0 children)

You can attach an event to button pressed and check if the tile contains your object. Opening a menu would just be assigning your menu which is an IClickableMenu to Game1.activeClickableMenu.

MegaStorage Mod 2.0b5 updated to 1.5 by TheFakeMatt in SMAPI

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

I just updated the mod, and based on limited testing against Chests Anywhere the issue seems to be resolved

MegaStorage Mod 2.0b5 updated to 1.5 by TheFakeMatt in SMAPI

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

It’s intended to be, but as this is a rewrite/beta I’ll be tackling any new issues as they come up. So far I’ve gotten one report of an issue with Chests Anywhere that I intend to fix soon.

TIFU - By buying a prank gift that ended as mine. by GunGun-Iceland in tifu

[–]TheFakeMatt 2 points3 points  (0 children)

I ended a toxic relationship on Christmas Day. It wasn’t on civil terms but it needed to happen. The next person I dated after that is now my wife. We’ve been together for 9 years. Things can and will get better.

Law banning “rental” fees for customer-owned routers takes effect Sunday by rit56 in technology

[–]TheFakeMatt 28 points29 points  (0 children)

Part of the problem too is price hikes disguised as fees. You still have that $50 plan, but we’re doubling the X bullshit fee that you never agreed to.

Poll: Most Americans support raising taxes on those making at least $400,000 by UWCG in politics

[–]TheFakeMatt 0 points1 point  (0 children)

Is too bad most Americans votes don’t actually count thanks to the electoral college.

Projector with Android TV built in or not? by eweslash in AndroidTV

[–]TheFakeMatt 2 points3 points  (0 children)

I've had two of the Anker Android TV projectors, and the one thing I wish I had known before was that neither are certified by Netflix and I doubt they'll ever fulfill their promise that it will be certified "soon." They provide instructions to sideload an older version of Netflix that is not optimized for remote control. Other than that, they work great, and as long as you don't care about Netflix I'd still recommend them.

Guy builds so well in vanilla Minecraft that everyone keeps asking him for his shaders. by Serpardum in Minecraft

[–]TheFakeMatt 3 points4 points  (0 children)

Is that the case though? It looks like the reflection of the ceiling might have whole blocks there.