summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gemfeed/2022-12-24-ultrarelearning-java-my-takeaways.html2
-rw-r--r--gemfeed/atom.xml4
-rw-r--r--index.html2
-rw-r--r--projects.html5
-rw-r--r--style.css25
-rw-r--r--text.ttfbin48092 -> 367144 bytes
-rw-r--r--uptime-stats.html2
7 files changed, 32 insertions, 8 deletions
diff --git a/gemfeed/2022-12-24-ultrarelearning-java-my-takeaways.html b/gemfeed/2022-12-24-ultrarelearning-java-my-takeaways.html
index b2617bc3..5d7408c9 100644
--- a/gemfeed/2022-12-24-ultrarelearning-java-my-takeaways.html
+++ b/gemfeed/2022-12-24-ultrarelearning-java-my-takeaways.html
@@ -19,7 +19,7 @@
<p>At my workplace, as an SRE, I don't do Java a lot. I have been reading Java code to understand the software better so I can apply and suggest workarounds or fixes to existing issues and bugs. However, most of our stack is in Java, and our Software Engineers use Java as their primary programming language.</p>
<h2>Stuck at Java 1.4</h2>
<p>Over time, I had been missing out on many new features that were added to the language since Java 1.4, so I decided to implement my next Pet Project in Java and learn every further aspect of the language as my main goal. Of course, I still liked the idea of winning a Pet Project Prize, but my main objective was to level up my Java skills.</p>
-<h2>(Re)lerning &amp; upskilling to Java 18</h2>
+<h2>(Re)learning &amp; upskilling to Java 18</h2>
<h3>Effective Java</h3>
<p>This book was recommended by my brother and also by at least another colleague at work to be one of the best, if not the best, book about Java programming. I read the whole book from the beginning to the end and immersed myself in it. I fully agree; this is a great book. Every Java developer or Java software engineer should read it!</p>
<a href="./2022-12-24-ultrarelearning-java-my-takeaways/effective-java.jpg"><img src="./2022-12-24-ultrarelearning-java-my-takeaways/effective-java.jpg" /></a><br />
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index 7048848a..02665890 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-25T17:56:09+02:00</updated>
+ <updated>2023-03-26T15:48:54+03:00</updated>
<title>foo.zone feed</title>
<subtitle>To be in the .zone!</subtitle>
<link href="https://foo.zone/gemfeed/atom.xml" rel="self" />
@@ -399,7 +399,7 @@ Art by Joan Stark
<p>At my workplace, as an SRE, I don't do Java a lot. I have been reading Java code to understand the software better so I can apply and suggest workarounds or fixes to existing issues and bugs. However, most of our stack is in Java, and our Software Engineers use Java as their primary programming language.</p>
<h2>Stuck at Java 1.4</h2>
<p>Over time, I had been missing out on many new features that were added to the language since Java 1.4, so I decided to implement my next Pet Project in Java and learn every further aspect of the language as my main goal. Of course, I still liked the idea of winning a Pet Project Prize, but my main objective was to level up my Java skills.</p>
-<h2>(Re)lerning &amp; upskilling to Java 18</h2>
+<h2>(Re)learning &amp; upskilling to Java 18</h2>
<h3>Effective Java</h3>
<p>This book was recommended by my brother and also by at least another colleague at work to be one of the best, if not the best, book about Java programming. I read the whole book from the beginning to the end and immersed myself in it. I fully agree; this is a great book. Every Java developer or Java software engineer should read it!</p>
<a href="https://foo.zone/gemfeed/2022-12-24-ultrarelearning-java-my-takeaways/effective-java.jpg"><img src="https://foo.zone/gemfeed/2022-12-24-ultrarelearning-java-my-takeaways/effective-java.jpg" /></a><br />
diff --git a/index.html b/index.html
index 2bf50fda..62c65600 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
</head>
<body>
<h1>foo.zone</h1>
-<p class="quote"><i>This site was generated at 2023-03-25T17:56:09+02:00 by <span class="inlinecode">Gemtexter</span></i></p>
+<p class="quote"><i>This site was generated at 2023-03-26T15:51:46+03:00 by <span class="inlinecode">Gemtexter</span></i></p>
<pre>
|\---/|
| ,_, |
diff --git a/projects.html b/projects.html
index e2051615..5dc0e956 100644
--- a/projects.html
+++ b/projects.html
@@ -9,12 +9,15 @@
</head>
<body>
<h1>Projects</h1>
-<p class="quote"><i>This site was last updated at 2023-03-23T11:01:35+02:00</i></p>
+<p class="quote"><i>This site was last updated at Sat 25 Mar 20:53:33 EET 2023</i></p>
<p>This is a "hidden" site listing my personal project list priorities!</p>
<ul>
<li>Finish and release <span class="inlinecode">guprecords 2.0.0</span> (Raku)</li>
+<li>Blog about Raku and <span class="inlinecode">guprecords</span> (Raku)</li>
<li>Update dependencies and release <span class="inlinecode">DTail 4.1.1</span> (Golang)</li>
<li>Read "The Go Notebook" (Golang)</li>
+<li>Redo "The Ultimate Go" Video lecture, this time 2nd edition (Golang)</li>
+<li>Other Go content by William Kennedy (Books, Videos, Courses?) (Golang)</li>
<li>Work through "Bash it out" challenges (Bash)</li>
<li>Read "Programming Ruby (3.2)" (Ruby)</li>
<li>Try out <span class="inlinecode">kickstart.nvim</span> (NeoVim)</li>
diff --git a/style.css b/style.css
index fb970a97..86eb4048 100644
--- a/style.css
+++ b/style.css
@@ -1,5 +1,25 @@
+@font-face {
+ font-family: 'text';
+ src: url("./text.ttf") format("truetype");
+}
+
+@font-face {
+ font-family: 'code';
+ src: url("./code.ttf") format("truetype");
+}
+
+@font-face {
+ font-family: 'handnotes';
+ src: url("./handnotes.ttf") format("truetype");
+}
+
+@font-face {
+ font-family: 'typewriter';
+ src: url("./typewriter.ttf") format("truetype");
+}
+
body {
- font-family: monospace;
+ font-family: text;
width: 99%;
max-width: 1024px;
padding: 0 20px;
@@ -67,7 +87,7 @@ img {
}
pre {
- font-family: monospace;
+ font-family: code;
padding: 0;
overflow-x: auto;
scrollbar-width: none;
@@ -81,6 +101,7 @@ pre {
}
span.inlinecode {
+ font-family: code;
border: 1px solid #000000;
padding: 1px;
color: grey;
diff --git a/text.ttf b/text.ttf
index a66ddf1c..7c8e65b8 100644
--- a/text.ttf
+++ b/text.ttf
Binary files differ
diff --git a/uptime-stats.html b/uptime-stats.html
index d308c4a2..b70761dc 100644
--- a/uptime-stats.html
+++ b/uptime-stats.html
@@ -9,7 +9,7 @@
</head>
<body>
<h1>My machine uptime stats</h1>
-<p class="quote"><i>This site was last updated at 2023-03-25T17:56:09+02:00</i></p>
+<p class="quote"><i>This site was last updated at 2023-03-26T15:51:46+03:00</i></p>
<p>The following stats were collected via <span class="inlinecode">uptimed</span> on all of my personal computers over many years and the output was generated by <span class="inlinecode">guprecords</span>, the global uptime records stats analyser.</p>
<p class="quote"><i>Uptimed is an uptime record daemon keeping track of the highest uptimes a computer system ever had. It uses the system boot time to keep sessions apart from each other.</i></p>
<a class="textlink" href="https://github.com/rpodgorny/uptimed">https://github.com/rpodgorny/uptimed</a><br />