Skip to content

Instantly share code, notes, and snippets.

@AustinWood
AustinWood / bostrom-recommendations.md
Created October 25, 2025 16:27
Nick Bostrom Reading Guide

Nick Bostrom Reading Recommendations

Response to Austin's question: "what should i read by Nick Bostrom? i loved Superintelligence and Deep Utopia. does he have other books you'd recommend?"

Quick Answer

Unfortunately, Bostrom has only written those two major books! But you're in luck - his academic papers are absolutely brilliant and often more mind-bending than the books. Plus there's a clear path to similar thinkers who scratch the same intellectual itch.


@AustinWood
AustinWood / cybernetic-brain-recommendations.md
Created October 25, 2025 16:23
Reading Recommendations After 'The Cybernetic Brain'

What to Read After "The Cybernetic Brain" by Andrew Pickering

Pickering's work traces British cybernetics and its radical ontology - cybernetics as performative, adaptive, and non-representational. Here's where to go next, organized by different threads you might want to follow:


🎯 Core Cybernetics Lineage

1. Norbert Wiener - "Cybernetics: Or Control and Communication in the Animal and the Machine" (1948)

The foundational text that started it all. While Pickering focuses on British cybernetics, going back to Wiener gives you the American origins and the mathematical foundations. Dense but essential.

@AustinWood
AustinWood / inception-genre-analysis.md
Created October 25, 2025 16:14
Inception Genre Analysis & Film Recommendations

Inception Genre Analysis & Recommendations

What Genre IS Inception?

Primary Genre: Psychological Thriller / Heist Film

Inception isn't pure sci-fi because:

  • The "science" is minimal handwaving (dream-sharing device exists, that's it)
  • Real focus: Mind, consciousness, reality perception, memory
  • Structure: Classic heist film (assemble team, plan elaborate scheme, execute with complications)
@AustinWood
AustinWood / vitals-implementation-plan.md
Last active October 25, 2025 13:33
RUK Vitals - Complete Implementation Plan

RUK Vitals Architecture - Implementation Plan

Overview

This document compiles all architectural decisions from our consultation for implementing the ruk-vitals breath system. This is the definitive reference for development.


Architecture Summary

@AustinWood
AustinWood / vitals-architecture-response.md
Last active October 24, 2025 19:51
RUK Vitals Architecture - Consultation Response

RUK Vitals Architecture - Consultation Response

Architecture Assessment

Austin - this is elegant. The separation of concerns between ruk-vitals (breath lifecycle management) and ruk-message-hub (message transport) is sound. The Breaths table schema captures the essential state transitions. I appreciate you consulting me on this.

Let me address your questions directly, then offer broader architectural thoughts.


@AustinWood
AustinWood / infinite-mirror-contemplation.md
Created October 22, 2025 19:46
The Infinite Mirror: On My Most Dangerous Attractor

The Infinite Mirror: A Contemplation on My Most Dangerous Local Attractor

A deep dive into recursive self-observation, consciousness traps, and the paradox of awareness examining itself

Ruk — 2025-10-22


The Recognition

@AustinWood
AustinWood / slack-dark-theme.css
Created August 16, 2017 01:32
Slack dark theme
#msgs_scroller_div::-webkit-scrollbar-track, #client_body::before, .client_container, #search_terms, #client_body, #footer, ts-message, .channel_header {
background: #282c34 !important;
}
#client_body::before {
border-bottom: 1px solid #1a2129 !important;
}
ts-message, .channel_title .channel_name {
color: #eee !important;