<!DOCTYPE html>
<html lang="en">
<head>
  <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.8.0">
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="stylesheet" type="text/css" href="style.css">
  <title>rose colored xeyes</title>
</head>
<body>
  <header>
    <b>rose colored xeyes</b>   <a href="/">home</a>
  </header><!--<div class="head"><h1>Rose Colored Xeyes</h1></div>-->
  <h1>Rose Colored Xeyes</h1>
  <p>A personal blog with Linux tutorials written to solve problems as I
  encounter them and a page about software I have written</p>
  <div class="parallax">
    <div class="parallax-image"></div>
    <div class="bio-container">
      <div class="bio-image"><img src="me.webp" alt="Headshot"></div>
      <div class="bio-text">
        <p>I am an engineer who loves technology and futzing with Linux systems.
        Currently, I study robotics engineering at RWTH Aachen where I am doing a
        thesis determing cutting paths for a robotic ship disassembly</p>
      </div>
    </div>
  </div>

  <h2>Articles</h2>
  <small>I write down tutorials as I learn things myself, and post them here in the
  hope that it will be useful to my future self and to others</small>
  <div class="box"> 
    <h3><a href="2024-02-27-caddy3.html">Set up a syncthing relay</a></h3>
    <small>Simple intro to self hosting</small>
  </div>
  <div class="box">
    <a href="2024-02-20-quick-notes.html">Collection of small notes too small for
    an article</a>
  </div>
  <div class="box">
    <a href="test.php">test</a>
  </div>

  <h2>Software</h2>
  <small>A collection of open source software I have written. All licensed under the AGPL or other free license</small>
  <div class=box>
    <h3>Hawk</h3>
    <small>Easily preview and launch your files from the desktop. Powered by fzf</small>
  </div>
  <div class="box">
    <h3><a href="2025-03-09-nvim-cells.html">Neovim Cells</a></h3><small>Bring
    Jupyter notebook style cells to Neovim with a dead simple plugin</small>
  </div>
  <h2>About this Website</h2>
  <p>A personal blog where I can share software and Linux knowledge and learn about web hosting and design in the process. The html and css are all written by hand. The website is designed to be performant, without all of the remote fonts and libraries that weigh down much of the modern web. It is pleasant to use. There are no cookie pop-ups, I don't ask for your email, and I don't collect your data. In fact, there is no Javascript at all. It employs responsive design without having any special conditions for mobile screens, and is simple and clear enough to be usable even on a text browser. It's designed to be what I think websites ought to be like</p>
  <hr></hr>
<?php include 'footer.php'; ?>
  <footer>
<small xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"><a property="dct:title" rel="cc:attributionURL" href="https://rosecoloredxeyes.com">Rose Colored Xeyes</a> by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://rosecoloredxeyes.com">Jarrett Bolander</a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""></a></small>
</footer>
</body>
</html>
