Skip to content

Instantly share code, notes, and snippets.

View garethbrickman's full-sized avatar

Gareth Brickman garethbrickman

View GitHub Profile
@veekaybee
veekaybee / normcore-llm.md
Last active July 5, 2024 18:09
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

"""Run this file like this:
>>> python jinja_cli.py path/to/my/file.txt --foo bar
and it will render the file as a Jinja template with foo="bar".
"""
import os
import click # pip install click
import jinja2 # pip install jinja2
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active July 5, 2024 14:34
Conventional Commits Cheatsheet

Conventional Commit Messages

See how a minor change to your commit message style can make a difference.

Tip

Have a look at git-conventional-commits , a CLI util to ensure these conventions and generate verion and changelogs

Commit Message Formats

Default