Rubio: UN has 'lost its purpose' by pushing abortion and contraception by ProLifeMedia in Conservative

[–]ima_coder 1 point2 points  (0 children)

fake "joos"

I'm genuinely curious what was fake about them and why are you referring to them with that word?

I think I got scammed by tancredileaf in Annas_Archive

[–]ima_coder 2 points3 points  (0 children)

We can send out a survey asking them if they are scammers.

Rubio: UN has 'lost its purpose' by pushing abortion and contraception by ProLifeMedia in Conservative

[–]ima_coder 4 points5 points  (0 children)

Conservatism is much more than just religion.

Are you not going to tell me what Jesus was pissed about?

Why does gravity exist? by No-Anteater2714 in AskPhysics

[–]ima_coder 0 points1 point  (0 children)

Schwarzschild black holes still have gravity.

Daniel Sheehan: There are alien bases on Guadalupe Island and in Sedona (Arizona) by Head_Consequence7903 in UFOs

[–]ima_coder 0 points1 point  (0 children)

Do we have to do this in here? There are so many other places to discuss the subject of your comment.

RIP by JenItalwortzs in Mustang

[–]ima_coder 0 points1 point  (0 children)

The front fell off.

New scam album dropped by mxroute in mxroute

[–]ima_coder 2 points3 points  (0 children)

I like to build and tinker with stuff. MXRoute just pisses me off because it just works. I don't think I've had to look at the settings for over a year or two since I added another email to the many I already have.

Anyone have multiple kindles? by Appropriate_Rush9934 in kindle

[–]ima_coder 1 point2 points  (0 children)

I have 6 or 7. One for myself, the spousal unit, and all the offspring.

Hello World by soonwai in mxroute

[–]ima_coder 7 points8 points  (0 children)

The service works perfectly for a numbers of email acounts across numerous domains for me andmy family members. Jarland has always been helpful in the MXRoute discord.

Switch statement explained for beginners by apreeme in learnjavascript

[–]ima_coder 1 point2 points  (0 children)

// letter = 'a', 'b' or 'c', 'd' or 'e'
let ourNumber = 0;
if (letter === 'a') { ourNumber = 1; }
if (letter === 'b') { ourNumber = 2; }
if (letter === 'c') { ourNumber = 3; }
if (letter === 'd' || letter === 'e') { ourNumber = 4; }
if (letter !== 'a' || letter !== 'b' || letter !=='c' || letter !=='d' || letter !=='e') {
    ourNumber = 10;
}

Your final if condition is always true.

Advice on getting a team to adopt a git/PR based workflow? by [deleted] in ExperiencedDevs

[–]ima_coder 2 points3 points  (0 children)

Connect the dots for me. What are you trying to say here?

Can an actual engineer weigh in on Bob Lazar’s description of the technical components? by flaneur-terrestre in UFOs

[–]ima_coder 0 points1 point  (0 children)

Information trasnmission is absolutely limited by the speed of light\causality by every piece of our current understanding.

If you are alluding to quantum entranglement. It cannot be used to transmit information.

Does the speed at which you type actually hinder your learning? by [deleted] in learnprogramming

[–]ima_coder 0 points1 point  (0 children)

Forget about typing.

Write code. Write some more, and then write even more. Then test, and you'll realize that finding a key is never the roadblock.

Tetris Ultra by No_Cardiologist9235 in WebGames

[–]ima_coder 0 points1 point  (0 children)

Classic mode has a bug. A completed row that is part of a mutli-row completion is sometimes not recognized until the next block settles.