Skip to content

Commit

Permalink
Rename some blog posts with a description in the filename/url
Browse files Browse the repository at this point in the history
  • Loading branch information
gchenfc committed Oct 12, 2023
1 parent 420ae93 commit 4393b83
Show file tree
Hide file tree
Showing 20 changed files with 19 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ postType: "tutorial"
description: "An easy way to create DIY custom etched/engraved glass, applied to shot glasses."
date: May 25, 2017
stylesheets: ["/css/blogPost.css", "/css/slideshowGallery2.css"]
redirect_from: "/blog/2017-05-25.html"
---

Sorry, I lied: this is not really a tutorial (yet). I'm writing this in July 2022, years after having originally done this, so I can't remember all the details :(.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ postType: "miniproject"
description: "A fun testing-out of the fold-and-cut theorem: \"that every pattern (plane graph) of straight-line cuts can be made by folding and one complete straight cut.\""
date: Jun. 18, 2017
stylesheets: ["/css/blogPost.css", "/css/slideshowGallery2.css"]
redirect_from: "/blog/2017-06-18.html"
---

I'm writing this in July 2022, years after having originally done this, so I can't remember how or why I stumbled across this, but somehow I came across this "fold-and-cut theorem".
Expand Down
1 change: 1 addition & 0 deletions _blog/2020-01-13.md → _blog/2020-01-13_cheer-me-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ postType: "miniproject"
description: "An Alexa skill to cheer you up using pre-recorded audio messages from loved ones."
date: Jan 13, 2020
redirect_to: "/projects/CheerMeUp"
redirect_from: "/blog/2020-01-13.html"
---
1 change: 1 addition & 0 deletions _blog/2020-05-25.md → _blog/2020-05-25_breaktimer.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ postType: "miniproject"
description: "A Chrome extension to remind you to take breaks."
date: May 25, 2020
redirect_to: "https://github.com/gchenfc/BreakTimer/"
redirect_from: "/blog/2020-05-25.html"
---
1 change: 1 addition & 0 deletions _blog/2022-04-21.md → _blog/2022-04-21_coredumps.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "Segfault Coredumps"
postType: "tutorial"
description: "Instructions on accessing coredumps from c++ segfaults."
date: Apr. 21, 2022
redirect_from: "/blog/2022-04-21.html"
---

<div class="wrap-collapsible">
Expand Down
1 change: 1 addition & 0 deletions _blog/2022-07-04.md → _blog/2022-07-04_geiger-dice.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ postType: 'miniproject'
date: "July 4, 2022"

redirect_to: "/projects/geigerDice"
redirect_from: "/blog/2022-07-04.html"
---
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ postType: "miniproject"
date: July 18, 2022

redirect_to: "/projects/projectorScreen"
redirect_from: "/blog/2022-07-17.html"
---
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: "Airplane Internet Hack?"
postType: "idea"
description: "Can we abuse the \"free IP messaging\" services of many airlines to get rudimentary internet access?"
stylesheets: ["/css/blogPost.css"]
redirect_from: ["/blog/2022-08-22.html", "/blog/2022-08-22-airplane-wifi.html"]
---

<!-- from https://stackoverflow.com/a/42257283/9151520 -->
Expand Down
1 change: 1 addition & 0 deletions _blog/2022-09-16.md → _blog/2022-09-16_loop-graffiti.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ postType: "random"
description: "We collaborated with an artist to paint a sign during the opening ceremony of an art exhibit."
date: Sept 15, 2022
stylesheets: ["/css/blogPost.css", "/css/slideshowGallery2.css"]
redirect_from: "/blog/2022-09-16.html"
---

This will be filled in with a writeup/reflection soon.
Expand Down
1 change: 1 addition & 0 deletions _blog/2022-11-03.md → _blog/2022-11-03_gvu-30th.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ postType: "random"
description: "We created an interactive exhibit where audience members could paint with the graffiti robot."
date: Nov 3, 2022
stylesheets: ["/css/blogPost.css", "/css/slideshowGallery2.css"]
redirect_from: "/blog/2022-11-03.html"
---

For the GVU center's 30th anniversary event, we created an all-day long interactive exhibit for people to paint with the graffiti robot. Audience members draw on an iPad and watch their paintings come to life in real-time!
Expand Down
1 change: 1 addition & 0 deletions _blog/2022-11-04.md → _blog/2022-11-04_food-waste.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ postType: "random"
description: "I created a pie chart of food waste in the US by category."
date: Nov 4, 2022
stylesheets: ["/css/blogPost.css"]
redirect_from: "/blog/2022-11-04.html"
---

I was curious about what contributes most to food waste so I googled it and stumbled upon [this site](https://foodprint.org/issues/the-problem-of-food-waste/). Very frustratingly, the numbers were buried in text and not in percentages, so I just compiled the numbers and put it into a pie chart.
Expand Down
1 change: 1 addition & 0 deletions _blog/2022-11-19.md → _blog/2022-11-19_dice-tester.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ postType: "miniproject"
description: "An automated dice rolling machine to test whether a die is fair or not (1-day build)."
date: Nov 19, 2022
redirect_to: "/projects/fairDiceTester"
redirect_from: "/blog/2022-11-19.html"
---
1 change: 1 addition & 0 deletions _blog/2022-11-29.md → _blog/2022-11-29_plant-volume.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ postType: "random"
description: "I tried measuring ground-truth plant volume using water displacement but it doesn't work very well."
date: Nov 30, 2022
stylesheets: ["/css/blogPost.css", "/css/slideshowGallery2.css"]
redirect_from: "/blog/2022-11-29.html"
---

<img src="https://lh3.googleusercontent.com/tUom-TcMWV5hVHUB5vphuNHG1V2O4P20AbWoubu-d1wuvcqrsURYhkQ2p08FvFA7crgX11kPQ7FuiHzT4SWdQz0HORbPrBjwa5F5TZorrrML6Q_cbPyE08qLMGrEHNeNS-0ZaSYCPtU=w1920-h1080" style="float: right; display: block; margin-top: -5em; max-height: 275px; max-width: min(300px, 40%); aspect-ratio:3024/4032" />
Expand Down
1 change: 1 addition & 0 deletions _blog/2022-12-07.md → _blog/2022-12-07_simkl-lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ postType: "tutorial"
description: "For fun and practice, I decided to add a feed of my most recently watched movies/shows using serverless (\"lambda\") functions."
date: Dec 7, 2022
stylesheets: ["/css/blogPost.css", "/css/simkl_feed.css"]
redirect_from: "/blog/2022-12-07.html"
---

<div class="wrap-collapsible">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ postType: "random"
description: "Arrow's Impossibility theorem states that (colloquially): every possible voting system is bad."
date: Dec 19, 2022
stylesheets: ["/css/blogPost.css"]
redirect_from: "/blog/2022-12-19.html"
---

This post discusses an interesting illustration (based on [Arrow's Impossibility Theorem]) of how difficult policy is. We consider a simple example of how even a single decision may not have an "optimal" solution. Not only is it impossible to "make everyone happy" (that's obvious), but it's not even possible to choose an option which isn't blatantly wrong/unfair.
Expand Down
3 changes: 2 additions & 1 deletion _blog/2023-05-02.md → _blog/2023-05-02_nerf.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ postType: "random"
description: "Procrastinating, I created a NeRF from a video I took about a month ago."
date: May 2, 2023
stylesheets: ["/css/blogPost.css", "style.css"]
redirect_from: "/blog/2023-05-02.html"
---

<style>
Expand Down Expand Up @@ -66,7 +67,7 @@ I had already had some experience with [nerfstudio](https://docs.nerf.studio/en/


<div class="wrap-collapsible">
<input id="troubleshooting" class="toggle" type="checkbox" checked> <!-- delete "checked" to default to unchecked -->
<input id="troubleshooting" class="toggle" type="checkbox"> <!-- delete "checked" to default to unchecked -->
<label for="troubleshooting" class="lbl-toggle h2">Installation Troubleshooting</label>
<div class="collapsible-content">
<div class="content-inner" markdown=1>
Expand Down
1 change: 1 addition & 0 deletions _blog/2023-06-07.md → _blog/2023-06-07_house-buying.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ postType: "random"
description: "Some random thoughts about renting vs buying from a theoretical perspective."
date: Jun 7, 2023
stylesheets: ["/css/blogPost.css", "style.css"]
redirect_from: "/blog/2023-06-07.html"
---

Disclaimer:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ postType: "random"
description: "Explaining some supposedly obvious facts (but not obvious to me) about diversification and leverage using the Kelly Criterion (for sizing a bet)."
date: Oct 3, 2023
stylesheets: ["/css/blogPost.css", "style.css"]
redirect_from: "/blog/2023-10-03.html"
---

<!-- Mathjax Support -->
Expand Down
File renamed without changes.

0 comments on commit 4393b83

Please sign in to comment.