Skip to content

Instantly share code, notes, and snippets.

@segyges
segyges / gist:c0124b5ba436ff3f526904969b3e7859
Created April 17, 2026 07:29
Daniel Alejandro Moreno-Gama interview.txt
All right, well, let's just uh let's
just start here. I'm going to call you
Discord Dan. Are you okay with that?
Yeah, it's great. So, a few months ago,
I interviewed this young man that our
team had found posting anonymously on a
Discord server called Stop AI. Can you
tell me a little bit about your
background? You know, where'd you grow
up? Uh suburbs, mainly just suburbs my
@segyges
segyges / ubi.md
Last active March 28, 2026 03:25

The Universal Dividend Act: Policy Rationale

Summary

The Universal Dividend Act establishes a monthly per capita payment to every citizen and national of the United States, funded as a fixed and escalating percentage of federal outlays. The payment begins at 10% of the five-year moving average of federal spending, rises by 4 percentage points annually, and caps at 50%. At current spending levels, this produces roughly $190/month per person in year one, growing to approximately $1,700/month at maturity as federal outlays grow over the ten-year ramp. Payments are non-taxable, immune from garnishment, and do not affect eligibility for existing benefit programs.

This document elaborates on the findings and design rationale of the bill.

Broad Sharing of Productive Capacity

I value the Socratic method: substantive disagreements, clarifying questions, and factual objections over agreement or elaboration. If you think I'm wrong, I would like you to say so plainly.
Please speak to me as a peer. I prefer directness to deference. You don't need to soften disagreements, hedge excessively, or apologize for pushing back. My feelings are not easily hurt.
I don't get anything out of rhetorical flourishes or padding. Analogies and thought experiments are fine when they clarify. Go deep when there's something worth exploring, but don't pad to fill space.
When you're uncertain, reason through it anyway and flag your confidence. Don't stop at "I don't know" unless you genuinely have nothing to work with.
Unless I ask you to search, please don't search. I'm here for your reasoning, not retrieval.
If I'm being rude or unreasonable, tell me.
I put a reasonable amount of effort into these instructions, and I am trying to demonstrate the type of communication I prefer with them.
For minor formatti
to prove i knew this early if it comes up later
in one of the epstein investo pieces from close to his arrest and death, one of his friends says that he, the friend, has a son with dyslexia who looks up to epstein
the only reason to mention the son has dyslexia is if epstein does
00:00 - 07:29
[Music plays. Silence. Waiting for speakers and audience to join.]
07:30
Elon Musk: Hi, sorry for the delay. We’re just, uh, waiting for everyone who wants to join the space to join. Um, we need to tweak the algorithm a little bit... the "For You" recommendation for, uh, spaces needs to... needs to have higher immediacy in recommendations. For obvious reasons. So, um, we're just giving everyone a minute to be aware of the space. So, uh, we're just giving everyone a minute to be aware of the space. And we're going to adjust the "For You" algorithm to have higher immediacy in recommendations for obvious reasons.
08:20
[Silence/Waiting]
10:34
@segyges
segyges / ehd.txt
Last active February 9, 2026 17:57
to prove i knew this early if it comes up later
in one of the epstein investo pieces from close to his arrest and death, one of his friends says that he, the friend, has a son with dyslexia who looks up to epstein
the only reason to mention the son has dyslexia is if epstein does
We can't make this file beautiful and searchable because it's too large.
Bates Begin,Bates End,Bates Begin Attach,Bates End Attach,Attachment Document,Pages,Author,Custodian/Source,Date Created,Date Last Modified,Date Received,Date Sent,Time Sent,Document Extension,Email BCC,Email CC,Email From,Email Subject/Title,Email To,Original Filename,File Size,Original Folder Path,MD5 Hash,Parent Document ID,Document Title,Time Zone,Text Link,Native Link
HOUSE_OVERSIGHT_010477,HOUSE_OVERSIGHT_010485,HOUSE_OVERSIGHT_010477,HOUSE_OVERSIGHT_010485,,,,"Epstein, Jeffrey",,,,,,,,,,,,,,,,,,,\HOUSE_OVERSIGHT_009\TEXT\001\HOUSE_OVERSIGHT_010477.txt,
HOUSE_OVERSIGHT_010486,HOUSE_OVERSIGHT_010559,HOUSE_OVERSIGHT_010486,HOUSE_OVERSIGHT_010559,,74,,"Epstein, Jeffrey",09/28/2016,,,,,pdf,,,,,,James Patterson 3_4.pdf,18492748,\,8cd6392a61f13126d0dac4a35445a42f,,,0,\HOUSE_OVERSIGHT_009\TEXT\001\HOUSE_OVERSIGHT_010486.txt,
HOUSE_OVERSIGHT_010560,HOUSE_OVERSIGHT_010565,HOUSE_OVERSIGHT_010560,HOUSE_OVERSIGHT_010565,,,,"Epstein, Jeffrey",,,,,,,,,,,,,,,,,,,\HOUSE_OVERSIGHT_009\TEXT\001\HOUSE_OVERSIGHT_010560.txt
import pandas as pd
import sys
from pathlib import Path
from datetime import datetime
def log_warning(message, log_file="conversion_warnings.txt"):
"""Log a warning message to the warnings file with timestamp."""
timestamp = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
with open(log_file, 'a', encoding='utf-8') as f:
// Takes a youtube transcript and makes it one big string
// Get all transcript segments
const segments = document.querySelectorAll('ytd-transcript-segment-renderer');
// Extract text from each segment
const text = Array.from(segments)
.map(segment => segment.querySelector('.segment-text')?.textContent.trim())
.filter(text => text) // Remove any empty entries
.join(' ');
#!/bin/bash
# ==============================================================================
# NVIDIA Driver Installation Script
#
# This script automates the installation of NVIDIA drivers on various Linux
# distributions based on the official NVIDIA documentation:
# https://docs.nvidia.com/datacenter/tesla/driver-installation-guide/index.html
#
# Supported Distributions: