summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi (renamed from gemfeed/2023-04-09-algorithms-in-golang-part-1.gmi.tpl)7
-rw-r--r--gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi.tpl (renamed from gemfeed/2023-04-09-algorithms-in-golang-part-1.gmi)8
-rw-r--r--gemfeed/atom.xml17
-rw-r--r--gemfeed/index.gmi2
-rw-r--r--index.gmi4
-rw-r--r--uptime-stats.gmi2
6 files changed, 19 insertions, 21 deletions
diff --git a/gemfeed/2023-04-09-algorithms-in-golang-part-1.gmi.tpl b/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi
index a8a583b5..ba2370e6 100644
--- a/gemfeed/2023-04-09-algorithms-in-golang-part-1.gmi.tpl
+++ b/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi
@@ -1,6 +1,6 @@
-# Algorithms in Go - Part 1
+# Algorithms and Data Structures in Go - Part 1
-> Published at 2023-04-09T21:48:36+03:00
+> Published at 2023-04-09T22:31:42+03:00
```
,_---~~~~~----._
@@ -16,9 +16,8 @@
| |
```
-This is the first blog post about my Algorithms in Go series. I am not a Software Developer in my day job. In my current role, programming and scripting skills are desirable but not mandatory. I have been learning about Data Structures and Algorithms many years ago at University. I thought it would be fun to revisit/refresh my knowledge here and implement many of the algorithms in Go.
+This is the first blog post about my Algorithms and Data Structures in Go series. I am not a Software Developer in my day job. In my current role, programming and scripting skills are desirable but not mandatory. I have been learning about Data Structures and Algorithms many years ago at University. I thought it would be fun to revisit/refresh my knowledge here and implement many of the algorithms in Go.
-<< template::inline::index algorithms-in-golang-part
This post is about setting up some basic data structures and methods for this blog series. I promise, everything will be easy to follow in this post.
diff --git a/gemfeed/2023-04-09-algorithms-in-golang-part-1.gmi b/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi.tpl
index 2ac5faa8..bd922a55 100644
--- a/gemfeed/2023-04-09-algorithms-in-golang-part-1.gmi
+++ b/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi.tpl
@@ -1,6 +1,6 @@
-# Algorithms in Go - Part 1
+# Algorithms and Data Structures in Go - Part 1
-> Published at 2023-04-09T21:48:36+03:00
+> Published at 2023-04-09T22:31:42+03:00
```
,_---~~~~~----._
@@ -16,9 +16,9 @@
| |
```
-This is the first blog post about my Algorithms in Go series. I am not a Software Developer in my day job. In my current role, programming and scripting skills are desirable but not mandatory. I have been learning about Data Structures and Algorithms many years ago at University. I thought it would be fun to revisit/refresh my knowledge here and implement many of the algorithms in Go.
+This is the first blog post about my Algorithms and Data Structures in Go series. I am not a Software Developer in my day job. In my current role, programming and scripting skills are desirable but not mandatory. I have been learning about Data Structures and Algorithms many years ago at University. I thought it would be fun to revisit/refresh my knowledge here and implement many of the algorithms in Go.
-=> ./2023-04-09-algorithms-in-golang-part-1.gmi 2023-04-09 Algorithms in Go - Part 1 (You are currently reading this)
+<< template::inline::index algorithms-and-data-structures-in-golang-part
This post is about setting up some basic data structures and methods for this blog series. I promise, everything will be easy to follow in this post.
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index 4d2e1753..51975a94 100644
--- a/gemfeed/atom.xml
+++ b/gemfeed/atom.xml
@@ -1,24 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2023-04-09T21:48:36+03:00</updated>
+ <updated>2023-04-09T22:31:42+03:00</updated>
<title>foo.zone feed</title>
<subtitle>To be in the .zone!</subtitle>
<link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" />
<link href="gemini://foo.zone/" />
<id>gemini://foo.zone/</id>
<entry>
- <title>Algorithms in Go - Part 1</title>
- <link href="gemini://foo.zone/gemfeed/2023-04-09-algorithms-in-golang-part-1.gmi" />
- <id>gemini://foo.zone/gemfeed/2023-04-09-algorithms-in-golang-part-1.gmi</id>
- <updated>2023-04-09T21:48:36+03:00</updated>
+ <title>Algorithms and Data Structures in Go - Part 1</title>
+ <link href="gemini://foo.zone/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi" />
+ <id>gemini://foo.zone/gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi</id>
+ <updated>2023-04-09T22:31:42+03:00</updated>
<author>
<name>Paul Buetow</name>
<email>hi@paul.cyou</email>
</author>
- <summary>This is the first blog post about my Algorithms in Go series. I am not a Software Developer in my day job. In my current role, programming and scripting skills are desirable but not mandatory. I have been learning about Data Structures and Algorithms many years ago at University. I thought it would be fun to revisit/refresh my knowledge here and implement many of the algorithms in Go.</summary>
+ <summary>This is the first blog post about my Algorithms and Data Structures in Go series. I am not a Software Developer in my day job. In my current role, programming and scripting skills are desirable but not mandatory. I have been learning about Data Structures and Algorithms many years ago at University. I thought it would be fun to revisit/refresh my knowledge here and implement many of the algorithms in Go.</summary>
<content type="xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
- <h1 style='display: inline'>Algorithms in Go - Part 1</h1><br />
+ <h1 style='display: inline'>Algorithms and Data Structures in Go - Part 1</h1><br />
<br />
<pre>
,_---~~~~~----._
@@ -34,9 +34,8 @@
| |
</pre>
<br />
-<span>This is the first blog post about my Algorithms in Go series. I am not a Software Developer in my day job. In my current role, programming and scripting skills are desirable but not mandatory. I have been learning about Data Structures and Algorithms many years ago at University. I thought it would be fun to revisit/refresh my knowledge here and implement many of the algorithms in Go.</span><br />
+<span>This is the first blog post about my Algorithms and Data Structures in Go series. I am not a Software Developer in my day job. In my current role, programming and scripting skills are desirable but not mandatory. I have been learning about Data Structures and Algorithms many years ago at University. I thought it would be fun to revisit/refresh my knowledge here and implement many of the algorithms in Go.</span><br />
<br />
-<a class='textlink' href='./2023-04-09-algorithms-in-golang-part-1.html'>2023-04-09 Algorithms in Go - Part 1 (You are currently reading this)</a><br />
<br />
<span>This post is about setting up some basic data structures and methods for this blog series. I promise, everything will be easy to follow in this post.</span><br />
<br />
diff --git a/gemfeed/index.gmi b/gemfeed/index.gmi
index c52c8519..48be6ae1 100644
--- a/gemfeed/index.gmi
+++ b/gemfeed/index.gmi
@@ -2,7 +2,7 @@
## To be in the .zone!
-=> ./2023-04-09-algorithms-in-golang-part-1.gmi 2023-04-09 - Algorithms in Go - Part 1
+=> ./2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi 2023-04-09 - Algorithms and Data Structures in Go - Part 1
=> ./2023-04-01-never-split-the-difference-book-notes.gmi 2023-04-01 - 'Never split the difference' book notes
=> ./2023-03-25-gemtexter-2.0.0-lets-gemtext-again-2.gmi 2023-03-25 - Gemtexter 2.0.0 - Let's Gemtext again^2
=> ./2023-03-16-the-pragmatic-programmer-book-notes.gmi 2023-03-16 - 'The Pragmatic Programmer' book notes
diff --git a/index.gmi b/index.gmi
index b35e5f09..da14d981 100644
--- a/index.gmi
+++ b/index.gmi
@@ -1,6 +1,6 @@
# foo.zone
-> This site was generated at 2023-04-09T21:48:36+03:00 by `Gemtexter`
+> This site was generated at 2023-04-09T22:31:42+03:00 by `Gemtexter`
```
|\---/|
@@ -32,7 +32,7 @@ If you reach this site via the modern web, please read this:
### Posts
-=> ./gemfeed/2023-04-09-algorithms-in-golang-part-1.gmi 2023-04-09 - Algorithms in Go - Part 1
+=> ./gemfeed/2023-04-09-algorithms-and-data-structures-in-golang-part-1.gmi 2023-04-09 - Algorithms and Data Structures in Go - Part 1
=> ./gemfeed/2023-04-01-never-split-the-difference-book-notes.gmi 2023-04-01 - 'Never split the difference' book notes
=> ./gemfeed/2023-03-25-gemtexter-2.0.0-lets-gemtext-again-2.gmi 2023-03-25 - Gemtexter 2.0.0 - Let's Gemtext again^2
=> ./gemfeed/2023-03-16-the-pragmatic-programmer-book-notes.gmi 2023-03-16 - 'The Pragmatic Programmer' book notes
diff --git a/uptime-stats.gmi b/uptime-stats.gmi
index 000eb5a9..aeb2d34c 100644
--- a/uptime-stats.gmi
+++ b/uptime-stats.gmi
@@ -1,6 +1,6 @@
# My machine uptime stats
-> This site was last updated at 2023-04-09T21:48:36+03:00
+> This site was last updated at 2023-04-09T22:31:42+03:00
The following stats were collected via `uptimed` on all of my personal computers over many years and the output was generated by `guprecords`, the global uptime records stats analyser of mine.