A statement about Stephanie Hayden.

In January I became aware that Ms Hayden (who monitors this account despite being blocked) had made a series of defamatory allegations about myself and my wife.

The allegations were made on Twitter, via Hayden’s account, and were widely retweeted.

The allegations were that as a result of her making a police complaint, (1) the police were seeking to urgently speak to me.
Furthermore (2) that police has spoken to me on 26/12/20 and offered some kind of “robust” advice about my conduct on and off line.

Finally (3) that police attended my home address in November, where my wife mislead them as to my whereabouts.
Hayden commented about this at length on Twitter, said that both and I am my wife had lied, and that I had even given a false address in Hampshire.
I said at the time all the allegations were false.

The police “complaint” was nothing more than Hayden making yet another vexatious complaint to the police, as Hayden routinely does.

The police did not speak to me on 26/12/20, as alleged, or at all.
I have not given a false address to the police and the police did not attend my home address and did not speak to my wife.

I made it clear a mistake has been made and Hayden was acting unwisely to repeat allegations which were unfounded.
Eventually I managed to speak to the officer in charge of Hayden’s complaint. She was highly efficient and very helpful. She offered no advice beyond general observations about social media - which I thanked her for and said she was welcome to her opinion.
She told me however that Hayden had been spoken to and told (1) to stop provoking rows on Twitter and then complaining to the police about them, and (2) the alleged visit was now being looked into because it appeared there could be a mistake.
I also wrote to Hayden and warned that a mistake had been made and the allegations Hayden was making were unwise. He was also told by the OiC that mistake was possible. Hayden responded in typical fashion by repeating the allegation, and copying-in my Inn of Court @middletemple.
Furthermore, Hayden cited the core duties that Barristers must adhere to (not a problem Hayden will ever to worry about), specifically the duty to act with honesty and integrity.
I have today received the following apology from the police for its mistake. It speaks for itself. There was no visit to my address and my wife was never spoken to.
I have today written to following email to Hayden (who has already replied saying that I am engaged in harassment by emailing and asking for the allegations to be deleted).
Apologies for the typos - I can’t find my glasses!

More from For later read

@snip96581187 @Daoyu15 @lab_leak @walkaboutrick @ydeigin @Ayjchan @franciscodeasis @TheSeeker268 @angie_rasmussen Clearly, because as I have been saying for 8 months now, DTRA and DARPA have been using Ecohealth and UC Davis to collect novel pathogens for gain of function work back in the USA. I have documented this in many threads which I will post here just to annoy everyone.

@Daoyu15 @lab_leak @walkaboutrick @ydeigin @Ayjchan @franciscodeasis @TheSeeker268 @angie_rasmussen


@Daoyu15 @lab_leak @walkaboutrick @ydeigin @Ayjchan @franciscodeasis @TheSeeker268 @angie_rasmussen


@Daoyu15 @lab_leak @walkaboutrick @ydeigin @Ayjchan @franciscodeasis @TheSeeker268 @angie_rasmussen


@Daoyu15 @lab_leak @walkaboutrick @ydeigin @Ayjchan @franciscodeasis @TheSeeker268 @angie_rasmussen

You May Also Like

Nano Course On Python For Trading
==========================
Module 1

Python makes it very easy to analyze and visualize time series data when you’re a beginner. It's easier when you don't have to install python on your PC (that's why it's a nano course, you'll learn python...

... on the go). You will not be required to install python in your PC but you will be using an amazing python editor, Google Colab Visit
https://t.co/EZt0agsdlV

This course is for anyone out there who is confused, frustrated, and just wants this python/finance thing to work!

In Module 1 of this Nano course, we will learn about :

# Using Google Colab
# Importing libraries
# Making a Random Time Series of Black Field Research Stock (fictional)

# Using Google Colab

Intro link is here on YT: https://t.co/MqMSDBaQri

Create a new Notebook at https://t.co/EZt0agsdlV and name it AnythingOfYourChoice.ipynb

You got your notebook ready and now the game is on!
You can add code in these cells and add as many cells as you want

# Importing Libraries

Imports are pretty standard, with a few exceptions.
For the most part, you can import your libraries by running the import.
Type this in the first cell you see. You need not worry about what each of these does, we will understand it later.