diff options
| author | Lorenzo Torres <lorenzotorres@outlook.it> | 2026-06-01 11:36:22 +0200 |
|---|---|---|
| committer | Lorenzo Torres <lorenzotorres@outlook.it> | 2026-06-01 11:47:10 +0200 |
| commit | c172285efa8e06da444ca3ffef30a0c5b1c75085 (patch) | |
| tree | 2e933e456a2cd975cc072d293664a635ba42f6de /content | |
| parent | 1ab00e322a1efa7c79734697dcaabe2f31377836 (diff) | |
updated the website
Diffstat (limited to 'content')
| -rw-r--r-- | content/_index.html | 12 | ||||
| -rw-r--r-- | content/projects.md | 6 | ||||
| -rw-r--r-- | content/projects/sideros.md | 2 | ||||
| -rw-r--r-- | content/projects/sis.md | 2 | ||||
| -rw-r--r-- | content/projects/typhon.md | 12 |
5 files changed, 7 insertions, 27 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 |
