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