diff options
| -rw-r--r-- | gemfeed/atom.xml | 6 | ||||
| -rw-r--r-- | index.gmi | 2 | ||||
| -rw-r--r-- | notes/the-pragmatic-programmer.gmi | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index bdebec64..461af961 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2023-03-15T01:31:08+02:00</updated> + <updated>2023-03-15T01:46:05+02:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -10,7 +10,7 @@ <title>'The Pragmatic Programmer' book notes</title> <link href="gemini://foo.zone/gemfeed/2023-03-16-the-pragmatic-programmer-book-notes.gmi" /> <id>gemini://foo.zone/gemfeed/2023-03-16-the-pragmatic-programmer-book-notes.gmi</id> - <updated>2023-03-15T00:55:20+02:00</updated> + <updated>2023-03-16T00:55:20+02:00</updated> <author> <name>Paul Buetow</name> <email>hi@paul.cyou</email> @@ -19,7 +19,7 @@ <content type="xhtml"> <div xmlns="http://www.w3.org/1999/xhtml"> <h1>"The Pragmatic Programmer" book notes</h1> -<p class="quote"><i>Published at 2023-03-15T00:55:20+02:00</i></p> +<p class="quote"><i>Published at 2023-03-16T00:55:20+02:00</i></p> <p>These are my personal takeaways after reading "The Pragmatic Programmer" by David Thomas and Andrew Hunt. Note that the book contains much more knowledge and pearls of wisdom and that the following notes only contain points I personally found worth writing down. This is mainly for my own use, but you might find it helpful too.</p> <pre> ,.......... .........., @@ -1,6 +1,6 @@ # foo.zone -> This site was generated at 2023-03-15T01:31:08+02:00 by `Gemtexter` +> This site was generated at 2023-03-15T01:46:05+02:00 by `Gemtexter` ``` |\---/| diff --git a/notes/the-pragmatic-programmer.gmi b/notes/the-pragmatic-programmer.gmi index b99f4280..1c09b222 100644 --- a/notes/the-pragmatic-programmer.gmi +++ b/notes/the-pragmatic-programmer.gmi @@ -1,6 +1,6 @@ # "The Pragmatic Programmer" book notes -> Published at 2023-03-15T00:55:20+02:00 +> Published at 2023-03-16T00:55:20+02:00 These are my personal takeaways after reading "The Pragmatic Programmer" by David Thomas and Andrew Hunt. Note that the book contains much more knowledge and pearls of wisdom and that the following notes only contain points I personally found worth writing down. This is mainly for my own use, but you might find it helpful too. |
