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 / Pure de Espinacas.md
Last active August 29, 2015 14:14
Receta: puré de espinacas

Puré de Espinacas

Ingredientes (para 4 ó 5 raciones)

  • 1 cebolla mediana
  • 1 puerro grande
  • 1 calabacín grande
  • 1 patata pequeña
@bomberstudios
bomberstudios / chili_crackers_caseros.md
Last active August 29, 2015 14:13
Receta: Chili Crackers Caseros

Chili Crackers Caseros

Ingredientes

  • 400gr de harina
  • 200ml de agua
  • 1 cucharadita de guindilla molida (quedó muy suave, si te gusta el picante pon 2 ó 3)
  • 1 cucharadita de sal (me quedó MUY CORTO de sal, la próxima vez pondré 2 ó 3)
@bomberstudios
bomberstudios / top_100_anime_movies.md
Last active December 25, 2021 18:09
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 / Bizcocho de limón.md
Created December 21, 2014 10:58
Receta de bizcocho de limón definitivo

Bizcocho de limón

Ingredientes

  • 3 huevos
  • un vasito de yogur de limón de 125gr
  • Raspadura de cascara de medio limón
  • Azúcar
  • harina de repostería
  • aceite de oliva
@bomberstudios
bomberstudios / open_source_design_software.md
Last active March 3, 2025 15:10
Una lista de software de diseño open source, más o menos actual
@bomberstudios
bomberstudios / salsa-barbacoa-jmarquez.md
Created October 20, 2014 20:30
La receta de salsa barbacoa de Joaquin Márquez

SALSA BARBACOA JO'S STYLE

INGREDIENTES

  • 3/4 taza de ketchup
  • 1 taza de tomate frito normalito (sin tropezones)
  • 1/2 cebolla
  • 2 cucharadas de miel
  • 2 cucharadas de mostaza
  • 1/8 taza de salsa de soja

Pollo al lemongrass con calabacines

Un plato muy fácil (y rápido!) de preparar, sano, sabroso y perfecto como punto de partida para experimentar con nuevos ingredientes. En casa lo hacemos casi todas las semanas, para cenar.

Ingredientes, para 3 personas

  • Filetes de muslo de pollo (yo suelo comprar una bandeja de 600gr o así)
  • lemongrass
# Please note: this is an oversimplification of the real problem :)
# Say you have this class definition:
class One
attr_accessor :children
def initialize data
puts "Initialize One"
@children = data.map do |item|
@bomberstudios
bomberstudios / Add @3x.sketchplugin
Last active July 8, 2016 12:27
Add @3x resolution to existing Sketch documents
// This plugin will add a @3x size to all existing slices and exportable layers,
// that already have a @1x and @2x size
var p = [doc pages]
for (var i = 0; i < [p count]; i++) {
var current_page = [p objectAtIndex:i]
var exportable_layers = [current_page exportableLayers]
for (var l = 0; l < [exportable_layers count]; l++) {
var slice_or_layer = [exportable_layers objectAtIndex:l]
if ([slice_or_layer exportOptions]) {
@bomberstudios
bomberstudios / bibliografia.md
Last active August 29, 2015 14:06
Bibliografía UX

Diseño y psicología

Dos libros de la misma autora que, a pesar de tener muy mala prensa en la wadusfera, a mi me parecieron de puta madre: Neuro Web Design y 100 Things Every Designer Needs to Know About People (este también está en castellano). Ambos dos (el segundo más que el primero) son una colección de datos sobre estudios psicológicos en forma de ejemplos de por qué cojones hace la gente lo que hace (por ejemplo: Invoking Scarcity — If Something Seems Unavailable, We Seem to Want It Even More):

Diseño Centrado en Usuario, General

  • “The Design of Everyday Things”, Donald Norman
  • Emotional Design, Donald Norman. Una vuelta de tuerca sobre “Design of Everyday Things”: entre dos cosas