summaryrefslogtreecommitdiff
path: root/index.html
blob: 49495985f97bf7847fe9056116706b34bfc494dc (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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="aki">
<meta name="tags" content="homepage, software engineering, hardware engineering">
<link rel="icon" type="image/png" href="favicon.png">
<link rel="stylesheet" type="text/css" href="style.css">

<title>~aki</title>

<h1>~aki</h1>

<section id="about">
<h2>About</h2>
<div class="flex">
<img id="profile-picture" src="profile.png">
<p id="introduction">Over the Internet I go by <em>Aki</em>. I'm interested in creative work, primarily focused on
software and hardware engineering. I post here my projects, experiments, and whatever else.
</div>
</section>

<section id="projects">
<h2>Projects</h2>
<ul>
	<li><a href="https://derelict.ignore.pl">Derelict</a> —
		3D visualizations of after the battle wreckage fields for EVE Online
	<li><a href="LICENSE.html">Ignore This License</a> — License that tries to be cheeky
	<li><a href="plop.html">Plop</a> — Framework for prototyping request-response protocols and servers
	<li><a href="https://ignore.pl/roflnauts/">Roflnauts 2</a> — A smash-like fan made game for Awesomenauts
	<li><a href="https://ignore.pl/starshatter/">Starshatter: The Open Source Project</a> —
		A military space combat simulator set in distant future based on original Starshatter game
</ul>
<p>See more: <a href="https://git.ignore.pl">Public Git Repositories</a>
</section>

<section id="posts">
<h2>Posts</h2>
<ul>
<li>	<a href="how_to_build_software_with_make.html">How to Build Software With Make</a><br>
	<i>This replaced an old post from 2020 about the same topic.</i><br>
	<time>2023-03-27</time>
<li>	<a href="how_to_generate_files_from_templates_in_shell.html">How to Generate Files From Templates in
	Shell</a><br>
	<i>This replaced an old post from 2020 about the same topic.</i><br>
	<time>2023-03-26</time>
<li>	<a href="self_update_march_2023.html">Self Update: March 2023</a><br>
	<time>2023-03-23</time>
<li>	<a href="starshatter_open_dev_update_2022_09.html">Starshatter: The Open Source Project - Dev Update -
	September 2022</a><br>
	<time>2022-09-24</time>
<li>	<a href="guilty_pleasure_of_dirty_memory.html">Guilty Pleasure of Dirty Memory</a><br>
	<time>2022-07-28</time>
<li>	<a href="lets_not_store_versions_in_versioned_files.html">Let's Not Store Versions in Versioned Files</a><br>
	<time>2022-07-02</time>
<li>	<a href="using_pacman_to_manage_emscripten_packages.html">Using pacman to Manage Emscripten Packages</a><br>
	<time>2022-06-19</time>
<li>	<a href="different_ways_of_reporting_errors.html">Different Ways of Reporting Errors</a><br>
	<time>2022-04-28</time>
<li>	<a href="starshatter_open_dev_update_2022_04.html">Starshatter: The Open Source Project - Dev Update -
	April 2022</a><br>
	<time>2022-04-08</time>
<li>	<a href="starshatter_open_dev_update_2022_01.html">Starshatter: The Open Source Project - Dev Update -
	January 2022</a><br>
	<time>2022-01-30</time>
<li>	<a href="git_rebase_illustrated_with_time_travel.html">Git Rebase Illustrated With Time Travel</a><br>
	<time>2022-01-28</time>
<li>	<a href="you_can_serve_static_data_over_http.html">You Can Serve Static Data Over HTTP</a><br>
	<time>2022-01-27</time>
<li>	<a href="playing_around_with_simple_interfaces.html">Playing Around With Simple Interfaces</a><br>
	<time>2022-01-25</time>
<li>	<a href="how_to_compress_files_in_posix.html">How to Compress Files in POSIX</a><br>
	<time>2021-08-14</time>
<li>	<a href="how_to_archive_with_posix_ar.html">How to Archive With POSIX ar</a><br>
	<time>2021-07-26</time>
<li>	<a href="deconstructing_web_browsers.html">Deconstructing Web Browsers</a><br>
	<time>2021-07-25</time>
<li>	<a href="how_to_organize_your_lua_project.html">How To Organize Your Lua Project</a><br>
	<time>2021-01-07</time>
<li>	<a href="dear_imgui_and_love.html">Dear ImGui and LÖVE,</a><br>
	<time>2020-08-14</time>
<li>	<a href="how_to_write_a_minimal_html5_document.html">How to Write a Minimal HTML5 Document</a><br>
	<time>2020-08-03</time>
<li>	<a href="web_browsers_are_no_more.html">Web Browsers Are No More</a><br>
	<time>2020-07-28</time>
<li>	<a href="how_to_archive_with_posix_tar_cpio_and_pax.html">How to Archive With POSIX tar, cpio and pax</a><br>
	<time>2020-07-22</time>
<li>	<a href="of_privacy_and_traffic_tracking.html">Of Privacy and Traffic Tracking</a><br>
	<time>2020-07-11</time>
<li>	<a href="environments_in_lua_5_2_and_beyond.html">Environments in Lua 5.2 and Beyond</a><br>
	<time>2020-07-04</time>
<li>	<a href="how_to_flash_lolin_nodemcu_v3.html">How to Flash LOLin NodeMCU v3</a><br>
	<time>2020-06-29</time>
<li>	<a href="hunt_for_lex_and_yacc_the_dinosaur.html">Hunt for Lex and Yacc, the Dinosaur</a><br>
	<time>2020-06-20</time>
<li>	<a href="difference_between_mnt_and_media.html">Difference Between /mnt and /media</a><br>
	<time>2020-06-12</time>
<li>	<a href="journey_home_application_deployment.html">Journey /home - Application Deployment</a><br>
	<time>2020-05-29</time>
<li>	<a href="half_of_my_css_are_links.html">Half of My CSS Are Links</a><br>
	<time>2020-05-19</time>
<li>	<a href="markdown_is_bad_for_you.html">Markdown Is Bad for You</a><br>
	<time>2020-05-13</time>
</ul>
</section>