๐จ๐ฌ๐ง๐ช๐บ๐ด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ๐ฎ๐ช๐๐๐ฌ๐ง๐ช๐บ๐จ
As #brexit talks drift towards the rocks, trade groups say plans for Irish Sea trade border after Brexit are โin a messโ via, my latest via @FT ...this is an issue coming deal or no deal. Stay with me 1/
https://t.co/vSgU5LlZ31
At the same time Defra is unable to answer basic questions..../11
Leaving aside how chicken currently in cold storage will get a health certificate which it will need after Jan 1 if going to NI...but didn't when it was delivered?
It can be make to work, but its complex and needs time /13
Negotiatiors on both sides say a one-year 'implementation' period won't happen...but there will need to be flexibility /15
More from Peter Foster
More from Brexit
A further thread on the EU/UK musicians/visa for paid work issue (the issue is paid work: travelling to sing or play at eg a charity event for free can be done without a visa).
The position that we now have now (no relevant provisions under the TCA) is complicated. For EU musicians visiting the UK see
In essence the UK permits foreign (including EU) nationals to stay up to 30 days to carry out paid engagements, but they must (a) prove they are a professional musician and (b) be invited by an established UK business.
Either condition could be tricky for a young musician starting out and wanting to play gigs. And 30 days isnโt long enough for a part in a show with a run.
Longer stays require a T5 visa - which generally requires you to be in a shortage occupation (play an instrument not played in the UK?) or to have an established international reputation.
Disgraceful and shabby if true: not only ideologically blinkered, but ashamed to admit its ideological blinkers and their consequences. https://t.co/7PgOEogTlA
— George Peretz QC (@GeorgePeretzQC) January 9, 2021
The position that we now have now (no relevant provisions under the TCA) is complicated. For EU musicians visiting the UK see
See here a summary of what is permitted from U.K. POV. https://t.co/HkdRlubySr
— Luke Piper (@Pipermigration) January 10, 2021
In essence the UK permits foreign (including EU) nationals to stay up to 30 days to carry out paid engagements, but they must (a) prove they are a professional musician and (b) be invited by an established UK business.
Either condition could be tricky for a young musician starting out and wanting to play gigs. And 30 days isnโt long enough for a part in a show with a run.
Longer stays require a T5 visa - which generally requires you to be in a shortage occupation (play an instrument not played in the UK?) or to have an established international reputation.
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.
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.