This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import System.Directory | |
import System.IO | |
import IO | |
import GHC.IO.Handle | |
import System.Process | |
import Text.Printf | |
main = do |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Look at how systems researchers look at primarily competitive aspects and assume maliciousness | |
* Look at "fairness" metrics. | |
* Distributed systems show us that scaling-up is problematic (inherently centralized). We need to scale-out. | |
* Trust. | |
* Perhaps discuss open source politics (gpl-hate) | |
* Goal: Some technical problems are social problems... therefore some social problems in our community have technical solutions. | |
Open with social issue stuff, social problems. |