Skip to content

Instantly share code, notes, and snippets.

View olee's full-sized avatar
🏠
Working from home

Björn Zeutzheim olee

🏠
Working from home
  • Germany
  • 16:20 (UTC +02:00)
View GitHub Profile
@olee
olee / WebGlVideoProcessor.ts
Created April 17, 2021 00:49
remotion advanced video renderer
import { continueRender, delayRender, RemotionVideoProps } from 'remotion';
import { GlslVarType, setUniform } from './glUtils';
export interface VideoShaderOptions {
variables?: {
type: GlslVarType;
name: string;
}[];
}
@olee
olee / HyperboleServer.ts
Last active June 7, 2021 17:01
Deno hyperbole server (workshop)
export interface HyperboleRequest {
url: URL;
body?: unknown;
method: string;
pathname: string;
}
async function hyperboleRequest(request: Request): Promise<HyperboleRequest> {
const decoder = new TextDecoder();
const url = new URL(request.url);
@olee
olee / $README.md
Last active November 24, 2023 09:16
Build setup for pg_bm25 using dagger ci

Either use dagger ci tool to run the full build toolchain or run the scripts step by step (with the correct environment variables set)