# mrc — RSS Amplifier

Recent posts from the 2 feeds in the RSS Amplifier directory that cover mrc.

Page: <https://rssamplifier.com/topics/mrc>  
Feed: <https://rssamplifier.com/topics/mrc.md>

---

## [8.17 MRC Weekly Schedule + THE PEOPLE IN YOUR CORNER](https://themondayseffect.substack.com/p/817-mrc-weekly-schedule-the-people)

_2026-08-17 · Veronica Skye · The Mondays Effect_

Very very proud of this crew...

## [The Promise I Almost Didn't Keep](https://themondayseffect.substack.com/p/the-promise-i-almost-didnt-keep)

_2026-08-14 · Veronica Skye · The Mondays Effect_

On leaving a life I knew, doubting myself, and finding out the hard way if change is real or just a nicer set of walls...

## [8.10 MRC Weekly Schedule + The Gear I Actually Use (After a Lot of Trial & Error)](https://themondayseffect.substack.com/p/810-mrc-weekly-schedule-the-gear)

_2026-08-10 · Veronica Skye · The Mondays Effect_

After nearly 4 years on the trails, I've learned quite a bit (and I know there's SO much more...) so I'm sharing my favs below!

## [8.3 MRC Weekly Schedule + Where Does The Time Go?](https://themondayseffect.substack.com/p/83-mrc-weekly-schedule-where-does)

_2026-08-03 · Veronica Skye · The Mondays Effect_

A reminder that small decisions can change everything!

## [Mondays Run Club: Before the Elevator Pitch](https://themondayseffect.substack.com/p/mondays-run-club-before-the-elevator)

_2026-07-30 · Veronica Skye · The Mondays Effect_

Who was 'Veronica Skye' before she was a runner and community founder? Here's a piece of the story of the life I thought I wanted before I found the one that actually fit...

## [7.27 MRC Weekly Schedule + The Next Small Decision](https://themondayseffect.substack.com/p/727-mrc-weekly-schedule-the-next)

_2026-07-27 · Veronica Skye · The Mondays Effect_

A little vulnerable this Monday morning and I'm so grateful for this space!!

## [7.20 MRC Weekly Schedule + It Takes A Village](https://themondayseffect.substack.com/p/720-mrc-weekly-schedule-it-takes)

_2026-07-20 · Veronica Skye · The Mondays Effect_

A wee thank you this week for being the best community ever!

## [7.13 MRC Weekly Schedule + The Halo Effect](https://themondayseffect.substack.com/p/713-mrc-weekly-schedule-the-halo)

_2026-07-13 · Veronica Skye · The Mondays Effect_

New events and new reasons to build connection with the MRC Community - see you there!

## [🏕️ Camp MRC x NUDE is officially open](https://themondayseffect.substack.com/p/camp-mrc-x-nude-is-officially-open)

_2026-07-09 · Veronica Skye · The Mondays Effect_

Let's go back to Summer Camp!

## [7.6 Weekly Schedule + 🏕️ We are bringing back Summer Camp](https://themondayseffect.substack.com/p/66-weekly-schedule-we-are-bringing)

_2026-07-06 · Veronica Skye · The Mondays Effect_

Okay team, our weekly schedule is below as always, but I just HAVE to tell you more about this event first!

## [Ship everywhere from one CLI (Sponsored)](https://crawlproof.com/a/yaWPRguV48K1)

_2026-07-06 · **Sponsored**_

One codebase, hosted runners, encrypted credentials, and automated submissions across stores

## [Bash Scripting Sunday #5: Safely Working with Temporary Files in Bash](https://erb.pw/blogs/bss-bash-script-sunday-5/)

_2025-04-06 · ml@erb.pw (MeaTLoTioN) · Homepage on thE qUAntUm wEbhOlE_

This week in Bash Scripting Sunday , we&rsquo;re diving into a small topic with a big impact : handling temporary files safely and securely . Temporary files are common in scripting — for holding intermediate data, logs, or scratch work. But if you’re using something like: tmpfile = '/tmp/myscript.tmp' &hellip;you might be exposing yourself to race conditions , file collisions , or even security…

## [Bash Scripting Sunday #4: Creating a Simple Interactive Menu in Bash](https://erb.pw/blogs/bss-bash-script-sunday-4/)

_2025-03-30 · ml@erb.pw (MeaTLoTioN) · Homepage on thE qUAntUm wEbhOlE_

In this week&rsquo;s Bash Scripting Sunday, we’re diving into creating simple interactive menus in Bash. If you’ve ever wanted to give your scripts a bit of user interactivity—like choosing from a list of options—you’ll love this one. 🧭 Why Use Menus? Menus are great when: You want to prompt the user for input from a list You’re writing utility scripts with multiple actions You want something…

## [Bash Scripting Sunday #3: Using xargs Effectively – More Than Just a Pipe](https://erb.pw/blogs/bss-bash-script-sunday-3/)

_2025-03-23 · ml@erb.pw (MeaTLoTioN) · Homepage on thE qUAntUm wEbhOlE_

When dealing with large lists of files or data in Bash, it’s tempting to throw everything into a loop or use while read pipelines. But there&rsquo;s a better tool that often gets overlooked: xargs . In this week’s Bash Scripting Sunday, let’s dive into how to use xargs more effectively – and why it&rsquo;s so much more than just a glorified pipe. 🧠 What is xargs ? xargs takes input from stdin and…

## [Bash Scripting Sunday #2: Writing a Safe and Robust Bash Script](https://erb.pw/blogs/bss-bash-script-sunday-2/)

_2025-03-16 · ml@erb.pw (MeaTLoTioN) · Homepage on thE qUAntUm wEbhOlE_

Bash Scripting Sunday #2: Writing a Safe and Robust Bash Script In today&rsquo;s post, I&rsquo;d like to give some insight into writing safer scripts using Bash&rsquo;s built-in options. Why Script Safety Matters A poorly written script can cause unintended data loss, infinite loops, or security vulnerabilities. Writing robust scripts ensures they behave predictably and handle errors gracefully.…

## [Bash Scripting Sunday #1: Bash Parameter Expansion - Save Time and Avoid Subshells](https://erb.pw/blogs/bss-bash-script-sunday-1/)

_2025-03-09 · ml@erb.pw (MeaTLoTioN) · Homepage on thE qUAntUm wEbhOlE_

Bash Scripting Sunday #1: Bash Parameter Expansion - Save Time and Avoid Subshells In this entry, I&rsquo;d like to show you how to use Bash Parameter Expansion to make your life a little easier, your scripts a little quicker, and use less resources. Here&rsquo;s an example script that isn&rsquo;t using Bash Parameter Expansion: #!/usr/bin/env bash filename='/path/to/file.txt' echo 'Basename:…

## [tHE grAvY trAIn strEAm Urls](https://erb.pw/the-gravy-train-stream-urls/)

_2024-11-30 · ml@erb.pw (MeaTLoTioN) · Homepage on thE qUAntUm wEbhOlE_

thE grAvY trAIn streams to 4 different platforms currently, you can catch the stream at one of the following places; Platform Notes Twitch.TV Twitch.TV channel YouTube YouTube channel Odysee Odysee channel Rumble Rumble channel PeerTube PeerTube channel

## [RIP &#34;Ward Christensen&#34;](https://erb.pw/blogs/ward-christensen-rip/)

_2024-10-14 · ml@erb.pw (MeaTLoTioN) · Homepage on thE qUAntUm wEbhOlE_

Ward Christensen - 1945/10/23 - 2024/10/11 (78 years) Ward Christensen was a pioneer whose contributions laid the foundation for much of the online world we know today. His passing on October 11, 2024, marks the loss of a visionary who, alongside Randy Suess, helped create the first bulletin board system (BBS), a groundbreaking innovation that connected people in ways never before imagined. Back…

