summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--respect-1.pngbin0 -> 10215 bytes
-rw-r--r--respect.html46
3 files changed, 48 insertions, 0 deletions
diff --git a/index.html b/index.html
index cd1b11d..9bc74c4 100644
--- a/index.html
+++ b/index.html
@@ -19,6 +19,8 @@
<section id="posts">
<h2>posts</h2>
<ul>
+<li> <a href="respect.html">Respect</a><br>
+ <time>5 May 2024</time>
<li> <a href="generate_your_daily_commits_chart_now.html">Generate Your Daily Commits Chart Now</a><br>
<time>11 February 2024</time>
<li> <a href="my_server_keeps_turning_off.html">My Server Keeps Turning Off!</a><br>
diff --git a/respect-1.png b/respect-1.png
new file mode 100644
index 0000000..147e20b
--- /dev/null
+++ b/respect-1.png
Binary files differ
diff --git a/respect.html b/respect.html
new file mode 100644
index 0000000..4db825f
--- /dev/null
+++ b/respect.html
@@ -0,0 +1,46 @@
+<!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="programming, software development, practices">
+<meta name="published-on" content="2024-05-05T23:53:27+02:00">
+<link rel="icon" type="image/png" href="favicon.png">
+<link rel="stylesheet" href="style.css">
+
+<title>Respect</title>
+
+<header>
+<nav><a href="https://ignore.pl">ignore.pl</a></nav>
+<time>5 May 2024</time>
+<h1>Respect</h1>
+</header>
+
+<article>
+<p>As a programmer, one of my primary tasks is to <em>represent</em> some domain knowledge. I don't need to be an
+expert. It helps, but having a grasp of things is enough. To build this grasp, I use books, references, or you know, a
+helpful expert.
+<p>I spend a lot of time reading, talking, playing around, trying to understand things enough to be able to synthesize a
+good design. After making one, it gets pushed into the feedback loop and sooner or later a next iteration gets the same
+treatment.
+<p>After, depending on the field, a month, a year, or two, I finally get <em>a good grasp of it</em>. There's always
+complexity left, knowledge to process, skills to master, or things to discover.
+<!-- Well, almost... Stop nitpicking and looking at the comments! Point is: appreciate things and stay humble. -->
+<p>It's amazing.
+<p>All I want to have is pure respect towards the people involved and appreciation to author of references I use and
+experts I talk with.
+<p>Because of the "meta" nature of programming, I have seen myself forgetting about this basic statement. I have seen
+serious iterations of "software will [magically] handle it" and some weird software development messiah complex.
+Somehow, I managed to avoid these extremes and I'm thankful for that.</p>
+<img src="respect-1.png" alt="i'm a genius">
+<p>What I didn't manage to avoid is the kind of "cultism" that we have within the programming field itself. X is the
+only true way of doing everything. Y is the worst abomination that humankind ever witnessed. You shall never do Z,
+because it is wrong, because you shall never do Z.
+<p>Of course, these are exaggerated. Yet, how many times did I deny some piece of code or opinion because it didn't
+match my usual approach? How many times did I look at 10 or 20 year old code as if it was the worst thing that ever
+happened to me? How many times did I discard someone's workflow simply because they mismatched mine? All, a non-zero
+amount of times.
+<p>I'd rather not. I want to dive into new fields with respect and simple curiosity, and appreciate things as I learn
+more. I want to play around with programming languages, paradigms and codebases the same way. And I better not forget.
+</article>
+<script src="https://stats.ignore.pl/track.js"></script>