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
  • 05:36 (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)

@olee
olee / README.md
Created January 14, 2026 02:47
Reproduction script for Manticore table corruption & crash when trying to add a MVA64 column using columnar engine

Instructions

  • Install go
  • Start manticore docker run -d --name manticore -p 9308:9308 manticoresearch/manticore:dev-16.2.3
  • Execute script using go run .

Because of the crash, Manticore seems to be unable to properly drop the table afterwards. In order to try again, you need to remove leftover files using

docker exec manticore rm -r crash_table
@olee
olee / ba-my-office.js
Last active April 11, 2026 01:14
Blue Archive My Office Userscript
// ==UserScript==
// @name Blue Archive My Office
// @namespace http://tampermonkey.net/
// @version 2026-04-11
// @description Automatically handles Blue Archive My Office page
// @author n/a
// @match https://bluearchive.nexon.com/user/myoffice*
// @match https://signin.nexon.com/pages/account/auth-selector
// @icon https://www.google.com/s2/favicons?sz=64&domain=nexon.com
// @updateURL https://gist.githubusercontent.com/olee/b9a1d576fc2b02b553834d8fc616bb34/raw/ba-my-office.js