Skip to content

PaddyPatPat/Claude-discussions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Discussions Repository

A collection of educational content extracted from conversations with Claude, organized into focused topic files covering Claude Code, Emacs integration, and distributed LLM inference.

Claude Code & Emacs Integration

Core Claude Code Topics

Emacs Integration

Emacs Org-Roam & Git Integration

  • emacs-orgmode-git-content-tracking.org - Tracks content movements between org-roam files in Zettelkasten workflows using magit, addressing the challenge of committing related file changes.

  • git-move-detection-analysis.org - Analyzes Git's built-in move detection (-M, -C flags) and explains why file-level similarity metrics are unsuitable for detecting small content block movements.

  • emacs-text-comparison-functions.org - Catalogs Emacs text similarity functions (compare-windows, ediff, diff-buffers) and algorithms (LCS, Levenshtein) for hunk-level comparison.

  • magit-custom-sections-integration.org - Explains magit's section-based architecture, custom section integration via hooks, and direct buffer parsing strategies for accessing diff content.

  • orgmode-content-similarity-detection.org - Designs similarity detection algorithms with org-mode normalization (heading levels, whitespace), token-based comparison, and 85% threshold rationale.

  • magit-buffer-parsing-debugging.org - Chronicles iterative prototype development, debugging techniques, common pitfalls, and lessons learned from parsing magit-status buffers.

Magit Move Detection Project

Development Tools

Network Storage & Backup

TrueNAS Integration

  • truenas-mac-rsync-ssh-setup.md - Complete guide for setting up SSH key-based authentication between macOS and TrueNAS for secure, password-less Rsync operations, including SSH config simplification, automated backup scripts, and security best practices.

OLOL & Distributed LLM Inference

Core Distributed Inference

Batch Processing

Knowledge Management & Semantic Search

Project Specification

Implementation Guides

Semantic Document Processing

Knowledge Graph Integration

Document Processing Tools

NLP & Student Argument Analysis

NLP Tools & Libraries

  • nlp-tools-comparison.org - Comprehensive comparison of NLP libraries (spaCy, NLTK, Transformers, Stanza, Gensim) with use cases, code examples, and recommendations by experience level.

Argument Mining Workflow

  • nlp-student-argument-analysis.org - Complete methodology for analyzing student argumentative essays, including iterative NLP workflow, agreement/disagreement detection, and comparative discourse analysis techniques.

Infrastructure & Integration

  • nlp-mcp-server-integration.org - MCP (Model Context Protocol) server architecture for exposing NLP tools, with implementation examples for document analysis, argument extraction, clustering, and disagreement detection.

  • nlp-document-provenance-tracking.md - Maintaining connections between source documents and NLP analysis results across multiple iterations using content hashing, SQLite/ChromaDB storage, and version tracking strategies.

  • nlp-vector-store-integration.md - Integrating ChromaDB and FAISS for storing and querying document embeddings, with performance comparisons, hybrid approaches, and hierarchical storage patterns.

  • nlp-hierarchical-embeddings.md - Generating multi-level embeddings (document/section/paragraph/sentence), query routing strategies, cross-level analysis, and use cases for finding similar arguments and evidence extraction.

Repository Purpose

This repository serves as a knowledge base for:

  • Setting up and optimizing Claude Code workflows
  • Integrating AI coding assistants with Emacs
  • Building org-roam and magit extensions for Zettelkasten workflows
  • Developing Elisp tools for git content tracking and similarity detection
  • Configuring secure SSH/Rsync connections to TrueNAS for automated backups
  • Building distributed inference systems for LLMs
  • Batch processing large volumes of inference requests
  • Implementing semantic search and knowledge management systems
  • Processing documents for vector embeddings and retrieval
  • Analyzing student argumentative essays with NLP techniques
  • Building MCP servers for NLP pipelines and document analysis

All content has been extracted from actual conversations, deduplicated, and organized into focused single-topic files for easy reference.

About

Processing previous Claude chats.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors