Skip to content

Instantly share code, notes, and snippets.

View phact's full-sized avatar

Sebastián Estévez phact

View GitHub Profile
@phact
phact / import.sh
Created January 18, 2026 03:50
Claude session: e2ec0911-f06f-40f3-8a73-4cc719ea9e7c
#!/bin/bash
# Import this Claude session: curl -sL <raw_url> | bash
if ! command -v uvx &> /dev/null; then
echo "Installing uv..."
curl -LsSf https://astral.sh/uv/install.sh | sh
export PATH="$HOME/.local/bin:$PATH"
fi
uvx one_claude gist import 0623b9a9a2b1a5b5b949c97e5a8066a5
@phact
phact / checkpoint_0aee1abca745e057@v1
Created January 13, 2026 03:52
Claude session: 4f118ac2-6a8b-47c7-a743-5eaa85a4f81a
#!/bin/bash
# Tweet 3: "esc esc rewind - lost history"
# Shows the pain of losing rewound sessions
set -e
cd "$(dirname "$0")"
FONT="Hack"
THEME="Dracula"
BG="#282a36"
@phact
phact / checkpoint_0aee1abca745e057@v1
Created January 13, 2026 03:48
Claude session: 4f118ac2-6a8b-47c7-a743-5eaa85a4f81a
#!/bin/bash
# Tweet 3: "esc esc rewind - lost history"
# Shows the pain of losing rewound sessions
set -e
cd "$(dirname "$0")"
FONT="Hack"
THEME="Dracula"
BG="#282a36"
@phact
phact / checkpoint_0aee1abca745e057@v1
Created January 13, 2026 03:48
Claude session: 4f118ac2-6a8b-47c7-a743-5eaa85a4f81a
#!/bin/bash
# Tweet 3: "esc esc rewind - lost history"
# Shows the pain of losing rewound sessions
set -e
cd "$(dirname "$0")"
FONT="Hack"
THEME="Dracula"
BG="#282a36"
@phact
phact / checkpoint_0efa9039444343d5@v1
Created January 13, 2026 02:48
Claude session: 47a647b1-aa6a-47e7-8b61-091cba35ece2
"""Core data models and parsing for one_claude."""
from one_claude.core.models import (
Message,
MessageTree,
MessageType,
Session,
Project,
FileCheckpoint,
ToolUse,
@phact
phact / import.sh
Created January 13, 2026 02:43
Claude session: 1edd8cff-f24a-436a-a9e3-319aae1a0c10
#!/bin/bash
# Import this Claude session: curl -sL <raw_url> | bash
if ! command -v uvx &> /dev/null; then
echo "Installing uv..."
curl -LsSf https://astral.sh/uv/install.sh | sh
export PATH="$HOME/.local/bin:$PATH"
fi
uvx one_claude gist import 996802d7afb22dda756ced0f45ecbe43
@phact
phact / checkpoint_649485ac17e8b622@v1
Created January 13, 2026 02:33
Claude session: f9267a98-16a2-4960-ab47-475bd807d105
//! Request handlers for the microsandbox server.
//!
//! This module implements:
//! - API endpoint handlers
//! - Request processing logic
//! - Response formatting
//!
//! The module provides:
//! - Handler functions for API routes
//! - Request validation and processing
@phact
phact / import.sh
Created January 13, 2026 02:33
Claude session: 8578009e-f789-47f6-915b-bb85328a99a7
#!/bin/bash
# Import this Claude session: curl -sL <raw_url> | bash
if ! command -v uvx &> /dev/null; then
echo "Installing uv..."
curl -LsSf https://astral.sh/uv/install.sh | sh
export PATH="$HOME/.local/bin:$PATH"
fi
uvx one_claude gist import 62dae992fedee691536317023879c1b1
@phact
phact / checkpoint_5cfb25fd5f1f912b@v2
Created January 13, 2026 02:13
Claude session: 0316e3d6-48d1-42e7-a652-8684cf368011
gentle breeze
autumn leaves
silent snow
@phact
phact / checkpoint_0efa9039444343d5@v1
Created January 13, 2026 02:03
Claude session: 47a647b1-aa6a-47e7-8b61-091cba35ece2
"""Core data models and parsing for one_claude."""
from one_claude.core.models import (
Message,
MessageTree,
MessageType,
Session,
Project,
FileCheckpoint,
ToolUse,