Skip to content

Instantly share code, notes, and snippets.

View frankcarey's full-sized avatar

Frank Carey frankcarey

View GitHub Profile

0.4.0-alpha - Released 2021-09-21

Lots of bug-fixes and improvements to our existing content this release. Look for more content in the next release.

New Interaction System

  • No need to hold right mouse button to look around.
  • Interact with characters and pick up items by pressing left-click while reticle is hovering over item

Veterans from all eras are reacting to the events in Afghanistan, such as the U.S withdrawal and the takeover by the Taliban.

You are not alone. Veterans may question the meaning of their service or whether it was worth the sacrifices they made. They may feel more moral distress about experiences they had during their service. It’s normal to feel this way. Talk with your friends and families, reach out to battle buddies, connect with a peer-to-peer network, or sign up for mental health services. Scroll down for a list common reactions and coping advice.

Resources available right now Veterans Crisis Line - If you are having thoughts of suicide, call 1-800-273-8255, then PRESS 1 or visit http://www.veteranscrisisline.net/ For emergency mental health care, you can also go directly to your local VA medical center 24/7 regardless of your discharge status or enrollment in other VA health care. Vet Centers - Discuss how you feel with other Veterans in these community-based counseling centers. 70% of Vet Center sta

Veterans from all eras are reacting to the events in Afghanistan, such as the U.S withdrawal and the takeover by the Taliban.
You are not alone.
Veterans may question the meaning of their service or whether it was worth the sacrifices they made. They may feel more moral distress about experiences they had during their service. It’s normal to feel this way. Talk with your friends and families, reach out to battle buddies, connect with a peer-to-peer network, or sign up for mental health services. Scroll down for a list common reactions and coping advice.
Resources available right now
Veterans Crisis Line - If you are having thoughts of suicide, call 1-800-273-8255, then PRESS 1 or visit http://www.veteranscrisisline.net/
For emergency mental health care, you can also go directly to your local VA medical center 24/7 regardless of your discharge status or enrollment in other VA health care.
Vet Centers - Discuss how you feel with other Veterans in these community-based counseling centers. 70% of Vet Center sta

Context

While I first tried to install 18.10 since that was the newest, that was a really bad idea. Nvidia (drivers and nvidia-docerk) doesn't really like to play nicely with non-LTS versions. In addition, I tried the official NVIDIA and Tensorflow installation instructions and ran into a bunch of issues with both, even when reinstalling 18.04.. so this is what ended up working finally.

Make an 18.04.02 (current LTS) boot USB

See the official tutorial Basically:

  • download something that can make boot USB, Rufus for Windows is recommended in the tutorial.
  • Download Ubuntu, I found the torrent was a lot faster, so I downloaded qBittorrent and then used the torrent link for ubuntu.
  • Use Rufus to create the USB boot USB (select the ISO file you downloaded), it warned that I need to download a few more fil
@frankcarey
frankcarey / drupal.wrapper
Created February 21, 2017 14:52
Drupal Wrapper for Ahoy+Docker+Drupal setup.
#!/usr/bin/env bash
#
# DRUSH WRAPPER
#
# A wrapper script which launches the Drush that is in your project's /vendor
# directory. Copy it to the root of your project and edit as desired.
# You may rename this script to 'drush', if doing so does not cause a conflict
# (e.g. with a folder __ROOT__/drush).
#
# Below are options which you might want to add. More info at
@frankcarey
frankcarey / module-listing-after.txt
Created February 4, 2016 22:08
Comparing 'ahoy drush remake' between yaml and info formats.
This file has been truncated, but you can view the full file.
MD5 (./.ahoy/.docker/bin/docker-bash) = 3a5786cb044ec2834b60626ae3a98395
MD5 (./.ahoy/.docker/bin/docker-drush) = 9572f3c09ace0bc90be8f6472083eb5d
MD5 (./.ahoy/.docker/bin/dsh) = 8a9e74e3f38763f0db22c635f80bc978
MD5 (./.ahoy/.docker/CHANGELOG.md) = 0ed1184924d090b783735e50538c1fca
MD5 (./.ahoy/.docker/docs/behat.md) = ab462ce580ee992e244fe0c3971bd6ff
MD5 (./.ahoy/.docker/docs/db-sandbox.md) = 643dd622462741c3538ccde0290190b7
MD5 (./.ahoy/.docker/docs/drupal-settings.md) = bb7da81e57e18cfc30e5b55a01a66a38
MD5 (./.ahoy/.docker/docs/img/unionfs-container.png) = 711ab247eb572dca39bcb769c13d44f4
MD5 (./.ahoy/.docker/docs/img/unionfs-your-image.png) = e5b484ab03586ca4b33835566043317c
MD5 (./.ahoy/.docker/docs/multiple-projects.md) = 096a91270a2b917bef4b6053e9c32aa3
# Docker and Docker Compose based environment for Drupal.
# See https://github.com/blinkreaction/docker-fig-drupal for more information and documentation.
# Web node
web:
hostname: web
image: blinkreaction/drupal-apache-php:2.2-5.5
ports:
- "80:80"
- "443:443"
@frankcarey
frankcarey / gist:94150bb6f698cee8a899
Last active August 29, 2015 14:16
Install pylearn

So much fun!! :/

This is what I did to get pylearn2 setup on ubuntu 14.04

Dependencies

Python 2.7 (only) sudo apt get install python ...