-
Recent
- The UNIX file system as a recursive function
- Apple’s A5 chip made in Austin
- Richard Stallman speaks
- Dennis Ritchie
- Droning on about computer security
- The multics file system
- Fukushima Robot Blog
- Sinking in too many layers
- Computer architecture, power, and PHP
- VCs bailing on signed term sheets
- American corporate management
- Apple’s Patents possibly covering android
- Computer Science 101
- Why computers are more and more devices for generating heat from electricity
- Dutch masters
Category Archives: architecture
Computer architecture, power, and PHP
The Tile-Gx chips have 64-bit processing on their cores, and include floating point math instructions that allow a floating point operating to be done in five cycles instead of hundreds of cycles when done in software. This is, believe it … Continue reading
Posted in architecture, data center, green power, software business
Leave a comment
limits of state diagrams
Here’s a graph of a simple state machine of somewhat under 512 states that modelsĀ a dumb fifo queue. The initial state is “e” for empty. We can append 1,2 or 3 to this queue and can delete the first … Continue reading