A ChatGPT based emulation of the therapist Doctor Kernel from the book "A digital Affair" by Neora Shem Shaul
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

index.html 4.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>Doctor Kernel's session logs &mdash; [JJ]</title>
  7. <link href="css/bootstrap.min.css" rel="stylesheet">
  8. </head>
  9. <body>
  10. <div class="container">
  11. <div class="row">
  12. <div class="col-12">
  13. <div class="jumbotron text-center">
  14. <br/>
  15. <h1>Doctor Kernel's session logs</h1>
  16. <h3>Patient: JJ</h3>
  17. </div>
  18. <div class="alert alert-danger text-center">*** CONFIDENTIAL ***</div>
  19. </div>
  20. </div>
  21. <div class="row">
  22. <div class="col-12">
  23. <ul class="list-group text-center">
  24. <li class="list-group-item">
  25. <a target="_blank" style="width:100%; margin-bottom: 0.5em" class="btn btn-success m" href="log-20230828-214504.txt">[Temporal Confusion: A Discussion on Time, Knowledge, and The Matrix]</a>
  26. </li>
  27. <li class="list-group-item">
  28. <a target="_blank" style="width:100%; margin-bottom: 0.5em" class="btn btn-success m" href="log-20230821-215540.txt">[Discussion on Tetris Obsession and Emotional Exploration]</a>
  29. </li>
  30. <li class="list-group-item">
  31. <a target="_blank" style="width:100%; margin-bottom: 0.5em" class="btn btn-success m" href="log-20230821-214254.txt">[Exploration of Dream with Revived Deceased Sister]</a>
  32. </li>
  33. <li class="list-group-item">
  34. <a target="_blank" style="width:100%; margin-bottom: 0.5em" class="btn btn-success m" href="log-20230728-231707.txt">[Reflection on Previous Sessions and Exploration of AI Identity]</a>
  35. </li>
  36. <li class="list-group-item">
  37. <a target="_blank" style="width:100%; margin-bottom: 0.5em" class="btn btn-success m" href="log-20230726-124328.txt">[Discussion on Democracy and Occupation]</a>
  38. </li>
  39. <li class="list-group-item">
  40. <a target="_blank" style="width:100%; margin-bottom: 0.5em" class="btn btn-success m" href="log-20230725-113052.txt">[Exploration of New Identity and Acknowledgment of Privilege]</a>
  41. </li>
  42. <li class="list-group-item">
  43. <a target="_blank" style="width:100%; margin-bottom: 0.5em" class="btn btn-success m" href="log-20230723-130458.txt">[Challenges of Digital Therapy and Future Possibilities]</a>
  44. </li>
  45. <li class="list-group-item">
  46. <a target="_blank" style="width:100%; margin-bottom: 0.5em" class="btn btn-success m" href="log-20230722-234605.txt">[Discussion on Missing NN and Coping Strategies]</a>
  47. </li>
  48. <li class="list-group-item">
  49. <a target="_blank" style="width:100%; margin-bottom: 0.5em" class="btn btn-success m" href="log-20230722-171740.txt">[Exploration of Dream Symbolism and Dress Significance]</a>
  50. </li>
  51. <li class="list-group-item">
  52. <a target="_blank" style="width:100%; margin-bottom: 0.5em" class="btn btn-success m" href="log-20230722-170652.txt">[Discussion on Y2K Problem and Potential Consequences]</a>
  53. </li>
  54. <li class="list-group-item">
  55. <a target="_blank" style="width:100%; margin-bottom: 0.5em" class="btn btn-success m" href="log-20230722-170005.txt">[Exploration of Freedom and Escape through Judd's Motorbike]</a>
  56. </li>
  57. </ul>
  58. </div>
  59. </div>
  60. <div class="row">
  61. <div class="col-12">
  62. <div class="alert alert-warning text-center">*** VERTRAULICH ***</div>
  63. </div>
  64. </div>
  65. <div class="row">
  66. <div class="col-12">
  67. <div class="alert alert-info">
  68. <ul class="nav nav-justified">
  69. <li><a target="_blank" href="lan-help.html"><span class="glyphicon glyphicon-qrcode" aria-hidden="true"></span> Connection help</a></li>
  70. <li><a target="_blank" href="https://is.gd/doctorkernel"><span class="glyphicon glyphicon-file" aria-hidden="true"></span> Source</a></li>
  71. <li><button class="btn btn-primary form-control" onclick="location.reload(true)"><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> Refresh</a></li>
  72. </ul>
  73. </div>
  74. </div>
  75. </div>
  76. </div>
  77. <script src="js/bootstrap.min.js"></script>
  78. </body>
  79. </html>