HackerTrans
TopNewTrendsCommentsPastAskShowJobs

mtejo

no profile record

Submissions

My Month Using Claude Code

matthewtejo.substack.com
1 points·by mtejo·5 เดือนที่ผ่านมา·0 comments

Making Nintendo DS ROMs with Rust

matthewtejo.substack.com
32 points·by mtejo·5 เดือนที่ผ่านมา·4 comments

Taking on Anthropic's Public Performance Engineering Interview Challenge

matthewtejo.substack.com
1 points·by mtejo·5 เดือนที่ผ่านมา·1 comments

comments

mtejo
·4 เดือนที่ผ่านมา·discuss
Ive been running with this little ongoing project of making little nintendo ds games with rust.

I put together a pretty basic portal clone. I think its pretty cool to see it come together, animations, level creation, portal jumps.

The basic hardware on the ds makes 3d pretty approachable. Ive found opengl overwhelming in the past. It seems like a fun platform to make games on, but idk if there is any active ds homebrew communities. Anyway sharing because i thought it was cool, hard to find anyone that seems to be to interested. I thought about getting a 3ds but they are surprisingly expensive now
mtejo
·5 เดือนที่ผ่านมา·discuss
I did see that but the readme kind of scared me off.
mtejo
·5 เดือนที่ผ่านมา·discuss
With enough effort yeah. Since it can use all of libnds all of the input, displays, memory regions are available to use.
mtejo
·5 เดือนที่ผ่านมา·discuss
Wrote a short blog post about my experience working on Anthropic's public performance interview question.I really wrote it too, AI only helped with the code lol
mtejo
·ปีที่แล้ว·discuss
I was curious how type checkers work for python, so I started making my own toy one.

Github repo has a link to what I plan to make a series of blog posts I started writing about it

https://github.com/tejom/python-type-check