Skip to content

Instantly share code, notes, and snippets.

View fboehm's full-sized avatar

Frederick Boehm fboehm

View GitHub Profile
@gaborcsardi
gaborcsardi / Pkgdown deploy from Travis.md
Last active November 17, 2021 13:41
Walkthrough: deploy a pkgdown site from Travis

Run usethis::use_pkgdown_travis()

usethis::use_pkgdown_travis()
✔ Setting active project to '/Users/gaborcsardi/works/ps'Adding 'docs/' to '.gitignore'Set up deploy keys by running `travis::use_travis_deploy()`Insert the following code in '.travis.yml'
  before_cache: Rscript -e 'remotes::install_cran("pkgdown")'
@veekaybee
veekaybee / normcore-llm.md
Last active September 29, 2025 09:19
Normcore LLM Reads

Anti-hype LLM reading list

Goals: Add links that are reasonable and good explanations of how stuff works. No hype and no vendor content if possible. Practical first-hand accounts of models in prod eagerly sought.

Foundational Concepts

Screenshot 2023-12-18 at 10 40 27 PM

Pre-Transformer Models

@sashagusev
sashagusev / group_differences.R
Last active September 6, 2023 17:32
simple simulation of a phenotype in genetically distant populations
# reproducibility:
set.seed(42)
# number of causal variants:
M = 5e3
# number of individuals
N = 10e3
# heritability
hsq = 0.25
# sample individuals with admixture