| marp | theme | paginate |
|---|---|---|
true |
default |
true |
- Toil is repetitive, manual work that scales with system growth
| MFR_NAME | NHTSA_NUM | INV_TYPE | INV_YR | OPENDATE | CLOSEDATE | inv_days | |
|---|---|---|---|---|---|---|---|
| Mercedes-Benz USA, LLC | DP22002 | DP | 22 | 2022-09-12 | 2024-02-27 | 533 | |
| Chrysler (FCA US, LLC) | DP22005 | DP | 22 | 2023-01-27 | 2023-08-07 | 192 | |
| Nissan North America, Inc. | DP22005 | DP | 22 | 2023-01-27 | 2023-08-07 | 192 | |
| Subaru of America, Inc. | DP22005 | DP | 22 | 2023-01-27 | 2023-08-07 | 192 | |
| Volvo Car USA, LLC | DP22005 | DP | 22 | 2023-01-27 | 2023-08-07 | 192 | |
| Tesla, Inc. | EA22002 | EA | 22 | 2022-06-08 | 2024-04-25 | 687 | |
| Chrysler (FCA US, LLC) | PE22012 | PE | 22 | 2022-11-28 | NULL | NULL | |
| Chrysler Group Global Electric Motorcars | DP22005 | DP | 22 | 2023-01-27 | 2023-08-07 | 192 | |
| Hyundai Motor America | DP22005 | DP | 22 | 2023-01-27 | 2023-08-07 | 192 |
| COUNT | MFGTXT | |
|---|---|---|
| 73 | Chrysler (FCA US, LLC) | |
| 67 | Ford Motor Company | |
| 65 | Forest River, Inc. | |
| 36 | BMW of North America, LLC | |
| 33 | General Motors, LLC | |
| 28 | Mercedes-Benz USA, LLC | |
| 25 | Hyundai Motor America | |
| 21 | Jaguar Land Rover North America, LLC | |
| 21 | Daimler Trucks North America, LLC |
If you are a developer and use Visual Studio Code (VSCode), then I recommend that you use GistPad
Super helpful to view and work with your gists right within VSCode
Does automatic sync with your github and use VSCode interface to view, write and udpate your gists.
Build your own workflow to take notes, build knowledge base that is your own!
| { | |
| "AL": "Alabama", | |
| "AK": "Alaska", | |
| "AS": "American Samoa", | |
| "AZ": "Arizona", | |
| "AR": "Arkansas", | |
| "CA": "California", | |
| "CO": "Colorado", | |
| "CT": "Connecticut", | |
| "DE": "Delaware", |
| # suggested by https://x.com/ky__zo/status/1872641995703046246 | |
| gp() { | |
| git add . | |
| git commit -m "$1" | |
| git push | |
| } |
shared accounts have scaling limits
each dept has their own account does not always work well
accounts around apps or micro services -->
make sure that the governance mechanisms do not slow you down and not let you move faster
embrace the genius of the AND.
There are 3 levels of git config; project, global and system.
project: Project configs are only available for the current project and stored in .git/config in the project's directory.
$ git config user.name "John Doe"
| { | |
| "title": "TOML Example", | |
| "owner": { | |
| "name": "Tom Preston-Werner", | |
| "organization": "GitHub", | |
| "bio": "GitHub Cofounder & CEO\n\tLikes \"tater tots\" and beer and backslashes: \\", | |
| "dob": "1979-05-27T07:32:00.000Z" | |
| }, | |
| "database": { | |
| "server": "192.168.1.1", |