\documentclass{article}
\usepackage{graphics}
\begin{document}
\begin{center}
%%title
\Huge The Hacker Logo
                                                                                
\normalsize proposal by Eric S. Raymond
%%logo
\begin{picture}(45,45)(0,0)
\multiput(0,0)(0,15){4}{\line(1,0){45}}
\multiput(0,0)(15,0){4}{\line(0,1){45}}
\put(7.5,7.5){\circle*{12}}
\put(22.5,7.5){\circle*{12}}
\put(37.5,7.5){\circle*{12}}
\put(37.5,22.5){\circle*{12}}
\put(22.5,37.5){\circle*{12}}
\end{picture}
                                                                                
\end{center}
\end{document}
