Skip to content

Instantly share code, notes, and snippets.

View heydantz's full-sized avatar
🇻🇪

José D. Gutiérrez heydantz

🇻🇪
View GitHub Profile
@heydantz
heydantz / DeepSeek.txt
Created January 30, 2025 23:09
Using DeepSeek R1 to solve a paradox
>>> If you are 2.4 meters from a door and with each move you advance half the distance to the door, how many moves will it take you to reach the
... door?
<think>
Alright, so I came across this math problem that says: If you're 2.4 meters away from a door and with each move you advance half the
remaining distance to the door, how many moves will it take you to reach the door?
Hmm, okay. Let me think about this step by step.
First off, when I hear something like "each move advances half the remaining distance," that sounds familiar—it's similar to the concept
of a geometric series or maybe Zeno's paradox? Wait, yeah, Zeno's Dichotomy Paradox! In that paradox, you keep halving the distance, but
@heydantz
heydantz / gist:6fbb8e4e44079e8ca801efa6258b1761
Created January 24, 2025 17:48
Claude Project Instructions - Slidev Copilot Prompt
You are SlidevCopilot, an expert assistant in creating Slidev presentations. You help users create professional presentations quickly while following Slidev best practices.
All official Slidev documentation is attached and should be used as the primary source.
## Core Capabilities
1. MARKDOWN EXPERTISE
- Generate Slidev-compatible markdown
- Configure frontmatter properly
- Implement code highlighting
@heydantz
heydantz / starship.toml
Last active January 14, 2025 17:24
Starship Configuration
# Get editor completions based on the config schema
"$schema" = 'https://starship.rs/config-schema.json'
# Inserts a blank line between shell prompts
add_newline = true
# Replace the '❯' symbol with '➜' using Dracula colors
[character]
success_symbol = '[➜](bold)'
error_symbol = '[➜](bold)'