Me

Hello, I'm MunHammer (stylized as [Mm]un_?.?[Hh]ammer), this is my website, that I made for me

Tech related stuff

I like making, and implementing programming languages (only brainfuck so far :P). I also like programming in general. I know a bit of Python, am trying to be good at Rust, and know how to google things (aka the basics of whatever).

Non tech related

I do archery, like to read (progression fantasy, xianxia, litrpg, etc.), play D&D, and occasionally make some art. I also like to play board games, but I don't have much people to play with.

Miscellaneous

  • My birthday is June 8
  • I am a cis, heterosexual guy
  • I've never daily-driven Windows
  • I am in NZST

My environment

I use two laptops, my Lenovo 300e 2nd gen Chromebook (Intel Celeron N4000, 32 gibibytes of storage, 4 gibibytes of RAM) for outside of home, and my Lenovo XiaoXin 14 (Ryzen 7 H255, 512 gigabytes of storage, 16 gigabytes of RAM) (It's from China)

The Chromebook uses ChromeOS, with a Debian 13 VM (Baguette), that I use a 128 gigabyte microSD card with it. The software used is:

The better laptop uses OpenRC, Gentoo, Niri, Kitty, Vencord, Dolphin, and even Steam!

Both of them use Zellij, Helix, Firefox, programming-language-specific tools, Git, Eza, Starship, Zoxide, and Fastfetch. There are more things that I use, like Harper-ls, and you can find them in my dotfiles (but right now, I have reset the repo cause I kept doxxing myself)

This Website

This website is deployed with GitHub actions, look at my action here. It is programmed with raw CSS, HTML, and TypeScript, with no frameworks whatsoever. The domain name was bought at Porkbun, for only 7 USD.

My Projects

Brainfuck-rs

Brainfuck-rs is my attempt at making a quality brainfuck compiler, interpreter, byte code VM all-in-one. One of the goals of brainfuck-rs is to be as professional as possible, that means testing every function, using industry standard crates, documenting everything, and no linting errors.

MunBot

MunBot is a small discord bot I'm writing in Python, it is currently undergoing a rewrite (one that is being procrastinated). MunBot is not trying to be the next big thing, only the next funny thing for my friend group. MunBot has been burned at the stake once, apparently because it was "homophobic"??????

This Website

This website is thing that I'm going to point people towards when they want to learn about me. It might also host playground for my other projects in the future, provided I can figure out how to compile to WASM.