Install Perf in WSL-2 Ubuntu
Perf Install Install the Perf tool. Appendix
Perf Install Install the Perf tool. Appendix
Z Shell Updating Z shell is used in the Devcontainer development environment. Every so often it asks if you want to update. The shell outs puts a colorized out put of what changes (See appendix ...
Command line open chat. VSC has had Chat as a panel (default on right) for some time. Now they have the option to add chat to the command line. See appendix for the display when starting a termin...
Why Claude? I just changed from ChatGPT to Claude. I get this flash screen, and not sure what happens. It would be nice to have a button to click and learn more (see appendix) Appendix
Why Rust Rust will be used because it is memory safe and has high performance. Python is used for speed of development and the vast number of Python packages availible. flowchart LR A[Rust] --...
Resource components and objects Item - Location - Resource Object model. erDiagram Items ||--o{ ILR : "can be planned at" Locations ||--o{ Resources : "has" Locations ||--o{ ILR : "hosts" ...
The Main Goal of this Distributed System is for fast and efficient development Containerization and Distributed from the beginning (Docker Compose, Kubernetes) CI/CD Debugging and Logging ...
Introduction Supply planning data is critical because it provides the foundation for aligning supply chain resources with customer demand. Accurate and timely data on production capacity, inventory...
flowchart LR A[Hard] -->|Text| B(Round) B --> C{Decision} C -->|One| D[Result 1] C -->|Two| E[Result 2]
Problem The Jupyter Notebooks freezes when run in Visual Studio Code. It runs when run from the local Jupyter web page. System: Ubuntu Python3 venv Visual Studion Code ‘jupyter’ was ins...