summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/_index.html12
-rw-r--r--content/projects.md6
-rw-r--r--content/projects/sideros.md2
-rw-r--r--content/projects/sis.md2
-rw-r--r--content/projects/typhon.md12
-rw-r--r--layout/page.html2
-rwxr-xr-xpull5
7 files changed, 8 insertions, 33 deletions
diff --git a/content/_index.html b/content/_index.html
index dc68622..c692395 100644
--- a/content/_index.html
+++ b/content/_index.html
@@ -6,17 +6,9 @@ Hi, I’m Lorenzo. I’m an italian student based in <a href="https://en.wikiped
<h3>Pinned posts</h3>
<ul>
<li><a href="blog/why_c">why I use C in 2025</a></li>
+ <li><a href="blog/apple_dilemma">Apple Silicon and the Developer Dilemma</a></li>
</ul>
-<!--
-<h3>My thoughts on</h3>
-<ul>
- <li><a href="llm/">large language models</a></li>
- <li><a href="programming_languages/">programming languages</a></li>
- <li><a href="web/">the web</a></li>
-</ul>
--->
<h3>Contacts</h3>
-If you want to discuss about something, I'm happy to receive emails at <img src="email.png" />
+If you want to discuss about something, I'm happy to receive emails at <code>lorenzo@xkv6.com</code>
</br>
-Here is also <a href="https://sagittarius-a.org/pub/lorenzo.asc">my GPG public key</a>
diff --git a/content/projects.md b/content/projects.md
index 3958706..91f7ff2 100644
--- a/content/projects.md
+++ b/content/projects.md
@@ -5,10 +5,10 @@ This is a list of the projects I'm currently working on.\
Note that some of these could be temprarily unmaintained.
### Work in progress
-- [sideros](sideros/): Real time strategy game set in ancient history
-- [sis](sis/): Simple IMAP server
+- [sideros](sideros/): Real time strategy game set in ancient history.
+- [sis](sis/): Simple IMAP server.
- [L](lc/): The compiler of the L programming language.
-- [Typhon](typhon/): General purpose operating system.
+- [hydra](https://git.sr.ht/~lolzdev/hydra): General purpose microkernel written in C.
### Actually working
- [mnist](mnist/): Neural network predicting handwritten digits from the MNIST database.
diff --git a/content/projects/sideros.md b/content/projects/sideros.md
index d6e8330..7ad374c 100644
--- a/content/projects/sideros.md
+++ b/content/projects/sideros.md
@@ -11,6 +11,6 @@ thanks to our WebAssembly virtual machine and our modding API. I'm not making\
this alone so consider cheking out the git repository for credits.
#### Sources
-Sideros is currently hosted on Sourcehut at [https://git.sr.ht/~lolzdev/sideros](https://git.sr.ht/~lolzdev/sideros)
+Sideros is currently hosted on GitHub at [https://github.com/lolzdev/sideros](https://github.com/lolzdev/sideros)
#### Related posts
diff --git a/content/projects/sis.md b/content/projects/sis.md
index 113a6b9..bda8f4b 100644
--- a/content/projects/sis.md
+++ b/content/projects/sis.md
@@ -12,6 +12,6 @@ scale mailing service but it's more than enough for all the people who just want
server for themselves.
#### Sources
-sis is currently hosted on my personal git hosting at [https://git.sagittarius-a.org/lorenzo/sis](https://git.sagittarius-a.org/lorenzo/sis)
+sis is currently hosted on Sourcehut at [https://git.sr.ht/~lolzdev/sis](https://git.sr.ht/~lolzdev/sis)
#### Related posts
diff --git a/content/projects/typhon.md b/content/projects/typhon.md
deleted file mode 100644
index f89a8e7..0000000
--- a/content/projects/typhon.md
+++ /dev/null
@@ -1,12 +0,0 @@
-<!-- title: Typhon -->
-
-## Typhon
-**Typhon** is a general purpose operating system featuring a microkernel.
-
-#### Description
-Check out [https://typhonos.org](https://typhonos.org)
-
-#### Sources
-Typhon is currently hosted at [https://git.typhonos.org](https://git.typhonos.org).
-
-#### Related posts
diff --git a/layout/page.html b/layout/page.html
index a2e4bf9..917eb97 100644
--- a/layout/page.html
+++ b/layout/page.html
@@ -15,7 +15,7 @@
<a href="{{ base_path }}/">home</a>
<a href="{{ base_path }}/blog/">blog</a>
<a href="{{ base_path }}/projects/">projects</a>
- <a href="https://git.sagittarius-a.org/lorenzo">git</a>
+ <a href="https://git.xkv6.com">git</a>
</span>
</section>
</nav>
diff --git a/pull b/pull
deleted file mode 100755
index c3b0484..0000000
--- a/pull
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-git pull
-make site
-cp -r ./_site/* /var/www/htdocs/