changeset 65:7c496678f32a

mikraite links
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 24 Aug 2024 21:45:21 -0600
parents b91375e2a28a
children 4b68d7e43726
files src/about.html.luan src/discussion.html.luan src/java.html.luan src/java_fork.html.luan src/learn.html.luan
diffstat 5 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/about.html.luan	Fri Aug 16 11:06:52 2024 -0400
+++ b/src/about.html.luan	Sat Aug 24 21:45:21 2024 -0600
@@ -27,7 +27,7 @@
 
 			<p>This <a href="https://youtu.be/PCRx78Zhj7s">funny video</a> exemplifies modern design.  Over-engineered, over-complicated, inflexible, and cumbersome.  All modern software is like this.  Of course it wasn't always like this.  Most programming in the last century was good.  Serious deterioration started around 2000 and by 2010 all software developed by modern culture was horrible.  This reflects the general decline of modern culture.</p>
 
-			<p>I have written numerous posts over the years complaining about modern software.  Here is <a href="http://www.mikraite.org/Modern-Software-Layers-of-Junk-tp747.html">one</a> from 2016 complaining about DNS caching.  It goes into detail about the particular issue I was dealing with at the time, but I am only posting a link because the details aren't important.  The important point is that all modern software written by modern programmers is like this, all horrible unusable crap.  And this is why reasonable people need reactionary software.</p>
+			<p>I have written numerous posts over the years complaining about modern software.  Here is <a href="http://mikraite.arkian.net/Modern-Software-Layers-of-Junk-tp747.html">one</a> from 2016 complaining about DNS caching.  It goes into detail about the particular issue I was dealing with at the time, but I am only posting a link because the details aren't important.  The important point is that all modern software written by modern programmers is like this, all horrible unusable crap.  And this is why reasonable people need reactionary software.</p>
 
 			<p>This website is about software, but the principle applies to everything.  Here is <a href="https://youtu.be/p5qVxAoKwbE">a video about brick walls</a>.  Same basic story.  So where will this decay of software and everything else lead?</p>
 
@@ -49,7 +49,7 @@
 
 			<h2>What is good?</h2>
 
-			<p>The short answer is that everything that modern culture hates is good, and everything that modern culture loves is bad.  But we need more details than that.  You can find good values in scripture or in good traditional culture.  These values should be applied to programming and to everything else in life.  I wrote <a href="http://www.mikraite.org/The-Old-Testament-on-Programming-tp1923.html">an Old Testament guide to programming</a>.  I also discussed <a href="http://www.mikraite.org/Core-Programming-Principles-tp1237.html">applying traditional Japanese culture to programming</a>.  These are just two examples.  Any other scripture like the Quran or any traditional culture should work fine to give you good values, in contrast to the horrible values of modern culture, and these good values can guide you to writing good reactionary software.</p>
+			<p>The short answer is that everything that modern culture hates is good, and everything that modern culture loves is bad.  But we need more details than that.  You can find good values in scripture or in good traditional culture.  These values should be applied to programming and to everything else in life.  I wrote <a href="http://mikraite.arkian.net/The-Old-Testament-on-Programming-tp1923.html">an Old Testament guide to programming</a>.  I also discussed <a href="http://mikraite.arkian.net/Core-Programming-Principles-tp1237.html">applying traditional Japanese culture to programming</a>.  These are just two examples.  Any other scripture like the Quran or any traditional culture should work fine to give you good values, in contrast to the horrible values of modern culture, and these good values can guide you to writing good reactionary software.</p>
 
 			<h2>What about alt-tech?</h2>
 
--- a/src/discussion.html.luan	Fri Aug 16 11:06:52 2024 -0400
+++ b/src/discussion.html.luan	Sat Aug 24 21:45:21 2024 -0600
@@ -22,7 +22,7 @@
 			<h1>Discussion</h1>
 			<ul links>
 				<li><a href="https://discord.gg/R6A3kaAJwj">Discord</a></li>
-				<li><a href="http://www.mikraite.org/Reactionary-Software-f1999.html">Forum on Mikraite</a></li>
+				<li><a href="http://mikraite.arkian.net/Reactionary-Software-f1999.html">Forum on Mikraite</a></li>
 			</ul>
 		</div>
 	</body>
--- a/src/java.html.luan	Fri Aug 16 11:06:52 2024 -0400
+++ b/src/java.html.luan	Sat Aug 24 21:45:21 2024 -0600
@@ -34,7 +34,7 @@
 
 			<ul history>
 				<li>Java 1.0 was release in 1995.</li>
-				<li>Java 1.1 (1997) added reflection which was good. It also added inner classes which had problems as I discussed <a href="http://www.mikraite.org/Jave-inner-classes-tp3503.html">here</a>.</li>
+				<li>Java 1.1 (1997) added reflection which was good. It also added inner classes which had problems as I discussed <a href="http://mikraite.arkian.net/Jave-inner-classes-tp3503.html">here</a>.</li>
 				<li>Java 1.2 (1998) didn't change the language.</li>
 				<li>Java 1.4 (2002) added "assert" which is harmless though I don't use it.</li>
 				<li>
--- a/src/java_fork.html.luan	Fri Aug 16 11:06:52 2024 -0400
+++ b/src/java_fork.html.luan	Sat Aug 24 21:45:21 2024 -0600
@@ -29,7 +29,7 @@
 			<p><a href="/java.html">Java 8</a> is good reactionary software but is essentially unsupported.  So someone should fork it and maintain and improve it.  I suggest these improvements:</p>
 
 			<ul>
-				<li>Fix inner classes as described <a href="http://www.mikraite.org/Jave-inner-classes-tp3503.html">here</a>.</li>
+				<li>Fix inner classes as described <a href="http://mikraite.arkian.net/Jave-inner-classes-tp3503.html">here</a>.</li>
 				<li>Replace generics with a cleaner solution.</li>
 				<li>Remove static imports.</li>
 				<li>Remove lambda expressions.</li>
--- a/src/learn.html.luan	Fri Aug 16 11:06:52 2024 -0400
+++ b/src/learn.html.luan	Sat Aug 24 21:45:21 2024 -0600
@@ -33,7 +33,7 @@
 		title = [[Text Editor and JSON]]
 		content = function()
 %>
-<p>A text editor is a basic tool for reactionary programmers.  We use simple flexible tools.  Modern scum use an <a href="https://en.wikipedia.org/wiki/Integrated_development_environment">IDE</a> which is big, <a href="http://www.mikraite.org/Changed-my-mind-about-IDE-s-tp2769.html">complicated</a>, and inflexible.  We don't use such tools.</p>
+<p>A text editor is a basic tool for reactionary programmers.  We use simple flexible tools.  Modern scum use an <a href="https://en.wikipedia.org/wiki/Integrated_development_environment">IDE</a> which is big, <a href="http://mikraite.arkian.net/Changed-my-mind-about-IDE-s-tp2769.html">complicated</a>, and inflexible.  We don't use such tools.</p>
 
 <p>I reviewed the available text editors and I think <a href="https://www.sublimetext.com/">Sublime Text</a> is the best one available.  So please download it and learn how it works.</p>