Skip to content

Commit c7acff2

Browse files
committed
Link fixes
1 parent 86a16ed commit c7acff2

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

content/blog/cold-brew-at-home-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ title = "Cold Brew At Home"
1212
Over the past year, I've experimented extensively with cold brew at home, spending too much on equipment and gadgets. This post is a distillation of my learnings.
1313

1414
# Equipment
15-
I was extremely dissatisfied with the Bruer device that shows up in a lot of search results; clean-up is easy, but setting the drip rate is fussy and repeatable brew results are almost impossible. Instead, I recommend the [OXO cold brew tower](https://www.oxo.com/cold-brew-coffee-maker). $50 is not bank-breaking, and the hassle-free clean up is well worth it.
15+
I was extremely dissatisfied with the Bruer device that shows up in a lot of search results; clean-up is easy, but setting the drip rate is fussy and repeatable brew results are almost impossible. Instead, I recommend the [OXO cold brew tower](https://www.oxo.com/cold-brew-coffee-maker). $50 is not bank-breaking, and the hassle-free clean up is well worth it.
1616

1717
A kitchen scale is a requirement as well; I'm reasonably satisfied with [OXO's 5-pound scale](https://www.oxo.com/products/preparing/measuring/5lb-food-scale-w-pull-out-display#black), but I find myself wanting a higher precision readout when I'm mixing drinks.
1818

@@ -29,7 +29,7 @@ The number of sources, blends, roasts, etc. can be overwhelming; if you don't kn
2929
* 2 oz. water
3030
* 3 oz. cold brew concentrate
3131

32-
Blend ingredients together thoroughly in a blender, and serve over ice (I use [ice balls](https://www.brainvitamins.net/blog/clear-ice/)).
32+
Blend ingredients together thoroughly in a blender, and serve over ice (I use [ice balls](/blog/clear-ice/)).
3333

3434
The quantities might seem strange, but are designed to sum up to 12 oz. The ratios of milk and water can be tweaked to taste, but I find more than 1/2 an ounce of cream makes the drink too rich, and less than 5 oz of milk makes the drink more watery than I like.
3535

content/blog/cold-brew-recipes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title = "Cold Brew Recipes"
1010
+++
1111

1212

13-
This post builds on the basic information in [my previous cold brew post](https://www.brainvitamins.net/blog/cold-brew-at-home-2/) with more recipes and preparation ideas.
13+
This post builds on the basic information in [my previous cold brew post](/blog/cold-brew-at-home-2/) with more recipes and preparation ideas.
1414

1515
# With Cream and Sugar
1616
* 2 oz. cold brew concentrate

content/blog/comparing-confidence-intervals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title = "Benchmark Confidence Interval Part 2: Comparison"
99
+++
1010

1111

12-
Benchmark data generally isn't interesting in isolation; once we have one data set, we usually gather a second set of data against which the first is compared. Reporting the second result as a percentage of the first result isn't sufficient if we're rigorous and report results with [confidence intervals](https://www.brainvitamins.net/blog/confidence-intervals-for-benchmarks/); we need a more nuanced approach.
12+
Benchmark data generally isn't interesting in isolation; once we have one data set, we usually gather a second set of data against which the first is compared. Reporting the second result as a percentage of the first result isn't sufficient if we're rigorous and report results with [confidence intervals](/blog/confidence-intervals-for-benchmarks/); we need a more nuanced approach.
1313

1414
Let's suppose we run a benchmark 5 times and record the results, then fix a performance bug and gather a second set of data to measure the improvement. The best intuition about performance gains is given by scores and confidence intervals that are [normalized](https://en.wikipedia.org/wiki/Normalization_(statistics)) using our baseline geomean score:
1515

content/blog/confidence-intervals-for-benchmarks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Normally distributed data means our 95% confidence interval will be smaller than
2121

2222
Computing the averages of averages is not always statistically sound, so it may seem incorrect to take the average FPS from each iteration of a benchmark and average them together. In this case we can confidently say that each average has [equal weight](https://math.stackexchange.com/questions/95909/why-is-an-average-of-an-average-usually-incorrect/95912#95912); if not, we need a different benchmark!
2323

24-
Next: [Comparing Benchmark Results](https://www.brainvitamins.net/blog/comparing-confidence-intervals/)
24+
Next: [Comparing Benchmark Results](/blog/comparing-confidence-intervals/)
2525

content/blog/proton-field-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Valve provides [beta support](https://steamcommunity.com/games/221410/announceme
1717

1818
![enable-steam-play](/blog/content/images/2020/10/enable-steam-play.png)
1919

20-
Steam downloads the Windows version of a Proton-enabled app, but still stores files in the familiar `~/.steam/steam/steamapps/common/[appname]` directory. On first launch, Proton provisions a Wine prefix (created in `~/.steam/steam/steamapps/compatdata/[appid]` by default) that holds pertinent state data and a basic Windows filesystem in `$WINEPREFIX/pfx/drive_c`. This filesystem is presented to the app as its root Windows filesystem. Save games are usually stored in the prefix as well, making save game import [complicated](https://www.brainvitamins.net/blog/mass-effect-savegame-import/).
20+
Steam downloads the Windows version of a Proton-enabled app, but still stores files in the familiar `~/.steam/steam/steamapps/common/[appname]` directory. On first launch, Proton provisions a Wine prefix (created in `~/.steam/steam/steamapps/compatdata/[appid]` by default) that holds pertinent state data and a basic Windows filesystem in `$WINEPREFIX/pfx/drive_c`. This filesystem is presented to the app as its root Windows filesystem. Save games are usually stored in the prefix as well, making save game import [complicated](/blog/mass-effect-savegame-import/).
2121

2222
Windows applications frequently have additional dependencies like the [Visual C++ Runtime Redistributables](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads), and apps may require specific workarounds to run well in Wine environments. Many of these concerns are managed by the app's install script (usually `~/.steam/steam/steamapps/common/[appname]/installscript.vdf`), but `~/.steam/steam/legacycompat/iscriptevaluator.exe` also runs inside the Wine environment during initial provisioning and appears to manage Proton-specific dependencies and tweaks.
2323

content/blog/straight-edges-part-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title = "Straight Edges Part 2"
99
+++
1010

1111

12-
I continue to enjoy [shaving with a straigh edge razor](https://www.brainvitamins.net/blog/straight-edges/). A few additional discoveries:
12+
I continue to enjoy [shaving with a straigh edge razor](/blog/straight-edges/). A few additional discoveries:
1313

1414
* A sharp razor can shave arm hair without lather or discomfort. If the razor pulls on the hair or fails to cut it, it's time to sharpen the razor.
1515
* Make sure to use the sharpening tools properly (read the instructions). I tend to use too little water on my waterstone; it should be nicely soaked

content/blog/sum-types-continued.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title = "Sum Types, continued"
1111
+++
1212

1313

14-
Regarding [yesterday's post about sum types](https://www.brainvitamins.net/blog/sum-types-structural-vs-nominal/), co-conspirator Lao observed that the verbosity of structural sum types could be overcome by allowing structural sum types to be aliased, e.g.:
14+
Regarding [yesterday's post about sum types](/blog/sum-types-structural-vs-nominal/), co-conspirator Lao observed that the verbosity of structural sum types could be overcome by allowing structural sum types to be aliased, e.g.:
1515
```
1616
sum number {
1717
int

0 commit comments

Comments
 (0)