Explore >> Select a destination


You are here

domipheus.com
| | blog.eowyn.net
4.4 parsecs away

Travel
| | Proof-of-concept CPU where the instructions are hamming codes
| | jborza.com
1.7 parsecs away

Travel
| | Ive went through the first part of From Nand to Tetris course where I learnt to build a simple 16-bit computer called Hack from the digital building blocks (NAND gates). The course used its specific HDL (hardware definition language), which is a gentle way to shield a beginner from the ugliness of a real language, but to implement anything on a real FPGA board one needs to use VHDL or Verilog.
| | www.righto.com
5.6 parsecs away

Travel
| | In this article, I reverse-engineer the priority encoder in the ARM1 processor. By examining the chip layout provided by the Visual ARM1 p...
| | lucybain.com
21.9 parsecs away

Travel
| React re-renders if shouldComponentUpdate returns true for any reason. How can we use this knowledge to help performance?