Skip to content

Instantly share code, notes, and snippets.

View pvergain's full-sized avatar

Noam V pvergain

View GitHub Profile
@veekaybee
veekaybee / normcore-llm.md
Last active May 6, 2025 14:46
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

@hakib
hakib / custom_django_checks.py
Last active July 1, 2024 09:20
Custom django checks using Django check framework, inspect and ast.
"""
Custom django checks.
H001: Field has no verbose name.
H002: Verbose name should use gettext.
H003: Words in verbose name must be all upper case or all lower case.
H004: Help text should use gettext.
H005: Model must define class Meta.
H006: Model has no verbose name.
H007: Model has no verbose name plural.
@alexellis
alexellis / k8s-pi.md
Last active December 13, 2024 23:24
K8s on Raspbian
@jaseemabid
jaseemabid / git tutorials.md
Last active December 18, 2024 14:58 — forked from netroy/git tutorials.md
Awesome git tutorials I am finding here and there