blog/site/feed.xml
Geir Okkenhaug Jerstad b0653aac5e added haunt build
2024-08-20 11:12:33 +02:00

25 lines
5.6 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title>geokkjer's home on the web, built with Guile and Haunt</title><id>https://blog.geokkjer.eu/feed.xml</id><subtitle>Recent Posts</subtitle><updated>2024-08-20T11:11:59Z</updated><link href="blog.geokkjer.eu/feed.xml" rel="self" /><link href="blog.geokkjer.eu" /><entry><title>About</title><id>https://blog.geokkjer.eu/about.html</id><author><name>Geir Okkenhaug Jerstad</name><email>geir@geokkjer.eu</email></author><updated>2024-02-12T11:08:00Z</updated><link href="https://blog.geokkjer.eu/about.html" rel="alternate" /><summary type="html">&lt;h1&gt;About&lt;/h1&gt;&lt;p&gt;Hello stranger,&lt;/p&gt;&lt;p&gt;This is a blog about my adventures into functional and procedual programming and system configuration + some politics maybe.
Topics covered are NixOs and general Linux/DevoPs stuff. Programming in C, Rust, Zig and Lisp.&lt;/p&gt;&lt;p&gt;Formally educated as a security professional. Self thaught Linux admin with special interrest in virtualization, contaniers, kubernetes and NixOS.
I love the Linux desktop &amp;lt;3 (running Sway and Emacs).
Currently looking to level up programming with Rust and C.
Looking to make cli applications, or platform engineering.&lt;/p&gt;&lt;h2&gt;Some quotes&lt;/h2&gt;&lt;p&gt;Random assortment of quotes, might be inspirarional.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&amp;quot;We choose to go to the Moon. We choose to go to the Moon... We choose to go to the Moon in this decade and do the other things, not because they are easy, but because they are hard; because that goal will serve to organize and measure the best of our energgoies and skills, because that challenge is one that we are willing to accept, one we are unwilling to postpone, and one we intend to win, and the others, too.&amp;quot; - &lt;a href=&quot;https://web.archive.org/web/20180315230845/https://er.jsc.nasa.gov/seh/ricetalk.htm&quot;&gt;John F. Kennedy&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&amp;quot;Everybody has a plan until they get punched in the mouth.&amp;quot; - Mike Tyson&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&amp;quot;when the going gets weird, the weird turn pro&amp;quot; - Hunter S. Thompson&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;“When the rich steal from the poor its called business, when the poor resist its called violence” - Mark Twain&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;&amp;quot;Een schip op het strand is een baken in zee.[ A ship on the beach is a lighthouse to the sea. ]&amp;quot; - DUTCH PROVERB from The Mythical Man Month&lt;/p&gt;&lt;/blockquote&gt;&lt;blockquote&gt;&lt;p&gt;“Im using Linux. A library that emacs uses to communicate with Intel hardware.” Erwin, #emacs, Freenode. Taken from Mastering Emacs by Mickey Peterseon&lt;/p&gt;&lt;/blockquote&gt;</summary></entry><entry><title>Test post!</title><id>https://blog.geokkjer.eu/test-post.html</id><author><name>Geir Okkenhaug Jerstad</name><email>geir@geokkjer.eu</email></author><updated>2024-02-06T11:08:00Z</updated><link href="https://blog.geokkjer.eu/test-post.html" rel="alternate" /><summary type="html">&lt;h1&gt;Top&lt;/h1&gt;&lt;p&gt;&lt;strong&gt;Bold&lt;/strong&gt; &lt;em&gt;cursive&lt;/em&gt;&lt;/p&gt;&lt;h2&gt;second&lt;/h2&gt;&lt;p&gt;&lt;code&gt;backtick&lt;/code&gt;&lt;/p&gt;&lt;p&gt;&lt;img src=&quot;./images/guix.jpg&quot; alt=&quot;image&quot; /&gt;&lt;/p&gt;&lt;pre&gt;&lt;code class=&quot;language-rust&quot;&gt;
# Code here
use::std::io
fn main() {
println!(&amp;quot;Hello, Code!&amp;quot;);
}&lt;/code&gt;&lt;/pre&gt;</summary></entry><entry><title>First post!</title><id>https://blog.geokkjer.eu/first-post.html</id><author><name>Geir Okkenhaug Jerstad</name><email>geir@geokkjer.eu</email></author><updated>2024-02-06T11:08:00Z</updated><link href="https://blog.geokkjer.eu/first-post.html" rel="alternate" /><summary type="html">&lt;h1&gt;Title&lt;/h1&gt;&lt;h2&gt;Hello world!&lt;/h2&gt;&lt;p&gt;This is &lt;strong&gt;MarkDown&lt;/strong&gt; :-)&lt;/p&gt;&lt;p&gt;This is &lt;em&gt;code&lt;/em&gt;&lt;/p&gt;&lt;pre&gt;&lt;code class=&quot;language-guile&quot;&gt;(use-modules (haunt asset)
(haunt site)
(haunt builder blog)
(haunt builder atom)
(haunt reader skribe))
(site #:title 'My First Haunt Site'
#:domain &amp;quot;example.com&amp;quot;
#:default-metadata
'((author . &amp;quot;Eva Luator&amp;quot;)
(email . &amp;quot;eva@example.com&amp;quot;))
#:readers (list skribe-reader)
#:builders (list (blog)
(atom-feed)
(atom-feeds-by-tag)))
&lt;/code&gt;&lt;/pre&gt;</summary></entry><entry><title>Hello with Skribe!</title><id>https://blog.geokkjer.eu/hello-with-skribe.html</id><author><name>Geir Okkenhaug Jerstad</name><email>geir@geokkjer.eu</email></author><updated>2024-02-06T00:00:00Z</updated><link href="https://blog.geokkjer.eu/hello-with-skribe.html" rel="alternate" /><summary type="html">&lt;h1&gt;This is Skribe!&lt;/h1&gt;&lt;p&gt;This is my second Skribe document&lt;/p&gt;&lt;p&gt;This is the second paragraf !&lt;/p&gt;</summary></entry><entry><title>Hello with Skribe!</title><id>https://blog.geokkjer.eu/hello-with-skribe.html</id><author><name>Geir Okkenhaug Jerstad</name><email>geir@geokkjer.eu</email></author><updated>2024-02-06T00:00:00Z</updated><link href="https://blog.geokkjer.eu/hello-with-skribe.html" rel="alternate" /><summary type="html">&lt;h1&gt;Hello2, Skribe!&lt;/h1&gt;&lt;p&gt;This is my first Skribe document&lt;/p&gt;&lt;p&gt;This is the second paragraf !&lt;/p&gt;</summary></entry></feed>