I hereby claim:
- I am socketwench on github.
- I am socketwench (https://keybase.io/socketwench) on keybase.
- I have a public key ASB8VszXYrHAra79n2p_Z75k4iUabDQhkZfmI07TMGcWxgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
zend_extension = /usr/local/lib/php/extensions/xdebug.so | |
xdebug.remote_enable=On | |
# | |
# Create an alias on your local for this to work. | |
# | |
# sudo ifconfig lo0 alias 10.254.254.254 | |
# | |
xdebug.remote_host=10.254.254.254 | |
xdebug.remote_port=9000 | |
xdebug.max_nesting_level = 400 |
This would be a comparison of several "space realism" movies, such as 2001, Moon, Gravity, Interstellar, Europa Report. If I've seen Life by then, I'll throw that in too.
I did a podcast of the film when it originally came out, now I revisit it. How does it hold up? Did the recent changes in the US political situtation affect my perception of the film? Why Mann being the anti-progressive strawman was a huge missed opportunity for a more nuanced message.
autoload -Uz compinit promptinit | |
compinit | |
# Path to your oh-my-zsh installation. | |
ZSH=/usr/share/oh-my-zsh/ | |
# Set name of the theme to load. | |
# Look in ~/.oh-my-zsh/themes/ | |
# Optionally, if you set this to "random", it'll load a random theme each | |
# time that oh-my-zsh is loaded. |
<?php | |
namespace Drupal\my_migrate_common\Plugin\migrate\source; | |
use Drupal\migrate\Row; | |
use Drupal\node\Plugin\migrate\source\d7\Node as D7_Node; | |
/** | |
* Source for node content depending on if a field is set or not. | |
* |
version: '3' | |
services: | |
minio: | |
image: minio/minio | |
container_name: minio | |
networks: | |
default: | |
aliases: | |
- flightdeck.minio | |
volumes: |
/** | |
* Implements hook_preprocess_HOOK(). | |
*/ | |
function yourtheme_preprocess_block(&$variables) { | |
$content = $variables['elements']['content']; | |
if (isset($content['#block_content']) && $content['#block_content'] instanceof BlockContentInterface) { | |
$variables['view_mode'] = $content['#view_mode']; | |
} | |
} |
FROM quay.io/operator-framework/ansible-operator:latest | |
COPY requirements.yml ${HOME}/requirements.yml | |
RUN ansible-galaxy collection install -r ${HOME}/requirements.yml \ | |
&& chmod -R ug+rwx ${HOME}/.ansible | |
COPY watches.yaml ${HOME}/watches.yaml | |
COPY roles/ ${HOME}/roles/ | |
COPY playbooks/ ${HOME}/playbooks/ |
- name: Create ingress for redirects | |
include_role: | |
name: "ten7.flightdeck_cluster" | |
vars: | |
flightdeck_cluster_kubeconfig: "{{ _run_temp_dir.path }}/kubectl.yaml" | |
flightdeck_cluster: | |
namespace: "deninet-com" | |
ingress: | |
name: "deninet-redirects" | |
permanentRedirect: "https://deninet.com$request_uri" |
- name: Create ingress for jquery_countdown_background redirects | |
include_role: | |
name: "ten7.flightdeck_cluster" | |
vars: | |
flightdeck_cluster_kubeconfig: "{{ _run_temp_dir.path }}/kubectl.yaml" | |
flightdeck_cluster: | |
namespace: "ten7-com" | |
ingress: | |
name: "jquery-countdown-background-redirects" | |
permanentRedirect: "https://github.com/ten7/jquery_countdown_background" |