https://github.com/hitblast/journal101
de-facto journal-turned-book for the ugliest thoughts I had during my CS degree
https://github.com/hitblast/journal101
book computer-science-book
Last synced: 12 days ago
JSON representation
de-facto journal-turned-book for the ugliest thoughts I had during my CS degree
- Host: GitHub
- URL: https://github.com/hitblast/journal101
- Owner: hitblast
- Created: 2026-05-03T15:40:17.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2026-05-03T19:02:46.000Z (about 1 month ago)
- Last Synced: 2026-05-03T21:07:48.082Z (about 1 month ago)
- Topics: book, computer-science-book
- Homepage: https://hitblast.fun/journal101/
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Journal101
de-facto journal-turned-book for the ugliest thoughts I had during my CS degree
## About this book
[Read it.](https://hitblast.github.io/journal101) It's pretty self-explanatory.
## Building it
This book is made using [mdbook](https://github.com/rust-lang/mdbook). Make sure the [Rust toolchain](https://rust-lang.org/tools/install/) is installed and in `PATH`, then run:
```bash
cargo install mdbook
cargo install mdbook-gitinfo
mdbook build
```
## License
This book is licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).