Skip to content

Instantly share code, notes, and snippets.

View larkly's full-sized avatar
πŸ‘‹

Bosse Klykken larkly

πŸ‘‹
View GitHub Profile
@dollspace-gay
dollspace-gay / VSDD.md
Last active March 21, 2026 07:37
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.
@hibobmaster
hibobmaster / README.md
Last active September 9, 2025 12:47
Matrix (dendrite + element-web) in Docker with Traefik and federation

project structure

.
β”œβ”€β”€ compose.yaml
β”œβ”€β”€ config
β”‚   └── dendrite.yaml
β”œβ”€β”€ element-web
β”‚   └── config.json
β”œβ”€β”€ nginx
β”‚   └── dendrite.conf
@leinaddm
leinaddm / dell_soap_check.py
Created February 23, 2012 14:18
dell warranty check
#!/usr/bin/python
# Daniel De Marco - [email protected] - 2012-02-23
# suds from https://fedorahosted.org/suds/
import suds
import sys
def get_warr(svctag):