Skip to content

Instantly share code, notes, and snippets.

@phronmophobic
Last active April 28, 2020 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phronmophobic/3235725ad11087fe0d48ab7f145714c4 to your computer and use it in GitHub Desktop.
Save phronmophobic/3235725ad11087fe0d48ab7f145714c4 to your computer and use it in GitHub Desktop.
Programming Resources

Out of the tar pit
http://shaffner.us/cs/papers/tarpit.pdf

Joe Armstrong’s Thesis
http://erlang.org/download/armstrong_thesis_2003.pdf

Culture/Humor
http://thecodelesscode.com/ http://thedailywtf.com/

Rich Hickey talks
https://www.infoq.com/profile/Rich-Hickey#presentations https://www.youtube.com/playlist?list=PLZdCLR02grLrEwKaZv-5QbUzK0zGKOOcr The Value of Values Simple Made Easy Are we there yet? Language of the System

Martin Thompson’s talks
https://www.infoq.com/profile/Martin-Thompson#presentations https://www.youtube.com/results?search_query=martin+thompson Blog: https://mechanical-sympathy.blogspot.com/

http://algeri-wong.com/yishan/engineering-management.html

http://paulgraham.com/articles.html

Python Documentation
https://docs.python.org/2/reference/datamodel.html https://www.python.org/dev/peps/ https://www.python.org/dev/peps/pep-0001/ https://www.python.org/dev/peps/pep-0020/ https://www.python.org/dev/peps/pep-0207/ https://www.python.org/dev/peps/pep-0221/ https://www.python.org/dev/peps/pep-0218/ https://www.python.org/dev/peps/pep-0234/ https://www.python.org/dev/peps/pep-0255/ https://www.python.org/dev/peps/pep-0289/ https://www.python.org/dev/peps/pep-0285/ https://www.python.org/dev/peps/pep-0324/ https://www.python.org/dev/peps/pep-0343/ https://www.python.org/dev/peps/pep-0492/ https://www.python.org/dev/peps/pep-3099/

Scott Meyers Talks
https://www.youtube.com/results?search_query=scott%20meyers https://www.youtube.com/watch?v=48kP_Ssg2eY

Bret Victor
http://worrydream.com/ https://vimeo.com/36579366 https://vimeo.com/64895205 https://vimeo.com/66085662 http://worrydream.com/MediaForThinkingTheUnthinkable/

Alan Kay
https://www.youtube.com/watch?v=NdSD07U5uBs https://www.youtube.com/watch?v=YyIQKBzIuBY https://www.youtube.com/watch?v=oKg1hTOQXoY

Steve Yegge
http://sam-koblenski.blogspot.com/2015/05/the-best-steve-yegge-posts.html http://steve-yegge.blogspot.com/

Joel Spolsky
https://www.joelonsoftware.com/ ^ check out the reading lists

Gerald Sussman
https://www.youtube.com/results?q=gerald+sussman https://www.youtube.com/watch?v=O3tVctB_VSU

Guy Steele
https://www.youtube.com/results?search_query=guy+steele https://www.youtube.com/watch?v=_ahvzDzKdB0

Peter Norvig
http://www.norvig.com/lispy.html

Git SCM Book
https://git-scm.com/book/en/v2

Antirez
http://antirez.com/latest/0

Things to Learn:

  • Command line scripting
    • find
    • grep
    • xargs
    • less
  • Regular Expressions
  • SQL
  • Version Control

Strange Loop Talks
https://www.youtube.com/channel/UC_QIfHvN9auy2CoOdSfMWDw

https://www.youtube.com/watch?v=aeRVdYN6fE8

John Carmack
https://www.youtube.com/results?search_query=john+carmack

Grace Hopper
https://www.youtube.com/results?search_query=grace+hopper

ClojureTV
https://www.youtube.com/user/ClojureTV https://www.youtube.com/watch?v=5Q9x16uIsKA

Tim Ewald - Clojure: Programming with Hand Tools: https://www.youtube.com/watch?v=ShEez0JkOFw

Aphyr’s Blog
His call me maybe posts are great.
https://aphyr.com/tags/jepsen

General Programming/Tech News:
https://www.reddit.com/r/programming/ https://news.ycombinator.com/

Books:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment