add links
This commit is contained in:
@@ -15,7 +15,7 @@ I'm also packing. This is a good time for me to trim down on needless belongings
|
||||
|
||||
## Programming
|
||||
|
||||
As always, I have a number of programming projects going on at the moment. I just completed [Rust Elaborator](https://git.mtgmonkey.net/Andromeda/rust-elaborator/), a custom tool created at the request of my step-mother. I faced a number of challenges with that project, the most prominent being that of operating system - she uses Windows, an OS I don't understand and don't have the infrastructure to run. As such, the [Windows exe](https://git.mtgmonkey.net/Andromeda/rust-elaborator/rust_elaborator.exe) isn't, to my chagrine, built with Nix. I instead set up a Windows 11 virtual machine with [Quickemu](https://github.com/quickemu-project/quickemu), downloaded [Rustup](https://www.rust-lang.org/tools/install), and compiled it the old-fashioned way.
|
||||
As always, I have a number of programming projects going on at the moment. I just completed [Rust Elaborator](https://git.mtgmonkey.net/Andromeda/rust-elaborator/), a custom tool created at the request of my step-mother. I faced a number of challenges with that project, the most prominent being that of operating system - she uses Windows, an OS I don't understand and don't have the infrastructure to run. As such, the [Windows exe](https://git.mtgmonkey.net/Andromeda/rust-elaborator/src/commit/533ec341eabf3d28dcd4213ff883913cd4dad28c/rust-elaborator.exe) isn't, to my chagrine, built with Nix. I instead set up a Windows 11 virtual machine with [Quickemu](https://github.com/quickemu-project/quickemu), downloaded [Rustup](https://www.rust-lang.org/tools/install), and compiled it the old-fashioned way.
|
||||
|
||||
Thank you for reading this post! I hope you have a wonderful rest of your day
|
||||
|
||||
|
14
content/links.md
Normal file
14
content/links.md
Normal file
@@ -0,0 +1,14 @@
|
||||
+++
|
||||
title = "Links"
|
||||
template = "links.html"
|
||||
+++
|
||||
|
||||
## Services hosted on mtgmonkey.net
|
||||
|
||||
| | |
|
||||
|-|-|
|
||||
| [blog.mtgmonkey.net](https://blog.mtgmonkey.net) | this blog |
|
||||
| [translate.mtgmonkey.net](https://translate.mtgmonkey.net) | translation service |
|
||||
| [mtgmonkey.net](https;//mtgmonkey.net) | hobby website |
|
||||
| [git.mtgmonkey.net](https://git.mtgmonkey.net) | git repos |
|
||||
| [math.mtgmonkey.net](https://math.mtgmonkey.net) | riemann sum visualizer |
|
Reference in New Issue
Block a user