Skip to content

Instantly share code, notes, and snippets.

View ricardoamaro's full-sized avatar
👋

Ricardo Amaro ricardoamaro

👋
View GitHub Profile
@imcleod
imcleod / pidgin-irc-join-sleep.patch
Created September 2, 2014 19:45
Trivial patch that fixes "excess flood" issues on freenode with Pidgin
diff -ur ./pidgin-2.10.9.orig/libpurple/protocols/irc/irc.c pidgin-2.10.9/libpurple/protocols/irc/irc.c
--- ./pidgin-2.10.9.orig/libpurple/protocols/irc/irc.c 2014-02-02 15:29:18.000000000 -0600
+++ pidgin-2.10.9/libpurple/protocols/irc/irc.c 2014-09-02 10:30:24.830599697 -0500
@@ -742,6 +742,7 @@
struct irc_conn *irc = gc->proto_data;
const char *args[2];
+ g_usleep(500000);
args[0] = g_hash_table_lookup(data, "channel");
args[1] = g_hash_table_lookup(data, "password");
@ricardoamaro
ricardoamaro / d7install.bash
Last active October 11, 2018 21:09
Drupal Installation Script for Linux Debian/Ubuntu
#!/bin/bash -e
#############################
#
# Auto Install Drupal on Debian/Ubuntu boxes
# Author: ricardo amaro
# https://drupal.org/user/666176
#
# License: http://www.gnu.org/licenses/gpl-2.0.html
#
@emmajane
emmajane / transcript-aralbalkan-digitalfeudalism-drupalcon.md
Last active December 27, 2016 06:20
(Partial) Transcript from Aral Balkan's keynote at DrupalCon Prague, September 26, 2013

Transcript of: https://www.youtube.com/watch?v=X71cvxfALaw

Aral Balkan is an experience designer who is working to change the world bringing design thinking to open source, bringing a new category of technology Experience Driven Open Source. Let's hear it for Aral Balkan.

[Digital Feudalism & How to Avoid It. A tale of indie data.]

Thank you. Thank you very much.

Today, we stand at a cross roads. In front of us are two paths. One leads to a digital free land of people who own their own data, devices, and their services. Empowered by this they are able to safe guard their privacy, their civil liberties, and their human rights. The other leads to a digital feudalism, populated by digital serfs. They don't have the option of owning their data, devices, and services. All they can do is rent them from their faceless, corporate landlords. And enfeebled by this they enjoy neither privacy nor civil liberties, nor human rights.

anonymous
anonymous / docker drupal log
Created August 18, 2013 23:19
docker drupal took 1m22s to fully install
root@workbox:~/docker-drupal# time docker build -t ricardo/drupal .
Uploading context 81920 bytes
Step 1 : FROM ubuntu:latest
---> 8dbd9e392a96
Step 2 : MAINTAINER Ricardo Amaro <[email protected]>
---> Using cache
---> 6ef4b7e90b27
Step 3 : RUN echo "deb http://archive.ubuntu.com/ubuntu raring main restricted universe multiverse" > /etc/apt/sources.list
---> Using cache
---> d47b30e9e627