<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Fryzek Concepts</title> <link rel="stylesheet" href="/assets/style.css"> <link rel="icon" type="image/x-icon" href="/assets/favicon.svg"> </head> <body> <div class="header-bar"> <a href="/index.html"> <img src="/assets/favicon.svg" alt="frycon logo"> </a> <div class="header-links"> <a href="/now.html" class="header-link">Now</a> <a href="/about.html" class="header-link">About</a> </div> </div> <main> <div class="title-header-container"> <div class="animated-box"> <ul class="animated-name"> <li class="animated-name item-1">Lucas</li> <li class="animated-name item-2">卢卡斯</li> <li class="animated-name item-2">Λούκας</li> <li class="animated-name item-2">Lukáš</li> <li class="animated-name item-2">ルーカス</li> <li class="animated-name item-1">Lucas</li> </ul> </div> <h1 class=title-header> is a developer working on cool things. </h1> </div> <h2 class="main-heading">Notes</h2> <div class="notes-container"> <a href="/notes/digital_garden.html" class="note-link"> <div class="note-box"> <h2>Digital Garden</h2> <p>After reading Maggie Appleton page on digital gardens I was inspired to convert my own website into...</p> </div> </a> <a href="/notes/rasterizing-triangles.html" class="note-link"> <div class="note-box"> <img src="/assets/2022-04-03-rasterizing-triangles/Screenshot-from-2022-04-03-13-43-13.png"> <h2>Rasterizing Triangles</h2> <p>Lately I’ve been trying to implement a software renderer following the algorithm described by ...</p> </div> </a> <a href="/notes/baremetal-risc-v.html" class="note-link"> <div class="note-box"> <img src="/assets/2022-06-09-baremetal-risc-v/PXL_20220609_121350403.jpg"> <h2>Baremetal RISC-V</h2> <p>After re-watching suckerpinch’s Reverse Emulation video I got inspired to try and replicate what ...</p> </div> </a> </div> </main> </body> </html>