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