38 lines
1.4 KiB
HTML
38 lines
1.4 KiB
HTML
|
{{ define "main" }}
|
||
|
|
||
|
<p>Hi I'm Crony Akatsuki. 20 y/o linux and foss enthusiaist.</p>
|
||
|
<p>
|
||
|
Love thinkering with my system. The fact I run gentoo on my main machine might
|
||
|
also make you think I love suffering (Maybe I do?).
|
||
|
</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>
|
||
|
I also love selfhosting a lot. This website and 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 ;)
|
||
|
</p>
|
||
|
<p>
|
||
|
I use a vps for selfhosting using debian as the os. Almost all programs are
|
||
|
hosted with docker (Glory to docker) while some rare programs that don't have
|
||
|
an official docker image are hosted directly on the system. Like some of my
|
||
|
personal projects like
|
||
|
<a href="https://upfast.cronyakatsuki.xyz">Upfast</a>
|
||
|
</p>
|
||
|
<p>Currently learning about websockets, pentesting, ... for fun ( I never trully learn anything and just kill time )</p>
|
||
|
<p>
|
||
|
I'm an cli only person except when browsing the web or browsing the web, in
|
||
|
which case I use librewolf ( I love privacy )
|
||
|
</p>
|
||
|
<p>
|
||
|
NEOVIM THE ONLY EDITOR YOU NEED!!!!!!! ( Have to justify my personal couple
|
||
|
thousand loc nvim
|
||
|
<a href="https://code.cronyakatsuki.xyz/crony/nvim-conf">config</a>)
|
||
|
</p>
|
||
|
|
||
|
{{ end}}
|