Convert old HTML fun content to markdown as well

This commit is contained in:
Anthony Wang 2021-10-13 21:56:09 -05:00
parent 85b44c0f9f
commit e010493b54
Signed by: a
GPG key ID: BC96B00AEC5F2D76
11 changed files with 138 additions and 359 deletions

View file

@ -1,22 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>About</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<h2>About</h2>
<br>
<p>
Hello! I am a programming / math / science / ML / free software / Linux / emulation / hardware / hacking / homebrew / cryptography / Lego / origami / physics enthusiast.
</p>
<br>
<p>
You can find all my source code on <a href="https://github.com/Ta180m/ta180m.github.io">GitHub</a>. All HTML and CSS was hand-written with ❤️.
</p>
<br>
</div>
</body>
</html>

View file

@ -1,31 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Skills</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<h2>Skills</h2>
<h3>Advanced experience</h3>
<p>
C++, Python, Git, Linux (specifically Arch Linux and Ubuntu)
</p>
<br>
<h3>Some experience</h3>
<p>
C, Java, Bash, LaTeX, Docker, QEMU/KVM, HTML, CSS, Windows, SageMath, nginx
</p>
<br>
<h3>I've used it a few times</h3>
<p>
Lua, Common Lisp, Haskell, Rust, Go, Julia, C#, JavaScript, TypeScript, PHP, Perl, R, Ruby, Android, macOS, Mathematica, Maple, TensorFlow, CUDA, Heroku, Vercel, Azure, SQL
</p>
<br>
</div>
</body>
</html>

View file

@ -5,6 +5,9 @@ type: page
- [Books](books)
- [Dodecahedra](dodecahedra)
- [Games](games)
- [Software](software)

33
content/fun/books.md Normal file
View file

@ -0,0 +1,33 @@
---
title: "Books I Like"
type: page
---
### Origami and Math - John Montroll
My favorite origami book.
### 1984 - George Orwell
The book that Amazon erased from people's Kindles...
### What If? - Randall Munroe
The What If? blog but as a book.
### The Elements - Theodore Gray
Lovely periodic table book with large beautiful pictures.
### Lies My Teacher Told Me - James Loewen
Everything your history class got wrong.
### Enlightenment Now - Stephen Pinker
Supposedly Bill Gates's favorite book of all time.
### The Code Book - Simon Singh
A very accessible book about cryptography.

View file

@ -1,69 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Books</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<h2>Books I like</h2>
<p>
<b>Origami and Math - John Montroll</b>
</p>
<p>
My favorite origami book.
</p>
<br>
<p>
<b>1984 - George Orwell</b>
</p>
<p>
The book that Amazon erased from people's Kindles...
</p>
<br>
<p>
<b>What If? - Randall Munroe</b>
</p>
<p>
The What If? blog but as a book.
</p>
<br>
<p>
<b>The Elements - Theodore Gray</b>
</p>
<p>
Periodic table book with large beautiful pictures.
</p>
<br>
<p>
<b>Lies My Teacher Told Me - James Loewen</b>
</p>
<p>
Everything your history class got wrong.
</p>
<br>
<p>
<b>Catch-22</b>
</p>
<p>
A hilarious satirical book.
</p>
<br>
<p>
<b>Enlightenment Now - Stephen Pinker</b>
</p>
<p>
Supposedly Bill Gates's favorite book of all time.
</p>
<br>
<p>
<b>The Code Book - Simon Singh</b>
</p>
<p>
A very accessible book about cryptography.
</p>
<br>
</div>
</body>
</html>

61
content/fun/games.md Normal file
View file

@ -0,0 +1,61 @@
---
title: "Games I Like"
type: page
---
### Super Mario 64 (10/10)
Has a vibrant [speedrunning](https://www.youtube.com/watch?v=iUt840BUOYA), [modding](https://gamebanana.com/mods/284283), and [analyst](https://www.youtube.com/user/pannenkoek2012) community.
### Baba Is You (9/10)
Awesome puzzle game that broke my brain.
### The Legend of Zelda: Majora's Mask (9/10)
A game that's very scary yet not scary at the same time. Speaking of Zelda games, this one, Ocarina of Time, Wind Waker, and a Link to the Past are the only good ones. Everything else is kind of meh. (Yes, including the "critically acclaimed" Breath of the Wild) Also, I hate the supposedly canon timeline.
### Minecraft (9/10)
The game that peaked in 2012 and gets worse with every new update. [exozyme](https://exozy.me/) intermittently runs a server. [PKGBUILD for Arch Linux.](https://github.com/Ta180m/multimc5-offline)
### SuperTuxKart (8/10)
Really nice free and open-source racing game with lots of addons with local and online multiplayer. Dashie the Cyber Bunny is the best character! Graphics are kind of meh.
### Kerbal Space Program (8/10)
You really can have fun building rockets and learn a lot about physics and orbital dynamics at the same time! The physics could be more accurate though.
### BeamNG.drive (8/10)
Driving simulator with terrible controls but amazing crashes.
### Super Mario Maker 2 (8/10)
Great game you can use to build binary computers. Best enjoyed in an emulator.
### Mother 3 (8/10)
One of the best RPGs out there. As always, the battle system kind of sucks. Also, there's animal abuse.
### Wii Sports (8/10)
Sports game that anyone can play.
### Hedgewars (7/10)
Hilarious multiplayer battle game with too many weapons.
### The Powder Toy (7/10)
Great sandbox game, a bit like Minecraft but better in some ways. Open source! There's even a RetroArch core available for it.
### FlightGear (7/10)
Really, really hard but ultra-realistic flight simulator game. Just try landing any plane. Open source too!
### osu!lazer (6/10)
Open source anime rhythm game that I suck at. For Linux users, make sure PulseAudio (or Pipewire) is managing ALSA, or sound may not work and you'll have a bad time like I did.

View file

@ -1,103 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Games</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<h2>Games I like</h2>
<p>
<b>Super Mario 64 (10/10)</b>
</p>
<p>
Has a vibrant <a href="https://www.youtube.com/watch?v=iUt840BUOYA">speedrunning</a>, <a href="https://gamebanana.com/mods/284283">modding</a>, and <a href="https://www.youtube.com/user/pannenkoek2012">analyst</a> community.
</p>
<br>
<p>
<b>Baba Is You (9/10)</b>
</p>
<p>
Awesome puzzle game that broke my brain.
</p>
<br>
<p>
<b>The Legend of Zelda: Majora's Mask (9/10)</b>
</p>
<p>
A game that's very scary yet not scary at the same time. Speaking of Zelda games, this one, Ocarina of Time, Wind Waker, and a Link to the Past are the only good ones. Everything else is kind of meh. (Yes, including the "critically acclaimed" Breath of the Wild) Also, I hate the supposedly canon timeline.
</p>
<br>
<p>
<b>Minecraft (9/10)</b>
</p>
<p>
The game that peaked in 2012 and gets worse with every new update. <a href="https://exozy.me/">exozyme</a> intermittently runs a server. </a><a href="https://github.com/Ta180m/multimc5-offline">PKGBUILD for Arch Linux.</a>
</p>
<br>
<p>
<b>SuperTuxKart (8/10)</b>
</p>
<p>
Really nice free and open-source racing game with lots of addons with local and online multiplayer. Dashie the Cyber Bunny is the best character! Graphics are kind of meh.
</p>
<br>
<p>
<b>Kerbal Space Program (8/10)</b>
</p>
You really can have fun building rockets and learn a lot about physics and orbital dynamics at the same time! The physics could be more accurate though.
<p>
<br>
<p>
<b>Super Mario Maker 2 (8/10)</b>
</p>
<p>
Great game you can use to build binary computers. Best enjoyed in an emulator.
</p>
<br>
<p>
<b>Mother 3 (8/10)</b>
</p>
<p>
One of the best RPGs out there. As always, the battle system kind of sucks. Also, there's animal abuse.
</p>
<br>
<p>
<b>Wii Sports (8/10)</b>
</p>
<p>
Sports game that anyone can play.
</p>
<br>
<p>
<b>Hedgewars (7/10)</b>
</p>
<p>
Hilarious multiplayer battle game with too many weapons.
</p>
<br>
<p>
<b>The Powder Toy (7/10)</b>
</p>
<p>
Great sandbox game, a bit like Minecraft but better in some ways. Open source! There's even a RetroArch core available for it.
</p>
<br>
<p>
<b>FlightGear (7/10)</b>
</p>
<p>
Really, really hard but ultra-realistic flight simulator game. Just try landing any plane. Open source too!
</p>
<br>
<p>
<b>osu!lazer (6/10)</b>
</p>
<p>
Open source <span style="text-decoration:line-through;">anime</span> rhythm game that I suck at. For Linux users, make sure PulseAudio (or Pipewire) is managing ALSA, or sound may not work and you'll have a bad time like I did.
</p>
<br>
</div>
</body>
</html>

View file

@ -1,52 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Hate</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<h2>A semi-serious humorous list of things I hate</h2>
<br>
<pre>
Bananas
CRLF
UTF-16
The name of the letter W
Loading screens
US customary units
The metric system (not as much as customary units)
Time zones
AM and PM
systemd haters
Burritos
DOCX
Electron framework
The fact that the USACO website doesn't use HTTPS
OpenLDAP
Manjaro
iOS jailbreaking
People with lists of things they hate
Nvidia drivers
Blender propoganda on exotube
Western Sahara
All the people who have exozyme accounts but haven't ever logged in
Drawing blood
Weebs
Being accused of being a weeb
Cryptocurrencies
The Discord TOS
Phones with more than two cameras
X11
Ubuntu haters
Standalone window managers
The length of copyright in the US
MIT License
GitHub Desktop
Swimming
</pre>
<br>
</div>
</body>
</html>

39
content/fun/software.md Normal file
View file

@ -0,0 +1,39 @@
---
title: "Software I Use"
type: page
---
- **Operating System**: [Arch Linux](/blog/2021/02/14/i-btw-use-arch.html)
- **Desktop environment**: [KDE Plasma](https://www.dedoimedo.com/computers/plasma-desktop-awesome.html)
- **Shell**: Fish, Bash
- **Terminal**: Konsole, Yakuake
- **File manager**: Dolphin
- **Web browser**: Firefox, Chromium
- **Text editor**: Kate, [Vim](https://git.exozy.me/Ta180m/dotfiles/src/branch/main/.vimrc)
- **IDE**: [Code - OSS](https://stackoverflow.com/questions/53867739/differences-between-code-oss-and-visual-studio-code)
- **Office**: LibreOffice, [Nextcloud](https://cloud.exozy.me/Nextcloud)
- **Mail client**: Thunderbird, [Nextcloud Mail](https://cloud.exozy.me/apps/mail/)
- **Notes**: Xournal++, [Nextcloud Notes](https://cloud.exozy.me/apps/notes/)
- **Chat**: [Element](https://cloud.exozy.me/apps/riotchat/)
- **Cloud storage**: [Nextcloud Files](https://cloud.exozy.me/apps/files/)
- **Music**: [Jellyfin](https://media.exozy.me/)
- **Video and streaming**: OBS Studio and [PeerTube](https://tube.exozy.me/)
- **Virtualization**: [QEMU/KVM](/blog/2021/01/07/fun-with-qemu-kvm-2.html)
- **Gaming**: RetroArch, [MultiMC5 Offline](https://github.com/Ponywka/MultiMC5-with-offline)

View file

@ -1,82 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>Software</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div>
<br>
<h2>Software I use</h2>
<br>
<p>
<b>Operating System</b>: <a href="/blog/2021/02/14/i-btw-use-arch.html">Arch Linux</a>
</p>
<br>
<p>
<b>Desktop environment</b>: <a href="https://www.dedoimedo.com/computers/plasma-desktop-awesome.html">KDE Plasma</a>
</p>
<br>
<p>
<b>Shell</b>: Fish, Bash
</p>
<br>
<p>
<b>Terminal</b>: Konsole, Yakuake
</p>
<br>
<p>
<b>File manager</b>: Dolphin
</p>
<br>
<p>
<b>Web browser</b>: Firefox, Chromium
</p>
<br>
<p>
<b>Text editor</b>: Kate, <a href="https://git.exozy.me/Ta180m/dotfiles/src/branch/main/.vimrc">Vim</a>
</p>
<br>
<p>
<b>IDE</b>: <a href="https://stackoverflow.com/questions/53867739/differences-between-code-oss-and-visual-studio-code">Code - OSS</a>
</p>
<br>
<p>
<b>Office</b>: LibreOffice, <a href="https://cloud.exozy.me/Nextcloud">Nextcloud</a>
</p>
<br>
<p>
<b>Mail client</b>: Thunderbird, <a href="https://cloud.exozy.me/apps/mail/">Nextcloud Mail</a>
</p>
<br>
<p>
<b>Notes</b>: Xournal++, <a href="https://cloud.exozy.me/apps/notes/">Nextcloud Notes</a>
</p>
<br>
<p>
<b>Chat</b>: <a href="https://cloud.exozy.me/apps/riotchat/">Element</a>
</p>
<br>
<p>
<b>Cloud storage</b>: <a href="https://cloud.exozy.me/apps/files/">Nextcloud Files</a>
</p>
<br>
<p>
<b>Music</b>: <a href="https://media.exozy.me/">Jellyfin</a>
</p>
<br>
<p>
<b>Video and streaming</b>: OBS Studio and <a href="https://tube.exozy.me/">PeerTube</a>
</p>
<br>
<p>
<b>Virtualization</b>: <a href="/blog/2021/01/07/fun-with-qemu-kvm-2.html">QEMU/KVM</a>
</p>
<br>
<p>
<b>Gaming</b>: RetroArch, <a href="https://github.com/Ponywka/MultiMC5-with-offline">MultiMC5 Offline</a>
</p>
<br>
</div>
</body>
</html>

View file

@ -5,5 +5,7 @@ type: page
- [exozyme](https://exozy.me)
- [Ladue Computer Science](https://laduecs.github.io/)
- [Competitive Programming](competitive-programming)