Compare commits

..

No commits in common. "4161e6a10f3a62d758aefa593c53a41e2597ce06" and "41975bca4dcdde27043abd586689506d62cb62bd" have entirely different histories.

4 changed files with 16 additions and 12 deletions

View file

@ -1,3 +0,0 @@
{
"editor.wordWrap": "on"
}

View file

@ -6,16 +6,18 @@ page_template = "subpage.html"
# Welcome to my website!
Hey! I'm {{ resize_image(path="missing.png", width=32, height=32, op="scale", class="pfp") }} **TheMissingPiece**, but most people just call me missing. I am a nerd and programmer who enjoys rewriting code that already exists just because I can. I know JavaScript, TypeScript, Java, and C#, but nowadays my main language of choice is Rust. You can find my projects on my friend's [Gitea](https://git.karx.xyz/missing).
Hey! I'm {{ resize_image(path="missing.png", width=32, height=32, op="scale", class="pfp") }}
**TheMissingPiece**, but most people just call me missing. I am a nerd and tech
enthusiast who loves to rewrite things that already exist just because I can. I
know JavaScript, TypeScript, Java, C#, and Rust, but nowadays most of my code is
written in Rust. You can find my projects on my friend's [Gitea](https://git.karx.xyz/missing).
---
Most of my projects are not published anywhere, but here are a few that are:
Some projects I am currently working on:
- An X11 protocol, client, and server implementation in Rust, currently not published anywhere.
- [`dyn_vec`](https://git.karx.xyz/missing/dyn_vec), a `Vec<T: ?Sized>` for Rust
- My work-in-progress [os](https://git.karx.xyz/missing/os), which is still far from complete.
- A clone of [tetris](https://git.karx.xyz/missing/tetris) for the command line
My `~/Projects` directory contains somewhere about 60 projects that are my own, and my motivation to work on any one particular project usually doesn't last that long, so it's not very often that I actually complete one of my projects. Additionally, I don't like publishing a project that is not in a working state, which is why so many of my projects are still private.
- [My os](https://git.karx.xyz/missing/os), which is still very much a work in progress
---
@ -28,7 +30,7 @@ My friends' links:
---
Ways to reach me:
- @missingdev on Discord (originally TheMissingPiece#6742)
- TheMissingPiece#6742 on Discord
- karx's [Discord](https://discord.gg/ejamTPCVSB) or [IRC](ircs://karx.xyz:6697)
- [piecenotfound@gmail.com](mailto:piecenotfound@gmail.com)

View file

@ -4,6 +4,12 @@ title = "dn42"
# DN42
Dn42, short for decentralized network 42, is something that is better explained by [the wiki](https://dn42.dev). I host a dn42 node, and am peered with [Kioubit](https://dn42.g-load.eu/#) and [C4TG1RL5](https://famfo.xyz/dn42/). How I got to this point with my limited networking knowledge is beyond me. My AS is `4242422047`, and my IP ranges are `172.22.159.160/27` and `fdfd:bad:c0de::/48`. I am open for peerings, so if you want to, just contact me through one of the ways listed on the [home page](/).
Dn42, short for decentralized network 42, is something that is better explained
by [the wiki](https://dn42.dev). I host a dn42 node, and am peered with
[Kioubit](https://dn42.g-load.eu/#) and [C4TG1RL5](https://famfo.xyz/dn42/). How
I got to this point with my limited networking knowledge is beyond me. My AS is
`4242422047`, and my IP ranges are `172.22.159.160/27` and `fdfd:bad:c0de::/48`.
I am open for peerings, so if you want to, just contact me through one of the ways
listed on the [home page](/).
---

View file

@ -3,7 +3,6 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
{% set title = "TheMissingPiece" %}
{% set img = get_url(path="/missing.png") %}