Skip to content

Instantly share code, notes, and snippets.

View tfidfwastaken's full-sized avatar
🤌

Atharva Raykar tfidfwastaken

🤌
View GitHub Profile
@tfidfwastaken
tfidfwastaken / pi-recipes-install-customize-publish.html
Created June 25, 2026 02:46
Pi Recipes: Install, Customize, Publish
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pi Recipes: Install, Customize, Publish</title>
<style type="text/css">
:root {
color-scheme: light;
--bg: #f7f5ef;
@tfidfwastaken
tfidfwastaken / index.html
Last active February 27, 2026 14:03
Fifth Element Simulation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Taming the Stochastic Agent — Systems Dynamics of AI Coding Agents</title>
<script>/**
* Skipped minification because the original files appears to be already minified.
* Original file: /npm/chart.js@4.4.7/dist/chart.umd.js
*
@tfidfwastaken
tfidfwastaken / lobsters-explorer.html
Last active January 18, 2026 17:29
Lobsters Algorithm Explorer - Interactive visualization
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lobsters Algorithm Explorer</title>
<style>
* {
box-sizing: border-box;
}
@tfidfwastaken
tfidfwastaken / install-spi.sh
Created January 8, 2026 12:45
spi - Sandboxed Pi: Run pi coding agent in a macOS sandbox with network/filesystem restrictions
#!/bin/bash
# spi installer - Sandboxed Pi
#
# Usage:
# curl -fsSL https://raw.githubusercontent.com/YOUR_USER/spi/main/install.sh | bash
#
# Or locally:
# ./install-spi.sh
set -e
@tfidfwastaken
tfidfwastaken / clojure.md
Created December 10, 2023 18:14
clojure
image image
@tfidfwastaken
tfidfwastaken / apl.md
Last active November 1, 2023 05:58
A Pattern Language

image

image

image

-- Complex Query used in "Enhancing Cache Reuse in Gandiva with Literal Parameterization"
SELECT alpha_key_code from data
where
(case
when alpha_key_code > ? then alpha_key_code/? + ?
when alpha_key_code < ? then iota_key_code/? + ?
when alpha_key_code < ? then alpha_key_code/? +
(case
when alpha_key_code < ? then alpha_key_code/? + ?