Explore >> Select a destination


You are here

daveshacks.blogspot.com
| | teppen.io
6.2 parsecs away

Travel
| | [AI summary] This post explains what AWS S3 ETags are, how they are calculated for single versus multipart uploads, and provides a Python method to reverse-engineer them for local file sync.
| | www.righto.com
5.7 parsecs away

Travel
| | The 74181 ALU (arithmetic/logic unit) chip powered many of the minicomputers of the 1970s: it provided fast 4-bit arithmetic and logic funct...
| | www.righto.com
4.6 parsecs away

Travel
| | The Intel 8086 processor contains many interesting components that can be understood through reverse engineering. In this article, I'll di...
| | jborza.com
26.4 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.