Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on GitHub Actions
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips and Traps
-
You can use
sudo
without password in Linux and macOS when running GitHub Actions. -
GitHub Actions supports manual triggers with workflow_dispatch. Workflow parameters are supported in manually triggers …
Sorting Algorithms in Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
- slice::sort
- slice::sort_by
- slice::sort_by_key
- slice::sort_unstable
- slice::sort_unstable_by
- slice::sort_unstable_by_key
GlideSort
GlideSort is a novel stable sorting algorithm that combines the best-case behavior of Timsort-style merge sorts for pre-sorted …
Tips on the Rust Crate SQLX
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Scaling Law for LLM
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Beyond neural scaling laws – Paper Explained
Scaling Laws refer to the observed trend of some machine learning architectures (notably transformers) to scale their performance on predictable power law when given more …
Retrieval-Augmented Generation for LLM
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
What is retrieval-augmented generation? https://research.ibm.com/blog/retrieval-augmented-generation-RAG
What is retrieval-augmented generation? @ YouTube https://www.youtube.com/watch?v=T-D1OfcDW1M