cronyakatsuki.xyz/layouts/index.html

43 lines
1.5 KiB
HTML
Raw Permalink Normal View History

2023-10-05 21:05:32 +02:00
{{ define "main" }}
2024-10-30 20:19:32 +01:00
<p>Hi I'm Crony Akatsuki. 21 y/o linux and foss enthusiaist.</p>
2023-10-05 21:05:32 +02:00
<p>
2024-10-30 20:19:32 +01:00
Love thinkering with my system. Used to run gentoo and nix,
but back to my old love arch.
2023-10-05 21:05:32 +02:00
</p>
<p>
I love making stupid little programs (mostly in python rn), create "gui's"
with dmenu, and create a lot of bash scripts with sometimes no real use other
than learning.
</p>
<p>
2024-03-21 10:52:26 +01:00
I also love selfhosting a lot. This domain is also a home of a lot of other
different frontends and opensource software and games I self host which you
can check on my <a href="/services">services</a> page also accessible on the
header ;)
2023-10-05 21:05:32 +02:00
</p>
<p>
2024-03-21 10:52:26 +01:00
I use multiple vps's and a dedicated hetzner server. Almost all programs are
2024-10-30 20:19:32 +01:00
hosted with podman (Glory to podman), some are still kept running with
docker because I didn't bother to migrate them yet.
While some rare programs that don't have
2024-03-21 10:52:26 +01:00
an official docker image are hosted directly on the system. For example some
of my personal projects like
2023-10-05 21:05:32 +02:00
<a href="https://upfast.cronyakatsuki.xyz">Upfast</a>
</p>
2024-03-21 10:52:26 +01:00
<p>
2024-10-30 20:19:32 +01:00
Currently mostly playing games and working my day job, sometimes I
throw in a movie or a tv show in the mix tho.
2024-03-21 10:52:26 +01:00
</p>
2023-10-05 21:05:32 +02:00
<p>
I'm an cli only person except when browsing the web or browsing the web, in
2024-10-30 20:19:32 +01:00
which case I use qutebrowser/librewolf ( I love privacy )
2023-10-05 21:05:32 +02:00
</p>
<p>
2024-03-21 10:52:26 +01:00
I use neovim for all my coding/editing configs/writting for this website and
2024-10-30 20:19:32 +01:00
am not able to move to any other editor except it. My neovim config is very
minimal mostly only enable lsp and autocomplete.
2023-10-05 21:05:32 +02:00
</p>
{{ end}}