Skip to content

Instantly share code, notes, and snippets.

View bomberstudios's full-sized avatar
🍊
Thinking

Ale Muñoz bomberstudios

🍊
Thinking
View GitHub Profile
@bomberstudios
bomberstudios / top_100_anime_movies.md
Last active July 17, 2026 04:33
Top 100 Anime Movies Of All Time (from http://imgur.com/a/k2vwE)
  1. Colorful (2010) [T]

    Probably not the title that most people expected to see in the #1 slot. I urge everyone to give it a shot though. No other film has ever brought me through a greater spectrum of emotions. It's a supernatural film, but the characters are so well fleshed out and developed that they feel real. I've probably seen a hundred films since, but none have compared.

  2. Time of Eve (2010) [T]

Director: Yasuhiro Yoshiura - "Sometime in future Japan, androids have been involved in every aspect of peoples lives. One day, upon checking his android's behavioral log, Rikuo, a student, noticed his android's returning times have been odd recently. With his friend Masaki, they found out the place where his android, Sammy, have been visiting: a small cafe called Eve no Jikan where an

@bomberstudios
bomberstudios / keeps_in_europe.md
Created October 4, 2020 14:27
Keyboard Shops in Europe
@bomberstudios
bomberstudios / DNI-Electronico-en-Mac.md
Last active May 20, 2026 15:20
Instrucciones para instalar el DNI Electrónico en un Mac en 2021

DNI Electrónico en Mac

El lector que voy a usar es el SVEON SCT011M, que es el mas barato que encontré en tienda física y tiene un precio razonable en Amazon: https://www.amazon.es/dp/B072LTLZW3/

Estos son los pasos que he seguido:

  1. Descargar Firefox (he probado con la ultima version, 86.0.1)
  2. Enchufar el lector, sin el DNI (no se si es importante hacerlo aquí o se puede hacer luego, pero mejor no nos arriesgamos, yo lo hice aquí y me ha funcionado)
  3. Descargar libpkcs11 para Intel o para Apple Silicon. Estos enlaces estan en la web oficial del DNI Electrónico por si quieres ver si hay alguna versión más reciente.
  4. Instalar el paquete (los ficheros se copiaran en /Library/Libpkcs11-dnie, y en esa misma carpeta se instalara una app para desinstalarlo en e
@bomberstudios
bomberstudios / open_source_design_software.md
Last active May 20, 2026 02:47
Una lista de software de diseño open source, más o menos actual
@bomberstudios
bomberstudios / garmin-ftms-esp32.ino
Created April 30, 2026 10:48
Bridge between Garmin and FTMS treadmill using ESP32
#include <BLEDevice.h>
#include <BLEUtils.h>
#include <BLEScan.h>
#include <BLE2902.h>
// --- UUIDs ---
#define RSC_SERVICE "1814"
#define RSC_MEASUREMENT "2a53"
#define RSC_FEATURE "2a54"
#define DIS_SERVICE "180a"
@bomberstudios
bomberstudios / Change Font.sketchplugin
Last active April 10, 2026 10:51
Change font family for all text layers in Sketch
// Change font (ctrl a)
var doc = context.document,
selection = context.selection,
font_name = [doc askForUserInput:"Font name:" initialValue:"Arial"];
function check_layer(layer){
log(layer)
var className = layer.className()
log("Checking layer " + layer + " of klass: " + className)
if (className == "MSTextLayer") {
@bomberstudios
bomberstudios / sketch-plugins.md
Last active January 2, 2026 16:22
A list of Sketch plugins hosted at GitHub, in no particular order.
@bomberstudios
bomberstudios / galaxy-ranger-mac.md
Created December 2, 2024 09:06
Running Galaxy Ranger on a Mac in 2024

Running Galaxy Ranger on macOS

César Astudillo posted about Galaxy Ranger on Bluesky, and of course I had to see if I could run it on any of my devices.

First I tried running it on my Powkiddy RGB30, and it did not work out of the box, so I brought out the big guns (my MacBook Pro).

This is what you need to get it running:

Requirements

@bomberstudios
bomberstudios / sketch-diff-in-git.md
Last active May 17, 2024 02:53
How to diff your .sketch files in Git

Using sketchtool to diff your .sketch files using text

Requirements

You need to have SketchTool installed somewhere in your path.

Setup

Add this in your ~/.gitconfig file (for some reason, it won't work in a local .gitconfig file):

@bomberstudios
bomberstudios / spanish-tortilla.md
Last active May 16, 2023 20:23
My recipe of Spanish Tortilla

Spanish Tortilla

Ingredients (for 2 adults, and two 3 y.o. and 10 y.o. girls :)

  • 2 medium/large sized potatoes
  • 6 eggs
  • a small/medium sized onion (there are two kinds of people: the ones that like their tortilla with onion, and the unlucky rest)
  • salt, olive oil and sugar (yes, you read that right)
  • a 25 cl beer bottle (we call them "un quinto" :)

Preparation