Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added posts/baby-1/sandwich.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions posts/baby-1/sandwich.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "I am the father of a delicious sandwich."
author: Daniel Claborne
date: "2025-10-15"
categories: ['personal']
description: "Am on leave and lazy to do an actual technical post, so here's a low-effort life update."
image: sandwich.jpg
twitter-card:
image: sandwich.jpg
---

A blog post for the sake of being able to claim my blog isn't stale! Wooo! I became a father on August 18, 2025. Our little boy is doing well and I've been enjoying being on leave and bonding with him. I'm working on a little chatbot/RAG app using github models and Qdrant to retrieve indexed documents from my Zotero collection, configured with hydra. I might get around to actually writing something up for it once my kid is off to college.

## New Job
I accepted a new job doing data science for a healthcare middleman, and will be leaving Pacific Northwest National Laboratory after 7.5 years. Its been an incredible time at the lab, and I'm both sad to leave and excited about the new opportunity. I've found there's a lot of benefit to simply doing something new after a while: I remember when I moved out a house I had lived in for several years in Corvallis, mostly doing nothing while working at a pizza restaurant[^1] to support myself. I'm pretty sure just the act of moving to a new environment caused me to start exercising more, study harder, eat better, and crew the first manned mission to Mars.

## A Sandwich I Made
I have this random childhood memory where one of my older brother's friends just told us about a BLT he made for like 10 minutes...Well, this is a shorter, blog-post version of that. See @fig-sandwich for the final product. The sandwich is an impossible patty on ciabatta bread, with an egg, avocado, gouda cheese, mayo and sriracha sauce. Mozzarella sticks and marinara sauce occupy the rest of the plate. It tasted delicious, however the ciabatta bread made the sandwich difficult to keep together as I bit into it. Luckily I, like every other American, have impeccable ability to [maintain the integrity of an unruly sandwich while eating it](https://www.youtube.com/watch?v=C3ys74vYk10).

![A delicious sandwich.](sandwich.jpg){#fig-sandwich}

[^1]: Shoutout Papas Pizza (not to be confused with Papa John's/Murphy's) in Corvallis.
1 change: 1 addition & 0 deletions posts/binary-classification/binary-classification.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ lastmod: '2025-07-17'
format: html
description: "What the HECK is the difference between various implementations of cross-entropy and transformer padding?"
bibliography: ../../bibs/ml.bib
categories: [machine learning, code]
image: white-streaks-purple-sky.png
twitter-card:
image: white-streaks-purple-sky.png
Expand Down
Loading