Why were you in a Mosque to begin with?
i was invited to go to prayer at a different mosque, and i went.
i received three direct death threats because of the rumour that i am a double agent for the fbi.
i stood my ground.
men approached me on different occasions, and they would tell me that others had been talking..
me: oh yeah, what are they talking about?
man: they are saying that you are a double agent for the fbi.
me: really? no kidding?
man: yes, that is what they are saying..
me: do you mean like james bond double oh seven kind of stuff?
man: yes edward, that is what they are saying..
omg, they actually took this rumour to the point that they were comparing me to a fictional hollywood super spy... a man that can walk out of a tornado if he has a paperclip and a stapler.
i would then tell the man that this is the most ridiculous thing that i have ever heard, because there isnt a spy agency on this planet that would send a caucasian man like me that looks like he just got tossed out of a ku klux klan rally in to infiltrate pakistanis and arabs.
it is simply ridiculous.
it is a capital offense on judgement day to have sat around gossiping about others, escpecially when you are spreading false rumours for which there is no evidence and you just dreamed it all up in your mind.
the crime is compounded when others either threaten to kill or otherwise wish ill upon the victim of said rumours.
the sad news is that pretty much every person at my masjid took part in this gossiping, from the children and up to and including the imam.
i would enjoy and be very happy to forgive the entire lot of these men, but forgiveness comes after asking for forgiveness and not before.
i am a competent teacher of charity.
my name is sheikh mohammad.
------------------------------------------
what does the quran say about backbiting?
ChatGPT said:
The Quran explicitly addresses backbiting in several verses. One of the key references is in Surah Al-Hujurat (49:12), which advises against suspicion and speaking ill of others, equating backbiting to eating the flesh of one's dead brother, emphasizing its seriousness and unacceptability.
The teachings encourage believers to maintain good character and speak positively about others, highlighting the importance of community harmony and respect. Overall, the Quran promotes kindness, honesty, and integrity in interpersonal relationships.
earlier today, it separated about four pips away from TARG, but that position did not expand, it evaporated.
is there a phrase in arabic that goes like jazakalah karan?
ChatGPT said:
It sounds like you might be referring to "Jazak Allahu Khairan" (جزاك الله خيرًا), which means "May Allah reward you with goodness." It's a common phrase used to express gratitude in Arabic, especially among Muslims.
it has been my goal since the beginning of this project twenty years ago to design and build a hardware and software solution to the currency trading problem that might be able to win the nobel prize in economics.
-----------------------------------------------
what is the nobel prize in economics?
ChatGPT said:
The Nobel Prize in Economics, officially known as the Sveriges Riksbank Prize in Economic Sciences in Memory of Alfred Nobel, is awarded annually to individuals who have made significant contributions to the field of economics. Established in 1968 by Sweden's central bank, the prize honors achievements in economic theory, applied economics, and research that has influenced economic policy and practice.
Unlike the original Nobel Prizes, which were established by Alfred Nobel's will in 1895, the economics prize is not one of the original awards. It is awarded based on the recommendations of the Royal Swedish Academy of Sciences and has recognized various areas, including microeconomics, macroeconomics, game theory, and behavioral economics.
Winners, known as laureates, receive a medal, a diploma, and a monetary award, with the ceremony taking place in December each year in Stockholm. The prize has become one of the most prestigious recognitions in the field of economics, highlighting innovative and impactful research that often shapes economic policies worldwide.
back in the day, when my life became a tad unravelled, i have walked as a shotcaller for a few moments.
i have walked into a room with armed asassins carrying sawed off shotguns and machetes and pistols and ice picks.
they were on my payroll and they liked working for me.
i once asked one of my friends why doesnt he take some brillo and maybe clean that rust off of his machete?
he grinned and told me that if the cut doesnt kill, the rust in the bloodstream will.
they like ice picks because they tell me that if you stick it in the liver and twist it around, the victim will die out before the ambulance arrives.
i have literally walked with the biggest gangsters in this world and they treated me kindly and with respect.
they did tell me directly that if i fk up that they would kill me and i accepted that as the rules of the game.
i felt safe when around them.
all trades are closed
the spreads have opened up and it is trying to catch a trade.
//gogo
double wantlots=0;
double baselots=0.01;
double mx1=1;
double mx2=4;
if( pos>10 ) wantlots+=(baselots*mx2);
if( pos>12 ) wantlots+=(baselots*mx2);
if( pos>14 ) wantlots+=(baselots*mx2);
if( pos>16 ) wantlots+=(baselots*mx2);
if( pos>18 ) wantlots+=(baselots*mx2);
if( pos>20 ) wantlots+=(baselots*mx2);
if( pos>22 ) wantlots+=(baselots*mx2);
if( pos>24 ) wantlots+=(baselots*mx2);
if( pos>26 ) wantlots+=(baselots*mx2);
if( pos>28 ) wantlots+=(baselots*mx2);
if( pos>30 ) wantlots+=(baselots*mx2);
if( pos>32 ) wantlots+=(baselots*mx2);
if( pos>34 ) wantlots+=(baselots*mx2);
if( pos>36 ) wantlots+=(baselots*mx2);
if( pos>38 ) wantlots+=(baselots*mx2);
if( pos>40 ) wantlots+=(baselots*mx2);
-------------------------------
//i have added some code to disallow executing new trades if the spread is too large.
getspread();
double sp=GlobalVariableGet("SP");
if(sp>10)
{
wantlots=0;
//Comment("gogo spread violation=",sp);
PlaySound("giggle.wav");
}//if(spreadviolation)
~bitches can not swim in deep waters.
you may quote me on that.
i also added some code that causes a delay that waits for thirty price changes (only when no trades are open), to avoid entering on a fast price spike.
if(AccountMargin()==0)
{
//gogo
if(Bid!=lastbid) {lastbid=Bid; tradectr++;}
if(tradectr<30)
{
PlaySound("rainpuddle.wav");
Comment("TRADECTR: ",tradectr);
Sleep(1000);
return;
}//if
}//if
i am betting that prokhor zakharov is a people magnet at parties.
not.
--------------------------
new position opened
---------------------------------
//gogo
double wantlots=0;
double baselots=0.01;
double mx1=1;
double mx2=4;
if( pos> 4 ) wantlots+=(baselots*mx1);
if( pos> 6 ) wantlots+=(baselots*mx1);
if( pos> 8 ) wantlots+=(baselots*mx1);
if( pos>10 ) wantlots+=(baselots*mx2);
if( pos>12 ) wantlots+=(baselots*mx2);
if( pos>14 ) wantlots+=(baselots*mx2);
if( pos>16 ) wantlots+=(baselots*mx2);
if( pos>18 ) wantlots+=(baselots*mx2);
if( pos>20 ) wantlots+=(baselots*mx2);
if( pos>22 ) wantlots+=(baselots*mx2);
if( pos>24 ) wantlots+=(baselots*mx2);
if( pos>26 ) wantlots+=(baselots*mx2);
if( pos>28 ) wantlots+=(baselots*mx2);
if( pos>30 ) wantlots+=(baselots*mx2);
if( pos>32 ) wantlots+=(baselots*mx2);
if( pos>34 ) wantlots+=(baselots*mx2);
if( pos>36 ) wantlots+=(baselots*mx2);
if( pos>38 ) wantlots+=(baselots*mx2);
if( pos>40 ) wantlots+=(baselots*mx2);
when my girlfriend tells me that she loves me, i tell her that she is one of my favorite concubines.
she tells me that that is so sweet.