Skip to content

Instantly share code, notes, and snippets.

@eldondev
Last active July 16, 2016 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eldondev/03709f84f1230dc320a766ae901a8363 to your computer and use it in GitHub Desktop.
Save eldondev/03709f84f1230dc320a766ae901a8363 to your computer and use it in GitHub Desktop.
Why Allwinner

What is this all about

What has been going on?

  • Chips have been getting faster
    • Kind of topped out due to physics, but science advances all the time.
  • Instead, chips have been getting bigger
    • Adding Cores only makes properly architected systems faster, so what to do with all of those extra cores?

Virtualization

  • Makes programmers happy, because we can just say "restart the vm" rather than try to debug that old, poorly written program
  • Makes administrators happy because we no longer need a dedicated server for that old, poorly written program written program that only runs on centos 3.
  • Makes Money people happy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment