This repository has been archived on 2024-01-05. You can view files and clone it, but cannot push or open issues or pull requests.
website/roadmap/index.html

68 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Roadmap</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<img src="/logo.webp" 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 or 6700XT in the next few months. You'll finally be able to game at respectable framerates, if bandwidth allows, of course!
</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. A 5900X wouldn't cost that much more, but I'll have to sell the current CPU.
</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 or 48GB 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>
<p>
<b>Storage</b>
</p>
<p>
Our current SSD drive is awesome! However, it would be great to have a few hundred more GB of space, and the upgrade from PCIe 3.0 to PCIe 4.0 is nice. It might be a good idea to get a larger HDD too.
</p>
<br>
</div>
</body>
</html>