Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-08 | De-nest rain.bh exercise | Ben Sima | |
2018-08-08 | Add exercise from this morning | Ben Sima | |
2018-08-07 | Another typo | Ben Sima | |
2018-08-07 | Typo | Ben Sima | |
2018-08-07 | Add ski calculus interpretor | Ben Sima | |
2018-08-07 | WIP from last week | Ben Sima | |
2018-07-31 | This function is just `liftA2 (,)` so that's cool | Ben Sima | |
2018-07-31 | WIP basic structure | Ben Sima | |
Cleaned up a bit from the interview | |||
2018-07-18 | Update readme | Ben Sima | |
2018-07-11 | Rename to anonco | Ben Sima | |
2018-06-30 | Add comment | Ben Sima | |
2018-06-30 | Defaulting to 0 | Ben Sima | |
This kinda makes it better, but it still gets stuck | |||
2018-06-30 | Add type sigs and try to fix bug | Ben Sima | |
2018-06-30 | Split `run` into a helper function and use a new random gen every time | Ben Sima | |
2018-06-29 | Fix indentation and white space | Ben Sima | |
2018-06-29 | Remove comment | Ben Sima | |
2018-06-29 | Prototype-quality printf | Ben Sima | |
Needed help on the convert function | |||
2018-06-29 | Add simspace | Ben Sima | |
Theres a bug, need Wolfram's book to get into the math of it, I can't find a good explanation of the actual math anywhere (the wikipedia page is pretty bad) | |||
2018-03-17 | Add reify health from yesterday | Ben Sima | |
2018-02-23 | Almost done, just hung up on learning conduit | Ben Sima | |
2018-02-23 | Add verve-wireless challenge | Ben Sima | |
2018-02-23 | Add readme | Ben Sima | |
2018-02-23 | Re-organize | Ben Sima | |
2018-01-31 | Parse phone numbers into E164 format | Ben Sima | |
2018-01-24 | Fix the slow bootstrapping with `groupUpdates` | Ben Sima | |
Fixes #1 | |||
2018-01-23 | add readme | Ben Sima | |
2018-01-23 | Update test cases | Ben Sima | |
2018-01-23 | Add completion message | Ben Sima | |
2018-01-23 | More docs | Ben Sima | |
2018-01-23 | Use a bootstrap endpoint instead of bootstrapping on startup | Ben Sima | |
This just demonstrates the code better, I wouldn't do this in production | |||
2018-01-23 | Switch to more-correct versions of update/query fns | Ben Sima | |
2018-01-23 | Add/fix some docs | Ben Sima | |
2018-01-23 | Index data and implement query functions | Ben Sima | |
Everything is working now, just a bit slow/buggy i think | |||
2018-01-22 | Query all records | Ben Sima | |
2018-01-22 | Startup with seed data and POST to db | Ben Sima | |
2018-01-22 | Typos | Ben Sima | |
2018-01-22 | Initiate acid state | Ben Sima | |
Unfortunately the acid-state package isn't on Stackage, so I need to pull it elsewhere. `stack script` doesn't support this, but `stack runghc` does. It's a bit slower and less reliable, but that's okay for now. https://github.com/commercialhaskell/stack/issues/3370#issuecomment-324124780 https://docs.haskellstack.org/en/stable/GUIDE/#writing-independent-and-reliable-scripts | |||
2018-01-22 | Standardize errors | Ben Sima | |
2018-01-22 | Init basic functionality | Ben Sima | |