Skip to content

Instantly share code, notes, and snippets.

View janwirth's full-sized avatar
🎯

Jan Nikolaus Wirth janwirth

🎯
View GitHub Profile
@janwirth
janwirth / README.md
Last active November 14, 2022 12:06
awesome-custom-elements
/* common */
.funk-dropdown-contents {
z-index: 1000;
transition: all 0.05s ease-in-out;
}
/* .funk-dropdown-contents[style] { */
/* transition: .05s all ease-in-out; */
/* } */
funk-dropdown:not(.open) .funk-dropdown-contents {
@janwirth
janwirth / knowledge-triple-extraction-llm-dsl.ts
Last active January 26, 2025 13:27
Knowledge Triple Extraction DSL
import { generateObject, generateText } from "ai";
import { test } from "bun:test";
import z from "zod";
import { cerebrasLlama8 } from "../../../llm-models";
const DSL = `Use the following format
Subject -> relationship -> Object `;
@janwirth
janwirth / b2-s3-upload.swift
Created April 2, 2025 02:19
Upload stuff to B2 with swift
//
// S3_Backblaze.swift
// Tuna Family
//
// Created by Jan Wirth on 14/12/24.
//
//❯ cat config
//[default]
//region = EU-CENTRAL
@janwirth
janwirth / laboindustria-proposal.md
Last active May 4, 2026 20:39
LaboIndustria — Website Rebuild Proposal (Elixir/Ash)