- Granite Mountain (Snoqualmie) (summitpost.org)
Granite Mountain is becoming one of the most popular hikes on the I-90 corridor. The incline and elevation gain makes it an ideal training hike for larger peaks like Baker or Rainier. From the trail head, follow Pratt Lake Trail #1007 which ascends through the woods gradually climbing for about a mile until you cross several small creeks and it meets with the Granite Mountain Trail, that goes up to the right (#1016).
- Self-modifying code (Wikipedia)
In computer science, self-modifying code (SMC or SMoC) is code that alters its own instructions while it is executing – usually to reduce the instruction path length and improve performance or simply to reduce otherwise repetitively similar code, thus simplifying maintenance. The term is usually only applied to code where the self-modification is intentional, not in situations where code accidentally modifies itself due to an error such as a buffer overflow.
- von Neumann architecture (Wikipedia)
The von Neumann architecture—also known as the von Neumann model or Princeton architecture—is a computer architecture based on a 1945 description by John von Neumann, and by others, in the First Draft of a Report on the EDVAC.