<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Austin Gebauer</title><link>https://austingebauer.com/</link><description>Recent content on Austin Gebauer</description><generator>Hugo</generator><language>en-us</language><copyright>&amp;copy; Copyright 2026, Austin Gebauer</copyright><lastBuildDate>Sat, 09 Nov 2024 00:00:00 +0000</lastBuildDate><atom:link href="https://austingebauer.com/index.xml" rel="self" type="application/rss+xml"/><item><title>The books I've read each year</title><link>https://austingebauer.com/post/books/</link><pubDate>Sat, 09 Nov 2024 00:00:00 +0000</pubDate><guid>https://austingebauer.com/post/books/</guid><description>&lt;p>Short takeaways from books I&amp;rsquo;ve read over the years. I think distillation of information is an important
mental muscle to keep strong. So I promise to always write these myself (sorry, chatgpt).&lt;/p>
&lt;h4 id="2024">2024&lt;/h4>
&lt;h5 id="the-last-questionhttpsusersececmuedugamvrosithelastqhtml-small-classtext-mutedisaac-asimovsmall">&lt;a href="https://users.ece.cmu.edu/~gamvrosi/thelastq.html">The Last Question&lt;/a> &lt;small class="text-muted">Isaac Asimov&lt;/small>&lt;/h5>
&lt;p>I&amp;rsquo;ve been a sci-fi film fan since I was young. My grandfather&amp;rsquo;s VHS collection included &lt;em>Predator&lt;/em>, &lt;em>Terminator&lt;/em>,
and &lt;em>Alien&lt;/em>. One of my favorite memories was watching these when staying over at his house. &lt;em>The Last Question&lt;/em>
is the first sci-fi reading I&amp;rsquo;ve done. It&amp;rsquo;s a short-yet-powerful story about the creation of the universe. Without
spoiling too much, the participants in the story ask an AI system (called Multivac) how to reverse entropy. The
story reveals what is the final boss on the path towards AGI (i.e., when AI becomes a god).&lt;/p></description></item><item><title>Opening files with Vim from the Finder on macOS</title><link>https://austingebauer.com/post/2020/finder-vim/</link><pubDate>Sun, 24 May 2020 00:00:00 +0000</pubDate><guid>https://austingebauer.com/post/2020/finder-vim/</guid><description>&lt;p>I use &lt;a href="https://en.wikipedia.org/wiki/Vim_(text_editor)">Vim&lt;/a> for most all the file editing I do
on my Mac. I thought it&amp;rsquo;d be nice to be able to click on files in the Finder window and have them
open up in my terminal for editing with Vim, so I wrote a bit of
&lt;a href="https://developer.apple.com/library/archive/documentation/AppleScript/Conceptual/AppleScriptLangGuide/introduction/ASLR_intro.html">AppleScript&lt;/a>
to make it happen. This post shares how I set this up on my Mac so that you can do the same. The
guide assumes that the terminal being used will be &lt;a href="https://www.iterm2.com/">iTerm2&lt;/a>.&lt;/p></description></item><item><title>How to use the theme on this website</title><link>https://austingebauer.com/post/2020/devise-hugo-theme/</link><pubDate>Sun, 19 Apr 2020 00:00:00 +0000</pubDate><guid>https://austingebauer.com/post/2020/devise-hugo-theme/</guid><description>&lt;p>My first &lt;a href="https://gohugo.io/">Hugo&lt;/a> website theme, &lt;a href="https://themes.gohugo.io/devise">Devise&lt;/a>,
was recently accepted into the Hugo &lt;a href="https://themes.gohugo.io/">themes gallery&lt;/a>. I&amp;rsquo;m excited
to share that you can now use it for your own website.&lt;/p>
&lt;p>You can find instructions for installing, configuring, and updating the theme
&lt;a href="https://themes.gohugo.io/devise/">here&lt;/a>.&lt;/p>
&lt;p>I&amp;rsquo;d greatly appreciate a Github &lt;a href="https://github.com/austingebauer/devise">project&lt;/a> star &amp;#x2b50; if
you like the theme. If you have an idea for a new feature or found a bug, please feel
free to use GitHub &lt;a href="https://github.com/austingebauer/devise/issues">issues&lt;/a> to let me know.&lt;/p></description></item><item><title>Writing a ray tracer in Go</title><link>https://austingebauer.com/post/2019/ray-tracing/</link><pubDate>Mon, 25 Nov 2019 00:00:00 +0000</pubDate><guid>https://austingebauer.com/post/2019/ray-tracing/</guid><description>&lt;img class="img-fluid" src="images/world_shadow_3d.png"/>
&lt;h4 id="table-of-contents">Table of Contents&lt;/h4>
&lt;ul>
&lt;li>&lt;a href="#motivation">Motivation&lt;/a>&lt;/li>
&lt;li>&lt;a href="#tools-for-the-job">Tools for the Job&lt;/a>&lt;/li>
&lt;li>&lt;a href="#rendering-1-projectile">Rendering 1 - Projectile&lt;/a>&lt;/li>
&lt;li>&lt;a href="#rendering-2-clock">Rendering 2 - Clock&lt;/a>&lt;/li>
&lt;li>&lt;a href="#rendering-3-2d-spheres">Rendering 3 - 2D Spheres&lt;/a>&lt;/li>
&lt;li>&lt;a href="#rendering-4-3d-spheres">Rendering 4 - 3D Spheres&lt;/a>&lt;/li>
&lt;li>&lt;a href="#rendering-5-world">Rendering 5 - World&lt;/a>&lt;/li>
&lt;li>&lt;a href="#rendering-6-world-with-shadows">Rendering 6 - World with Shadows&lt;/a>&lt;/li>
&lt;/ul>
&lt;h4 id="motivation">Motivation&lt;/h4>
&lt;p>I&amp;rsquo;d been curious about how graphics worked since playing video games as a child.&lt;/p>
&lt;p>I decided to take the time to learn about graphics programming this year.
After doing a bit of research on rendering techniques, I decided to
learn about a particular technique called &lt;a href="https://en.wikipedia.org/wiki/Ray_tracing_(graphics)">ray tracing&lt;/a>.
Ray tracing can be used to render photorealistic scenes.&lt;/p></description></item><item><title>About</title><link>https://austingebauer.com/about/</link><pubDate>Sun, 21 Jan 2018 00:00:00 +0000</pubDate><guid>https://austingebauer.com/about/</guid><description>&lt;h4 id="about">About&lt;/h4>
&lt;p>Hello &amp;#x1f44b; I&amp;rsquo;m Austin Gebauer.&lt;/p>
&lt;p>I&amp;rsquo;m a currently a senior security software engineer on the
&lt;a href="https://www.starlink.com/" target="_blank">Starlink&lt;/a> team at &lt;a href="https://spacex.com/"
target="_blank">SpaceX&lt;/a>. I studied at the University of Washington&amp;rsquo;s
&lt;a href="https://www.cs.washington.edu/" target="_blank">Paul G. Allen School&lt;/a>
of Computer Science and Engineering.&lt;/p>
&lt;p>Previously, I&amp;rsquo;ve worked as a software engineer at:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://hashicorp.com" target="_blank">HashiCorp&lt;/a> on the &lt;a href="https://www.hashicorp.com/products/vault/" target="_blank">Vault&lt;/a> product&lt;/li>
&lt;li>&lt;a href="https://www.nginx.com/" target="_blank">NGINX&lt;/a>&lt;/li>
&lt;li>&lt;a href="https://f5.com" target="_blank">F5 Networks&lt;/a>&lt;/li>
&lt;/ul>
&lt;h4 id="contact">Contact&lt;/h4>
&lt;p>You can reach me by email at &lt;a href="mailto:gebauer.austin@gmail.com">gebauer.austin@gmail.com&lt;/a>. You can also connect with me on
&lt;a href="https://github.com/austingebauer" target="_blank">GitHub&lt;/a>,
&lt;a href="https://twitter.com/austingebauer" target="_blank">X&lt;/a>, and
&lt;a href="https://www.linkedin.com/in/austingebauer" target="_blank">LinkedIn&lt;/a>.&lt;/p></description></item></channel></rss>