CodyyyGardner's Categories

CodyyyGardner's Authors

Latest Saves

JANUARY 4, 2021

The first day back at work at the WTO.

What’s happened to the UK’s commitments (“schedules”) on goods (tariffs, tariff quotas, farm support) and services in the WTO now that the Brexit transition is over, and the UK no longer applies the EU’s commitments?

1/12

NEW UK DOCUMENT

The UK has circulated a new document outlining the latest situation with the commitments on goods and services, various agreements, applied tariffs and preferences (GSP, UK-EU deal), WTO dispute settlement, trade remedies, laws

https://t.co/DtiObLumJd

2/12


GOODS
Tariffs, tariff quotas, farm support

The UK is now applying the commitments it proposed in 2018 with amendments in May and Dec 2020 (correcting errors) even though they have not been agreed.

5 rounds of talks. Some agreement, or “close” to

https://t.co/DtiObLumJd

3/12


SERVICES

The UK is now also applying its proposed commitments on services. These have not been agreed either, but only one other country (understood to be Russia) is in negotiations with the UK. The rest have not raised objections.

https://t.co/DtiObLumJd

4/12


AGREEMENTS

The UK confirms accession/ratification in its own right

â—Ź Government Procurement
â—Ź intellectual property (amendment)
â—Ź Trade Facilitation
â—Ź Civil Aircraft
â—Ź information technology products (duty-free)
â—Ź pharma products (duty-free)

https://t.co/DtiObLumJd

5/12
@LordBryant454 @TheJimMajors @smutterbutter41 @FaithlessPheas1 @GoblinQChesh @MorganHanne @retep57 @amca1975 @EboiLeon1 @ardenking55 This grew out of control but here it is...

I grew up with a fundamental Christian mother and a "Catholic" father who didn't practice. We rarely went to church except for a couple of years when I was 10-14. During that time I accepted Jesus as my Lord and Savior (11) at a
/1

@TheJimMajors @smutterbutter41 @FaithlessPheas1 @GoblinQChesh @MorganHanne @retep57 @amca1975 @EboiLeon1 @ardenking55 Baptist Church. For a couple years I was a "good" christian and read my Bible and went to Sunday school. Then when I was 15ish we didn't go much anymore and I was what is known as a "luke warm" Christian until I got to College experimented with alcohol, drugs and girls a lot.
/2

@TheJimMajors @smutterbutter41 @FaithlessPheas1 @GoblinQChesh @MorganHanne @retep57 @amca1975 @EboiLeon1 @ardenking55 I college I learned a lot of science including evolution. After a couple of years of that I found a nice girl and started to practice my own fundamental Christian beliefs separate from any organization. This was when I was the most emersed in my faith. I didn't listen to
/3

@TheJimMajors @smutterbutter41 @FaithlessPheas1 @GoblinQChesh @MorganHanne @retep57 @amca1975 @EboiLeon1 @ardenking55 secular music. I read my Bible with some help of fundamental websites to get through the tough parts but never gave up my scientific knowledge. After a divorce and a career change to pharmacy school, a new wife and job my faith faded again.
/4

@TheJimMajors @smutterbutter41 @FaithlessPheas1 @GoblinQChesh @MorganHanne @retep57 @amca1975 @EboiLeon1 @ardenking55 One day at work (emergency department). We had a 3 month old come in, cardiac arrest. We did everything we could for an hour but there was no getting them back. It wasn't the first or last time I've had a child die at work but this was different for me.
/5
Starting a new project using #Angular? Here is a list of all the stuff i use to launch my projects the fastest i can.

A THREAD 👇

Have you heard about Monorepo? I created one with all my Angular (and Nest) projects using
https://t.co/aY5llDtXg8.

I can share A LOT of code with it. Ex: Everytime i start a new project, i just need to import an Auth lib, that i created, and all Auth related stuff is set up.

Everyone in the Angular community knows about https://t.co/kDnunQZnxE. It's not the most beautiful component library out there, but it's good and easy to work with.

There's a bunch of state management solutions for Angular, but https://t.co/RJwpn74Qev is by far my favorite.

There's a lot of boilerplate, but you can solve this with the built-in schematics and/or with your own schematics

Are you not using custom schematics yet? Take a look at this:

https://t.co/iLrIaHVafm
https://t.co/3382Tn2k7C

You can automate all the boilerplate with hundreds of files associates with creating a new feature.