aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html81
1 files changed, 0 insertions, 81 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index c3cbf05..0000000
--- a/index.html
+++ /dev/null
@@ -1,81 +0,0 @@
1---
2layout: index
3---
4
5<p><i>You do not learn by relaxing. You learn by violently assaulting your problem
6until it surrenders its mysteries to you.</i></p>
7
8<a style="max-width:650px;display:inline-block;background:blue;color:white;padding:1em;" href="https://mitjafelicijan.github.io/binary-visualization/" target="_blank">
9 <strong>Latest experiment:</strong> Examine graphical representations of
10 binary files using diagrams that illustrate connections between pairs of bytes
11 (digraphs) and triplets of bytes (trigraphs).
12</a>
13
14<h2>More long form, ramblings etc</h2>
15<ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="Articles" class="list">
16 <meta itemprop="name" content="Article list">
17 {% for post in site.posts %}
18 {% if post.type == "post" and post.draft == false %}
19 <li>
20 <a href="{{ post.url }}">{{ post.title }}</a>
21 </li>
22 {% endif %}
23 {% endfor %}
24</ul>
25
26<h2>Notes?! Maybe useful</h2>
27<ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="Notes" class="list">
28 <meta itemprop="name" content="Note list">
29 {% for post in site.posts %}
30 {% if post.type == "note" and post.draft == false %}
31 <li>
32 <a href="{{ post.url }}">{{ post.title }}</a>
33 </li>
34 {% endif %}
35 {% endfor %}
36</ul>
37
38<h2>Small side projects I work/worked on</h2>
39<ul itemscope itemtype="https://schema.org/SiteNavigationElement" role="list" aria-label="Side projects" class="list">
40 <meta itemprop="name" content="Side projects">
41 <li role="listitem"><a href="https://github.com/mitjafelicijan/binary-visualization" target="_blank">binary-visualization </a> — Visualizations and exploration of binary files</li>
42 <li role="listitem"><a href="https://github.com/mitjafelicijan/p9tree" target="_blank">p9tree</a> — Tree utility for 9front/Plan9 operating systems</li>
43 <li role="listitem"><a href="https://github.com/mitjafelicijan/errand" target="_blank">errand</a> — Task runner for the command line</li>
44 <li role="listitem"><a href="https://github.com/mitjafelicijan/i3blocks" target="_blank">i3blocks</a> — Minimal i3blocks indicators</li>
45 <li role="listitem"><a href="https://github.com/mitjafelicijan/cord.h" target="_blank">cord.h</a> — Small C library for handling strings</li>
46 <li role="listitem"><a href="https://github.com/mitjafelicijan/mprogress" target="_blank">mprogress</a> — Tiny utility that displays progress bar in terminal</li>
47 <li role="listitem"><a href="https://github.com/mitjafelicijan/qli" target="_blank">qli</a> — Quantum Lorem Ipsum generator for command line</li>
48 <li role="listitem"><a href="https://github.com/mitjafelicijan/mod-tinycache" target="_blank">mod-tinycache</a> — Apache 2 caching module</li>
49 <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>
50 <li role="listitem"><a href="https://github.com/mitjafelicijan/redis-marshal" target="_blank">redis-marshal</a> — Lightweight Redis UI tool</li>
51 <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>
52 <li role="listitem"><a href="https://github.com/mitjafelicijan/dna-encoding" target="_blank">dna-encoding</a> — Tools for encoding files to DNA sequences</li>
53 <li role="listitem"><a href="https://github.com/mitjafelicijan/scarecrow" target="_blank">scarecrow</a> — Minimal configuration reverse proxy</li>
54</ul>
55
56<h2>Audio experimentation</h2>
57
58<p>Neobrutalism and the search for a monolith</p>
59<audio controls>
60 <source src="/assets/audio/mitja-felicijan-neobrutalism-and-the-search-for-a-monolith.mp3" type="audio/mpeg">
61</audio>
62
63<p>A bunch of inter-dimensional people with loud clocks</p>
64<audio controls>
65 <source src="/assets/audio/mitja-felicijan-a-bunch-of-inter-dimensional-people-with-loud-clocks.mp3" type="audio/mpeg">
66</audio>
67
68<p>A planet where every organism is a plant</p>
69<audio controls>
70 <source src="/assets/audio/mitja-felicijan-a-planet-where-every-organism-is-a-plant.mp3" type="audio/mpeg">
71</audio>
72
73<p>Bio implants having a fit and reprogramming your brain</p>
74<audio controls>
75 <source src="/assets/audio/mitja-felicijan-bio-implants-having-a-fit-and-reprogramming-your-brain.mp3" type="audio/mpeg">
76</audio>
77
78<p>Two black holes conversing about the weather</p>
79<audio controls>
80 <source src="/assets/audio/mitja-felicijan-two-black-holes-conversing-about-the-weather.mp3" type="audio/mpeg">
81</audio>