This is a non-technical reading list for technical people.
- How to Program Independent Games
- Kill Math (and Don't Kill Math)
- Move Fast and Don't Break Things
- Launch & The Web Is a Customer Service Medium by Paul Ford
- _why at Art & Code
- Repetitive Process
This is a list of software you should read like a novel.
#!/bin/bash | |
# See http://mybookworld.wikidot.com/forum/t-583096 | |
# See http://tech.roxee.tv/2012/06/12/solving-the-my-book-live-insane-load/ | |
# http://community.wd.com/t5/My-Book-Live-Duo/New-MyBook-Duo-4Tb-astonishingly-slow-I-mean-really-soul/td-p/417642/page/5 | |
# Disable all this stuff, but also make miocrawler drops its logs. | |
# vi /etc/rsyslog.d/miocrawler.conf | |
# [root@storagecasa rsyslog.d]# cat miocrawler.conf |
##How to get started contributing to a Humanitarian OpenStreetMap Team task
###Overview
OpenStreetMap (OSM) is an open-source map of the world that anyone can edit. But like any map, it's incomplete.
The Humanitarian OpenStreetMap Team (HOT) helps organize people to improve the OSM map for crisis areas, mostly so aid workers can find their way around and make decisions about undermapped places. The data in these crisis areas is often very poor, or completely non-existent. Therefore any contribution you make at all will be a vast improvement, and could materially help people who are on the ground right now, looking at this data as you edit it, and deciding where to go and who to help.
There are many HOT tasks active at once. As of August 2014, the highest-priority tasks are Gaza and areas affected by the West African Ebola outbreak.
#!/bin/bash | |
# Stop all containers | |
containers=`docker ps -a -q` | |
if [ -n "$containers" ] ; then | |
docker stop $containers | |
fi | |
# Delete all containers | |
containers=`docker ps -a -q` | |
if [ -n "$containers" ]; then | |
docker rm -f -v $containers |
#!/usr/bin/bash -l | |
# | |
# The MIT License (MIT) | |
# | |
# Copyright (c) 2015-2017 Stefan Tatschner | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
# EditorConfig is awesome: http://EditorConfig.org | |
# .editorconfig for Elixir projects | |
# https://git.io/elixir-editorconfig | |
# top-most EditorConfig file | |
root = true | |
[*] | |
indent_style = space |
#!/bin/bash | |
set -e | |
cd "$(dirname "${BASH_SOURCE[0]}")/../" | |
for service in solr fcrepo; do | |
if [[ ! -f "$service".pid ]]; then | |
pid=$(cat "$service".pid) | |
echo "ERROR: ${service}_wrapper is not running" >&2 |
- Mike Giarlo (5:56 PM)
-
Have folks here been hearing all manner of rumors today about Samvera, or certain Samvera institutions, walking away from Fedora and other community components? Some of us are hearing these rumors as of a few hours ago, and we’re trying to figure out where the misinformation is coming from.
It seems to center on Valkyrie. We did discuss Valkyrie and Fedora futures on today’s Fedora Leadership group, but not in the context the rumors are in.