Skip to content

Instantly share code, notes, and snippets.

View RangerRick's full-sized avatar

Benjamin Reed RangerRick

View GitHub Profile
@RangerRick
RangerRick / milk-bread.md
Last active August 12, 2021 14:12
Soft Sandwich Milk Bread

This recipe is based on Japanese milk bread.

Soft and flavorful, this bread is the ideal sandwich loaf. It slices beautifully, too. What also makes this Soft Sandwich Milk Bread special is the use of tangzhong. Tangzhong is a gelatinous roux of flour and water added into the dough. The result is a soft, moist sandwich bread with a prolonged shelf life.

This recipe was originally for a Pullman pan, but I've tweaked it to just work with our regular bread pans. I am also going to attempt to adapt it to be a rye bread next time. That is the "alternate rye" dough.

@RangerRick
RangerRick / build.sh
Last active August 23, 2021 14:07
updated build.sh
#!/bin/sh
RELEASE=`.circleci/scripts/pom2version.sh pom.xml`
ROOT=`pwd`
if [ ! -e $ROOT/build.sh ]; then
echo "Invalid root" && exit 1
fi
./target/opennms/bin/opennms stop
rm -rf ./target

Task Management with Beads

You should use Beads for tracking tasks across contexts as much as possible.

In any project where you must create tasks, sub-tasks, epics, and so-on, you are expected to use Beads unless explicitly told to use Linear. If a project does not already have a .beads directory, you MUST run bd init --stealth before performing any actions that revolve around tasks.

Quick reference:

  • bd ready - Find unblocked work
  • bd create "Title" --type task --priority 2 - Create issue