---
layout: default
-title: Cosas de Ben Beltran
-description: "N, S o Vocal. El lote abandonado de Ben Beltran. Juegos, Web y ñonerías. 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">
- <h1>{{ post.title }}</h1>
- <div class="postmeta">
- {{ post.author_email | gravatar_tag }} <a href="mailto:{{post.author_email }}" class="author">{{ post.author_name }}</a>
- </div>
- <div class="posttags row">
- <div class="span3">
- <i class="icon-tags"></i>
- {% for tag in post.tags %}
- <a href="/">{{tag}}</a>
- {% endfor %}
- </div>
- <div class="span2"><i class="icon-folder-close"></i> <a href="/">{{ post.category }}</a></div>
- <div class="span1"><i class="icon-calendar"></i> <a href="{{ post.url }}">{{ post.date | date: "%B %e, %Y"}}</a></div>
- </div>
- <div class="postcontent">
- {{ post.content }}
- </div>
- </div>
- <hr/>
- {% endfor %}
+ <h2> Projects</h2>
+
+ <ul>
+ <li>
+ <a href="https://github.com/serpentity" class="javascript">Serpentity</a>:
+ An entity framework for JavaScript.
+ </li>
+ <li>
+ [SPANISH] <a href="http://insultos.unlimited.pizza" class="javascript">Generador de Insultos</a>:
+ Un generador de insultos multi-usos que te da un insulto nuevo cada vez
+ que la cargas. Generalmente apropiado para toda la familia, a veces no.
+ </li>
+ <li>
+ <a href="https://github.com/rbdr/api-notation.vim" class="etc">API Notation for vim</a>,
+ <a href="https://github.com/rbdr/api-notation-atom" class="etc">atom</a>, &
+ <a href="https://github.com/rbdr/api-notation.tmLanguage" class="etc">sublime text</a>:
+ A syntax for notation component APIs in a simple way that's easy to embed in text documents.
+ </li>
+ <li>
+ <a href="telnet:unlimited.pizza:7777" class="etc">telnet unlimited.pizza 7777</a>:
+ a random work of ansi art. Better with 24-bit enabled terminals. Powered by
+ <a href="https://github.com/rbdr/tomato-sauce">Tomato Sauce</a>.
+ </li>
+ <li>
+ <a href="https://dasein.unlimited.pizza" class="etc">Dasein</a>:
+ Ephemeral posts experiment.
+ <a href="https://github.com/rbdr/dasein">See the source</a>.
+ </li>
+ <li>
+ <a href="https://lgtm.unlimited.pizza" class="etc">LGTM</a>:
+ Looks Good To Me! 👍
+ <a href="https://github.com/rbdr/lgtm">See the source</a>.
+ </li>
+ <li>
+ <a href="https://heart.unlimited.pizza" class="etc">Heart</a>:
+ ❤️💜💙💛💚
+ </li>
+ <li>
+ <a href="https://frames.unlimited.pizza" class="etc">Frames</a>:
+ 🆒
+ </li>
+ <li>
+ <a href="http://blog.unlimited.pizza" class="javascript">blog</a>:
+ My blog. Only 3 posts at a time.
+ <a href="https://github.com/rbdr/blog">See the source</a>.
+ </li>
+ <li>
+ [SPANISH] <a href="https://rbdr.github.io/dead-drop/" class="etc">Dead Drop</a>:
+ Marca al 📞 (33) 4160-0915 y deja un mensaje, o escucha un mensaje al azar.
+ <a href="https://github.com/rbdr/dead-drop">Ve el código</a>.
+ </li>
+ <li>
+ <a href="/files/polarity.zip" class="javascript">Polarity</a>:
+ A game I did a long time ago
+ </li>
+ </ul>
+
+ <h2>Even more stuff.</h2>
+
+ <p><img src="/img/selfie.gif" alt="An image of @pigeonfolk."/></p>
+
+ <p>🍕 Unlimited pizza 🍕 is brought to you by blood magic, ancient rituals and
+ me, Rubén Beltrán del Río. I have words written (español e inglés) on
+ <a href="https://medium.com/@expertosenbing">medium</a>,
+ spoken in <a href="https://www.youtube.com/playlist?list=PLYxitPB3WXb1B4zPAsj92l9ay5pBOyynt">a handy playlist</a>,
+ music at <a href="https://soundcloud.com/benbeltran">soundcloud</a>
+ and <a href="https://myspace.bandcamp.com">bandcamp</a>,
+ and code at <a href="https://github.com/rbdr">github</a>. I sometimes post
+ pretty things in <a href="https://ello.co/ososol">ello</a>.
+ You can <a href="mailto:ruben+up@unlimited.pizza">write me an e-mail</a> if you
+ find a cool artifact you want to show me, if you need to remember a word, if
+ you want 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>Even better, sign my <a href="/guestbook.html">audio guestbook</a> and
+ leave your voice on the internet.</p>
+ <h1>🍰</h1>
</div>
- <div class="row">
- <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 offset2">
- {% if paginator.next_page %}
- <a href="/page{{ paginator.next_page }}">Next Page →</a>
- {% else %}
-
- {% endif %}
- </div>