For no real reason, I did a classification of (associative, with a 1) rings with less than 8 elements (they all happen to be commutative). Most of the rings I got were of a type I knew - namely: cyclic, field, or Boolean - but one wasn't.
$R \hspace{.04 in} := \hspace{.04 in} \Bigg\langle \bigg\{\begin{pmatrix} 0 & 0 \\ 0 & 0 \end{pmatrix},\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix},\begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix},\begin{pmatrix} 1 & 1 \\ 0 & 1 \end{pmatrix}\bigg\} \text{ , matrix operations over the field } \mathbb{Z}/2\mathbb{Z} \Bigg\rangle$
Does $R$ arise in any remotely natural situations?