RedstoneExpert commited on
Commit
00e35c1
·
verified ·
1 Parent(s): b85acd2

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -4
index.html CHANGED
@@ -493,7 +493,7 @@
493
  <i class="fas fa-chevron-down text-blue-600 ml-4 transition-transform"></i>
494
  </button>
495
  <div class="faq-content mt-4 text-gray-600 hidden">
496
- <p>No, DepthStrike is a conceptual exploration of how anti-submarine warfare technology could be adapted for RC scale models. This is a theoretical design exercise, not an actual product.</p>
497
  </div>
498
  </div>
499
 
@@ -503,7 +503,7 @@
503
  <i class="fas fa-chevron-down text-blue-600 ml-4 transition-transform"></i>
504
  </button>
505
  <div class="faq-content mt-4 text-gray-600 hidden">
506
- <p>This project served as a development platform for the Tracer language, allowing us to test its capabilities in a complex, safety-critical embedded systems scenario. The ASW bomb concept provided an interesting technical challenge.</p>
507
  </div>
508
  </div>
509
 
@@ -513,7 +513,7 @@
513
  <i class="fas fa-chevron-down text-blue-600 ml-4 transition-transform"></i>
514
  </button>
515
  <div class="faq-content mt-4 text-gray-600 hidden">
516
- <p>While the conceptual designs are presented here, we don't provide build instructions or support for actual construction. This remains a theoretical exercise in systems design and programming language development.</p>
517
  </div>
518
  </div>
519
 
@@ -523,7 +523,7 @@
523
  <i class="fas fa-chevron-down text-blue-600 ml-4 transition-transform"></i>
524
  </button>
525
  <div class="faq-content mt-4 text-gray-600 hidden">
526
- <p>Tracer's focus on embedded systems, real-time performance, and safety-critical features made it ideal for modeling the complex guidance systems required for this theoretical ASW weapon. The language allowed us to rapidly prototype and simulate the various subsystems.</p>
527
  </div>
528
  </div>
529
  </div>
 
493
  <i class="fas fa-chevron-down text-blue-600 ml-4 transition-transform"></i>
494
  </button>
495
  <div class="faq-content mt-4 text-gray-600 hidden">
496
+ <p>Despite DepthStrike not beeing offered as a real product, the priciples behind it are well documented and about a dozen of functional prototypes exist somewhere at an undisclosed location.</p>
497
  </div>
498
  </div>
499
 
 
503
  <i class="fas fa-chevron-down text-blue-600 ml-4 transition-transform"></i>
504
  </button>
505
  <div class="faq-content mt-4 text-gray-600 hidden">
506
+ <p>This project served as a testing platform for the Tracer language, allowing us to test its capabilities in a complex, safety-critical embedded systems scenario. The ASW bomb concept provided an interesting technical challenge.</p>
507
  </div>
508
  </div>
509
 
 
513
  <i class="fas fa-chevron-down text-blue-600 ml-4 transition-transform"></i>
514
  </button>
515
  <div class="faq-content mt-4 text-gray-600 hidden">
516
+ <p>While the conceptual designs are presented here, we don't provide build instructions or support for actual construction. This is for obvious safety reasons, but feel free to larn Tracer yourself to be able to build things like this.</p>
517
  </div>
518
  </div>
519
 
 
523
  <i class="fas fa-chevron-down text-blue-600 ml-4 transition-transform"></i>
524
  </button>
525
  <div class="faq-content mt-4 text-gray-600 hidden">
526
+ <p>Tracer's focus on abstracting PCB development allowed us to rapidly prototype without having to worry about the time investment in modifying a PCB layout. It also allowed us to abstract common subcircuits so we didn't have to repeat them over and over.</p>
527
  </div>
528
  </div>
529
  </div>