-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
73 lines (73 loc) · 6.65 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>schrierc.dev</title>
<link>https://schrierc.dev/</link>
<description>Recent content on schrierc.dev</description>
<generator>Hugo -- 0.127.0</generator>
<language>en-us</language>
<lastBuildDate>Sun, 23 Jun 2024 13:11:44 +0000</lastBuildDate>
<atom:link href="https://schrierc.dev/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Halal Cart Style Chicken and Rice</title>
<link>https://schrierc.dev/recipes/halal-cart-style-chicken-and-rice/</link>
<pubDate>Sun, 23 Jun 2024 13:11:44 +0000</pubDate>
<guid>https://schrierc.dev/recipes/halal-cart-style-chicken-and-rice/</guid>
<description>This is based on the Serious Eats Halal Cart-Style Chicken and Rice With White Sauce recipe.
We create more marinade and grill the chicken for additional flavor. The original recipe uses chicken thighs; however, we typically use chicken tenders for easier cooking.
Servings: 5-6
Ingredients Chicken 2 pounds boneless, skinless chicken tenderloins 6 tablespoons (3 ounces) fresh lemon juice (approx. 2-3 lemons) 3 tablespoons chopped fresh oregano 3.5 teaspoons ground coriander seed 3 garlic cloves, roughly chopped (about 1 1/2 tablespoons) 1/4 cup light olive oil Kosher salt and freshly ground black pepper Rice 2 tablespoons salted butter 1/2 teaspoon turmeric 1/4 teaspoon ground cumin 1 1/2 cups Basmati rice 2 1/2 cups chicken stock Kosher salt and freshly ground black pepper Sauce 1/2 cup mayonnaise 1/2 cup Greek yogurt 1 tablespoon sugar 2 tablespoons white vinegar 1 teaspoon lemon juice 1/4 cup chopped fresh parsley Kosher salt and freshly ground black pepper Directions Marinate the chicken Combine the lemon juice, oregano, coriander, garlic, and olive oil in a blender.</description>
</item>
<item>
<title>New drip coffee maker</title>
<link>https://schrierc.dev/posts/new-drip-coffee-maker/</link>
<pubDate>Thu, 20 Jun 2024 13:20:10 +0000</pubDate>
<guid>https://schrierc.dev/posts/new-drip-coffee-maker/</guid>
<description>After eight years of near daily use, my 14 cup Cuisinart Coffee Maker (DCC-3200P1) needed replacement. Early one morning I discovered the lid wouldn&rsquo;t open completely, preventing me from adding water and ground coffee. Nothing was obviously out of place; however, a small plastic piece shot from the device as I gently tried to debug the problem. I couldn&rsquo;t determine where the piece came from and none of the online repair guides seemed to cover the internal lid components.</description>
</item>
<item>
<title>Breakfast Casserole Sausage Country Gravy</title>
<link>https://schrierc.dev/recipes/breakfast-casserole-sausage-country-gravy/</link>
<pubDate>Thu, 20 Jun 2024 00:45:51 +0000</pubDate>
<guid>https://schrierc.dev/recipes/breakfast-casserole-sausage-country-gravy/</guid>
<description>Serves 8-10
Ingredients 2 (2 3/4 ounce) packages white country gravy mix 6 cups tater tots, thawed 1 lb sausage, casings removed 3 cups milk 6 large eggs 2 cups grated cheddar cheese Directions Cook tater tots as package directs until extra crispy. Return oven temperature to 350 degrees. In a skillet, cook the sausage, breaking it up with the spatula as it cooks, drain fat. In a bowl, gradually whisk the gravy mix into the milk.</description>
</item>
<item>
<title>Django templates: Accessing dict keys with colons</title>
<link>https://schrierc.dev/posts/django-template-colonkeys/</link>
<pubDate>Wed, 27 Jul 2016 08:37:00 +0000</pubDate>
<guid>https://schrierc.dev/posts/django-template-colonkeys/</guid>
<description>Earlier this week I was updating a dashboard which uses Django templates. The data included a Python dictionary with a key that contains a colon: data:foo.
Normally the dictionary item is accessed using dotted notation such as {{ mydict.foo }} but using a colon results in a syntax error.
Exception Type: TemplateSyntaxError Exception Value: Could not parse the remainder: &#39;:foo&#39; from &#39;mydict.data:foo&#39; The simple fix is to change the key but I don&rsquo;t own this object and it cannot be easily changed.</description>
</item>
<item>
<title>tmux Repeating Keys</title>
<link>https://schrierc.dev/posts/tmux-repeating-keys/</link>
<pubDate>Thu, 28 Jul 2011 14:41:00 +0000</pubDate>
<guid>https://schrierc.dev/posts/tmux-repeating-keys/</guid>
<description>When upgrading from tmux 1.1 to 1.5 I found a few key bindings changed slightly. In particular, the arrow keys used to switch panes now repeat.
I often use the sequence C-b Down immediately followed by Up and then Enter to re-run a unit test. With 1.5 I was doing this too quickly (tmux&rsquo;s repeat-time is 500ms by default) so I was switched back to my previous pane. To fix this I simply added the arrow keys to my .</description>
</item>
<item>
<title>Invalid tmux term causes irssi issues</title>
<link>https://schrierc.dev/posts/invalid-tmux-term-causes-irssi-issues/</link>
<pubDate>Tue, 26 Jul 2011 17:29:00 +0000</pubDate>
<guid>https://schrierc.dev/posts/invalid-tmux-term-causes-irssi-issues/</guid>
<description>Today I finally switched my long-running IRC screen session to tmux. I rarely disconnect so I was simply waiting for a &ldquo;good&rdquo; time.
After a few minutes I noticed that my irssi scrollback was misbehaving; only half of my window would redraw when I pressed PgUp of PgDn.
I had manually set TERM=xterm in my bashrc; however, tmux advises only using screen or screen-256color as the term. I have no idea why I had specified term within my bashrc; removing the line and restarting tmux corrected the issue.</description>
</item>
<item>
<title>irssi autolog options</title>
<link>https://schrierc.dev/posts/irssi-autolog-options/</link>
<pubDate>Fri, 24 Jun 2011 16:41:00 +0000</pubDate>
<guid>https://schrierc.dev/posts/irssi-autolog-options/</guid>
<description>My favorite IRC client is irssi. I keep a log of my conversations using autolog; however, I dislike logs from chanserv, nickserv, and other random bots which I&rsquo;ll never reference. I discovered that autolog has a setting to ignore them:
/set autolog_ignore_targets chanserv nickserv
While searching I also found log_create_mode; irssi&rsquo;s default file mode is 0644. I prefer to keep my conversations private unless I specifically broaden permissions:
/set log_create_mode 0600</description>
</item>
</channel>
</rss>