113 Quotes About Computer-science

  • Author Edsger Dijkstra
  • Quote

    Ciência da Computação tem tanto a ver com o computador como a astronomia com o telescópio, a biologia com o microscópio, ou a química com os tubos de ensaio. A ciência não estuda ferramentas, mas o que fazemos e o que descobrimos com elas.

  • Tags
  • Share

  • Author Thomas Anderson
  • Quote

    The advantage of subdividing the heap is that multiple threads can each allocate objects at the same time without interfering with one another. Further, by allocating object used by the same thread from the same memory region, cache hit rates may improve.

  • Tags
  • Share





  • Author Jim Blandy
  • Quote

    loop { work(); play(); ; // <-- empty statement}Rust follows the tradition of C in allowing this. Empty statements do nothing except convey a slight feeling of melancholy. We mention them only for completeness.

  • Tags
  • Share


  • Author Douglas Rushkoff
  • Quote

    When human beings acquired language, we learned not just how to listen but how to speak. When we gained literacy, we learned not just how to read but how to write. And as we move into an increasingly digital reality, we must learn not just how to use programs but how to make them. In the emerging highly programmed landscape ahead, you will either create the software or you will be the software. It’s really that simple: Program, or be programmed.

  • Tags
  • Share