A Christmas Carol. My Brexit “take” on a popular seasonal tale. Happy Christmas everyone @mrjamesob @campbellclaret @chrisgreybrexit @rafaelbehr
More from Brexit
Two excellent questions at the end of a very sensible thread summarising the post-Brexit UK FP debate. My own take at attempting to offer an answer - ahead of the IR is as follow:
1. The two versions have a converging point: a tilt to the Indo-pacific doesn’t preclude a role as a convening power on global issues;
2. On the contrary, it underwrites the credibility for leadership on global issues, by seeking to strike two points:
A. Engaging with a part of the world in which world order and global issues are central to security, prosperity, and - not least - values;
B. Propelling the UK towards a more diversified set of economic, political, and security ties;
3. The tilt towards the Indo-Pacific whilst structurally based on a realist perception of the world, it is also deeply multilateral. Central to it is the notion of a Britain that is a convening power.
4. It is as a result a notion that stands on the ability to renew diplomacy;
5. It puts in relation to this a premium on under-utilised formats such as FPDA, 5Eyes, and indeed the Commonwealth - especially South Pacific islands;
6. It equally puts a premium on exploring new bilateral and multilateral formats. On former, Japan, Australia. On latter, Quad;
Both the @ChathamHouse and @Policy_Exchange reports are excellent and leave a healthy tension to the UK foreign policy debate. I\u2019m left with two questions that won\u2019t go away. Is the first underestimating how the world has changed. Is the second overestimating Britain\u2019s capacity?
— Ben Judah (@b_judah) January 11, 2021
1. The two versions have a converging point: a tilt to the Indo-pacific doesn’t preclude a role as a convening power on global issues;
2. On the contrary, it underwrites the credibility for leadership on global issues, by seeking to strike two points:
A. Engaging with a part of the world in which world order and global issues are central to security, prosperity, and - not least - values;
B. Propelling the UK towards a more diversified set of economic, political, and security ties;
3. The tilt towards the Indo-Pacific whilst structurally based on a realist perception of the world, it is also deeply multilateral. Central to it is the notion of a Britain that is a convening power.
4. It is as a result a notion that stands on the ability to renew diplomacy;
5. It puts in relation to this a premium on under-utilised formats such as FPDA, 5Eyes, and indeed the Commonwealth - especially South Pacific islands;
6. It equally puts a premium on exploring new bilateral and multilateral formats. On former, Japan, Australia. On latter, Quad;
You May Also Like
Margatha Natarajar murthi - Uthirakosamangai temple near Ramanathapuram,TN
#ArudraDarisanam
Unique Natarajar made of emerlad is abt 6 feet tall.
It is always covered with sandal paste.Only on Thriuvadhirai Star in month Margazhi-Nataraja can be worshipped without sandal paste.
After removing the sandal paste,day long rituals & various abhishekam will be https://t.co/e1Ye8DrNWb day Maragatha Nataraja sannandhi will be closed after anointing the murthi with fresh sandal paste.Maragatha Natarajar is covered with sandal paste throughout the year
as Emerald has scientific property of its molecules getting disturbed when exposed to light/water/sound.This is an ancient Shiva temple considered to be 3000 years old -believed to be where Bhagwan Shiva gave Veda gyaana to Parvati Devi.This temple has some stunning sculptures.
#ArudraDarisanam
Unique Natarajar made of emerlad is abt 6 feet tall.
It is always covered with sandal paste.Only on Thriuvadhirai Star in month Margazhi-Nataraja can be worshipped without sandal paste.
After removing the sandal paste,day long rituals & various abhishekam will be https://t.co/e1Ye8DrNWb day Maragatha Nataraja sannandhi will be closed after anointing the murthi with fresh sandal paste.Maragatha Natarajar is covered with sandal paste throughout the year
as Emerald has scientific property of its molecules getting disturbed when exposed to light/water/sound.This is an ancient Shiva temple considered to be 3000 years old -believed to be where Bhagwan Shiva gave Veda gyaana to Parvati Devi.This temple has some stunning sculptures.
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.
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.