personal-site/src/index.filler.html
Nicholas Orlowsky 120f40e621
Some checks failed
Create and publish a Docker image / build-and-push-image (push) Failing after 56m14s
april fools
2025-04-01 11:24:00 -04:00

46 lines
1.9 KiB
HTML

<div>
<script>
var url = new URL(window.location.href);
var af = url.searchParams.get("af");
if (af == null || af == "true") {
window.location.href = "./april-fools.html";
}
</script>
<h1 style="margin-bottom: 0px;">Nicholas Orlowsky</h1>
<p style="margin-top: 0px;">Software Engineer - Austin, TX</p>
<p>
<a href="https://git.nickorlow.com/nickorlow">[ Forgejo ]</a>
<a href="https://github.com/nickorlow">[ GitHub (mirrors) ]</a>
<a href="https://www.linkedin.com/in/nickorlow/">[ LinkedIn ]</a>
<a href="mailto:nickorlow@nickorlow.com">[ E-Mail ]</a>
<a href="https://github.com/nickorlow/resume/releases/download/latest/resume-nickorlow.pdf">[ Resume ]</a>
<!--<a href="https://old.nickorlow.com">[ My Old Website ]</a>-->
</p>
<p>
<a href="https://azuredevopspodcast.clear-measure.com/nick-orlowsky-deciding-to-major-in-computer-science-episode-197">[ Listen to me on the Azure DevOps podcast! ]</a>
</p>
<p>
I'm a computer science student at the University of Texas at Austin. I'm particularly
interested in computer architecture and systems programming, with a focus on
performance-critical applications.
</p>
<p>
I run <a href="https://nws.nickorlow.com">Nick Web Services (NWS)</a>, a side project
that provides geo-distributed container hosting using Kubernetes on bare metal servers.
It achieved 100% uptime for over a year.
</p>
<p>
Outside of computers, I enjoy biking and weightlifting. I'm also a public transit enthusiast
and I take pictures of trains that I see and train stations that I visit. I also like to
play poker. I'm not particularly good except for
<a href="https://www.linkedin.com/posts/susquehanna-international-group_after-two-full-days-of-competition-in-the-ugcPost-7227726250465730560-0f8k">
one tournament run I had, where I came in 5th out of roughly 150.
</a>
</p>
</div>