Skip to content

Instantly share code, notes, and snippets.

@m4chinations
m4chinations / gist:f6d58711a94077d96cf4157665b0bab3
Created March 1, 2026 04:33
hackernews account age and karma userscript
// ==UserScript==
// @name HN User Info (Age & Karma)
// @namespace https://news.ycombinator.com/
// @version 1.0
// @description Shows account age (in days) and karma next to every username on Hacker News
// @match https://news.ycombinator.com/*
// @grant GM_xmlhttpRequest
// @grant GM.xmlHttpRequest
// @connect hacker-news.firebaseio.com
// ==/UserScript==
"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
@dollspace-gay
dollspace-gay / VSDD.md
Last active March 1, 2026 21:22
Verified Spec-Driven Development

Verified Spec-Driven Development (VSDD)

The Fusion: VDD × TDD × SDD for AI-Native Engineering

Overview

Verified Spec-Driven Development (VSDD) is a unified software engineering methodology that fuses three proven paradigms into a single AI-orchestrated pipeline:

  • Spec-Driven Development (SDD): Define the contract before writing a single line of implementation. Specs are the source of truth.
  • Test-Driven Development (TDD): Tests are written before code. Red → Green → Refactor. No code exists without a failing test that demanded it.
@hectorm
hectorm / README.md
Created May 7, 2017 20:47 — forked from jm3/README.md
Cognitive Bias Codex
---
name: plan-exit-review
version: 2.0.0
description: |
Review a plan thoroughly before implementation. Challenges scope, reviews
architecture/code quality/tests/performance, and walks through issues
interactively with opinionated recommendations.
allowed-tools:
- Read
- Grep
@Lord-Zedd
Lord-Zedd / BLJS10073.yml
Created December 20, 2024 22:31
PS3 2010 Red Seeds Profile/Deadly Premonition Language Patch
Anchors:
RSP_LOC_Configurable_Values: &RSP_LOC_Configurable_Values
"Language":
Type: long_enum
Value: &jp_value 0x38600000
Allowed Values:
"JP": *jp_value
"EN": 0x38600001
"FR": 0x38600002
"GE": 0x38600003