---
layout: default
-title: !!!
-description: "Unlimited Pizza: Juegos, Web, nerdura en general y precios más bajos que en la competencia. Siempre."
+title: /index.html
+description: "unlimited.pizza - ruben beltran del río surfs the internet: programming, music, fun times, hugs, bad jokes, and unlimited pizza"
---
-<div class="content">
- {% for post in paginator.posts %}
- <div class="postcontainer {{post.color}}">
- <div class="post-image">
- <img src="/img/headers/{{ post.header_image }}">
- </div>
- <h1 id="{{post.id}}">{{ post.title }}</h1>
- <div class="post-meta">
- <div class="post-date"><a href="{{ post.url }}">{{ post.date | date: "%Y-%m-%e"}}</a></div>
- <div class="post-tags">
- {% for tag in post.tags %}
- <a href="/tags/{{tag}}">{{tag}}</a>
- {% endfor %}
- </div>
- </div>
- <div class="postcontent">
- {{ post.content }}
- </div>
- <a class="go-to-top" href="#{{post.id}}">↑ Go to top of article</a>
- </div>
- {% endfor %}
-</div>
- <div class="row paginator">
- <div class="span2">
- {% if paginator.previous_page %}
- {% if paginator.previous_page == 1 %}
- <a href="/">← Previous
- Page</a>
- {% else %}
- <a href="/page{{ paginator.previous_page }}">← Previous
- Page</a>
- {% endif %}
- {% else %}
-
- {% endif %}
- </div>
- <div class="span2 offset3">
- {% if paginator.next_page %}
- <a href="/page{{ paginator.next_page }}">Next Page →</a>
- {% else %}
-
- {% endif %}
- </div>
- </div>
+<main title="Projects">
+ <h1>Projects.</h1>
+
+ <ul>
+ <li>
+ <p>
+ <a href="http://blog.unlimited.pizza">blog</a>
+ <span>(Ongoing)</span>:
+ My blog. Only 3 posts at a time.
+ <a aria-label="See the source of my blog" href="https://gitlab.com/rbdr/blog">See the source</a>.
+ </p>
+ </li>
+ <li>
+ <p>
+ <a href="https://gitlab.com/serpentity">Serpentity</a>
+ <span>(Ongoing)</span>:
+ An entity framework for JavaScript.
+ </p>
+ </li>
+ <li>
+ <p>
+ <a href="https://gitlab.com/rbdr/api-notation.vim">API notation for vim</a>,
+ <a href="https://gitlab.com/rbdr/api-notation-atom">atom</a>, &
+ <a href="https://gitlab.com/rbdr/api-notation.vscode">vscode</a>, &
+ <a href="https://gitlab.com/rbdr/api-notation.tmLanguage">sublime text</a>
+ <span>(Ongoing)</span>:
+ A syntax for notating component APIs in a way that's easy to embed in text documents.
+ </p>
+ </li>
+ <li>
+ <p>
+ <a href="https://gitlab.com/rbdr/ngx_http_office_hours_filter_module">Nginx Office Hours</a>
+ <span>(2019)</span>:
+ A victory for the server's labor rights: An nginx module that allows you to serve your content only during office hours.
+ </p>
+ </li>
+ <li>
+ <p>
+ <a href="https://flower.unlimited.pizza">Flower</a>
+ <span>(2018)</span>:
+ <span aria-hidden="true">🌹🌸🌺💐🌼🌻🌷</span>
+ draw a flower rotating a cube
+ <span aria-hidden="true">🌷🌻🌼💐🌺🌸🌹</span>
+ </p>
+ </li>
+ <li>
+ <p>
+ <a href="https://gitlab.com/rbdr/sorting-hat">Sorting Hat</a>
+ & <a href="https://gitlab.com/rbdr/sorting-hat-renderer">Renderer</a>
+ <span>(2017)</span>:
+ Reads your brain and places you in a category based on your mental activity
+ </p>
+ </li>
+ <li>
+ <p>
+ <a href="https://gitlab.com/rbdr/dasein">Dasein</a>
+ <span>(2017)</span>:
+ Ephemeral posts experiment: the posts stay alive as the conversation
+ continues, but disappear shortly after activity stops.
+ </p>
+ </li>
+ <li>
+ <p>
+ <a href="https://frames.unlimited.pizza">Frames</a>
+ <span>(2017)</span>:
+ 🆒
+ </p>
+ </li>
+ <li lang="es-MX">
+ <p>
+ <a href="https://gitlab.com/rbdr/dead-drop/">Dead Drop</a>
+ <span>(2017, Spanish)</span>:
+ Marca un número de 📞 y deja un mensaje secreto, o escucha algo al azar.
+ </p>
+ </li>
+ <li>
+ <p>
+ <a href="telnet:unlimited.pizza:7777">telnet unlimited.pizza 7777</a>
+ <span>(2016)</span>:
+ a random work of ansi art. Better with 24-bit enabled terminals. Powered by
+ <a href="https://gitlab.com/rbdr/tomato-sauce">Tomato Sauce</a>.
+ </p>
+ </li>
+ <li>
+ <p>
+ <a href="https://lgtm.unlimited.pizza">LGTM</a>
+ <span>(2016)</span>:
+ Looks Good To Me! 👍
+ <a aria-label="See the source of LGTM" href="https://gitlab.com/rbdr/lgtm">See the source</a>.
+ </p>
+ </li>
+ <li>
+ <p>
+ <a href="https://heart.unlimited.pizza">Heart</a>
+ <span>(2016)</span>:
+ ❤️💜💙💛💚
+ </p>
+ </li>
+ <li lang="es-MX">
+ <p>
+ <a href="http://insultos.unlimited.pizza">Generador de Insultos</a>
+ <span>(2015, Spanish)</span>:
+ Un generador de insultos multi-usos que te da un insulto nuevo cada vez
+ que lo cargas.
+ </p>
+ </li>
+ <li lang="es-MX">
+ <p>
+ <a href="https://gitlab.com/rbdr/Grita">Grita</a>
+ <span>(2010, Spanish)</span>:
+ Comparte texto anónimamente y distribuyelo con QR codes y URLs cortas.
+ </p>
+ </li>
+ <li>
+ <p>
+ <a href="/files/polarity.zip">Polarity</a>
+ <span>(2009)</span>:
+ Top-down arena shooter game with magnetism.
+ </p>
+ </li>
+ <li>
+ <p>
+ <a href="https://gitlab.com/rbdr/Pico-Engine">Pico Engine</a>
+ <span>(2009)</span>:
+ Platform game engine with lua scripting.
+ </p>
+ </li>
+ </ul>
+</main>
+
+<aside title="More about me">
+ <h1>More about me.</h1>
+
+ <video autoplay muted loop aria-label="A picture of Rubén sleeping with an animated overlay changing the eyes, and showing a snake-like tongue">
+ <source src="/video/selfie.webm" type="video/webm">
+ <source src="/video/selfie.mp4" type="video/mp4">
+ </video>
+
+ <p>
+ Unlimited pizza <span aria-hidden="true">🍕</span> / Rubén Beltrán del Río.
+ I have words written <span lang="es-mx">(español e inglés)</span> in my
+ <a href="https://blog.unlimited.pizza">blog</a>,
+ spoken in <a href="https://www.youtube.com/playlist?list=PLYxitPB3WXb1B4zPAsj92l9ay5pBOyynt">a handy playlist</a>,
+ music in <a href="https://soundcloud.com/benbeltran">soundcloud</a>,
+ <a href="https://myspace.bandcamp.com">bandcamp</a>,
+ and <a href="https://music.apple.com/us/artist/ben-beltran/1338665508">apple music</a>.
+ You can find my code in <a href="https://gitlab.com/rbdr">gitlab</a>.
+ I sometimes post pictures in <a href="https://youpic.com/photographer/microsoft/">youpic</a>.
+ </p>
+ <p>
+ You can <a href="mailto:ruben+up@unlimited.pizza">write me an e-mail</a> if you
+ find a cool rock you want to show me, if you want to tell a story, if
+ you need a cyber high five, if robots are starting an uprising and you want us
+ to join, or if you want to get together to practice your latest dance moves.
+ But <a href="https://twitter.com/pigeonfolk">twitter</a> works better.
+ </p>
+
+ <p>🌱.🐓.⚓️</p>
+</aside>