Apricot Clafouti With Lavender & Pecans | Made by Meaghan Moineau

Picture this: It’s a lazy Sunday afternoon, and I’m rummaging through my pantry, longing for something sweet but not overly indulgent. It’s one of those days where you want a little baking therapy but refuse to spend hours in the kitchen. Enter the Apricot Clafouti With Lavender & Pecans. This is the kind of recipe that surprises you with how easy it is, yet it brings such elegance to your table. Imagine delicate apricots mingling with the floral notes of lavender while pecans add that irresistible crunch. It’s like a summer melody in dessert form. Trust me, this is the kind of dish that makes you feel like you’ve been transported to a quaint French cafe.

Jump to Recipe

What You’ll Need

The beauty of this ingredient list is that it’s simple yet feels extravagant, and odds are, you’ve already got most of these on hand.

  • All-natural apricot nectar
  • Apricot preserves
  • Dried California apricots
  • Fresh apricots
  • Cardamom
  • Eggs
  • Honey
  • Dried culinary lavender buds
  • Lemon juice
  • Lemon zest
  • Low fat sour cream
  • Nonfat milk
  • Pecans
  • Salt
  • Unbleached flour
  • Vanilla extract

How to Make Apricot Clafouti With Lavender & Pecans

  1. First thing’s first: preheat your oven to 375°F. We want it nice and hot so that our clafouti bakes to perfection.
  2. In a large mixing bowl, beat the eggs until they’re frothy. This is your base, so put some love into it.
  3. Add in the sour cream, milk, apricot nectar, lemon juice, lemon zest, apricot preserves, honey, and vanilla extract. Mix until everything is beautifully combined and smooth.
  4. Slowly whisk in the flour, a pinch of salt, cardamom, and those aromatic lavender buds. You’ll start to smell the floral notes as you mix—heavenly!
  5. Fold in the diced, dried apricots and pecans. Make sure they’re evenly distributed; you want each slice to have its share of goodies.
  6. Pour the mixture into a glass pie plate. Gently press the fresh apricot halves into the mix, forming a decorative pattern on top. This step is where you can get artsy!
  7. Let it set for 10 minutes. This little rest allows the flavors to mingle and the mixture to thicken slightly.
  8. Pop it into the oven and let it bake for 30-45 minutes. You’ll know it’s done when the edges are golden and the center is set but slightly wobbly—like a good custard.

Cook’s Notes

Alright, so here’s the deal: the clafouti is best served warm, right out of the oven, with maybe a scoop of vanilla ice cream if you’re feeling decadent. But if you have leftovers, they’re still delightful the next day, cold or gently warmed in the oven. Store any extras in an airtight container in the fridge for up to three days. A little note of caution—don’t overdo the lavender; a little goes a long way, and too much can taste soapy. When folding the nuts and apricots, be gentle to avoid deflating your batter.

Make It Your Own

Here’s where the fun begins—customizing your clafouti to suit your mood or what’s in your pantry.

  • Swap the apricots for juicy peaches or nectarines when they’re in season. They work beautifully with lavender as well.
  • If pecans aren’t your thing, use almonds or hazelnuts for a different type of crunch.
  • Add a handful of fresh raspberries before baking for a tart contrast to the sweet apricots.
  • For a more herbal twist, sprinkle in some fresh rosemary to complement the lavender.

If you try this, I’d love to hear how it turns out—drop a comment or tag me! Whether you stick to the script or venture into your own variations, this clafouti is sure to bring a touch of culinary bliss to your table. Bon appétit!

Related update: Apricot Clafouti With Lavender & Pecans

Related update: Banana in brown sugar ice cream

Minecraft Snapshot 26.3: Better | Analysis by Brian Moineau

TL;DR

  • Minecraft 26.3 Snapshot 2 adds an order-independent transparency (OIT) rendering mode that fixes years of glass/water sorting bugs across stained glass, water, and particles, and points to a broader Java renderer refresh. [1][5]
  • Under-the-hood updates—Data Pack v109.0, Resource Pack v90.0, and a new block_transformer component—expand creator power for servers and mapmakers without Java mods, with concrete hooks for sounds, particles, and loot. [1]
  • Vulkan remains experimental and pink-screens on macOS in this build; Mojang is clearly testing a multi-backend path, but OpenGL stays the practical default in 26.2–26.3-era snapshots. [1][2][4]

What the source said

Minecraft 26.3 Snapshot 2 introduces an “Improved Transparency” option that enables order-independent transparency to resolve long-standing translucency issues like viewing entities through stained glass or water. Mojang flags higher performance cost and lists known issues, including a macOS Vulkan pink screen and incorrect entity lighting. [1]

Gameplay tweaks include throttled wandering AI for distant persistent mobs, shields overriding hoe/shovel use on right-click, and Drowned with Tridents switching to melee within three blocks. Technical changes bump Data Pack to v109.0, Resource Pack to v90.0, add a block_transformer data component, and default the server white-list to true; Mojang also credits community contributors for the OIT work. [1]

Why it matters

For players, OIT cleans up daily visual papercuts around slimes, glass panes, particles, nameplates, and water—pain points visible in every stained-glass build and guardian farm. The “higher performance impact” warning means trade-offs on mid-tier GPUs (think GTX 1650 or RX 580), so this path favors correctness over maximum fps in layered scenes. For creators, the pack bumps and block_transformer enable tool-based block transformations and puzzle mechanics in pure data, removing the need for server-side plugins on private realms. [1]

For Mojang and Microsoft, this advances a modern, multi-backend renderer on Java Edition. Vulkan entered snapshots in 26.2 as experimental, and Mojang restored OpenGL as default in a later 26.2 build to stabilize testing cadence; the macOS pink-screen note in 26.3 shows the work-in-progress nature of that backend. The goal is clear: future-proof Java’s graphics pipeline without regressing gameplay. [1][3][4]

Original analysis

Framing: Why Minecraft 26.3 Snapshot 2 matters beyond pretty glass

Consensus take: “OIT is a nice visual upgrade; wake me when we get a new dimension.”
Contrarian read: OIT is the canary for a multi-year Java renderer refit aligned with Vulkan experiments, replacing fragile depth-sorted hacks with an algorithmic approach that fixes slime occlusion, shulker bullets, wind charges, beacon beams, and boat water fill artifacts seen through glass. That simplification sets up later features like volumetric layers and complex particles by reducing transparency-specific technical debt in the core pipeline. [1][5]

Back-of-envelope performance math

  • Frame budget math: 60 fps equals about 1000 ms / 60 ≈ 16.7 ms per frame.
  • Scenario estimate: if OIT adds 2–4 ms in heavy-translucency scenes (Mojang only says “higher performance impact”), the budget becomes ~18.7–20.7 ms, or roughly 53–48 fps in those moments; correctness improves, and you can still toggle OIT off. [1]

This isn’t a blanket penalty; in typical overworld views without stacked glass/water, timings should stay near pre-OIT paths, while aquariums, mangrove lagoons, and stained-glass megabases will cost more but finally render right. Expect shader and resource pack authors to publish per-scene deltas as they profile v90.0 changes over the next snapshot or two. [1]

Historical analogue: 2018’s “Flattening” (Java 1.13) and what it predicts

In 2018, Java 1.13’s “Flattening” replaced numeric IDs with namespaced data and overhauled commands, resources, and packs, which briefly broke tooling but enabled the data-driven era that followed. Similarly, v109.0 (data) and v90.0 (resources) plus block_transformer in 26.3 Snapshot 2 form new scaffolding: items can transform blocks with rule-based state providers, sounds, particles, and loot strategies—no mixins or Forge/Fabric required. If history rhymes, short-term refactors buy long-term velocity for creators. [1][7]

Named-stakeholder breakdown

  • Mojang Java Team: OIT removes entire classes of “transparent things disappear” bugs and lowers maintenance complexity; Vulkan work continues behind a guarded “experimental” flag. [1][3][4]
  • Community modders (Rubén Osorio López, Jozufozu): Their transparency research now lives in vanilla, tightening the loop between popular mod techniques and first-party rendering constraints. [1]
  • Shader/resource pack authors: Resource Pack v90.0 and shader define shifts imply refactors; Mojang cautions that overriding Core Shaders remains unsupported and may break as OIT evolves. [1]
  • Server operators: The white-list defaults to true, improving safety but adding onboarding friction for public hubs; expect panel vendors to surface a toggle promptly. [1]
  • Apple/macOS players: Vulkan on Mac currently pink-screens in this snapshot; stick with OpenGL until Mojang or MoltenVK updates clear the known issue. [1]

A simple 2×2: Where OIT helps the most

  • High translucency density + Cinematic builders: Maximum benefit in aquariums and stained-glass cathedrals seen in Hermitcraft-scale showcases.
  • High translucency density + PvP/PvE: Medium benefit; correctness helps visibility, but fps headroom is tight on competitive Java servers like Hypixel UHC.
  • Low translucency density + Cinematic builders: Low-to-medium benefit; correctness pays off in ReplayMod timelapses and thumbnails.
  • Low translucency density + Survival casuals: Minimal benefit; consider leaving OIT off on older GPUs such as the GTX 1050 Ti.

Versioning context matters

Mojang switched to calendar versioning for 2026, making 26.3 the third drop of the year rather than a monolithic “1.22-sized” release. That cadence explains why foundational tech like OIT, Vulkan backend toggles, and pack-format revisions can headline a drop without a marquee biome or dimension. It also sets expectations: more frequent, lower-risk platform layers that compound over quarters. [7]

What others are missing

The quiet headline is block_transformer in Data Pack v109.0, which lets items transform blocks using data-defined state providers, sounds, particles, loot, and drop strategies. Think hoe-to-path, axe-to-strip, brush-to-reveal—then extend it to custom adventure mechanics and progression gates that feel native on vanilla servers. For mapmakers and educators, this means shipping puzzle logic to Realms with a zip instead of managing plugins. Coverage focused on OIT’s visuals is skipping the creator workflow win that lands the moment v109.0 hits public servers. [1]

What to watch next

  1. By August 31, 2026, Mojang will either resolve the macOS Vulkan pink-screen or keep Vulkan disabled-by-default on Mac in testing builds; pre-releases will show a fix or a clear fallback. [1][3]
  2. By the 26.3 release candidate window (no later than October 2026), OIT remains opt-in via “Improved Transparency,” not default, with Mojang positioning it as a quality-first toggle for higher-end GPUs. [1]
  3. Within two weeks of 26.3’s stable launch, at least three major shader/resource packs publish OIT-compatible updates or guidance referencing Resource Pack v90.0 or shader define changes. [1]

My take

Minecraft 26.3 Snapshot 2 is the unsexy work that keeps a 300‑million‑copy series vibrant in 2026. OIT fixes everyday eyesores, and the pack-format plus block_transformer upgrades push real power to creators—the engine of Java Edition’s longevity. Vulkan hiccups on macOS are the price of modernization; stick to OpenGL on Macs until the pink-screen note clears. If you build worlds, test OIT; if you run servers, prep panels for the white-list default; if you ship packs, budget shader-define time as you did during 1.13’s 2018 churn. [1][6][7]

Sources

  1. Minecraft 26.3 Snapshot 2 — Minecraft (https://www.minecraft.net/en-us/article/minecraft-26-3-snapshot-2) — Official patch notes: OIT option, performance trade-offs, gameplay tweaks, pack version bumps, Mac Vulkan issue, server white-list default, and credited contributors.

  2. Minecraft 26.3 Snapshot 1 — Minecraft (https://www.minecraft.net/en-us/article/minecraft-26-3-snapshot-1) — Confirms the Dappled Forest biome, Poplar trees, Abandoned Camps, and wool stairs/slabs framing the 26.3 content arc.

  3. Minecraft Java Edition — 26.2 Snapshot 1 — Minecraft Feedback (https://feedback.minecraft.net/hc/en-us/articles/44898619266317-Minecraft-Java-Edition-26-2-Snapshot-1) — Documents Vulkan entering Java snapshots as an experimental backend.

  4. Minecraft 26.2 Snapshot 8 — Minecraft (https://www.minecraft.net/en-us/article/minecraft-26-2-snapshot-8) — Notes OpenGL restored as default with Vulkan remaining experimental, signaling a cautious rollout.

  5. Order-independent transparency — Wikipedia (https://en.wikipedia.org/wiki/Order-independent_transparency) — Technical background on OIT methods and why they avoid per-triangle sorting.

  6. Minecraft is the first videogame ever to sell more than 300 million copies — PC Gamer (https://www.pcgamer.com/minecraft-is-the-first-videogame-ever-to-sell-more-than-300-million-copies/) — Sales milestone context with reporting on Mojang’s scale.

  7. Development of Minecraft: Java Edition — Wikipedia (https://en.wikipedia.org/wiki/Development_of_Minecraft%3A_Java_Edition) — Documents 2011 Java release timing, 2018 1.13 “Flattening,” and Mojang’s switch to calendar versioning for 2026.




Related update: We recently published an article that expands on this topic: read the latest post.

Banana Milo Milkshake | Made by Meaghan Moineau

I was standing in my kitchen, staring at an overly ripe banana, when the craving hit me. You know the type: the need for something sweet, quick, and just a little nostalgic. It was one of those almost-summer days that call for a cold treat, but I didn’t want to fuss around with anything too elaborate. Enter the Banana Milo Milkshake — a creamy, chocolatey delight that somehow feels both indulgent and a bit healthy (thanks to that banana). This recipe is a breeze to whip up, and trust me, it’s like sipping on a childhood dream.

Jump to Recipe

What You’ll Need

I bet you have most of this stuff hanging out in your kitchen already. That’s my favorite kind of recipe — no need for a last-minute grocery run.

  • Canned almond milk
  • Banana – ideally ripe and sweet
  • Milo chocolate malt powder – the star of the show
  • Vanilla ice-cream – because why not?
  • Strawberries – for a pop of color and flavor
  • Whipped cream – a fluffy finishing touch

How to Make Banana Milo Milkshake

  1. In a blender, pour in about a cup of canned almond milk. It’s the creamy base for our shake.
  2. Add a heaping spoonful of Milo chocolate malt powder. The more, the merrier — but a couple of tablespoons should do the trick.
  3. Peel your banana and break it into chunks before tossing it into the blender. The riper, the sweeter!
  4. Scoop in a generous helping of vanilla ice-cream. One or two scoops, depending on how indulgent you’re feeling.
  5. Blend everything together until it’s smooth and frothy. Listen for that perfect whirring sound and watch as it turns a delightful chocolatey hue.
  6. Pour the luscious mixture into a tall glass. The anticipation is real!
  7. Top with a cloud of whipped cream. Don’t be shy; it’s the cherry-on-top moment without the cherry.
  8. Finally, sprinkle chopped strawberries over the whipped cream. They add a splash of color and a fresh, fruity note.
  9. Serve immediately, preferably with a straw, and let the cool, creamy goodness wash over you.

Cook’s Notes

If you’re anything like me, you’ll want to make sure your banana is at peak ripeness for the best sweetness. This milkshake is versatile, but using canned almond milk brings a lovely creaminess that other milk might not. You can make the whipped cream yourself or grab some from the store — both work wonders. And if you end up with leftovers (unlikely, but it happens), just cover and pop it in the fridge. Stir it up again before drinking, as it might separate a bit. But honestly, it’s best enjoyed fresh.

Make It Your Own

  • For a nutty twist, swap canned almond milk with hazelnut milk.
  • Want more chocolate? Add a drizzle of chocolate syrup before blending.
  • For a tropical vibe, substitute the strawberries with chopped pineapple.
  • Go dairy-free by using coconut milk ice-cream instead of vanilla ice-cream.

If you try this, I’d love to hear how it turns out — drop a comment or tag me! Whether you make it just like this or put your own spin on it, this Banana Milo Milkshake is sure to hit the spot. Stay cool, friends!

Related update: Banana Milo Milkshake

Related update: Protein Strawberry Smoothie

Chouquettes | Made by Meaghan Moineau

It was one of those Tuesdays where everything felt just a little bit off. You know the kind — you spill coffee on your favorite shirt, you’re already late and the cat decides now is the perfect time to puke on the rug. By the time dinner rolled around, I was craving something sweet, delightful, and impossibly easy — something to save the day. Luckily, I remembered the pack of Swedish pearl sugar in the cupboard and thought, “It’s a chouquette night.” I mean, who can resist those airy little puffs topped with crunchy sugar? They make you feel like you’re at a fancy café in Paris, but they’re totally doable at home. Plus, there’s something deeply satisfying about the way they puff up in the oven, like little clouds of happiness. So let’s dive into this, and as they say in France, “C’est parti!”

Jump to Recipe

What You’ll Need

You might find that you already have most of these ingredients lounging in your pantry, waiting for their moment to shine. The only thing you might need to hunt down is that lovely, crunchy Swedish pearl sugar — it’s the secret to these beauties.

  • Butter
  • Sugar
  • Salt
  • Lemon rind
  • Water
  • Flour
  • Vanilla
  • Rum
  • Eggs
  • Swedish pearl sugar

How to Make Chouquettes

  1. First things first, preheat your oven to 400°F and let it get nice and hot for at least 20 minutes — this is key to getting that beautiful rise.
  2. In a medium saucepan, bring the butter, sugar, salt, lemon rind, and water to a boil. The aroma will start lifting your spirits instantly!
  3. Once it’s bubbling away, remove it from the heat and dump all the flour in at once. Stir gently at first, then with some serious vigor, until it all comes together. It’ll be a bit of a workout but hang in there!
  4. Return the pan to medium-high heat and cook for about 3-4 minutes. Stir continuously until the batter clings to the spoon and looks glossy, like it’s showing off a new shiny coat.
  5. Take it off the heat, add the vanilla and rum, then let it cool in the pan. This is a good time to dance around the kitchen.
  6. Beat in the eggs one at a time with a wooden spoon. Don’t worry when it looks like a lumpy, broken mess after each egg — keep stirring and it’ll come back together beautifully, a sticky masterpiece.
  7. Line a baking sheet with parchment paper. Drop quarter-sized balls onto the sheet and go wild with that pearl sugar. Sprinkle generously because more is more here.
  8. Pop them into the oven and bake for 5-20 minutes. Keep an eye out — they need to be completely brown before you rescue them from the heat to ensure they don’t collapse on you.

Cook’s Notes

Chouquettes are best enjoyed fresh from the oven, when they’re crisp and airy. However, if you have leftovers (a big if!), store them in an airtight container at room temperature. They’ll soften a little but are still delicious for about a day. Just give them a quick reheat in a 350°F oven to crisp them back up.

A common pitfall is underbaking. If they look pale, they’re not done. Trust me, patience is a virtue here. Wait for them to reach a deep golden brown.

If you’re planning ahead, the dough can be prepared and piped onto baking sheets, then frozen. When you’re ready to impress, bake them straight from the freezer — just add a few extra minutes to the bake time.

Make It Your Own

  • Chocolate Chouquettes: Add a tablespoon of cocoa powder to the flour for a chocolatey twist. They’re irresistible with a dusting of powdered sugar instead of pearl sugar.
  • Nutty Delights: Sprinkle chopped almonds or hazelnuts along with the pearl sugar for an added crunch and nutty flavor.
  • Spiced Up: Add a pinch of cinnamon or cardamom to the dough to bring a warm, spicy note that pairs beautifully with a hot cup of tea.
  • Citrus Burst: Double up on the lemon by adding a touch of lemon extract along with the rind for an extra zesty kick.

If you try this, I’d love to hear how it turns out — drop a comment or tag me! Chouquettes are one of those sweet treats that can make any day feel special. Happy baking!

Related update: Chouquettes

Related update: Apricot Clafouti With Lavender & Pecans