An anonymous drug user reveals why he regularly takes cocaine and ecstasy
theguardian.com1 pointsby throwaway2837190 comments
data Root
= RootPosix
| RootWindowsVolume Char
| RootWindowsCurrentVolume
data FilePath = FilePath
{ pathRoot :: Maybe Root
, pathDirectories :: [String]
, pathBasename :: Maybe String
, pathExtensions :: [String]
} Market state -> price forecast
Price forecast + other factors (risk, liquidity) -> trading decision
If you know (or have a good guess) how the algorithm works, you can work out what state of the market would lead to a price forecast in your favour, i.e. would lead to the algorithm offering liquidity at a price favourable to you.
I don't think the comparison with a hypothetical reality TV show is very meaningful.