debuggingdan

Debugging Dan

Debugging Dan is where I’ll be sharing my personal experiences as I juggle being a husband and a dad, having a full-time job and a passion for side projects. It’s not so much about debugging code, that’s a metaphor. It is about debugging and navigating life in general. Why start this podcast? For me, it’s about creating a space where we can learn and grow together. Life can get hectic, and side projects can sometimes feel overwhelming. But through this weekly podcast, I hope to offer some guidance, share some laughs, and most importantly, remind you that you’re not alone in this journey. www.d...

Auteur

debuggingdan

Catégorie

Technology

Site du podcast

www.debuggingdan.com

Dernier épisode

3 juil. 2026

Où écouter ?

Les podcasts dans l'appli Replaio Radio Bientôt disponible

Les podcasts arrivent très bientôt dans l'appli. Installe-la dès maintenant et découvre en avant-première une toute nouvelle façon de vivre les podcasts

Télécharger sur Google Play Installe-la gratuitement Android 5 M+ de téléchargements · note de 4,8 iOS bientôt

Épisodes

Token limits are getting stricter 03.07.2026

Lately it feels like every AI/IDE tool has been changing how you pay—moving away from “credits per chat” to models that charge more directly for compute and use. In this episode, Dan breaks down what’s going on with Anthropic (specifically via Claude/its coding offerings) and why people are annoyed. Stay connected! Follow me on Bluesky at @debuggingdan.com for the latest updates, and subscribe to...

Don't Panic 26.06.2026

In this special episode 42 of Debugging Dan, the Dan reflects on Douglas Adams’ Hitchhiker’s Guide to the Galaxy—especially why the number 42 matters and how it’s more about the journey than the actual “answer.” He connects Arthur Dent’s world getting ripped apart (aliens demolishing Earth) to what’s happening in IT right now: AI is basically yanking the rug out from under devs, and everyone’s scr...

Building a Second Brain 13.05.2026

On this episode, Dan talks about the “second brain” idea—basically a system (think Notion/Obsidian) for saving info so an AI can pull it up later and also help turn old content into new documents. They describe a simple setup: store Markdown (or ingest things like PDFs/MP4s and auto-transcribe them into Markdown), organize everything in a folder structure, and use an “agent” to summarize, search,...

Using Free Github Compute 30.04.2026

Dan explains how he uses GitHub Actions for non-code tasks—specifically automating his podcast workflow. He wires up n8n and a Telegram bot to trigger GitHub workflows that run FFmpeg to generate thumbnails, stitch images to audio for YouTube, and extract short clips. Benefits: no VPS, easy edits (even on a phone), free runner minutes and downloadable artifacts (30-day retention). Stay connected!...

Is the AI Bubble Cracking? 23.04.2026

Dan breaks down a bunch of recent signs that the “AI” honeymoon might be ending—mostly driven by compute capacity getting tight. He points to examples like GitHub Copilot pausing new subscriptions and possibly tightening usage limits, plus Anthropic experimenting with reduced session limits and even selling plans that exclude certain features. On top of that, the Cursor/AnySphere news hints at big...

AI at an Agency vs Other Company Types 05.04.2026

Dan records a foggy-morning rant about why AI-assisted coding feels like two different worlds: the fast, messy freedom of bootstrapped solo projects versus the slower, controlled pace of agency work. Stay connected! Follow me on Bluesky at @debuggingdan.com for the latest updates, and subscribe to my YouTube channel @debuggingdan for the podcast and other interesting videos!

What I learned about P2P 30.03.2026

Dan takes a stroll and thinks out loud about peer-to-peer networking. Thinking about using P2P to connect AI agents and unpacking how these systems actually find each other. I run through history (Napster, BitTorrent, IPFS) and talk about the practical building blocks: local discovery (mDNS/Bonjour), bootstrap nodes (preconfigured always-on peers), and why you usually need at least some reachable...

Standalone AI Agents 24.03.2026

Dan digs into “standalone” AI agents—agents you kick off with a goal and they go figure it out without you babysitting them. He talks through building a DIY orchestration setup with a “composer/conductor” agent that breaks work into subtasks and hands them to sub-agents (great for parallelizing work and keeping the main agent’s context clean). Along the way he runs into the real pain points: getti...

IDEs and love for Zed 20.03.2026

Dan talks abouto how the IDE/editor space is shifting fast thanks to AI/agentic dev. VS Code (and its open-ish Monaco/Electron base) has spawned a bunch of forks like Cursor, Windsurf, etc., but those forks can get messy: licensing limits on certain Microsoft extensions, plugin compatibility drift, and breakages (like Prettier/ESM issues) as the fork falls out of sync with upstream. Stay connected...

Openclaw, some critical notes 15.03.2026

Dan takes OpenCLAW for a spin—well, more like a skeptical walk-and-talk about why everyone’s suddenly hyped on it. He breaks down what it actually is (an agent framework that can run tools, hit the command line, and use your LLM API keys to do work autonomously), why folks isolate it on a Mac mini or VPS, and where the sharp edges are. Stay connected! Follow me on Bluesky at @debuggingdan.com for...

Podcast recording using n8n and AI 10.03.2026

This episode is basically a “how do I stop freezing up when I record solo?” brain dump—recorded on a morning walk. Dan talks about the weird invisible hurdle of starting (talking to yourself outside at 6:30am is… a vibe), and how most podcasts feel easier because they’re conversations. So Dan created a workaround: record in short chunks, send the audio to a Telegram bot that transcribes it and ask...

Decentralized AI Agents 03.03.2026

Dan talks on the “next level” of autonomous AI agents after chatting with colleagues about OpenClaw (agent harness + gateway + Slack/Discord-style messaging). He breaks down what’s cool (teams of agents that browse the web, run terminal commands, coordinate work) and what’s scary (huge security risk: autonomous agents + prompt-injection sites could lead to data leaks or malware). The big idea: sim...

A Refreshed Podcast 28.02.2026

Dan’s back after a hiatus! He ditched the studio (and side-project burnout) to record this rebooted podcast during his daily walks. No fancy setups — just earbuds, noise reduction, and outdoor vibes. Expect casual chats about his current tech obsessions: AI coding with tools like Cursor/Copilot, automation workflows (n8n fans, rejoice!), and the wild world of AI agents. He’ll share work learnings,...

My Take on Vibe Coding 18.04.2025

In this episode of the Debugging Dan podcast, I dive into the concept of Vibe Coding, my unique interpretation of coding with the assistance of AI. I discuss how Vibe Coding makes it easier for people, regardless of their coding knowledge, to build applications using AI-driven tools like Vercel and Cursor. I’ve noticed an increase in AI-written posts on forums, where creators showcase quick projec...

Migrating to Coolify 26.03.2025

In this episode, I discuss my current journey of migrating my application from an old server to a new one. The decision was triggered by a price increase from my hosting provider, prompting me to seek better options. I’m moving to a new server with larger disk space and a more cost-effective plan. Additionally, I’m transitioning to Coolify, a self-hosting application that simplifies container mana...

Cannot Complete a Project 13.03.2025

In this episode, I delve into my struggles with completing personal projects, sharing my experiences with various initiatives like DanCuts, DanCaptures, and DanVid Studio. Although I start each project with enthusiasm, I often face challenges that lead to a loss of interest or technical hurdles that feel overwhelming. I reflect on the emotional toll of leaving projects unfinished while also recogn...

Restart, Refresh, Record 06.03.2025

In this episode of the Debugging Dan podcast, I reflect on my hiatus since December and share my journey toward resuming my podcast and building projects in public. I discuss my decision to focus on sharing content on Blue Sky and YouTube to enhance engagement and positivity. I’ve pivoted my approach to content by dropping the weekly schedule and now aim to share my progress freely. I also talk ab...

Get It Done #8 01.12.2024

An update on the progress I’ve made over the past two weeks in my projects, focusing on four main items. I successfully completed the Debugging Dan blog, addressing SEO tweaks and integrating RSS feed features. However, I struggled to make progress on content creation and the DanCuts project due to a lack of energy and the busy holiday season. I explored the potential of creating a desktop app for...

Built a Free Notion Tool 24.11.2024

The building your color palette article . I discuss how building free tools can enhance your website’s SEO and attract more visitors. I share my experience creating two free tools for my website: one for generating color palettes and another for syncing YouTube playlists with Notion. I explain the importance of designing these tools to provide value to users while also promoting my site. The first...

Get It Done #7 18.11.2024

I reflect on my recent accomplishments over the past two weeks and outline my goals for the upcoming period. I’ve been focused on launching my new project, Dan Cuts, and refining my approach to social media sharing by creating a content calendar. Additionally, I’m reworking my blog, DebuggingDan.com, using Next.js, ensuring that it’s layered and responsive. For the next two weeks, I plan to finali...

Something Else Than Saas 11.11.2024

In this episode, I reflect on my journey of building side projects primarily focused on SaaS (Software as a Service) and the exploration of alternatives such as desktop and mobile applications. As I walk along the beach, I discuss my experiences with technologies like PHP and Node.js and how advancements like React Native and Electron are opening new windows for app development. I share my thought...

Get It Done #6 03.11.2024

In this episode of Debugging Dan, I share my updates from the past two weeks, focusing on my progress with dan cuts, a video enhancement tool I’m developing for social media. I’ve been dedicating significant time to this project. I discuss various upcoming features for dan cuts, including workflow automation, video trimming, and integrating Sentry for error tracking. Additionally, I touch on my pl...

Canceling a Project 27.10.2024

For reference, the slashdot article and the Cloudflare blog post . In this episode of Debugging Dan, I share my decision to cancel a project I was working on called “robots against AI.” Despite being inspired by market demand and the technical challenges, I realized that the project didn’t genuinely solve my own problem, which left me with little motivation to continue. I discuss the importance of...

Get It Done #5 21.10.2024

In this episode of Debugging Dan, I share a recap of my progress with my video processing project, nicknamed Dan Cuts. Over the last two weeks, I’ve focused on building rather than marketing, embracing new technologies like Next.js. I’m developing a workflow that automates video uploads and extracts audio while ensuring a smooth user experience with error handling and traceability. I also outline...

Socials Like a Pro 14.10.2024

In this episode of Debugging Dan, I discuss the challenges I faced last week, including technical difficulties with my camera, which prevented me from recording visuals for this podcast. I share my progress on automating my social media outreach to make it easier to post content across various platforms. I’ve been working on a Next.js app that integrates with Telegram for storing raw video files a...

Écoute le podcast Debugging Dan sur Replaio

La radio et les podcasts dans une seule appli - gratuite, sans inscription. Installe-la dès aujourd'hui et ne rate pas le lancement

Télécharger sur Google Play

Replaio n'est pas éditeur de podcasts ; les noms des émissions, les visuels et l'audio appartiennent à leurs auteurs et sont diffusés via des flux RSS publics