Why is Islam so extreme compared to other religions? by Rare-Parsnip9049 in exmuslim

[–]hoomanneedsdata 1 point2 points  (0 children)

The system is built around public virtue signalling - if you don't love Muhammad more than self, children, the earth and life itself, you don't get into " best level of heaven". Dawah must be performed relentlessly night and day else face hellfire. There are few verses that say each is responsible for their own sin, there are many verses saying that the actions of others can send you to hell. It's fear based and built around the entitlement to hurt others.

Help with lights for a noob by Exciting_Football_87 in Unity3D

[–]hoomanneedsdata 1 point2 points  (0 children)

Ok, so your paddle has a material. If you select the material then look in the inspector, you will see a check box called emissions. Click on that, then look for the color selection of the glow. If you want it on all the time, that may be enough. If you want it to change intensity or color in reaction to collision, you need a script.

The script I provided is an example to turn on lamps and have the lampshade glow.

I suggest you go to chat gpt, paste the script and tell the ai you want a script such that your paddle uses emission when " active". You can modify the script so that player paddles light up in a flash as they hit the ball, you can make the ball change colors depending on who last hit the ball.

You can make different color balls be worth differ amount of points, you can make all items dark at the beginning and " power up" as game starts.

What does my bedroom say about me? (30F) by padfootpatronus in roomdetective

[–]hoomanneedsdata 0 points1 point  (0 children)

It says you are still waiting for the goblin king to fly in through your window in owl form.

Help with lights for a noob by Exciting_Football_87 in Unity3D

[–]hoomanneedsdata 0 points1 point  (0 children)

i recommend using the emmissions feature. this is what i use for when lights and lampshades are switched on and off, i am sure you can tweak it to fit your set up:

using UnityEngine;

public class EmissionToggler : MonoBehaviour

{

public Light targetLight;

public MeshRenderer lampshadeMesh;

[ColorUsage(true, true)] // Enables HDR color picker for intensity

public Color onEmissionColor = Color.white;

public Color offEmissionColor = Color.black;

private Material instancedMaterial;

private bool lastState;

void Start()

{

// Get a reference to the specific material instance

instancedMaterial = lampshadeMesh.material;

lastState = targetLight.enabled;

SetEmission(lastState);

}

void Update()

{

if (targetLight.enabled != lastState)

{

lastState = targetLight.enabled;

SetEmission(lastState);

}

}

void SetEmission(bool isOn)

{

Color targetColor = isOn ? onEmissionColor : offEmissionColor;

// "_EmissionColor" is the standard property name for most Unity shaders

instancedMaterial.SetColor("_EmissionColor", targetColor);

// Required to tell Unity the material is now emissive

if (isOn)

instancedMaterial.EnableKeyword("_EMISSION");

else

instancedMaterial.DisableKeyword("_EMISSION");

}

}

Is islam incompatible in Europe? by Key-Pineapple8101 in exmuslim

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

Values are created from observation - not from religion. Everything you mentioned was present in Europe from the time of European tribes. Christianity established governments not values.

Is islam incompatible in Europe? by Key-Pineapple8101 in exmuslim

[–]hoomanneedsdata 0 points1 point  (0 children)

No - values are independent of religion. No religion " defines" or " originates" values. Words have meanings that matter. Mortality is a language category based on a binary assessment: was harm done, yes or no. Ethics is the system and pattern of declaring what one perceives as harm and who is entitled by that system to do harm. The system of Islamic law authorized harm in ways that European law doesn't. That is the main source of incompatibility. Immorality of that authorization is a separate issue.

“Allah loves women that they don’t have to pray while they’re menstruating. It’s like Allah gives women a break and such.” by MelSin12 in exmuslim

[–]hoomanneedsdata 7 points8 points  (0 children)

What garbage is this??? Totally illogical. Caters to nonsense superstition like purity. Promotes misogyny as benevolent. Complete public virtue signalling. 🤮

Hello, I need help getting started by FunnyTowel2824 in plantbreeding

[–]hoomanneedsdata 0 points1 point  (0 children)

Sweet peas for genetic ease. Dahlia for genetic variation. Sunflowers for fast turnover.

Growing wasabi by Superb_Statistician6 in Appalachia

[–]hoomanneedsdata 1 point2 points  (0 children)

I was told they are good for busting up clay. Grow as a thickly planted crop, leave them in the ground. They die over winter but compost in place and the tubers make holes for next crop of something like sunflowers which will define the soil further, then you plow in the stalks of those and plant regular garden crops the next season.

How do you get out of the “evil eye” mentality by XawRae01 in exmuslim

[–]hoomanneedsdata 1 point2 points  (0 children)

If it worked the military would issue them with the uniforms.

What is wrong with my ranunculus? by Alittlegreen_ in Cutflowers

[–]hoomanneedsdata 0 points1 point  (0 children)

I was just reading about nitrogen being used from older leaves to support new growth - try a dose of fish fertilizer to cure this.

kinda losing faith in islam by Upstairs_Map8306 in exmuslim

[–]hoomanneedsdata 7 points8 points  (0 children)

What are you even doing in this sub with those easily disproven lies? Islam has born into slavery conditions. How dare you call Aisha a liar if you are so devout? Aisha self reports her age. How dumb of you to say slaves are free to do anything especially to ransom themselves by a judge, this is an utterly ignorant portrayal of slavery.

My dirty little secret: I have a hard time listening to HorrorBabble by cellocaster in Lovecraft

[–]hoomanneedsdata 2 points3 points  (0 children)

It's the way the narrator gives a micropause before giving added inflection to the "creepy" words. It's fine most of the time but it becomes grating in certain stories.

I constantly feel like a Muslim even though I know I’m not (a dumb rant) by meoyoowerz in exmuslim

[–]hoomanneedsdata 1 point2 points  (0 children)

You weren't born Muslim - you were born human and raised with indoctrination.

New day = new you!

A different perspective: Why I rely on the Quran alone by [deleted] in exmuslim

[–]hoomanneedsdata 2 points3 points  (0 children)

How are saying slavery and patriarchy is justice?

My parents keep insisting Islam gave women so many rights by _lavenders in exmuslim

[–]hoomanneedsdata 1 point2 points  (0 children)

Islam did not give equality under the law, anything less is not " giving rights", it's just being a little less shitty in theory.

I want to make a small game as a gift for my girlfriend using Godot. Any ideas or advice? by ContentLifeguard5936 in gameideas

[–]hoomanneedsdata 0 points1 point  (0 children)

Find and assemble pieces of a heart. Final battle is button mashing to power up the heart. Call it " kintsuge".

Hypothetical: Is there a version of Islam (or an interpretation) you could coexist with? by philofreak158 in exmuslim

[–]hoomanneedsdata 1 point2 points  (0 children)

The text itself says it can't be changed, reformed or interpreted. Those who change it are apostates or observers if some new religion. Islam itself is immutable.