added SFFT
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Conner Chu 2024-08-02 17:10:37 -07:00
parent 74ca61fb0a
commit 82d296383c
11 changed files with 273 additions and 29 deletions

21
content/tidbits/SFFT.md Normal file
View File

@ -0,0 +1,21 @@
+++
title = 'Six Flags Fiesta Texas'
date = 2024-07-16
draft = false
+++
Was in Austin and decided to make the hour drive to San Antonio to visit one of Six Flags' flagship parks on a day with only ~9% of full capacity!
1. Iron Rattler - Two massive drops over a quarry wall make it my new favorite RMC.
2. Wonder Woman - As with SFFM, back seat only, trust!
3. Dr. Diabolical's Cliffhanger - 95 degree drop!?!
4. Joker: Carnival of Chaos - Not as crazy as CraZanity :(
5. Superman: Krypton Coaster - Nice scenery
6. Scream! - Not tall enough...
7. Road Runner Express - Ouch!
8. Goliath
9. Poltergeist - Dizzyyyy
10. Boomerang - First ride of the day!
11. Pandemonium
![Riding IRat!](/img/IR.webp)

View File

@ -6,20 +6,20 @@ draft = false
After going to Six Flags Magic Mountain for the second time today, I wanted to make a quick ranking of all the rides I have ridden there (coasters and flats)!
1. Twisted Colossus: RMC, enough said!
2. X2: Pure chaos.
3. Wonder Woman: Back seat only, trust me!
4. Tatsu: A secret line and a pretzel...
5. Drop of Doom: Are we still falling???
6. CraZanity: I think I'm upside down
7. Viper: 5.21 Gs !?!
8. Full Throttle: Pew
1. Twisted Colossus - RMC, enough said!
2. X2 - Pure chaos.
3. Wonder Woman - Back seat only, trust me!
4. Tatsu - A secret line and a pretzel...
5. Drop of Doom - Are we still falling???
6. CraZanity - I think I'm upside down
7. Viper - 5.21 Gs !?!
8. Full Throttle - Pew
9. Scream!
10. Batman The Ride
11. West Coast Racers
12. The Riddler's Revenge: Ow, my calves!
13. Apocalypse: Ow, my ears!
14. New Revolution: Night time ride ftw
12. The Riddler's Revenge - Ow, my calves!
13. Apocalypse - Ow, my ears!
14. New Revolution - Night time ride ftw
15. Gold Rusher
![JPro and I on X2](/img/X2.webp)

BIN
public/img/IR.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 924 KiB

View File

@ -37,12 +37,19 @@
<guid>http://localhost:1313/resume/</guid>
<description>It appears you don&#39;t have a PDF plugin for this browser. No biggie... you can click here to download the PDF file.</description>
</item>
<item>
<title>Six Flags Fiesta Texas</title>
<link>http://localhost:1313/tidbits/sfft/</link>
<pubDate>Tue, 16 Jul 2024 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tidbits/sfft/</guid>
<description>Was in Austin and decided to make the hour drive to San Antonio to visit one of Six Flags&amp;rsquo; flagship parks on a day with only ~9% of full capacity!&#xA;Iron Rattler - Two massive drops over a quarry wall make it my new favorite RMC. Wonder Woman - As with SFFM, back seat only, trust! Dr. Diabolical&amp;rsquo;s Cliffhanger - 95 degree drop!?! Joker: Carnival of Chaos - Not as crazy as CraZanity :( Superman: Krypton Coaster - Nice scenery Scream!</description>
</item>
<item>
<title>Six Flags Magic Mountain</title>
<link>http://localhost:1313/tidbits/sfmm/</link>
<pubDate>Fri, 15 Dec 2023 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tidbits/sfmm/</guid>
<description>After going to Six Flags Magic Mountain for the second time today, I wanted to make a quick ranking of all the rides I have ridden there (coasters and flats)!&#xA;Twisted Colossus: RMC, enough said! X2: Pure chaos. Wonder Woman: Back seat only, trust me! Tatsu: A secret line and a pretzel&amp;hellip; Drop of Doom: Are we still falling??? CraZanity: I think I&amp;rsquo;m upside down Viper: 5.21 Gs !?! Full Throttle: Pew Scream!</description>
<description>After going to Six Flags Magic Mountain for the second time today, I wanted to make a quick ranking of all the rides I have ridden there (coasters and flats)!&#xA;Twisted Colossus - RMC, enough said! X2 - Pure chaos. Wonder Woman - Back seat only, trust me! Tatsu - A secret line and a pretzel&amp;hellip; Drop of Doom - Are we still falling??? CraZanity - I think I&amp;rsquo;m upside down Viper - 5.</description>
</item>
<item>
<title>Earbuds and Airplane Toilets</title>

View File

@ -1,7 +1,7 @@
{
"version": 3,
"file": "main.css",
"sourceRoot": "/home/cchuster/connerchu.com",
"sourceRoot": "/home/cchuster/Personal Projects/connerchu.com",
"sources": [
"themes/hello-friend-ng/assets/scss/main.scss",
"themes/hello-friend-ng/assets/scss/_normalize.scss",

View File

@ -22,6 +22,9 @@
</url><url>
<loc>http://localhost:1313/resume/</loc>
<lastmod>2024-07-26T00:00:00+00:00</lastmod>
</url><url>
<loc>http://localhost:1313/tidbits/sfft/</loc>
<lastmod>2024-07-16T00:00:00+00:00</lastmod>
</url><url>
<loc>http://localhost:1313/tidbits/sfmm/</loc>
<lastmod>2023-12-15T00:00:00+00:00</lastmod>

View File

@ -130,6 +130,17 @@
</a>
</li>
<li class="post-item">
<a href="http://localhost:1313/tidbits/sfft/" class="post-item-inner">
<span class="post-title">Six Flags Fiesta Texas</span>
<span class="post-day">
Jul 16
</span>
</a>
</li>
</ul>
</div>

View File

@ -16,12 +16,19 @@
<guid>http://localhost:1313/tidbits/svd/</guid>
<description>Singular Value Decomposition (SVD) is probably one of the coolest concepts in mathematics I have learned so far. Seen by many as the grand finale of an introductory linear algebra course, SVD combines many pervasive topics seen throughout physics and applied math, including eigenvalues/eigenvectors and unitary matrices. Although SVD was not covered in my introductory mathematical physics course, I tried my best to develop a basic understanding of this factorization tool so that I could comfortably use it when decomposing transient absorption data in my work at the Leone Group.</description>
</item>
<item>
<title>Six Flags Fiesta Texas</title>
<link>http://localhost:1313/tidbits/sfft/</link>
<pubDate>Tue, 16 Jul 2024 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tidbits/sfft/</guid>
<description>Was in Austin and decided to make the hour drive to San Antonio to visit one of Six Flags&amp;rsquo; flagship parks on a day with only ~9% of full capacity!&#xA;Iron Rattler - Two massive drops over a quarry wall make it my new favorite RMC. Wonder Woman - As with SFFM, back seat only, trust! Dr. Diabolical&amp;rsquo;s Cliffhanger - 95 degree drop!?! Joker: Carnival of Chaos - Not as crazy as CraZanity :( Superman: Krypton Coaster - Nice scenery Scream!</description>
</item>
<item>
<title>Six Flags Magic Mountain</title>
<link>http://localhost:1313/tidbits/sfmm/</link>
<pubDate>Fri, 15 Dec 2023 00:00:00 +0000</pubDate>
<guid>http://localhost:1313/tidbits/sfmm/</guid>
<description>After going to Six Flags Magic Mountain for the second time today, I wanted to make a quick ranking of all the rides I have ridden there (coasters and flats)!&#xA;Twisted Colossus: RMC, enough said! X2: Pure chaos. Wonder Woman: Back seat only, trust me! Tatsu: A secret line and a pretzel&amp;hellip; Drop of Doom: Are we still falling??? CraZanity: I think I&amp;rsquo;m upside down Viper: 5.21 Gs !?! Full Throttle: Pew Scream!</description>
<description>After going to Six Flags Magic Mountain for the second time today, I wanted to make a quick ranking of all the rides I have ridden there (coasters and flats)!&#xA;Twisted Colossus - RMC, enough said! X2 - Pure chaos. Wonder Woman - Back seat only, trust me! Tatsu - A secret line and a pretzel&amp;hellip; Drop of Doom - Are we still falling??? CraZanity - I think I&amp;rsquo;m upside down Viper - 5.</description>
</item>
<item>
<title>Earbuds and Airplane Toilets</title>

View File

@ -0,0 +1,195 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="">
<meta name="description" content="Was in Austin and decided to make the hour drive to San Antonio to visit one of Six Flags&amp;rsquo; flagship parks on a day with only ~9% of full capacity!
Iron Rattler - Two massive drops over a quarry wall make it my new favorite RMC. Wonder Woman - As with SFFM, back seat only, trust! Dr. Diabolical&amp;rsquo;s Cliffhanger - 95 degree drop!?! Joker: Carnival of Chaos - Not as crazy as CraZanity :( Superman: Krypton Coaster - Nice scenery Scream!" />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<meta name="theme-color" content="" />
<link rel="canonical" href="http://localhost:1313/tidbits/sfft/" />
<title>
Six Flags Fiesta Texas :: Conner Chu
</title>
<link rel="stylesheet" href="/main.27e3622a96ea2e0f6e79defc47d8cf8e459fb29b39378b1118b2e9a8e72ef0eb.css" integrity="sha256-J&#43;NiKpbqLg9ued78R9jPjkWfsps5N4sRGLLpqOcu8Os=">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="">
<link rel="shortcut icon" href="/favicon.ico">
<meta name="msapplication-TileColor" content="">
<meta itemprop="name" content="Six Flags Fiesta Texas">
<meta itemprop="description" content="Was in Austin and decided to make the hour drive to San Antonio to visit one of Six Flags flagship parks on a day with only ~9% of full capacity!
Iron Rattler - Two massive drops over a quarry wall make it my new favorite RMC. Wonder Woman - As with SFFM, back seat only, trust! Dr. Diabolicals Cliffhanger - 95 degree drop!?! Joker: Carnival of Chaos - Not as crazy as CraZanity :( Superman: Krypton Coaster - Nice scenery Scream!">
<meta itemprop="datePublished" content="2024-07-16T00:00:00+00:00">
<meta itemprop="dateModified" content="2024-07-16T00:00:00+00:00">
<meta itemprop="wordCount" content="102">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Six Flags Fiesta Texas">
<meta name="twitter:description" content="Was in Austin and decided to make the hour drive to San Antonio to visit one of Six Flags flagship parks on a day with only ~9% of full capacity!
Iron Rattler - Two massive drops over a quarry wall make it my new favorite RMC. Wonder Woman - As with SFFM, back seat only, trust! Dr. Diabolicals Cliffhanger - 95 degree drop!?! Joker: Carnival of Chaos - Not as crazy as CraZanity :( Superman: Krypton Coaster - Nice scenery Scream!">
<meta property="article:published_time" content="2024-07-16 00:00:00 &#43;0000 UTC" />
</head>
<body>
<div class="container">
<header class="header">
<span class="header__inner">
<a href="/" style="text-decoration: none;">
<div class="logo">
<span class="logo__mark"> </span>
<span class="logo__text ">
Home</span>
<span class="logo__cursor" style=
"visibility:hidden;
">
</span>
</div>
</a>
<span class="header__right">
<nav class="menu">
<ul class="menu__inner"><li><a href="/resume/">Resume</a></li><li><a href="/research/">Research</a></li><li><a href="/tidbits/">Tidbits</a></li><li><a href="/photography/">Photography</a></li>
</ul>
</nav>
<span class="menu-trigger">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M0 0h24v24H0z" fill="none"/>
<path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"/>
</svg>
</span>
</span>
</span>
</header>
<div class="content">
<main class="post">
<div class="post-info">
</p>
</div>
<article>
<h2 class="post-title"><a href="http://localhost:1313/tidbits/sfft/">Six Flags Fiesta Texas</a></h2>
<div class="post-content">
<p>Was in Austin and decided to make the hour drive to San Antonio to visit one of Six Flags&rsquo; flagship parks on a day with only ~9% of full capacity!</p>
<ol>
<li>Iron Rattler - Two massive drops over a quarry wall make it my new favorite RMC.</li>
<li>Wonder Woman - As with SFFM, back seat only, trust!</li>
<li>Dr. Diabolical&rsquo;s Cliffhanger - 95 degree drop!?!</li>
<li>Joker: Carnival of Chaos - Not as crazy as CraZanity :(</li>
<li>Superman: Krypton Coaster - Nice scenery</li>
<li>Scream! - Not tall enough&hellip;</li>
<li>Road Runner Express - Ouch!</li>
<li>Goliath</li>
<li>Poltergeist - Dizzyyyy</li>
<li>Boomerang - First ride of the day!</li>
<li>Pandemonium</li>
</ol>
<p><img src="/img/IR.webp" alt="Riding IRat!"></p>
</div>
</article>
<hr />
<div class="post-info">
</div>
</main>
</div>
<footer class="footer">
<div class="footer__inner">
<div class="footer__content">
<span>&copy Copyright 2024</span>
</div>
</div>
<div class="footer__inner">
<div class="footer__content">
<span>Powered by Hugo and Djordje</span>
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="/bundle.min.e89fda0f29b95d33f6f4224dd9e5cf69d84aff3818be2b0d73e731689cc374261b016d17d46f8381962fb4a1577ba3017b1f23509d894f6e66431f988c00889e.js" integrity="sha512-6J/aDym5XTP29CJN2eXPadhK/zgYvisNc&#43;cxaJzDdCYbAW0X1G&#43;DgZYvtKFXe6MBex8jUJ2JT25mQx&#43;YjACIng=="></script>
</body>
</html>

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="">
<meta name="description" content="After going to Six Flags Magic Mountain for the second time today, I wanted to make a quick ranking of all the rides I have ridden there (coasters and flats)!
Twisted Colossus: RMC, enough said! X2: Pure chaos. Wonder Woman: Back seat only, trust me! Tatsu: A secret line and a pretzel&amp;hellip; Drop of Doom: Are we still falling??? CraZanity: I think I&amp;rsquo;m upside down Viper: 5.21 Gs !?! Full Throttle: Pew Scream!" />
Twisted Colossus - RMC, enough said! X2 - Pure chaos. Wonder Woman - Back seat only, trust me! Tatsu - A secret line and a pretzel&amp;hellip; Drop of Doom - Are we still falling??? CraZanity - I think I&amp;rsquo;m upside down Viper - 5." />
<meta name="keywords" content="" />
<meta name="robots" content="noodp" />
<meta name="theme-color" content="" />
@ -39,15 +39,15 @@ Twisted Colossus: RMC, enough said! X2: Pure chaos. Wonder Woman: Back seat only
<meta itemprop="name" content="Six Flags Magic Mountain">
<meta itemprop="description" content="After going to Six Flags Magic Mountain for the second time today, I wanted to make a quick ranking of all the rides I have ridden there (coasters and flats)!
Twisted Colossus: RMC, enough said! X2: Pure chaos. Wonder Woman: Back seat only, trust me! Tatsu: A secret line and a pretzel… Drop of Doom: Are we still falling??? CraZanity: I think Im upside down Viper: 5.21 Gs !?! Full Throttle: Pew Scream!">
Twisted Colossus - RMC, enough said! X2 - Pure chaos. Wonder Woman - Back seat only, trust me! Tatsu - A secret line and a pretzel… Drop of Doom - Are we still falling??? CraZanity - I think Im upside down Viper - 5.">
<meta itemprop="datePublished" content="2023-12-15T00:00:00+00:00">
<meta itemprop="dateModified" content="2023-12-15T00:00:00+00:00">
<meta itemprop="wordCount" content="97">
<meta itemprop="wordCount" content="108">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Six Flags Magic Mountain">
<meta name="twitter:description" content="After going to Six Flags Magic Mountain for the second time today, I wanted to make a quick ranking of all the rides I have ridden there (coasters and flats)!
Twisted Colossus: RMC, enough said! X2: Pure chaos. Wonder Woman: Back seat only, trust me! Tatsu: A secret line and a pretzel… Drop of Doom: Are we still falling??? CraZanity: I think Im upside down Viper: 5.21 Gs !?! Full Throttle: Pew Scream!">
Twisted Colossus - RMC, enough said! X2 - Pure chaos. Wonder Woman - Back seat only, trust me! Tatsu - A secret line and a pretzel… Drop of Doom - Are we still falling??? CraZanity - I think Im upside down Viper - 5.">
@ -130,20 +130,20 @@ Twisted Colossus: RMC, enough said! X2: Pure chaos. Wonder Woman: Back seat only
<div class="post-content">
<p>After going to Six Flags Magic Mountain for the second time today, I wanted to make a quick ranking of all the rides I have ridden there (coasters and flats)!</p>
<ol>
<li>Twisted Colossus: RMC, enough said!</li>
<li>X2: Pure chaos.</li>
<li>Wonder Woman: Back seat only, trust me!</li>
<li>Tatsu: A secret line and a pretzel&hellip;</li>
<li>Drop of Doom: Are we still falling???</li>
<li>CraZanity: I think I&rsquo;m upside down</li>
<li>Viper: 5.21 Gs !?!</li>
<li>Full Throttle: Pew</li>
<li>Twisted Colossus - RMC, enough said!</li>
<li>X2 - Pure chaos.</li>
<li>Wonder Woman - Back seat only, trust me!</li>
<li>Tatsu - A secret line and a pretzel&hellip;</li>
<li>Drop of Doom - Are we still falling???</li>
<li>CraZanity - I think I&rsquo;m upside down</li>
<li>Viper - 5.21 Gs !?!</li>
<li>Full Throttle - Pew</li>
<li>Scream!</li>
<li>Batman The Ride</li>
<li>West Coast Racers</li>
<li>The Riddler&rsquo;s Revenge: Ow, my calves!</li>
<li>Apocalypse: Ow, my ears!</li>
<li>New Revolution: Night time ride ftw</li>
<li>The Riddler&rsquo;s Revenge - Ow, my calves!</li>
<li>Apocalypse - Ow, my ears!</li>
<li>New Revolution - Night time ride ftw</li>
<li>Gold Rusher</li>
</ol>
<p><img src="/img/X2.webp" alt="JPro and I on X2"></p>

BIN
static/img/IR.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 924 KiB