Skip to content

Instantly share code, notes, and snippets.

View artificialsoph's full-sized avatar
☠️
data witch to watch out for

Sophie Searcy artificialsoph

☠️
data witch to watch out for
View GitHub Profile
@artificialsoph
artificialsoph / nyc-trans-groups.md
Last active March 29, 2016 13:25
List of greater NYC area trans groups that regularly meet
Name Host group Dates & times Link Location Email Phone
TransView Hudson Pride Connections Center weekly Tuesday from 6:00-8:00pm http://hudsonpride.org/event/transview-trans-support/2016-03-29/ 32 Jones Street Jersey City, NJ kim@hudsonpride.org
Trans and Gender Non Conforming Support Group Brooklyn Community Pride Center weekly Thursday 8:00-9:00pm http://lgbtbrooklyn.org/programs/ 4 MetroTech Center, Brooklyn, New York 11201 queersupport@lgbtbrooklyn.org
a few groups The Center Wednesday of first full week 7:30pm eg https://gaycenter.org/calendar?cdt=5%2f4%2f2016&cgid=4&ceid=3557&cerid=23630 208 W 13 St New York, NY 10011 ? 212.620.7310
TrueSelves Price Center of NJ 1st Monday, 7:30–9:30pm and 3rd Sunday, 4:00–6:00PM http://www.pridecenter.org/group/trueselves/ 85 Raritan Ave., Suite 100 , Highland Park, NJ nicoleb@pridecenter.org

My macbook finally went kaput so I've decided to get an XPS 13" and run ubuntu on it. Ubuntu is nice and it mostly works well out of the box but there's a few things I've had to tweak and they're collected here.

PCIe SSD

I had a difficult time installing ubuntu at all because the way the BIOS is set up, the machine boots from a live disk before the SSD is ever mounted. Dell has the instructions for how to fix this:

Users should go to the system BIOS (F2 on boot up) and change the SATA setting to ACHI. Should the drive still not be seen after this change. Users should then follow the instructions below.

Updating BIOS

@artificialsoph
artificialsoph / HW4.ipynb
Created November 8, 2016 18:59
This is from Sam Bowman's course. Hopefully he's okay with me sharing it.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@artificialsoph
artificialsoph / PCFG Demo.ipynb
Last active January 11, 2017 17:42
PCFG Demo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import multiprocessing
list_of_inputs = [0, 1, 2, 3]
def calculate_function(ind_input):
return ind_input**2
results = []
####### as a for loop (option 1, not parallel)
@artificialsoph
artificialsoph / input.txt
Last active February 1, 2017 19:20
Pattern Matching
target
+
+
+
+
blah
+
+
+
+
@artificialsoph
artificialsoph / Pairwise Distance with sparse arrays.ipynb
Last active July 23, 2023 06:49
Evaluate runtime of pairwise distance calculations with sparse arrays
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@artificialsoph
artificialsoph / Breaking the central limit theorem with the Cauchy distribution.ipynb
Last active October 20, 2017 16:28
Breaking the central limit theorem with the Cauchy distribution
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@artificialsoph
artificialsoph / Audio Recognition Keras.ipynb
Last active May 1, 2019 14:50
Audio Recognition in Keras
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.