Add images and other page.
|
@ -2,6 +2,8 @@ menu:
|
||||||
- name: "Home"
|
- name: "Home"
|
||||||
- name: "Projects"
|
- name: "Projects"
|
||||||
url: "projects.html"
|
url: "projects.html"
|
||||||
|
- name: "Other"
|
||||||
|
url: "other.html"
|
||||||
- name: "Archive"
|
- name: "Archive"
|
||||||
url: "archive.html"
|
url: "archive.html"
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,39 @@
|
||||||
|
---
|
||||||
|
layout: default
|
||||||
|
---
|
||||||
|
|
||||||
|
{% for post in site.posts %}
|
||||||
|
{% if post.categories contains "other" %}
|
||||||
|
<div class="posts-container">
|
||||||
|
<h1>
|
||||||
|
{% if post.href %}
|
||||||
|
<a href="{{ post.href }}" target="_blank">{{ post.title }}</a>
|
||||||
|
{% else %}
|
||||||
|
{{ post.title }}
|
||||||
|
{% endif %}
|
||||||
|
</h1>
|
||||||
|
{% if post.image %}
|
||||||
|
<div class="thumbnail-container">
|
||||||
|
<a href="{{ post.href }}" target="_blank">
|
||||||
|
<img src="{{ site.github.url }}/assets/img/{{ post.image }}">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
<p>
|
||||||
|
<div class="post-tags">
|
||||||
|
{% for tag in post.tags %}
|
||||||
|
<div class="{{ tag }}">{{ tag }}</div>
|
||||||
|
{% endfor %}
|
||||||
|
</div>
|
||||||
|
<p>{{ post.content }}</p>
|
||||||
|
<span class="post-date">
|
||||||
|
{% if post.href %}
|
||||||
|
<a href="{{ post.href }}" target="_blank">{{ post.href }}</a> -
|
||||||
|
{% endif %}
|
||||||
|
<i class="fa fa-calendar" aria-hidden="true"></i>
|
||||||
|
{{ post.date | date_to_string }}
|
||||||
|
</span>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
|
{% endfor %}
|
|
@ -4,6 +4,7 @@ title: Mini Java
|
||||||
categories: project
|
categories: project
|
||||||
tags: [java]
|
tags: [java]
|
||||||
href: "https://github.com/jrpotter/mini-java"
|
href: "https://github.com/jrpotter/mini-java"
|
||||||
|
image: java.png
|
||||||
---
|
---
|
||||||
|
|
||||||
A Java implemention of a subset of Java. Generates code that targets mJAM, an
|
A Java implemention of a subset of Java. Generates code that targets mJAM, an
|
||||||
|
|
|
@ -4,6 +4,7 @@ title: Fifth
|
||||||
categories: project
|
categories: project
|
||||||
tags: [python]
|
tags: [python]
|
||||||
href: "https://github.com/jrpotter/fifth"
|
href: "https://github.com/jrpotter/fifth"
|
||||||
|
image: conway-gol.jpg
|
||||||
---
|
---
|
||||||
|
|
||||||
A library for parsing various rulesets for cellular automata machines (CAMs).
|
A library for parsing various rulesets for cellular automata machines (CAMs).
|
||||||
|
|
|
@ -4,6 +4,7 @@ title: Pong
|
||||||
categories: project
|
categories: project
|
||||||
tags: [verilog]
|
tags: [verilog]
|
||||||
href: "https://github.com/jrpotter/pong"
|
href: "https://github.com/jrpotter/pong"
|
||||||
|
image: pong.jpg
|
||||||
---
|
---
|
||||||
|
|
||||||
An implementation of the classic pong video game, written from scratch on an
|
An implementation of the classic pong video game, written from scratch on an
|
||||||
|
|
|
@ -4,6 +4,7 @@ title: Highlight Plugin
|
||||||
categories: project
|
categories: project
|
||||||
tags: [vim, vimscript]
|
tags: [vim, vimscript]
|
||||||
href: "https://github.com/jrpotter/vim-highlight"
|
href: "https://github.com/jrpotter/vim-highlight"
|
||||||
|
image: vim.png
|
||||||
---
|
---
|
||||||
|
|
||||||
A small Vim plugin that maintains a custom registry for manipulating highlights.
|
A small Vim plugin that maintains a custom registry for manipulating highlights.
|
||||||
|
|
|
@ -4,6 +4,7 @@ title: Join Plugin
|
||||||
categories: project
|
categories: project
|
||||||
tags: [vim, vimscript]
|
tags: [vim, vimscript]
|
||||||
href: "https://github.com/jrpotter/vim-join"
|
href: "https://github.com/jrpotter/vim-join"
|
||||||
|
image: vim.png
|
||||||
---
|
---
|
||||||
|
|
||||||
A small Vim plugin that joins a number of lines together and then breaks them
|
A small Vim plugin that joins a number of lines together and then breaks them
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: Bill Gates and Honey
|
||||||
|
categories: other
|
||||||
|
tags: [podcast]
|
||||||
|
href: "https://open.spotify.com/episode/2CaNBdpgZofhXDGCs2QsPW"
|
||||||
|
image: would-you-blabber.png
|
||||||
|
---
|
||||||
|
|
||||||
|
In our first episode of Would You Blabber, we discuss honey, truck drivers, and
|
||||||
|
hurting those more fortunate than us.
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: Bubbles and Funny Bones
|
||||||
|
categories: other
|
||||||
|
tags: [podcast]
|
||||||
|
href: "https://open.spotify.com/episode/0MeLBj9jw3lPXBxRKevODo"
|
||||||
|
image: would-you-blabber.png
|
||||||
|
---
|
||||||
|
|
||||||
|
In this episode of Would You Blabber, we discuss bubble boys and precognition.
|
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: Bananas, Buildings, and Batman
|
||||||
|
categories: other
|
||||||
|
tags: [podcast]
|
||||||
|
href: "https://open.spotify.com/episode/3XrpanmTQiZhXjYqLP3dBd"
|
||||||
|
image: would-you-blabber.png
|
||||||
|
---
|
||||||
|
|
||||||
|
Bananas, buildings, and Batman!
|
|
@ -0,0 +1,11 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: Huh, Huh, and Huh ft. Kenny Yi
|
||||||
|
categories: other
|
||||||
|
tags: [podcast]
|
||||||
|
href: "https://open.spotify.com/episode/44oNp0ctwyk590298xWHwA"
|
||||||
|
image: would-you-blabber.png
|
||||||
|
---
|
||||||
|
|
||||||
|
In this episode of Would You Blabber, we explore the world of glogging, huh-ing,
|
||||||
|
and old soft-serve ice cream.
|
|
@ -4,6 +4,7 @@ title: Postlude
|
||||||
categories: project
|
categories: project
|
||||||
tags: [haskell]
|
tags: [haskell]
|
||||||
href: "https://github.com/jrpotter/postlude"
|
href: "https://github.com/jrpotter/postlude"
|
||||||
|
image: haskell.png
|
||||||
---
|
---
|
||||||
|
|
||||||
An example of a custom-rolled
|
An example of a custom-rolled
|
||||||
|
|
|
@ -7,9 +7,9 @@ image: looped.png
|
||||||
---
|
---
|
||||||
|
|
||||||
VP of engineering at Looped, the "Ultimate Virtual Venue". Featured on
|
VP of engineering at Looped, the "Ultimate Virtual Venue". Featured on
|
||||||
[TechCrunch](https://techcrunch.com/2021/03/02/looped-raises-7-7m-to-expand-its-interactive-live-event-platform){:target="_blank"}
|
[Forbes](https://www.forbes.com/sites/ericfuller/2021/01/06/loopedthe-app-helping-fans-mingle-and-meet-artists-personally-during-live-streamed-events){:target="_blank"}
|
||||||
after the initial seed round. Led development on the Kotlin-based
|
and [TechCrunch](https://techcrunch.com/2021/03/02/looped-raises-7-7m-to-expand-its-interactive-live-event-platform){:target="_blank"}.
|
||||||
|
Led development on the Kotlin-based
|
||||||
[Android app](https://play.google.com/store/apps/details?id=com.vipvr.android){:target="_blank"}
|
[Android app](https://play.google.com/store/apps/details?id=com.vipvr.android){:target="_blank"}
|
||||||
(featuring 50K+ downloads and a 4.5 star review), the Swift-based iOS app (no
|
(50K+ downloads, 4.5 star review), the Swift-based iOS app (100K+ downloads,
|
||||||
longer available), the Vue-based web app (no longer available), and the
|
4.8 star review), the Vue-based web app, and the Django-based backend.
|
||||||
Django-based backend.
|
|
||||||
|
|
|
@ -4,6 +4,7 @@ title: Homesync
|
||||||
categories: project
|
categories: project
|
||||||
tags: [rust, git, nix]
|
tags: [rust, git, nix]
|
||||||
href: "https://github.com/jrpotter/homesync"
|
href: "https://github.com/jrpotter/homesync"
|
||||||
|
image: git-branches.png
|
||||||
---
|
---
|
||||||
|
|
||||||
An experimental Rust-based project for automatically syncing files across your
|
An experimental Rust-based project for automatically syncing files across your
|
||||||
|
|
|
@ -4,6 +4,7 @@ title: Anki Synonyms
|
||||||
categories: project
|
categories: project
|
||||||
tags: [python, anki]
|
tags: [python, anki]
|
||||||
href: "https://github.com/jrpotter/anki-synonyms"
|
href: "https://github.com/jrpotter/anki-synonyms"
|
||||||
|
image: anki.png
|
||||||
---
|
---
|
||||||
|
|
||||||
An [Anki](https://apps.ankiweb.net/){:target="_blank"} plugin for specifying
|
An [Anki](https://apps.ankiweb.net/){:target="_blank"} plugin for specifying
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: We're the Crew
|
||||||
|
categories: other
|
||||||
|
tags: [music]
|
||||||
|
href: "https://gusvieweg.bandcamp.com/track/were-the-crew"
|
||||||
|
image: smash-rap.jpg
|
||||||
|
---
|
||||||
|
|
||||||
|
A Smash Bros. Ultimate rap made in collaboration with my
|
||||||
|
friend [Gus](https://www.gusvieweg.com/){:target="_blank"} and fiancée Brittany.
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@ title: Bootstrap
|
||||||
categories: project
|
categories: project
|
||||||
tags: [c, nix]
|
tags: [c, nix]
|
||||||
href: "https://github.com/jrpotter/bootstrap"
|
href: "https://github.com/jrpotter/bootstrap"
|
||||||
|
image: shoelaces.jpg
|
||||||
---
|
---
|
||||||
|
|
||||||
A C-based CLI for initializing projects in a flexible but deterministic way.
|
A C-based CLI for initializing projects in a flexible but deterministic way.
|
||||||
|
|
|
@ -4,6 +4,7 @@ title: NixOS Configuration
|
||||||
categories: project
|
categories: project
|
||||||
tags: [nix]
|
tags: [nix]
|
||||||
href: "https://github.com/jrpotter/nixos-configuration"
|
href: "https://github.com/jrpotter/nixos-configuration"
|
||||||
|
image: nix.png
|
||||||
---
|
---
|
||||||
|
|
||||||
The [nix](https://nixos.org){:target="_blank"} configuration files used to
|
The [nix](https://nixos.org){:target="_blank"} configuration files used to
|
||||||
|
|
|
@ -4,6 +4,7 @@ title: Bookshelf Doc Generator
|
||||||
categories: project
|
categories: project
|
||||||
tags: [lean]
|
tags: [lean]
|
||||||
href: "https://github.com/jrpotter/bookshelf-doc"
|
href: "https://github.com/jrpotter/bookshelf-doc"
|
||||||
|
image: lean.svg
|
||||||
---
|
---
|
||||||
|
|
||||||
A fork of [doc-gen4](https://github.com/leanprover/doc-gen4){:target="_blank"}
|
A fork of [doc-gen4](https://github.com/leanprover/doc-gen4){:target="_blank"}
|
||||||
|
|
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 194 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 44 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 8.5 KiB |
After Width: | Height: | Size: 62 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 224 KiB |
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
layout: home
|
||||||
|
title: Other
|
||||||
|
---
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
layout: other
|
||||||
|
title: Other
|
||||||
|
---
|