vault backup: 2025-07-28 10:19:44

This commit is contained in:
Dane Sabo 2025-07-28 10:19:44 -04:00
parent 614a7ee84a
commit 157183d858
7 changed files with 30 additions and 30 deletions

View File

@ -2,4 +2,4 @@
The easiest option right now is to just get the car back to OEM spec. The current suspension dampers are absolutely fucked. Springs are probably okay.
- [ ] [[Replace OEM dampers front and rear]] #Dynamics #Hands-On 📅 2025-04-01
- [ ] [[Replace bushings]] #Dynamics #Hands-On 📅 2025-06-01
- [ ] [[Replace bushings]] #Dynamics #Hands-On 📅 2025-07-29

View File

@ -1,3 +1,3 @@
Right now, OEM brakes have no brake pressure, and only parking brake will hold the car. This needs to be addressed and fixed before the car can run.
- [ ] Find brake leak #Brakes #Running-Car 📅 2025-05-01
- [ ] Find brake leak #Brakes #Running-Car 📅 2025-07-29

View File

@ -1,5 +1,5 @@
I need to reestablish what wheels and tires are on the z right now, and figure out a more sustainable space solution. One thing that needs done is that longer wheel studs need put on the car.
- [ ] [[Longer Wheel Studs]] #Dynamics 📅 2025-05-01
- [ ] What are the current wheels and tires on the Z? #Dynamics 📅 2025-04-01
- [ ] Sell my old tires #Hands-On 📅 2025-05-01
- [ ] [[Longer Wheel Studs]] #Dynamics 📅 2025-07-29
- [ ] What are the current wheels and tires on the Z? #Dynamics 📅 2025-07-29
- [/] Sell my old tires #Hands-On 📅 2025-05-01

View File

@ -19,15 +19,15 @@ Any fancy turbo business.
## Planning
- [x] [[Which LS Engine should I target?]] #Powertrain #Running-Car ✅ 2025-03-07
- [x] [[What transmission will solve all my problems?]] #Drivetrain #Running-Car ✅ 2025-03-07
- [ ] [[How will the exhaust work?]] #Powertrain #Running-Car 📅 2025-06-01
- [ ] [[How will cooling work?]] #Powertrain #Running-Car 📅 2025-05-01
- [ ] [[How will fuel work?]] #Powertrain #Electrical #Running-Car 📅 2025-05-01
- [ ] [[How will gauges work?]] #Powertrain #Electrical 📅 2025-07-01
- [ ] [[How will the exhaust work?]] #Powertrain #Running-Car 📅 2025-07-29
- [ ] [[How will cooling work?]] #Powertrain #Running-Car 📅 2025-07-29
- [ ] [[How will fuel work?]] #Powertrain #Electrical #Running-Car 📅 2025-07-29
- [ ] [[How will gauges work?]] #Powertrain #Electrical 📅 2025-07-29
## Work on the car
- [x] [[Clean up the engine bay]]. Remove junk that doesn't need to be there. #Powertrain #Hands-On #Running-Car ✅ 2025-03-10
- [ ] Sell the old engine #Hands-On 📅 2025-04-01
- [ ] Sell the old transmission #Hands-On 📅 2025-04-01
- [/] Sell the old engine #Hands-On 📅 2025-04-01
- [/] Sell the old transmission #Hands-On 📅 2025-04-01
# Projected Costs

View File

@ -6,5 +6,5 @@
- [ ] Two-Phase Commit #TLA 📅 2025-07-29
- [ ] Paxos Commit #TLA 📅 2025-07-29
- [ ] Implementation #TLA 📅 2025-07-29
- [ ] The Alternating Bit Protocol #TLA ⏳ 2025-03-28 📅 2025-08-01
- [ ] Implementation with Refinement #TLA ⏳ 2025-04-04 📅 2025-08-01
- [ ] The Alternating Bit Protocol #TLA ⏳ 2025-03-28 📅 2025-08-04
- [ ] Implementation with Refinement #TLA ⏳ 2025-04-04 📅 2025-08-04

View File

@ -6,7 +6,7 @@ https://learnyouahaskell.github.io/chapters.html
- [ ] Chapter 5: Recursion #Haskell 📅 2025-07-29
- [ ] Chapter 6: Higher Order Functions #Haskell 📅 2025-07-29
- [ ] Chapter 7: Modules #Haskell 📅 2025-07-29
- [ ] Chapter 8: Making Our Own Types and Typeclasses #Haskell 📅 2025-04-02
- [ ] Chapter 9: A Fistful of Monads #Haskell 📅 2025-04-09
- [ ] Chapter 10: For a Few Monads More #Haskell 📅 2025-04-16
- [ ] Chapter 11: A Nice Little Course on Lambdas #Haskell 📅 2025-04-23
- [ ] Chapter 8: Making Our Own Types and Typeclasses #Haskell 📅 2025-07-29
- [ ] Chapter 9: A Fistful of Monads #Haskell 📅 2025-07-29
- [ ] Chapter 10: For a Few Monads More #Haskell 📅 2025-07-29
- [ ] Chapter 11: A Nice Little Course on Lambdas #Haskell 📅 2025-07-29

View File

@ -3,17 +3,17 @@
- [<] Chapter 3: Common Programming Concepts #Rust 📅 2025-07-29
- [ ] Chapter 4: Understanding Ownership #Rust 📅 2025-07-29
- [ ] Chapter 5: Using Structs to Structure Related Data #Rust 📅 2025-07-29
- [ ] Chapter 6: Enums and Pattern Matching #Rust 📅 2025-04-18
- [ ] Chapter 6: Enums and Pattern Matching #Rust 📅 2025-07-29
- [ ] Chapter 7: Managing Growing Projects with Packages, Crates, and Modules #Rust 📅 2025-07-29
- [ ] Chapter 8: Common Collections #Rust 📅 2025-04-01
- [ ] Chapter 9: Error Handling #Rust 📅 2025-04-08
- [ ] Chapter 10: Generic Types, Traits, and Lifetimes #Rust 📅 2025-04-15
- [ ] Chapter 11: Writing Automated Tests #Rust 📅 2025-04-22
- [ ] Chapter 12: An I/O Project: Building a Command Line Program #Rust 📅 2025-04-29
- [ ] Chapter 13: Functional Language Features: Iterators and Closures #Rust 📅 2025-05-06
- [ ] Chapter 14: More about Cargo and Crates.io #Rust 📅 2025-05-13
- [ ] Chapter 15: Smart Pointers #Rust 📅 2025-05-20
- [ ] Chapter 16: Fearless Concurrency #Rust 📅 2025-05-27
- [ ] Chapter 17: Object-Oriented Programming Features of Rust #Rust 📅 2025-06-03
- [ ] Chapter 18: Patterns and Matching #Rust 📅 2025-06-10
- [ ] Chapter 19: Advanced Features #Rust 📅 2025-06-17
- [ ] Chapter 8: Common Collections #Rust 📅 2025-07-29
- [ ] Chapter 9: Error Handling #Rust 📅 2025-07-29
- [ ] Chapter 10: Generic Types, Traits, and Lifetimes #Rust 📅 2025-07-29
- [ ] Chapter 11: Writing Automated Tests #Rust 📅 2025-07-29
- [ ] Chapter 12: An I/O Project: Building a Command Line Program #Rust 📅 2025-07-29
- [ ] Chapter 13: Functional Language Features: Iterators and Closures #Rust 📅 2025-07-29
- [ ] Chapter 14: More about Cargo and Crates.io #Rust 📅 2025-07-29
- [ ] Chapter 15: Smart Pointers #Rust 📅 2025-07-29
- [ ] Chapter 16: Fearless Concurrency #Rust 📅 2025-07-29
- [ ] Chapter 17: Object-Oriented Programming Features of Rust #Rust 📅 2025-07-29
- [ ] Chapter 18: Patterns and Matching #Rust 📅 2025-07-29
- [ ] Chapter 19: Advanced Features #Rust 📅 2025-07-29