2019-06-23 00:30:21 +03:00
|
|
|
# notes.srid.ca
|
2019-06-18 02:02:02 +03:00
|
|
|
|
2019-06-30 23:36:17 +03:00
|
|
|
My public notes. Kind of a blog and wiki. This will soon be a generic static
|
|
|
|
site generator based on Shake and Reflex.
|
2019-06-18 02:02:02 +03:00
|
|
|
|
2019-06-30 23:36:17 +03:00
|
|
|
## Local server when editing only content
|
2019-06-29 01:06:37 +03:00
|
|
|
|
|
|
|
```bash
|
|
|
|
nix-build -A ghc.notessridca
|
|
|
|
./result/bin/notessridca serve --watch
|
|
|
|
```
|
|
|
|
|
2019-06-30 23:36:17 +03:00
|
|
|
## ... when hacking on Haskell sources
|
2019-06-29 01:06:37 +03:00
|
|
|
|
|
|
|
```bash
|
2019-06-30 23:36:17 +03:00
|
|
|
nix-shell -A shells.ghc --run "ghcid -T 'Main.runApp Data.Default.def (Main.Serve 8080 True)'"
|
2019-06-29 01:06:37 +03:00
|
|
|
```
|
|
|
|
|
2019-06-18 02:02:02 +03:00
|
|
|
## TODO
|
|
|
|
|
2019-06-30 18:50:14 +03:00
|
|
|
- Use my own jsonCache' and drop dependency on Slick
|
2019-06-29 01:06:37 +03:00
|
|
|
- Literate haskell
|
|
|
|
- Include rendered Main.lhs as a post in notes.srid.ca
|
2019-06-19 04:43:13 +03:00
|
|
|
|
2019-06-29 01:06:37 +03:00
|
|
|
### Article Ideas
|
2019-06-19 04:43:13 +03:00
|
|
|
|
|
|
|
- Github CI for OSS haskell projects
|
2019-06-22 17:34:03 +03:00
|
|
|
- Lens and friends
|
|
|
|
- mtl
|
|
|
|
- string types
|
|
|
|
- personal nix cache
|