feat: Check tape in markdown

This commit is contained in:
2024-12-29 12:05:47 -05:00
parent 55dcffffa4
commit bae04899d6
3 changed files with 137 additions and 0 deletions

View File

@@ -2,6 +2,8 @@
## Introduction : time: 2 minutes
![intro](./tapes/intro.tap.gif)
- Who am I
- Why I'm here
- Brief interests
@@ -18,3 +20,69 @@ High odds we'll move to flammable refrigerant (10-15 year speculation)
- Draw similarities and differences between current equipment.
### Pros / Cons
## History : time 5 minutes
It would be good to explore a little of the history of hydronic systems here maybe just touch on my
companies history, idk ??
## Concepts : time 24
An introduction to some of the concepts and similarities. Start building a pros / cons list that we
can go through at the end.
### What do we do? (audience participation) time: 1-2 minutes
What's the primary objective of HVAC?
- Provide healthy, safe, and comfortable environment.
We move heat from one place to another, generally through refrigerant and air circulation... Water
_IS_ a refrigerant. (could perhaps nerd out on specific heat, air = 0.24, water = 1.0, refrigerat=??
[high that's why we use it, gonna depend on the blend])
- Add specific-heat of water to the pro's list here, maybe also to cons when compared to refrigerant
??
### House Complexity : time 1-2 minutes
A home is made by harmony between many different mechanical and physics driven systems.
- Shell / envelope
- Ventilation / exhaust
- Electrical
- Plumbing / hot water
- HVAC
- and more...
HVAC covers / is the realm of a lot of these systems.
### System Complexity : time 5 minutes
- Show a well designed traditional system here (fresh-air, dehumidification, inverter, etc.).
- we do not want to get rid of moving air, so these will still apply
- talk about things like filtration, safety switches, controls / thermostats, inverter boards.
- We have to design the distribution system.
- Explore the idea of infrastructure vs. the plant here.
- The infrastructure piece will likely have a longer life expectancy (pro)
- More upfront cost design / materials (con)
- glycol in cold climates
- piping systems are fun / works of art (pro/con)
- Inherent mis-trust for things we don't understand / are used to. (big, con?)
### Chiller / Heat Recovery Concepts : time 15 minutes
**The meat and potatoes of the talk, most likely**
- Show cool things that are _unlocked_ with using water.
- ability to dump heat into other sources, such as pools
- ability to incorporate different heat sources (dual fuel, pellets, wood, etc.)
- Introduce the concept of heat-recovery and dhw generation.
- unlocks dehumidification with a high COP
- Puts more eggs in one basket (con)
- can be stacked / redundant (pro)
- Over sizing less of a problem (buffer tank concepts)

BIN
tapes/intro.tap.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

69
tapes/intro.tap.tape Normal file
View File

@@ -0,0 +1,69 @@
# VHS documentation
#
# Output:
# Output <path>.gif Create a GIF output at the given <path>
# Output <path>.mp4 Create an MP4 output at the given <path>
# Output <path>.webm Create a WebM output at the given <path>
#
# Require:
# Require <string> Ensure a program is on the $PATH to proceed
#
# Settings:
# Set FontSize <number> Set the font size of the terminal
# Set FontFamily <string> Set the font family of the terminal
# Set Height <number> Set the height of the terminal
# Set Width <number> Set the width of the terminal
# Set LetterSpacing <float> Set the font letter spacing (tracking)
# Set LineHeight <float> Set the font line height
# Set LoopOffset <float>% Set the starting frame offset for the GIF loop
# Set Theme <json|string> Set the theme of the terminal
# Set Padding <number> Set the padding of the terminal
# Set Framerate <number> Set the framerate of the recording
# Set PlaybackSpeed <float> Set the playback speed of the recording
# Set MarginFill <file|#000000> Set the file or color the margin will be filled with.
# Set Margin <number> Set the size of the margin. Has no effect if MarginFill isn't set.
# Set BorderRadius <number> Set terminal border radius, in pixels.
# Set WindowBar <string> Set window bar type. (one of: Rings, RingsRight, Colorful, ColorfulRight)
# Set WindowBarSize <number> Set window bar size, in pixels. Default is 40.
# Set TypingSpeed <time> Set the typing speed of the terminal. Default is 50ms.
#
# Sleep:
# Sleep <time> Sleep for a set amount of <time> in seconds
#
# Type:
# Type[@<time>] "<characters>" Type <characters> into the terminal with a
# <time> delay between each character
#
# Keys:
# Escape[@<time>] [number] Press the Escape key
# Backspace[@<time>] [number] Press the Backspace key
# Delete[@<time>] [number] Press the Delete key
# Insert[@<time>] [number] Press the Insert key
# Down[@<time>] [number] Press the Down key
# Enter[@<time>] [number] Press the Enter key
# Space[@<time>] [number] Press the Space key
# Tab[@<time>] [number] Press the Tab key
# Left[@<time>] [number] Press the Left Arrow key
# Right[@<time>] [number] Press the Right Arrow key
# Up[@<time>] [number] Press the Up Arrow key
# Down[@<time>] [number] Press the Down Arrow key
# PageUp[@<time>] [number] Press the Page Up key
# PageDown[@<time>] [number] Press the Page Down key
# Ctrl+<key> Press the Control key + <key> (e.g. Ctrl+C)
#
# Display:
# Hide Hide the subsequent commands from the output
# Show Show the subsequent commands in the output
Output tapes/intro.tap.gif
Require echo
Set Shell "bash"
Set FontSize 32
Set Width 1200
Set Height 600
Type "echo 'Welcome to VHS!'" Sleep 500ms Enter
Sleep 5s