Skip to content

Instantly share code, notes, and snippets.

View brycereynolds's full-sized avatar

Bryce Reynolds brycereynolds

View GitHub Profile
@brycereynolds
brycereynolds / houseRules.md
Created June 28, 2023 04:54
Tainted Grail Fall of Avalon House Rules (inspired by Kinds of Ruin updates)

Rules

  • Explore
    • Cost 0 stamina
    • If you take any action, you pay 1 energy (for the first action that day), otherwise you can “quick peak” at no cost
  • Menhir
    • Tiles once activated no longer expire, instead they stay on the board and just go dark.
    • If a tile is no longer within reach of an active Menhir (ie., dark), it cost 1 health or insanity to progress through
      • prior to travel, roll a die to determine, you can decide not to travel based on result
  • once a roll occurs for that tile this turn, you can not roll again
People generally know that having a mentor is supposed to be an amazing way to grow. Few people go out and find a mentor. A managers job is helping you find a mentor. I would propose though, that mentors do not all need to be people.
Mentor from example.
Mentorship from an experience. Mentors are critical because they share experiences. Yet, even that is usually secondary to having a similar experience yourself. Mentors help provide context and contrast to what you may have experienced. They are a way to get some “fieldwork” in before you may encounter one of these experiences.
This isn’t necessarily a novel idea either. Of course doing something is better than just hearing about it (or reading about it). The trick is spotting the right types of experiences. This means understanding where your Mentee (b/c you as a manager are also a mentor…), is at. This could mean technical skills (you should no doubt being comfortable asking your Mentee where they would like to see improvement in their skills…like in the
@brycereynolds
brycereynolds / guess.md
Created April 9, 2018 16:34
[interview] Guess Game

We are playing the Guess Game. The game is as follows:

I pick a number from 1 to n. You have to guess which number I picked.

Every time you guess wrong, I'll tell you whether the number is higher or lower.

You call a pre-defined API guess(int num) which returns 3 possible results (-1, 1, or 0):

-1 : My number is lower
@brycereynolds
brycereynolds / style.css
Last active August 28, 2017 19:11
Trello - Full Size Style
.js-add-list {
position: fixed;
bottom: 0;
right: 0;
}
#board {
display: flex;
}
/* Ugly way to make the "done" column less prominent */
@brycereynolds
brycereynolds / gist:eb4f05ed004a72d2bec2
Created August 26, 2015 21:24
Get rid of BloomBoard-Research in circleci
# Install CJS extension for Chrome
# Add this js to circleci.com in CJS and use the jQuery extension (top right)
$('a.title').each(function(i, el){
var $el = $(el);
$el.text($el.text().replace("BloomBoard-Research/", ""));
});
@brycereynolds
brycereynolds / gist:737a9184c64d89f76023
Last active October 8, 2015 08:50
Styles for papertrail logs
/*
<li data-program="sshd" data-system="www23">
<time datetime="2011-08-26T21:59:09-07:00">Aug 26 21:59:09</time>
<span class="system"><a href="">www23</a></span>
<span class="program"><a href="">sshd</a>:</span>
<span class="message">Some message</span>
</li>
datetime
system (staging-logs-3)
http://flatironschool.com/
A school in NYC for learning to program.
https://www.thinkful.com/
An online mentorship school for learning to build an app while working with a mentor.