Add roadmap

This commit is contained in:
Anthony Wang 2021-07-22 11:48:54 -05:00
parent a5190fb34b
commit a704ee39d3
Signed by: a
GPG key ID: BC96B00AEC5F2D76

60
roadmap/index.html Normal file
View file

@ -0,0 +1,60 @@
<!DOCTYPE html>
<html>
<head>
<title>Roadmap</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<img src="/logo.png" alt="exozyme" height="324" width="324">
<br>
<h2>What's next for exozyme?</h2>
<br>
<p>
<b>Funding and donations</b>
</p>
<p>
Running exozyme is expensive. I probably need to get something set up for this soon...
</p>
<br>
<p>
<b>Upgrading the GPU</b>
</p>
<p>
Yeah, the old ATI Radeon HD 6570 is probably nearing the end of its lifespan. I'm thinking up upgrading to a Radeon RX 6600XT in the next few months. You'll finally be able to game at respectable framerates!
</p>
<br>
<p>
<b>Upgrading the CPU</b>
</p>
<p>
Our current CPU is quite a beast, but it would be nice to have a few more cores.
</p>
<br>
<p>
<b>Upgrading the RAM</b>
</p>
<p>
VMs tend to use a lot of memory. 16GB just isn't enough. Sure, we have lots of swap space so we won't easily run out of memory, but 32GB would be a great upgrade.
</p>
<br>
<p>
<b>Running the server at night</b>
</p>
<p>
My power bill will suffer. Maybe once we figure out a better way to fund exozyme.
</p>
<br>
<p>
<b>Email server</b>
</p>
<p>
Hosting an email server is a massive pain. Maybe when I have an entire week of free time...
</p>
<br>
</div>
</body>
</html>