Skip to content

Instantly share code, notes, and snippets.

View ezra-en's full-sized avatar

EzraEn ezra-en

  • Australia
  • 06:39 (UTC +08:00)
View GitHub Profile
@yrashk
yrashk / inferal-workspace-architecture.md
Last active January 20, 2026 13:57
Inferal Workspace Architecture
@timbenniks
timbenniks / AI_Agent_migrate_to_void_Zero_Toolchain.md
Last active September 8, 2025 19:08
Migrate any TypeScript Library to the Void Zero Toolchain using an AI agent

🤖 AI Agent Instructions: Migrate TypeScript Library to Void Zero Toolchain

Agent Role: You are tasked with migrating any TypeScript library from its current build system to the high-performance Void Zero toolchain. Follow these instructions systematically.

🎯 Mission Overview

Transform any TypeScript library (regardless of current setup) to use:

  • TSDown for both JavaScript bundling AND TypeScript declarations (primary approach)
  • Oxlint for linting (optional, can keep existing)
@camilstaps
camilstaps / WritingPseudocode.md
Last active June 12, 2025 08:54
How to write good pseudocode

How to write good Pseudocode

This is an unfinished list of remarks on how to write good pseudocode.

What is pseudocode?

Pseudocode is a loosely defined way of transmitting the concept of an algorithm from a writer to a reader. Central is the efficiency of this communication, not the interpretability of the code by an automated program (e.g., a parser).