blob: aaf72b13ad3b588780f14fcda190fa8dd8c730a2 (
plain) (
blame)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
m4_include(head.html)
</head>
<body>
<header>
<div>
<h1>Software-Related Posts</h1>
m4_include(nav.html)
</div>
<figure class="quote">
<blockquote>
<p>Object-oriented programming is an exceptionally bad idea
which could only have originated in California.</p>
</blockquote>
<figcaption>
Edsgar W. Dijkstra
</figcaption>
</figure>
</header>
<main>
<p>
In this section of the website I cover random software-related
stuff that isn’t related to actual projects of mine. Posts here
could be about anything from a cool program I found, to a patch I
wrote, to me complaining about bad software design.
</p>
<p>
Posts:
</p>
<ul>
<li><a href="fw-ec">Patching My Laptops’ Embedded Controller</a></li>
</ul>
</main>
<hr>
<footer>
<small>
Page last edited: 30th July 2023, 01:00 CEST
</small>
</footer>
</body>
</html>
|