summaryrefslogtreecommitdiffstats
path: root/_site/index.html
blob: 22feae344e034abf7403791feaeec15e9c0ea6fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!doctype html>
<html lang="en-us">
  <head>
    <meta charset="utf-8">
    <title>ASCIIMX</title>
    <link rel="stylesheet" href="/assets/css/main.css">
    <link rel="stylesheet" href="/assets/css/normalize.css">
    <link rel="stylesheet" href="/assets/css/skeleton.css">
  </head>
  <body>
    
    <div class="container">
      <ul id="navlist" class="left">
        <li class="active">
          <a href="/">hme</a>
        </li>
        <li >
          <a href="/projects/">tnk</a>
        </li>
        <li >
          <a href="/about/">abt</a>
        </li>
        <li><a href="/feed.xml">rss</a></li>
      </ul>
    </div>

    <main class="container" id="main"><ul>
  
  
  
    <li>
      <h2><a href="/blog/post-1/index/">Index</a></h2>
      <p>An apple is a sweet, edible fruit produced by an apple tree.</p>

    </li>
  
    <li>
      <h2><a href="/projects/e-reader/index/">Prototype e-reader</a></h2>
      <p>This project features a prototype e-reader powered by a 7.5-inch Waveshare e-paper display and an
ESP-WROOM-32 development board.</p>

    </li>
  
    <li>
      <h2><a href="/projects/matrix-digital-rain/index/">The Matrix digital rain for Unix terminals</a></h2>
      <p>The famous digital rain from the movie The Matrix implemented in C for 
the Unix terminal without using any GUI/TUI kits:</p>

    </li>
  
    <li>
      <h2><a href="/projects/etlas/index/">Etlas: e-paper display for news, stocks, and the weather</a></h2>
      <p>Etlas is a news, stock market, and weather tracker powered by an ESP32 NodeMCU
D1, featuring a 7.5-inch Waveshare e-paper display and a DHT22 sensor module.</p>

    </li>
  
    <li>
      <h2><a href="/projects/bumblebee/index/">Bumblebee: turn browser sessions to code</a></h2>
      <p>Bumblebee is a web browser that turns browser sessions into C# scripts. Its
objective is to eliminate the need for authoring scripts for testing, web
scraping, and other browser automation tasks.</p>

    </li>
  
    <li>
      <h2><a href="/projects/desktop-unix/index/">Unix for the desktop</a></h2>
      <p>The year 2020 transformed my personal computing experience. In March 2020, I
stumbled upon Arch Linux and discovered that I could customize my desktop
environment to look and work any way I liked. I exercised that newfound freedom
to create a Matrix-themed setup:</p>

    </li>
  
    <li>
      <h2><a href="/projects/fpm-door-lock/index/">Prototype fingerprint door lock</a></h2>
      <p>This project features a fingerprint door lock powered by an ATmega328P
microcontroller.</p>

    </li>
  
</ul>

</div>
</main>

  </body>
</html>