Skip to content

Instantly share code, notes, and snippets.

View engelju's full-sized avatar
💭
👋

Julie Engel engelju

💭
👋
View GitHub Profile
@renestalder
renestalder / README.md
Last active October 31, 2025 10:19
Unfollow all on Facebook

Facebook: Unfollow people and pages

See comments section for more up-to-date versions of the script. The original script is from 2014 and will not work as is.

  1. Open news feed preferences on your Facebook menu (browser)
  2. Click people or pages
  3. Scroll down (or click see more) until your full list is loaded
  4. Run the script in your browser console

Facebook will block this feature for you while you use it, depending on how much entities you try to unfollow. It automatically unblocks in a couple of hours and you will be able to continue.

@stevendanna
stevendanna / pre-commit
Last active March 21, 2016 15:42
Pre-commit hook to help prevent key leakage
#!/bin/bash
#
# Warn about possible cloud access keys before committing
#
exec </dev/tty
unset possible_keys
possible_keys=$(git diff --cached | egrep '^[+\-].*(AKIA|AWS_ACCESS|AWS_SECRET|OS_PASSWORD|OS_USERNAME)')
if [[ -n "$possible_keys" ]];then
echo -e "WARNING: Diff contains possible access keys:\n"
echo "${possible_keys}"

<3


Ageism hits women harder than it does men.
All the "which do you think would make you happier" section answers put the responsibility on me to fix my issues with being a woman in STEM. I need my male colleagues to not talk over me and to verify they heard what I have to say. I would like my fair share of eye contact during technical discussions. I'm sick of the constant pissing matches that come from a solution not being a particular dev's solution so we have to refactor said existing solution AGAIN. As someone who is talked over and is denied eye contact, how hard do you think I have to fight to be heard or have my solutions last? Being told I'm recognized as talented in my field, only to have some basic computer science concept explained to me in the speaker's next breath (I do think this is a general geek problem so I won't call it mansplaining but the behavior is exhausting all the same).
A lot of my male co-workers don't want to see or are completely oblivious to the sexism that their f
anonymous
anonymous / gist:014e71ac38a4776811f7
Created October 31, 2014 01:14
10.9 vs 10.10 package list
--- 109_pkgs.txt 2014-10-30 23:11:20.000000000 -0200
+++ 1010_pkgs.txt 2014-10-30 23:11:14.000000000 -0200
@@ -46,49 +46,46 @@ Librpcsvc
Libsystem
Liby
MITKerberosShim
NFS
OpenAL
OpenLDAP
OpenPAM
@matthewmueller
matthewmueller / osx-for-hackers.sh
Last active June 23, 2025 13:24
OSX for Hackers (Mavericks/Yosemite)
# OSX for Hackers (Mavericks/Yosemite)
#
# Source: https://gist.github.com/brandonb927/3195465
#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Ask for the administrator password upfront
@chriszarate
chriszarate / thumbnail.png
Last active March 17, 2021 00:57
Identify your tmux windows with food emoji
thumbnail.png
@lukaswhite
lukaswhite / elasticsearch-on-homestead.txt
Created August 3, 2014 08:58
Installing Elasticsearch on Laravel Homestead
# Install Java
sudo apt-get install openjdk-7-jre-headless -y
# Download & install the Public Signing Key
wget -qO - http://packages.elasticsearch.org/GPG-KEY-elasticsearch | sudo apt-key add -
# Add the following to /etc/apt/sources.list
deb http://packages.elasticsearch.org/elasticsearch/1.3/debian stable main
# Update Aptitude
@wrouesnel
wrouesnel / .remote-backup-excludes.txt
Last active September 5, 2021 23:32
A script for performing a remote backup to another server using rsync and bup for versioning.
# this is an rsync-excludes format list of files to exclude.
@wrouesnel
wrouesnel / remote-backup.cmd
Created June 21, 2014 20:32
A batch file suitable for invoking a cygwin shell script which carries out a backup on Windows using unix-tooling.
rem This batch file is executed by vscsc.exe after the shadow copy has been
rem created. It is used to initate the backup.
rem
rem %1 is the volume ID of the backup, we pass it to the bash script which
rem runs rsync for us.
c:\cygwin64\bin\bash.exe --login -i ./do-remote-backup.bsh "%1"
@tsiege
tsiege / The Technical Interview Cheat Sheet.md
Last active October 13, 2025 20:38
This is my technical interview cheat sheet. Feel free to fork it or do whatever you want with it. PLEASE let me know if there are any errors or if anything crucial is missing. I will add more links soon.

ANNOUNCEMENT

I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!






\