summaryrefslogtreecommitdiff
path: root/index.html
blob: f7601f4fbfba720c8b1ffe3a0ed2f58ddc7fcfd8 (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
<!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, computer science, tutorials, unix, posix, web">
<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>
<section>
<h2>Birds and Programming</h2>
<p>The sole reason why birds are not excellent programmers is that they can't use keyboards very well. At some point in
the future it will be required from them to develop an interface to computers. Be it fingers or something that will
completely discard the concept of a keyboard.
</section>
<nav>
<h2>Index</h2>
<ul>
<li><a href="#news">News</a>
<li>Representation of Software
	<ul>
		<li><a href="hunt_for_lex_and_yacc_the_dinosaur.html">Hunt for Lex and Yacc, the Dinosaur</a>
	</ul>
<li>The Web
	<ul>
		<li>Rebuilding Web Browsing
			<ol>
				<li><a href="web_browsers_are_no_more.html">Web Browsers Are No More</a>
				<li><a href="deconstructing_web_browsers.html">Deconstructing Web Browsers<a>
			</ol>
		<li><a href="of_privacy_and_traffic_tracking.html">Of Privacy and Traffic Tracking</a>
		<li><a href="how_to_write_a_minimal_html5_document.html">How to Write a Minimal HTML5 Document</a>
	</ul>
<li>Lua
	<ul>
		<li><a href="dear_imgui_and_love.html">Dear ImGui and LÖVE,</a>
		<li><a href="environments_in_lua_5_2_and_beyond.html">Environments in Lua 5.2 and Beyond</a>
		<li><a href="how_to_organize_your_lua_project.html">How To Organize Your Lua Project</a>
	</ul>
<li>Miscellaneous Informative
	<ul>
		<li><a href="how_to_archive_with_posix_tar_cpio_and_pax.html">How To Archive With POSIX tar, cpio and pax</a>
		<li><a href="how_to_archive_with_posix_ar.html">How To Archive With POSIX ar</a>
		<li><a href="how_to_flash_lolin_nodemcu_v3.html">How To Flash LOLin NodeMCU v3</a>
		<li><a href="journey_home_application_deployment.html">Journey /home - Application Deployment</a>
		<li><a href="how_to_create_templates_with_shell_cat_and_envsubst.html">How To Create Templates With Shell, cat
			and envsubst</a>
		<li><a href="the_gentlest_introduction_to_building_with_makefiles.html">The Gentlest Introduction to Building With Makefiles</a>
	</ul>
<li>Rants
	<ul>
		<li><a href="difference_between_mnt_and_media.html">Difference Between /mnt and /media</a>
		<li><a href="half_of_my_css_are_links.html">Half of My CSS Are Links</a>
		<li><a href="markdown_is_bad_for_you.html">Markdown Is Bad For You</a>
	</ul>
<li><a href="https://ignore.pl/roflnauts">Roflnauts 2</a>
<li><a href="https://git.ignore.pl">Public Git Repositories</a>
<li><a href="LICENSE.html">LICENSE</a>
<li><a href="plop.html">Plop</a>
<li><a href="https://derelict.ignore.pl">Derelict</a>
<li><a href="faq.html">Frequently Asked Questions</a>
<li><a href="graveyard_of_the_drawings.html">Graveyard of the Drawings</a>
</ul>
</nav>
<section id="news">
<h2>News</h2>
<p><strong><time>2021-07-26</time></strong>
Published <a href="how_to_archive_with_posix_ar.html">How To Archive With POSIX ar</a>.
<p><strong><time>2021-07-25</time></strong>
Renamed most of the guides to include "How To" in their name to make them more visible. I'm thinking about doing another
round of website restructurization.
<p><strong><time>2021-07-25</time></strong>
Published <a href="deconstructing_web_browsers.html">Deconstructing Web Browsers<a>, summary of now-removed <i>Plumbing
Your Own Browser</i> and <i>Integrating Browser into Your Environment</i>.
<p><strong><time>2021-07-25</time></strong>
Initialized website as git repository. Let's see if it will be useful.
<p><strong><time>2021-07-25</time></strong>
Rewritten parts of and updated <a href="web_browsers_are_no_more.html">We Browsers Are No More</a>.
<p><strong><time>2021-06-18</time></strong>
Capitalized titles and fixed some links here and there.
<p><strong><time>2021-04-14</time></strong>
Added <a href="https://derelict.ignore.pl">Derelict</a> homepage to the index.
<p><strong><time>2021-04-07</time></strong>
Added subtitles with date of publication for each article. Last modified dates will be tracked from this point of time.
<p><strong><time>2021-03-19</time></strong>
Removed structured sources in examples as a preparation to extend related topics.
<p><strong><time>2021-03-07</time></strong>
Published <a href="faq.html">FAQ</a> and <a href="graveyard_of_the_drawings.html">graveyard</a>.
<p><strong><time>2021-03-05</time></strong>
Published <a href="plop.html">plop</a> landing page.
<p><strong><time>2021-01-21</time></strong>
Minor changes to <a href="organizing_your_lua_project.html">Organizing your Lua project</a>.
<p><strong><time>2021-01-07</time></strong>
Published <a href="organizing_your_lua_project.html">Organizing your Lua project</a>.
<p><strong><time>2021-01-06</time></strong>
Published <a href="LICENSE.html">LICENSE</a>. Minor changes to index and style.
<p><strong><time>2021-01-04</time></strong>
More minor changes done to the index, CSS and added index link in all of the articles.
<p><strong><time>2021-01-01</time></strong>
Removed old standalone updates page and moved it to the index. Reindexed and removed some pages as they had no worth.
I plan to rewrite, restructure and expand some texts. I also have new experiments coming in to fail miserably. Let's see how it goes!
</section>