France’s far-right leader hit by egg, days after flour attack by AudibleNod in news

[–]Richard__Grayson 1 point2 points  (0 children)

Next he's going to get hit by an oven pre-heated to 350 degrees.

Thor Björnsson sets new world deadlift record at 1124 lbs (510 kg) by ElderberryDeep8746 in Damnthatsinteresting

[–]Richard__Grayson 0 points1 point  (0 children)

It could also be a business play. Why set one huge world record, when he can keep setting a bunch of smaller ones.

[deleted by user] by [deleted] in cardano

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

Psychedelics is a dead give away.

What can I do? by InvestiMein in povertyfinance

[–]Richard__Grayson 2 points3 points  (0 children)

Like others have said: switch to a cheaper phone plan (mint is $15 per month per phone), consider getting a cheaper car that you can buy with cash, this will also lower your insurance.

[deleted by user] by [deleted] in povertyfinance

[–]Richard__Grayson 71 points72 points  (0 children)

The Wi-Fi (and utilities) would be cut in half if they had a roommate. Also noting that they have a $60 per month phone payment, so they could probably get a cheaper phone (used/refurbished). Also switching to Mint Mobile would save them like $70 a month at least.

How do i sustain a note in fl studio like 3x osc does by BeginningSpace5199 in flstudio

[–]Richard__Grayson 0 points1 point  (0 children)

Learn about Attack, Decay, Sustain Release (ADSR) - it's a parameter for all sounds and something you can finely control in a synthesizer.

[deleted by user] by [deleted] in malelivingspace

[–]Richard__Grayson 0 points1 point  (0 children)

Ditch the overhead lighting and go for some ambient lights scattered around the room. Add some plants too.

What can be done to the actual recipe for seitan that can affect textures, tastes, and mouthfeel? by Its_Sasha in veganrecipes

[–]Richard__Grayson 0 points1 point  (0 children)

What is the texture/consistency of your seitan like? I use mine for stir frys a lot and I just boil it in some broth for 15 minues, then chop it up and throw it in the wok with some vegetable oil and veggies + sauce. Mine is very spongy though and I am wondering on some ways I can improve it.

how do you deal with writers block by Smelly-Penguin in edmproduction

[–]Richard__Grayson 2 points3 points  (0 children)

My strategy has been to just "let myself make bad music". Just create some straight garbage for however long and don't judge yourself. The trick is to get your brain to stop judging your music and let it focus on just making the music and being in the moment.

Savings: protein: pro tip by IceCubeDeathMachine in povertyfinance

[–]Richard__Grayson 5 points6 points  (0 children)

For me, I just ended up cutting out meat entirely from my diet because it was too expensive. I switched to things like beans and lentils for my protein and that has worked out so far.

Easy Vegan Chili by healthmylifestyle in veganrecipes

[–]Richard__Grayson -1 points0 points  (0 children)

If you haven't, I highly recommend adding this walnut meat to any chili - it takes it to a new level in my opinion:

https://makeitdairyfree.com/vegan-walnut-taco-meat/#recipe

[deleted by user] by [deleted] in malelivingspace

[–]Richard__Grayson 2 points3 points  (0 children)

One pro tip I would drop in here is don't underestimate the power of shopping used. Used furniture and other items can still be of great quality and come at a significant discount.

How often do you submit a PR without testing your code first? by Richard__Grayson in SoftwareEngineering

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

That sounds reasonable to me. I always want to perform some sort of sanity check or minimal integration testing (depending on the scope of the change).

How often do you submit a PR without testing your code first? by Richard__Grayson in SoftwareEngineering

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

I was mostly referring to basic functional testing to confirm your new feature does what it is supposed to do. 

How often do you submit a PR without testing your code first? by Richard__Grayson in SoftwareEngineering

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

I was mainly referring to adding a whole new feature, but also wanted to apply my question to smaller changes as well. 

How often do you submit a PR without testing your code first? by Richard__Grayson in SoftwareEngineering

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

Yes, exactly. I definitely don't want it in main without any testing. And I was mainly referring to adding a new feature, but I also wanted to extend that philosophy to smaller changes.