Skip to content

Instantly share code, notes, and snippets.

View miguelgargallo's full-sized avatar
🇮🇨
https://pylar.org

Miguel Gargallo miguelgargallo

🇮🇨
https://pylar.org
View GitHub Profile
@ndarville
ndarville / business-models.md
Last active October 9, 2025 17:55
Business models based on the compiled list at http://news.ycombinator.com/item?id=4924647. I find the link very hard to browse, so I made a simple version in Markdown instead.

Business Models

Advertising

Models Examples
Display ads Yahoo!
Search ads Google
@miguelgargallo
miguelgargallo / .bashrc
Created August 22, 2023 11:56 — forked from arindam89/.bashrc
.bashrc example
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't overwrite GNU Midnight Commander's setting of 'ignorespace'.
export HISTCONTROL=$HISTCONTROL${HISTCONTROL+,}ignoredups
# ... or force ignoredups and ignorespace
export HISTCONTROL=ignoreboth