aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: c3cbf05d2ce799f1c952be4b98685243a110e63b (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
---
layout: index
---

<p><i>You do not learn by relaxing. You learn by violently assaulting your problem
until it surrenders its mysteries to you.</i></p>

<a style="max-width:650px;display:inline-block;background:blue;color:white;padding:1em;" href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank">
  <strong>Latest experiment:</strong> Examine graphical representations of
  binary files using diagrams that illustrate connections between pairs of bytes
  (digraphs) and triplets of bytes (trigraphs).
</a>

<h2>More long form, ramblings etc</h2>
<ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="Articles" class="list">
  <meta itemprop="name" content="Article list">
  {% for post in site.posts %}
  {% if post.type == "post" and post.draft == false %}
	<li>
    <a href="{{ post.url }}">{{ post.title }}</a>
  </li>
  {% endif %}
  {% endfor %}
</ul>

<h2>Notes?! Maybe useful</h2>
<ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="Notes" class="list">
  <meta itemprop="name" content="Note list">
  {% for post in site.posts %}
  {% if post.type == "note" and post.draft == false %}
	<li>
    <a href="{{ post.url }}">{{ post.title }}</a>
  </li>
  {% endif %}
  {% endfor %}
</ul>

<h2>Small side projects I work/worked on</h2>
<ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="Side projects" class="list">
  <meta itemprop="name" content="Side projects">
  <li role="listitem"><a href="https://github.com/mitjafelicijan/binary-visualization" target="_blank">binary-visualization </a> — Visualizations and exploration of binary files</li>
  <li role="listitem"><a href="https://github.com/mitjafelicijan/p9tree" target="_blank">p9tree</a> — Tree utility for 9front/Plan9 operating systems</li>
  <li role="listitem"><a href="https://github.com/mitjafelicijan/errand" target="_blank">errand</a> — Task runner for the command line</li>
  <li role="listitem"><a href="https://github.com/mitjafelicijan/i3blocks" target="_blank">i3blocks</a> — Minimal i3blocks indicators</li>
  <li role="listitem"><a href="https://github.com/mitjafelicijan/cord.h" target="_blank">cord.h</a> — Small C library for handling strings</li>
  <li role="listitem"><a href="https://github.com/mitjafelicijan/mprogress" target="_blank">mprogress</a> — Tiny utility that displays progress bar in terminal</li>
  <li role="listitem"><a href="https://github.com/mitjafelicijan/qli" target="_blank">qli</a> — Quantum Lorem Ipsum generator for command line</li>
  <li role="listitem"><a href="https://github.com/mitjafelicijan/mod-tinycache" target="_blank">mod-tinycache</a> — Apache 2 caching module</li>
  <li role="listitem"><a href="https://github.com/mitjafelicijan/journalctl-proxy" target="_blank">journalctl-proxy</a> — Exposes your systemd logs to web via web interface</li>
  <li role="listitem"><a href="https://github.com/mitjafelicijan/redis-marshal" target="_blank">redis-marshal</a> — Lightweight Redis UI tool</li>
  <li role="listitem"><a href="https://github.com/mitjafelicijan/vertex" target="_blank">vertex</a> — Create mock API's and add basic logic to simplify prototyping</li>
  <li role="listitem"><a href="https://github.com/mitjafelicijan/dna-encoding" target="_blank">dna-encoding</a> — Tools for encoding files to DNA sequences</li>
  <li role="listitem"><a href="https://github.com/mitjafelicijan/scarecrow" target="_blank">scarecrow</a> — Minimal configuration reverse proxy</li>
</ul>

<h2>Audio experimentation</h2>

<p>Neobrutalism and the search for a monolith</p>
<audio controls>
  <source src="/assets/audio/mitja-felicijan-neobrutalism-and-the-search-for-a-monolith.mp3" type="audio/mpeg">
</audio>

<p>A bunch of inter-dimensional people with loud clocks</p>
<audio controls>
  <source src="/assets/audio/mitja-felicijan-a-bunch-of-inter-dimensional-people-with-loud-clocks.mp3" type="audio/mpeg">
</audio>

<p>A planet where every organism is a plant</p>
<audio controls>
  <source src="/assets/audio/mitja-felicijan-a-planet-where-every-organism-is-a-plant.mp3" type="audio/mpeg">
</audio>

<p>Bio implants having a fit and reprogramming your brain</p>
<audio controls>
  <source src="/assets/audio/mitja-felicijan-bio-implants-having-a-fit-and-reprogramming-your-brain.mp3" type="audio/mpeg">
</audio>

<p>Two black holes conversing about the weather</p>
<audio controls>
  <source src="/assets/audio/mitja-felicijan-two-black-holes-conversing-about-the-weather.mp3" type="audio/mpeg">
</audio>