diff --git a/_posts/2018-07-15-awesome.md b/_posts/2018-07-15-awesome.md
index 8e3fb64..4a1da72 100644
--- a/_posts/2018-07-15-awesome.md
+++ b/_posts/2018-07-15-awesome.md
@@ -60,6 +60,9 @@ so I can add it in.
- [SwIPC](https://github.com/reswitched/swipc) - IPC code and documentation generator. Auto-generated from [swipc-gen](https://github.com/roblabla/swipc-gen).
- [ilia](https://github.com/misson20000/ilia) - An IPC Logger for the switch, so you can spy on all the IPC calls.
+## Patches
+- [ehci_patch.py](https://gist.github.com/DavidBuchanan314/41b12362cc4d8c539dc441d75155f2e9) - Patches the ehci kernel module at runtime to allow fusee-launcher to work.
+
## Homebrew Launchers
- [twili](https://github.com/misson20000/twili) - A launcher with debugging facilities.
diff --git a/discord.md b/discord.md
index 5483a1d..87f8922 100644
--- a/discord.md
+++ b/discord.md
@@ -72,6 +72,7 @@ Channels that no longer serve a purpose. Read-only.
## Rules
Our Discord maintains a set of rules and guidelines that users are expected to follow. Not following these rules may result in moderator action.
+These rules are enforced in spirit, not in letter. Trying to bend these rules will be treated as breaking them.
1. Read all the rules before participating in chat. Not reading the rules is not an excuse for breaking them.
- It's suggested that you read channel topics and pins before asking questions as well, as some questions may have already been answered in those.
diff --git a/faq.md b/faq.md
index b3e426d..ea895a6 100644
--- a/faq.md
+++ b/faq.md
@@ -26,6 +26,8 @@ All of our current hax require user interaction; that is, they are not "coldboot
The Switch provides extremely detailed telemetry to Nintendo. In particular, crashes and their requisite error codes are uploaded to Nintendo; lots of homebrew use custom error codes when crashing, and these being uploaded to Nintendo could definitely get you banned. If you are an end user who cares about online access, it is not recommended to run custom firmware at this time. The Switch's telemetry has not been entirely disabled even though the Error Collection sysmodule is not launched on currently available custom firmwares.
+Especially don't go online if you have installed custom titles (warez NSPs) to your system menu.
+
## Does ReSwitched accept donations?
ReSwitched is **NOT** accepting donations at this time. Anyone claiming otherwise is an impersonator/fraud and should be reported to us on our Discord.
@@ -38,6 +40,14 @@ This is extremely unlikely due to a very secure cryptographic design for the car
While there's no immediate way to guarantee yes or no, if said exploit *does* work on the Switch, it's likely you'll hear about it very quickly, as many groups and individuals are sure to test it on the Switch as soon as they hear about it. Given this, if you haven't heard anything about it working, it's unlikely it does.
+## What is the difference between fusée and fusée-gelée?
+
+Fusée-Gelée is the name of an exploit in the bootrom of the Nintendo Switch. The name means "frozen rocket". The exploit is also known as ShofEL2. A detailed write-up is avaialble at . Fusée is the name of Atmosphére's bootloader.
+
+## What are the different types of NSP files?
+
+There are essentially two ways NSPs are used in the scene. The first being an exploit for the "nspwn" bug. This is a bug in FS which allows you to give an NSP the same contents as an exefs normally would have inside an NCA, but with the NSP alone as it's own file, without the NPDM/binary being verified. This is how hbl was initially implemented. This is different than the current piracy/homebrew-on-home-menu methods, where the NSP is just used as a container for install-time, much like a zip file would normally be used, and they simply contain NCAs to be installed. Atmosphere uses the former type, so no you cannot replace this NSP with a piracy/homebrew-on-home-menu NSP.
+
## Questions about Nintendo Switch Internals
Adapted from the now-defunct #vvv-faq channel on our Discord, thanks to @sirocyl for writing this portion of the FAQ!
@@ -81,3 +91,7 @@ Adapted from the now-defunct #vvv-faq channel on our