Unless we pass laws which support people to enable them to self-isolate properly, any improvements to test & trace will have marginal impact and cases will simply spiral out of control once again as we ease lockdown in December.

A short thread on what we can do and why 👇
1/

Improving the currently poor rates of self-isolation is actually the key point, which many scientists, politicians, & commentators do still seem to be missing.

This requires good public health communication, proper support for those who need to self-isolate, & trust.
2/
Massive testing and tracing will only significantly reduce
transmission if positive cases isolate effectively. Yet
currently fewer than 20% of those who should isolate are fully adherent.

I don't think I need to explain why it's so critical to improve these rates.

3/
Survey data shows intention to adhere to test/trace/isolate behaviours is higher than self-reported adherence: whilst 76% of people intend to share contacts, only 50% of people correctly recognise symptoms &
just 12% get a test, 18% isolate, & 11% of contacts isolate properly.
4
Self-reported ability to self-isolate
is three times lower in those who earn less than £20,000 per year or have less than £100 saved.

5/
The UK has one of the lowest proportions of pay covered by statutory sick pay in Europe (29% compared to 100% in Germany), and millions do not qualify.

6/
An OECD review showed paid sick leave is important well beyond its
core function to protect sick workers during a health pandemic and subsequent economic crisis.

7/
SAGE and iSAGE agree that
individuals need to be supported properly for them to isolate, advising a daily text or phone call, with provision of food supplies, essential goods and employment
protection, stressing solidarity and togetherness.

8/
In Senegal (& China & elsewhere), they offer isolated accommodation to anyone who needs it. https://t.co/Reopwtvizn
We could do this too (hotels), & it would go a long way to preventing spread within multigenerational households, where transmission often occurs.
9/
It is *over three months* since the ONS found that a lack of proper sick pay was highly correlated with care home outbreaks and *over three months later* we have still done absolutely nothing about this in England. https://t.co/q4phFlXALW

In the most vulnerable of settings.

10/
https://t.co/7lkzrHx7DB
Wales has acted to change this in care homes, when will England? And when will we then follow SAGE, iSAGE and OECD advice and apply that across the board to improve self - isolation rates and therefore reduce rates of community transmission?

11/
Existing test-and-trace policies have deviated from advice provided by SAGE and, without improving basic public health communication and giving support to self-isolate, any
improvements to the test-and-trace system will have only marginal impact.

END
https://t.co/h60nM1TMsM

More from Society

Tomorrow, January 6th, MAGA chuds, Proud Boys, and white supremacists are planned to descend on Washington D.C. to contest the election. Among them will be NSC-131, a New England based neo-Nazi organization. Let's welcome them by saying hi to one of their members, Eddie Stuart!


Edward Stuart, from Chester, New Hampshire, has been a member of Nationalist Social Club (NSC) since the very beginning and is a staple participant in their actions. He is known in NSC chats as "Carl Jung" and is well connected in the New England Nazi scene.
2/


NSC-131 is a neo-Nazi group that was started in Massachusetts in early 2020 by Chris Hood. You can learn more about NSC and it's members in these threads:


Eddie describes his ideology as "Esoteric Hitlerism" which is an occult form of Nazism that literally worships Adolf Hitler as a god, or, specifically, as an incarnation of the Hindu God Vishnu. Here is Ed holding the RigVeda with some of his occult Nazi pals. Interesting Ed!
4/


Much of this ideological insight was gained from Eddie's Twitter, where he originally used his "Carl Jung" persona and reposts explicit neo-fascist content and racist memes. In one edited picture, Eddie can be seen at an NSC event in late June 2020 holding a Nazi Sonnenrad flag
5
global health policy in 2020 has centered around NPI's (non-pharmaceutical interventions) like distancing, masks, school closures

these have been sold as a way to stop infection as though this were science.

this was never true and that fact was known and knowable.

let's look.


above is the plot of social restriction and NPI vs total death per million. there is 0 R2. this means that the variables play no role in explaining one another.

we can see this same relationship between NPI and all cause deaths.

this is devastating to the case for NPI.


clearly, correlation is not proof of causality, but a total lack of correlation IS proof that there was no material causality.

barring massive and implausible coincidence, it's essentially impossible to cause something and not correlate to it, especially 51 times.

this would seem to pose some very serious questions for those claiming that lockdowns work, those basing policy upon them, and those claiming this is the side of science.

there is no science here nor any data. this is the febrile imaginings of discredited modelers.

this has been clear and obvious from all over the world since the beginning and had been proven so clearly by may that it's hard to imagine anyone who is actually conversant with the data still believing in these responses.

everyone got the same R

You May Also Like

A brief analysis and comparison of the CSS for Twitter's PWA vs Twitter's legacy desktop website. The difference is dramatic and I'll touch on some reasons why.

Legacy site *downloads* ~630 KB CSS per theme and writing direction.

6,769 rules
9,252 selectors
16.7k declarations
3,370 unique declarations
44 media queries
36 unique colors
50 unique background colors
46 unique font sizes
39 unique z-indices

https://t.co/qyl4Bt1i5x


PWA *incrementally generates* ~30 KB CSS that handles all themes and writing directions.

735 rules
740 selectors
757 declarations
730 unique declarations
0 media queries
11 unique colors
32 unique background colors
15 unique font sizes
7 unique z-indices

https://t.co/w7oNG5KUkJ


The legacy site's CSS is what happens when hundreds of people directly write CSS over many years. Specificity wars, redundancy, a house of cards that can't be fixed. The result is extremely inefficient and error-prone styling that punishes users and developers.

The PWA's CSS is generated on-demand by a JS framework that manages styles and outputs "atomic CSS". The framework can enforce strict constraints and perform optimisations, which is why the CSS is so much smaller and safer. Style conflicts and unbounded CSS growth are avoided.