The existing eRegs production app stores data in MongoDB (5 collections: users, employers, usersubscriptions, transactions, employees). The new eRegs app uses PostgreSQL via Prisma. This plan migrates all paid subscriber data — users, organizations, subscriptions, transactions, and drivers — into the new schema. Scripts must be idempotent (safe to run multiple times) to support staging validation before production execution.
The existing eRegs production app stores data in MongoDB (5 collections: users, employers, usersubscriptions, transactions, employees). The new eRegs app uses PostgreSQL via Prisma. This plan migrates all paid subscriber data — users, organizations, subscriptions, transactions, and drivers — into the new schema. The scripts must be idempotent (safe to run multiple times) to support staging validation and production execution.
via @stasbel based on @bcherny tweet https://x.com/bcherny/status/2017742741636321619?s=20
- Enter plan mode for ANY non-trivial task (3+ steps or architectural decisions)
- If something goes sideways, STOP and re-plan immediately — don't keep pushing
- Use plan mode for verification steps, not just building
- Write detailed specs upfront to reduce ambiguity
| """ | |
| Gmail cleanup helper. | |
| Searches your Gmail account for messages matching `query` and batch-moves them to | |
| Trash via the Gmail API (requires `credentials.json`; creates/uses `token.json`). | |
| Last updated Jan 30, 2026 by @akaak to be used for cleaning up the gmailinbox. | |
| """ | |
| import os.path | |
| from google.auth.transport.requests import Request |
How do policies, standards and procedures look for manufacturing organizations that are in regulated industries such as the automotive sector? Anyone focused on safety reporting such as regulatory experts, security managers, and compliance experts should review the following:
-
Principles: Fundamental beliefs that guide all organizational decisions and culture.
-
Policies: Formal statements of intent that establish direction and boundaries for business conduct and compliance. Sets a broad rule to guide decisions and ensure security or participation.
-
Standards: Specific, measurable requirements that ensure policies are consistently implemented across operations. Specifies exact technical requirements needed to uphold the policy. Baseline defines the minimum acceptable level or criteria to comply with the policy.
| 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!