Skip to content

Instantly share code, notes, and snippets.

Everything Inside Bagels

Version 1.0.2

This Frankenstein's recipe is centered on combining the lovely flavor of a good everything bagel with a sourdough tang and a bit of natural sweetness from whole wheat flour. It's... kind of a mess.

Except it's not. I began experimenting with these as an alternative to traditional everything bagels where the outside is crusted with salt, sesame seeds, and dried onion and garlic. It trades the texture and crunch of the everything-outside bagel for something that's less of a mess on the counter and when eating.

Equipment

For the bagels

  • Stand mixer with paddle mixer attachment, dough hook attachment & large bowl

Crochet hats for wee babies

Notes

  • Hook Size: 5mm (H)
  • Worsted weight yarn
  • Stitch counts don't include the joins and chains in the round finish

Legend

abbr US Term
st(s) stitch(es)
html { font-size: 50px; }
$emoji: ☝, ✌, 💅, 🖖, 🖐;
ol {
list-style-type: none;
margin: 1rem;
}
li {
$black: #111;
$margins: 0 2rem 2rem;
$pink: rgb(255, 0, 255);
$note-bg-color: $black;
$note-bg-color-alt: $pink;
$note-box-size: 8rem;
$note-map: (
// regular bg, hover bg, active bg
main {
background: #111;
height: 100vh;
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Quotes OMG!</title>
</head>
<body>
<div id="quote"></div>
<form id="apiOptions" onsubmit="handleSubmit()">
<fieldset>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Timing Test</title>
</head>
<body></body>
<script type="text/javascript">
function sayHello () {
<!DOCTYPE html>
<html lang="en">
<head>
<title>Magic 8 Ball</title>
<meta charset="utf-8">
<style type="text/css">
body {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
header {
@jnf
jnf / 8ball.js
Last active August 18, 2017 19:29
var answers = [
"Yes",
"No",
"It was the tofu",
"Call your mom",
"IDK"
];
function shakeEightBall () {
var rando = Math.floor(Math.random() * 5);
<!DOCTYPE html>
<html lang="en">
<head>
<title>Doggo Domicile</title>
</head>
<body>
<h1>Let's Play House</h1>
<img src="http://rilane.com/images/2016148/cool-dog-house-with-roofdeck.jpg" alt="bulldog standing atop very cool doghouse">
<script type="text/javascript">