summaryrefslogtreecommitdiff
path: root/index.html
blob: 6ac0fd0bf0ec1d1b52048187e906e5df79680088 (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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<!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, programming">
<link rel="icon" type="image/png" href="cylo.png">
<link rel="stylesheet" type="text/css" href="style.css">

<title>Ignore</title>

<header>
<h1><img src="cylo.png" alt="Ignore"></h1>
</header>

<nav>
<h2>Index</h2>
<ul>
	<li><a href="#blog">Blog</a>
	<li><a href="https://git.ignore.pl">Public Git Repositories</a>
	<li><a href="graveyard_of_the_drawings.html">Graveyard of the Drawings</a>
	<li><a href="faq.html">Frequently Asked Questions</a>
</ul>
<ul>
	<li><a href="https://derelict.ignore.pl">Derelict</a>
	<li><a href="https://ignore.pl/roflnauts">Roflnauts 2</a>
	<li><a href="LICENSE.html">LICENSE</a>
	<li><a href="plop.html">Plop</a>
</ul>
</nav>

<section id="blog">
<h2>Blog</h2>
<ul>
<li>	Renamed article from yesterday and fixed some typos around the place.<br>
	Updated POSIX tar, cpio and pax guide with better headers.<br>
	<time>2022-01-26</time>
<li>	<a href="how_to_create_generic_interfaces_by_example_of_storing_files_in_arbitrary_memory.html">How to Create
	Generic Interfaces by Example of Storing Files in Arbitrary Memory</a><br>
	<time>2022-01-25</time>
<li>	Once again I'm breaking this place apart. For now I separated main index from the blog and reverted back to
	date-based indexing for the blog. I don't quite like the looks of it just yet, so consider this an ongoing
	effort.<br>
	<time>2021-08-29</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>	Minor updates to tutorials and a new paragraph in <i>Organize Your Lua Project</i>.<br>
	<time>2021-08-14</time>
<li>	Minor updates to <i>POSIX tar, cpio and pax</i>.<br>
	<time>2021-08-11</time>
<li>	Once again I restructured the index.<br>
	<time>2021-07-26</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>	Renamed most of the guides to include "How to" in their names.<br>
	<time>2021-07-25</time>
<li>	<a href="deconstructing_web_browsers.html">Deconstructing Web Browsers</a><br>
	This article summarizes and replaces <i>Plumbing Your own Browser</i> and <i>Integrating Browser Into Your
	Environment</i>. As part of this effort, <i>Web Browsers Are No More</i> got an update, so that it now serves as
	a better prelude to this topic.<br>
	<time>2021-07-25</time>
<li>	I initialized this website as git repository. Let's see if it will be useful.<br>
	<time>2021-07-25</time>
<li>	Capitalized titles and fixed links and redirects here and there.<br>
	<time>2021-06-18</time>
<li>	Added <i>Derelict</i> to the index.<br>
	<time>2021-04-14</time>
<li>	Changed the way publication and update dates are tracked on articles. Last modified date will be tracked from
	this point of time.<br>
	<time>2021-04-07</time>
<li>	Removed <i>Structured Sources in Examples</i> in preparation to extend related topic.<br>
	<time>2021-03-19</time>
<li>	Added <i>FAQ</i> and <i>graveyard</i> to the index.<br>
	<time>2021-03-07</time>
<li>	Added <i>plop</i> to the index.<br>
	<time>2021-03-05</time>
<li>	Minor changes to <i>Organizing Your Lua Project</i>.<br>
	<time>2021-01-21</time>
<li>	<a href="how_to_organize_your_lua_project.html">Organizing Your Lua project</a><br>
	<time>2021-01-07</time>
<li>	Added LICENSE page to the index.<br>
	<time>2021-01-06</time>
<li>	Minor changes in the index, CSS and added index links to most of the subpages.<br>
	<time>2021-01-04</time>
<li>	Removed old standalone updates page and moved it to the index. I reindexed and removed some pages as they had no
	worth (some still remain, but that's because nothing I write has worth).<br>
	<time>2021-01-01</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="how_to_create_templates_with_shell_cat_and_envsubst.html">How to Create Templates With Shell, cat and
	envsubst</a><br>
	<time>2020-07-14</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="the_gentlest_introduction_to_building_with_makefiles.html">The Gentlest Introduction to Building With
	Makefiles</a><br>
	<time>2020-05-14</time>
<li>	<a href="markdown_is_bad_for_you.html">Markdown Is Bad For You</a><br>
	<time>2020-05-13</time>
</ul>
</section>