This commit is contained in:
2026-07-20 10:51:37 -05:00
parent 8f344ea37e
commit 2529b748ed
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ const description =
aria-label="Show another motto" aria-label="Show another motto"
data-motto-play data-motto-play
> >
Stay humble enough to learn, and confident enough to build. I can explain BGP, but neither of us will enjoy it.
</button> </button>
</aside> </aside>
+4 -4
View File
@@ -1,8 +1,8 @@
const mottos = [ const mottos = [
"Stay humble enough to learn, and confident enough to build.", "I can explain BGP, but neither of us will enjoy it.",
"Make it work. Then make it quiet.", "It was DNS. Everyone take a drink.",
"Good systems leave room for people.", "The server is not haunted. I checked twice.",
"Read the logs before blaming the network.", "My favorite alert is the one that fixes itself before I get up.",
]; ];
const glyphs = "01#@$%&*+<>/\\"; const glyphs = "01#@$%&*+<>/\\";