]>
Commit | Line | Data |
---|---|---|
05a804d0 RBR |
1 | --- title: /index.html |
2 | --- description: unlimited.pizza - ruben beltran del río surfs the internet: programming, music, fun times, hugs, bad jokes, and unlimited pizza | |
83fa41ca RBR |
3 | ## Welcome |
4 | ||
05a804d0 | 5 | ```Unlimited Pizza |
f752d89a RBR |
6 | ┬ ┬┌┐┌┬ ┬┌┬┐┬┌┬┐┌─┐┌┬┐ ╔═╗╦╔═╗╔═╗╔═╗ |
7 | │ │││││ │││││ │ ├┤ ││●╠═╝║╔═╝╔═╝╠═╣ | |
8 | └─┘┘└┘┴─┘┴┴ ┴┴ ┴ └─┘─┴┘ ╩ ╩╚═╝╚═╝╩ ╩ | |
05a804d0 RBR |
9 | ``` |
10 | ||
96759a28 | 11 | The personal capsule of Rubén Beltrán del Río. |
05a804d0 | 12 | |
b0ca5dae | 13 | => /gemlog/ 📓 Blog / Gemlog |
05a804d0 | 14 | => /pub.txt 🔑 Public GPG Key |
b0ca5dae | 15 | => gemini://gemini.unlimited.pizza/guestbook 📒 Guestbook |
f752d89a | 16 | => https://pixelfed.de/minoltacos 📷 Pictures I've taken |
173d2c6b | 17 | => https://friendship.quest/@ruben 💭 Social Media™ |
3c6823f7 | 18 | => mailto:ruben+up@unlimited.pizza ✉️ Send me an e-mail |
05a804d0 | 19 | |
c0f01c88 RBR |
20 | ## Apps I |
21 | ### Captura | |
22 | A macos application that lets you quickly record your screen and share it as an mp4 or gif | |
23 | => https://captura.tranquil.systems/ captura.tranquil.systems | |
24 | ||
25 | ### Lyricli | |
26 | A command line tool to print the lyrics of your current Apple Music or Spotify track | |
27 | => /lyricli.gmi ./lyricli.gmi | |
96759a28 | 28 | => https://git.unlimited.pizza/rbdr/lyricli lyricli source code. |
c0f01c88 RBR |
29 | |
30 | ## II | |
f752d89a RBR |
31 | ### Do |
32 | A task manager for iOS and MacOs that makes you write a journal entry when the task is done. | |
fe528c4f RBR |
33 | => https://do.tranquil.systems/ do.tranquil.systems |
34 | ||
f752d89a RBR |
35 | ### Map |
36 | A MacOS app that lets you create wardley maps using text. | |
fe528c4f RBR |
37 | => https://map.tranquil.systems/ map.tranquil.systems |
38 | ||
f752d89a RBR |
39 | ### Ritmo |
40 | An iOS and MacOS app that helps you maintain a healthy balance. | |
41 | => https://ritmo.tranquil.systems/ ritmo.tranquil.systems | |
fe528c4f | 42 | |
96759a28 RBR |
43 | ## III |
44 | ### Blog | |
45 | A command line tool to manage and publish an (almost) ephemeral https blog with a gemini archive. | |
46 | => https://git.unlimited.pizza/rbdr/blog blog source code | |
47 | ||
48 | ### Page | |
49 | A command line tool to generate HTML and static gemini websites from .gmi files | |
7f4a6af9 | 50 | => /page.gmi ./page.gmi |
96759a28 RBR |
51 | => https://git.unlimited.pizza/rbdr/page page source code |
52 | ||
05a804d0 | 53 | ## Libraries |
f752d89a RBR |
54 | ### Patterns |
55 | MacPaint style pattern views for SwiftUI | |
96759a28 | 56 | => https://git.unlimited.pizza/rbdr/patterns Patterns source code |
fe528c4f | 57 | |
f752d89a RBR |
58 | ### Serpentity |
59 | An entity-component-system framework for Javascript | |
96759a28 RBR |
60 | => https://git.unlimited.pizza/rbdr/serpentity Serpentity source code |
61 | => https://git.unlimited.pizza/rbdr/serpentity-lib Serpentity Shared Library source code | |
62 | => https://www.npmjs.com/org/serpentity Serpentity @ npm | |
fe528c4f | 63 | |
f752d89a RBR |
64 | ### Grafn |
65 | Flow based programming library for javascript. | |
96759a28 | 66 | => https://git.unlimited.pizza/rbdr/grafn Grafn source code |
fe528c4f | 67 | |
f752d89a RBR |
68 | ### Cologne |
69 | Log multiplexer for javascript with no dependencies. | |
96759a28 | 70 | => https://git.unlimited.pizza/rbdr/cologne Cologne source code |
05a804d0 | 71 | |
f752d89a | 72 | ## Plugins I |
05a804d0 RBR |
73 | |
74 | ### Flat Bezel.qsplugin | |
f752d89a | 75 | A UI Plugin for quicksilver inspired by the classic Bezel with a modern macOS look and SF Symbols. |
05a804d0 | 76 | |
f752d89a | 77 | => ./flat_bezel.gmi ./flat_bezel.gmi |
05a804d0 RBR |
78 | |
79 | ### API Notation | |
12629849 | 80 | A syntax for notating component APIs in text documents. We provide a tree-sitter parser and a neovim plugin. |
05a804d0 | 81 | |
f752d89a | 82 | => ./api.gmi ./api.gmi |
96759a28 | 83 | => https://git.unlimited.pizza/rbdr/tree-sitter-api-notation tree-sitter parser and neovim plugin. |
12629849 RBR |
84 | |
85 | Older versions of the plugin exist for other editors, though they support an older version of the notation definition. | |
86 | ||
96759a28 RBR |
87 | => https://git.unlimited.pizza/rbdr/api-notation.vim Syntax for vim |
88 | => https://git.unlimited.pizza/rbdr/api-notation.vscode Syntax for vscode | |
89 | => https://git.unlimited.pizza/rbdr/api-notation-atom Syntax for atom | |
90 | => https://git.unlimited.pizza/rbdr/api-notation.tmLanguage Syntax for sublime text | |
05a804d0 | 91 | |
f752d89a | 92 | ## II |
05a804d0 | 93 | |
f752d89a | 94 | ### NGINX Office Hours |
05a804d0 RBR |
95 | A victory for the server's labor rights: An nginx module that allows you to serve your content only during office hours. |
96 | ||
96aeed1c | 97 | => ./nginx_office_hours.gmi ./nginx_office_hours.gmi |
05a804d0 | 98 | |
62e3e96d | 99 | ### Junction |
62e3e96d RBR |
100 | A browser extension that lets you start audio calls on any URL. |
101 | ||
102 | => https://junction.unlimited.pizza Junction | |
103 | ||
05a804d0 RBR |
104 | ## Music |
105 | ||
106 | ### Direct Download | |
107 | ||
108 | You can download music I've made via SFTP. | |
109 | ||
110 | ``` | |
111 | password: 8SBF7Lv#k7 | |
112 | ``` | |
113 | ||
114 | => sftp://music@music.unlimited.pizza | |
115 | ||
116 | ### Streaming | |
117 | ||
118 | To listen online, you can also find it in the world wide web. | |
119 | ||
120 | => https://myspace.bandcamp.com/ Bandcamp | |
121 | => https://music.apple.com/de/artist/ben-beltran/1338665508?l=en Apple Music | |
96759a28 | 122 | => https://open.audio/channels/benbeltran/ Open Audio |
05a804d0 | 123 | |
f752d89a | 124 | ## Etc I |
05a804d0 | 125 | |
f752d89a RBR |
126 | ### Min Sizes |
127 | (2023) Minimum window sizes for assorted mac software | |
128 | => ./min_sizes.gmi ./min_sizes.gmi | |
05a804d0 | 129 | |
f752d89a RBR |
130 | ### Prompt |
131 | (2021) Drawing prompts on demand. | |
fe528c4f | 132 | => https://prompt.unlimited.pizza/ prompt.unlimited.pizza |
96759a28 | 133 | => https://git.unlimited.pizza/rbdr/prompt Prompt source code |
05a804d0 | 134 | |
f752d89a RBR |
135 | ### Corona Regeln |
136 | (2021) Up-to-date corona rules for Berlin. Refresh frequently. | |
fe528c4f | 137 | => https://corona.unlimited.pizza/ corona.unlimited.pizza |
96759a28 | 138 | => https://git.unlimited.pizza/rbdr/corona-regeln Corona Regeln source code |
05a804d0 | 139 | |
f752d89a RBR |
140 | ## II |
141 | ||
142 | ### Flower | |
143 | (2018) 🌹🌸🌺💐🌼🌻🌷 draw a flower rotating a cube 🌷🌻🌼💐🌺🌸🌹 | |
fe528c4f | 144 | => https://flower.unlimited.pizza/ flower.unlimited.pizza |
05a804d0 | 145 | |
f752d89a RBR |
146 | ### Sorting Hat |
147 | (2017) Reads your brain and places you in a category based on your mental activity | |
96759a28 RBR |
148 | => https://git.unlimited.pizza/rbdr/sorting-hat Sorting hat source |
149 | => https://git.unlimited.pizza/rbdr/sorting-hat-renderer Sorting hat renderer source code | |
05a804d0 | 150 | |
f752d89a RBR |
151 | ### Dasein |
152 | (2017) Ephemeral posts experiment: the posts stay alive as the conversation continues, but disappear shortly after activity stops. | |
96759a28 | 153 | => https://git.unlimited.pizza/rbdr/dasein Dasein source code |
05a804d0 | 154 | |
f752d89a RBR |
155 | ### Frames |
156 | (2017) 🆒 | |
fe528c4f | 157 | => https://frames.unlimited.pizza/ frames.unlimited.pizza |
05a804d0 | 158 | |
f752d89a RBR |
159 | ### Dead Drop |
160 | (2017, Spanish) Marca un número de 📞 y deja un mensaje secreto, o escucha algo al azar. | |
96759a28 | 161 | => https://git.unlimited.pizza/rbdr/dead-drop Dead Drop source code |
05a804d0 | 162 | |
f752d89a RBR |
163 | ## III |
164 | ||
165 | ### Tomato Sauce | |
166 | (2016) a random work of ansi art via telnet. Better with 24-bit enabled terminals. | |
1028be54 | 167 | => telnet:tomato.unlimited.pizza:7777 telnet tomato.unlimited.pizza 7777 |
96759a28 | 168 | => https://git.unlimited.pizza/rbdr/tomato-sauce Tomato Sauce source code |
05a804d0 | 169 | |
f752d89a RBR |
170 | ### LGTM |
171 | (2016) Looks Good To Me! 👍 | |
fe528c4f | 172 | => https://lgtm.unlimited.pizza/ lgtm.unlimited.pizza |
96759a28 | 173 | => https://git.unlimited.pizza/rbdr/lgtm lgtm source code |
05a804d0 | 174 | |
f752d89a RBR |
175 | ### Heart |
176 | (2016) ❤️💜💙💛💚 | |
fe528c4f | 177 | => https://heart.unlimited.pizza/ heart.unlimited.pizza |
05a804d0 | 178 | |
f752d89a RBR |
179 | ### Generador de Insultos |
180 | (2015, Spanish) Un generador de insultos multi-usos que te da un insulto nuevo cada vez que lo cargas. | |
fe528c4f | 181 | => https://insultos.unlimited.pizza/ insultos.unlimited.pizza |
96759a28 | 182 | => https://git.unlimited.pizza/rbdr/generador-de-insultos generador de insultos source code |
05a804d0 | 183 | |
f752d89a RBR |
184 | ## IV |
185 | ||
186 | ### Grita | |
187 | (2010, Spanish) Comparte texto anónimamente y distribuyelo con QR codes y URLs cortas. | |
96759a28 | 188 | => https://git.unlimited.pizza/rbdr/grita grita source code |
05a804d0 | 189 | |
f752d89a RBR |
190 | ### Polarity |
191 | (2009) Top-down arena shooter game with magnetism. | |
fe528c4f | 192 | => ./files/polarity.zip polarity.zip |
05a804d0 | 193 | |
f752d89a RBR |
194 | ### Pico Engine |
195 | (2009) Platform game engine with lua scripting. | |
96759a28 | 196 | => https://git.unlimited.pizza/rbdr/pico-engine pico source code |
05a804d0 | 197 | |
b0ca5dae RBR |
198 | --- |
199 | ||
fe528c4f RBR |
200 | ## Additional Services |
201 | ||
96759a28 RBR |
202 | This domain hosts all my git repositories, available on https[1] or gemini[2]. (Mirror available at sourcehut[3]) |
203 | => https://git.unlimited.pizza [1] https git server | |
204 | => gemini://gemini.unlimited.pizza/git [2] gemini git server | |
205 | => https://git.sr.ht/~rbdr [3] sourcehut mirror | |
fe528c4f RBR |
206 | |
207 | 🔬 You can check the status of the running services in our https[1] and gemini[2] service monitor | |
208 | => https://monitor.unlimited.pizza [1] https monitor | |
209 | => gemini://gemini.unlimited.pizza/monitor [2] gemini monitor | |
b0ca5dae | 210 | |
fe528c4f | 211 | 🦞.🌱.✨ |