Skip to content

Instantly share code, notes, and snippets.

View deadpahn's full-sized avatar
🐱
hi

NotAllowedToSh-tPostForAMonth deadpahn

🐱
hi
View GitHub Profile
@nickloewen
nickloewen / bret_victor-reading_list.md
Last active November 14, 2024 21:10
Bret Victor’s Reading List

This is a plain-text version of Bret Victor’s reading list. It was requested by hf on Hacker News.


Highly recommended things!

This is my five-star list. These are my favorite things in all the world.

A few of these works have had an extraordinary effect on my life or way of thinking. They get a sixth star. ★

@renestalder
renestalder / README.md
Last active November 9, 2024 16:25
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.

@intv0id
intv0id / snippet.js
Created March 14, 2018 12:52
[Download Humble Bundle] #HumbleBundle
$('a').each(function(i){
if ($.trim($(this).text()) == 'EPUB') { //Change EPUB to whatever you want
$(this).click();
}
});
@andy-thomason
andy-thomason / Genomics_A_Programmers_Guide.md
Created May 14, 2019 13:32
Genomics a programmers introduction

Genomics - A programmer's guide.

Andy Thomason is a Senior Programmer at Genomics PLC. He has been witing graphics systems, games and compilers since the '70s and specialises in code performance.

https://www.genomicsplc.com