changeset 13:8f9aa9800737 default tip

start blog
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 15 Sep 2025 20:07:12 -0600
parents 5551c7b1a4cb
children
files src/blog/Programming_Is_Hopeless.html src/blog/blog.html src/index.html
diffstat 3 files changed, 52 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/blog/Programming_Is_Hopeless.html	Mon Sep 15 20:07:12 2025 -0600
@@ -0,0 +1,28 @@
+<!doctype html>
+<html lang="en">
+	<head>
+		<script src="/site.js"></script>
+		<script> head() </script>
+		<title>Arkian - Programming Is Hopeless</title>
+	</head>
+	<body>
+		<script> header() </script>
+		<div content>
+
+<h1>Programming Is Hopeless</h1>
+
+<p>No good person would tolerate modern programming.  Modern programming is the most miserable work imaginable.  Everything is overcomplicated for no reason and is made as incomprehensible as possible.</p>
+
+<p>This is now self-sustaining.  Since only the worst people could like modern programming, they now dominate programming and continuously make it worse.  A good person would recoil from the horror of modern programming and would choose something else to do.</p>
+
+<p>This nightmare isn't intrinsic in programming itself.  Programming can be good.  It can be simple and easy.  It is only the current vicious cycle that makes programming such a horror.</p>
+
+<p>Modern culture generally shares the same bad values as modern programming has.  But modern programming is the very worst of modern culture taken to an extreme.  So what happens when members of good culture like traditional Anabaptists or Japanese do programming?  The self-sustaining cycle described above still applies.  Only the worst people of these good cultures can tolerate modern programming, so bad people are still selected for.  How do I know this to be true?  I have seen it on a Mennonite forum and I have seen it on Japanese online discussions of programming.</p>
+
+<p>I started programming before programming went bad.  As I saw programming get worse, I developed my own programming tools to avoid the horror of modern programming.  So my programming is still good - simple and easy.  But since programmers turned bad along with programming, modern programmers hate my tools.  They also hate other good tools I use made by other programmers, like Mercurial.  Modern programmers hate all good things.</p>
+
+<p>So now programming is hopeless.  If I manage to make a successful business, I could hire a non-programmer and teach him good programming.  That is the only way that more good programming could happen.  Current modern programmers are evil and can never do good programming.</p>
+
+		</div>
+	</body>
+</html>
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/blog/blog.html	Mon Sep 15 20:07:12 2025 -0600
@@ -0,0 +1,23 @@
+<!doctype html>
+<html lang="en">
+	<head>
+		<script src="/site.js"></script>
+		<script> head() </script>
+		<title>Arkian - Blog</title>
+		<style>
+			h1 {
+				margin-bottom: 0;
+			}
+		</style>
+	</head>
+	<body>
+		<script> header() </script>
+		<div content>
+			<h1>Blog</h1>
+
+			<ul links>
+				<li><a href="Programming_Is_Hopeless.html">Programming Is Hopeless</a></li>
+			</ul>
+		</div>
+	</body>
+</html>
--- a/src/index.html	Mon Sep 15 18:12:59 2025 -0600
+++ b/src/index.html	Mon Sep 15 20:07:12 2025 -0600
@@ -24,6 +24,7 @@
 				<li><a href="/requirements.html">Membership Requirements</a></li>
 				<li><a href="/discussion.html">Discussion</a></li>
 				<li><a href="/this.html">This Website</a></li>
+				<li><a href="/blog/blog.html">Blog</a></li>
 			</ul>
 		</div>
 	</body>