view mrjunejune/src/blog/index.html @ 265:056790c4fb0d

add role-aware Epi assistant prompts Add verified June knowledge, guest/member/admin Copilot profiles, profile-isolated session recovery, animated Epi greetings, and a single authoritative runtime config workflow for inference. Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Fri, 07 Aug 2026 10:50:30 -0700
parents 96628cf126a0
children
line wrap: on
line source

<!doctype html>
<html lang="en">
  <head>
    {{/parts/base_head.html}}
  </head>
  <body>
      {{/parts/header.html}}
     <main>
       <h1 class="title" style="margin-bottom: 20px;"> Blogs </h1>
       <ul style="list-style: none;">
         <li style="margin-bottom: 20px;">
           <span> January 08 2026 </span>
           <p><h4><a href="/blog/websocket-demystified">Websocket Demystified</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> January 02 2026 </span>
           <p><h4><a href="/blog/my-seobeo-journey">Creating Network Library in C</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Apr 12 2025 </span>
           <p><h4><a href="/blog/wsl2-ssh">WSL2 Cloudtop Setup</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Dec 10 2024 </span>
           <p><h4><a href="/blog/multithread-in-js">MultiThreading in JS</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Nov 23 2024 </span>
           <p><h4><a href="/blog/thoughts-on-tdd">My thoughts on TDD</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Nov 21 2024 </span>
           <p><h4><a href="/blog/optimizing-grass-rendering">Optimizing Random Placement with Colour Noise</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Nov 17 2024 </span>
           <p><h4><a href="/blog/thoughts-on-ide">My thoughts on IDE</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Nov 16 2024 </span>
           <p><h4><a href="/blog/optimizing-data-structures">Optimizing Data Structure for Performance</a></h4></p>
         </li>
         <li style="margin-bottom: 20px;">
           <span> Nov 13 2024 </span>
           <p><h4><a href="/blog/wasm-bunny">WASM using c3</a></h4></p>
         </li>
       </ul>
     </main>
     {{/parts/footer.html}}
  </body>
</html>