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