Needlestack

Gathering the Awesomeness of the Internet

Table of contents

Intro

The internet is a giant haystack of content and information. This haystack is filled with a lot of stuff. Most of it is useless hay. But among the hay are some beautiful nuggets of information – literal needles in a haystack. Collecting those over time leads to a stack of useful things - a needlestack.

So a needlestack is a personal, curated collection of needles (websites) that somebody found on the internet. Needles that they are glad to have found. Needles that they want to share with others. Needles, that were carefully sifted from the hay.

Sometimes the needles have small notes and explanations attached to them, sometimes they don't and they are just plain old links.

This site is my needlestack and it reflects parts of the internet that I love. I sincerely hope it will be of use to you, that's why I put it out here on the internet, but it might not be. People are different. So, enjoy browsing, and don't get overwhelmed, since even a stack of needles can be quite big.

The idea of collecting information in this format and giving it its unique name "Needlestack" is not mine. I found it on the blog of Ethan Maurice and loved it so much that I had to make my list of awesomeness.

Here's his in case you're curious.

This needlestack will be organized into different sections. You can jump from section to section, as well as back to the overview at any time. If you have something awesome you want to share with me or think something is missing, please let me know.

Lecture Series

Brain Stuff

My all-time favorite lecture series has to be the Lecture Collection on Human Behavioral Biology by Robert Sapolsky. I have learned countless things from it. About how the human brain works and what kinds of biases are at play when we think and how nature and nurture work together to produce our unique behaviors. The best and the worst sides of humans can be explained by neuroscience.

What I love the most about these lectures is that everything Professor Sapolsky looks at everything from multiple different angles, and dissects ideas carefully to see where they hold and where they don't. Sure, that makes things wildly more complicated, but it is much closer to the real world and helps to put ideas into perspective. There are a lot of things that go into human behavior and all of them are interesting and get an introductory treatment in this series. It's simply – amazing.

MIT 9.13 - The Human Brain is entirely about how the human brain works and how people set up clever experiments using high and low-tech methods to find out more about it. It's fascinating to learn about how people come up with different ways of teasing apart whether or not a certain structure in the brain plays a role in face perception or language production or not. The instructor, Nancy Kanwisher, is amazing at explaining the subtle differences in an experimental setup, that can make or break results. And she underlines every point she makes with tons of examples from studies of her colleagues.

Personality and Its Transformations by Jordan Peterson is a solid introduction to psychology and thinking about the human brain. I watched and enjoyed the whole 2017 edition of these lectures and liked all of them except one, where he was bashing some feminist video for no good reason. The recommended reading in between the lectures is also huge and available in the footnotes of the videos (and worth reading).

Mathematics

All of these are useful to brush up on the fundamental topics underlying many other concepts in a lot of different fields (engineering, physics, machine learning, software engineering). You can also use these lectures, to learn these things from scratch. That's kind of what I did. There is one important thing to remember though - without practicing these mathematical tools, you will very likely not understand them. So it's a good idea to take notes and then even more important to look at and solve some or all of the problem sets. Maybe even pick up some of the syllabus books to go along with the videos if you truly want to understand and be able to use the mathematics explained.

I don't think there are video lectures for

I searched for them but didn't find any videos on YouTube or the MIT OCW website sadly...

MIT 18.06 - Linear Algebra with Gilbert Strang is one of the most cherished lecture series I have ever watched. The guy just has a knack for explaining dense mathematical concepts, making them fun to follow and easy to understand. He is enthusiastic about the topics and makes connections between different areas of mathematics that look beautiful. Gilbert Strang is just one of the best teachers out there and everything he has on MIT OCW that I have watched, is solid gold. There are a few other lecture series of his that I am aware of:

I still want to watch 18.065, 18.085 and 18.086 in their entirety. But so far I didn't find time to do that.

Software Engineering

Learning about Algorithms is interesting and I think that MIT has a couple of solid lecture series on this topic.

MIT 6.006 Introduction to Algorithms is one of those. There is an updated version from 2020, but I haven't watched any of it yet, so I am not sure if it's better or worse than the older one.

One of the instructors, Erik Demaine, also taught MIT 6.851 - Advanced Data Structures. It's good as well, after 6.006.

The other instructor, Srinivas Devadas, also taught MIT 6.046J Design and Analysis of Algorithms which you might want to check out after watching MIT 6.006. Some of it overlaps with 6.006 though.

With all of these you should keep in mind that to learn and understand algorithms, you have to write your versions. And besides writing your implementations you also have to practice applying different algorithms and strategies to real-world problem-solving or by doing something like Code Katas.

The Missing Semester lectures from MIT are so extremely worth it if you work as a developer or software engineer! They are a must-watch even if you just want to become more of a power user. They walk through setting up tools and systems on computers that take some time to learn but ultimately will make you much more efficient at doing things. And those are the kinds of things where, if you didn't already know them, you will go like: "Huh... I wish somebody could have shown this to me sooner". It's a bag of tricks on how to use *nix style operating systems. Introducing tools like tldr, fzf, vim, screen or tmux. There are lots of things to take away from these lectures. The best thing is that each lecture is separate from the others and focuses on one thing only. So you can kind of watch only the ones you want or need.

If you want to learn more about computer graphics and the mathematics under the hood I can not recommend watching MIT 6.837 - Introduction to Computer Graphics enough. It will teach you so many interesting things, it's unbelievable. How to use matrices and affine transformations to transform different coordinate systems into each other. Or how to construct curves by using different sets of basic equations and how to skin meshes and animate bones etc. And it dives into it from the mathematics side of things, explaining all the key concepts along the way.

One of the best lecture series out there (and one of my favorites) is about how programming languages and compilers work under the hood (with a focus on the LISP compiler). The MIT 6.001 - Structure and Interpretation of Computer Programs - Lecture Series is awesome but old, and one that I have watched completely. The best moment is when the two instructors put on wizard hats to explain the magic of the metacircular evaluator and how the language almost pulls itself out of thin air using the magic of recursion and the eval and apply procedures. It's just dope stuff.

Developer Journey

As you may or may not know – I am a software engineer. I consider this one of the best jobs to have and would recommend everybody to learn at least some programming in their lifetime. Programming is a life-changing and empowering ability and it's so enjoyable too. It can give you flow-like experiences and I like comparing it to playing an instrument or creating art.

Coding can be deeply relaxing, extremely stimulating and intellectually intriguing, all at the same time. And it is creative too. It allows you to build your things, be that websites, games, apps, or other things. Things that have never existed before.

Plus, becoming a better programmer is an open-ended journey. People create and put so much stuff out there every year, it is just enormous. So enormous that you can not learn it all. Coding is something that you can keep learning and gain a greater understanding of for the rest of your life. It's an open-ended journey.

This section of the needlestack is filled with needles specific to this hobby of mine. A hobby that eventually turned into a job and that is now an integral part of my life. If you are not interested in computers and coding, or any of these "tech" things, you can safely skip this part and continue down here.

How to Learn Programming

My favorite website for learning how to program is by far FreeCodeCamp. It has a full-fledged interactive curriculum that gives you 100% of the knowledge you need to start your career as a junior-level full-stack developer. I have done their whole curriculum in 2017 and have since then worked at companies such as Softgames, Klarna, ESA and Ironhack. Freecodecamp even has a youtube channel, filled with an amazing amount of content. But the best idea is to do the exercises on their website, because "learning" from videos is very different from coding and doing things yourself.

Once you already know the basics of at least one programming language and want to quickly pick up another you should give Exercism a try. It's a platform, where you solve increasingly harder exercises in any programming language out there and pick up the languages along the way. They even have mentors that review your code - and best of all, everything there is completely free!

For learning new languages there's also the learnxinyminutes website

Google also has a lot of free resources you should check out if you want to learn how to code. These are the ones that I have used myself :

Then there is also MDN. It has guides on

  • HTML
  • CSS
  • Javascript Fundamentals is probably the #1 website to go to for documentation on how certain JS features and more general stuff on the web works.

In a similar vein, there is W3schools which has interactive and completely free tutorials on so many things it's unbelievable.

If you already know how to program and only want some ideas for side projects to build, I think this GitHub repo is awesome.

Also, all of the lecture series videos underneath the Software Engineering section are worthwhile to watch and will make you a more knowledgeable (and I would argue better) developer.

Programming books

And some that I like personally:

Curriculums and roadmaps

Articles about Programming

There is a whole flood of amazing tutorials out there and I won't tell you about any of them here, because most often they are just something you stumble upon when trying to solve a very specific problem. I'll just mention a few blogs, and articles that I found to be immensely useful and to which I regularly return.

Learn your ABC - in other words: Always Be Coding. This is a central idea and I think is advice people should follow. Code in your free time on stuff that you like. This is how you grow massively in a short amount of time. Follow your curiosity and see where it leads you. And pick up new languages and skills along the way.

I consider the Programming Achievements by Jason Rudolph to be the layout for a lifelong path of curiosity and learning. Just tackling one of those achievements might take months or years of work, depending on your commitment to it. They focus on the open-ended character of the developer's journey and I love that. His idea is also available as a gist to fork, so that you can tick off the boxes of the achievements yourself.

There are LOTS of different sites for coding katas - a few I have used:

I like these blogs/publications and often end up on them when looking for something:

Mindblowing AI research

Stuff on Github

Let's get even more meta. Github is a platform that people use to host code and other things, enabling the version control of Git. This allows them to work together in big teams efficiently and save the history of their creations. Mostly – but not exclusively – used for code, it's a huge, open repository of knowledge. Some of the best stuff on the internet lives in spaces within Github called repos.

There is so much awesome stuff there, that people started building repos, containing links to other awesome repos, basically compiling lists of the best stuff on Github.

Sounds familiar? It's the same idea as what you are reading right now. And they don't call it needlestacks, but awesome lists.

So here is the root of that awesome (pun very much intended) project: Awesome Github - An awesome list of awesome lists

You should also check out the person maintaining that repository: Sindre Sorhus. He is one of the most active open source maintainers ever and has some crazy cool projects in his portfolio (including the awesome list idea). Some of which, you might have even used already. Like chalk, ora or ava.

When you browse the meta list of awesome things you will come across some cool stuff - like a list of awesome mind-expanding books, a list of productivity resources or a list of awesome computer science courses.

People even built tools around those lists helping you to search and navigate through them.

Books

Go see my books section

Podcasts

I listen to a lot of podcasts, but there are only a few (for now that is 3) that I regularly return to. Even with those 3 I only tend to watch episodes that interest me, with people that work on stuff I am interested in - mostly tech, health and startup related. In order of importance to me:

  1. Lex Fridman
  2. Huberman Lab
  3. Farnam Street

My favorite episodes of all time are from Lex Fridman's interviews with Josha Bach. Currently, there are Episodes #101 and #212. I am a huge fan of Josha Bach's way of explaining things and his talks on the CCC (1, 2, 3, 4) are amazing. If you are in any way interested in how the brain might work and how we might be able to build brains in silicon by using AI, you have to check them out. They are extremely fast-paced and full of information, be prepared and don't be afraid to rewatch them. I also link to those same videos up in the Videos section with a little more description attached to each of the talks and what they are about.

Other podcasts I hop into every once in a while for good episodes, or because specific episodes have been recommended to me are these:

  1. Naval Ravikants "Podcast" – most of the episodes are short, dense 2-5 minute chunks of information but there are a few good long-form ones in there as well, specifically the "The Beginning of Infinity" Series: Part 1 and Part 2. If you haven't read the book yet, check out my book notes on The Beginning of Infinity by David Deutsch.
  2. Joe Rogan Experience - especially the interviews with David Sinclair (1, 2, 3), Elon Musk (1, 2, 3) and Andrew Huberman (1, 2) are extremely good.
  3. Tim Ferriss Show – My favorite episodes have to be My Life Extension Pilgrimmage to the Easter Islands and Naval Ravikant on Happiness. With Tim Ferriss, there are simply too many episodes, just like with Joe Rogan.

Blogs

  1. WaitButWhy - this is hands down my favorite blog. The best I know on the internet. And the reason I love it so much is that Tim Urban creates masterpieces that help to break down and understand complex topics. And he adds a good amount of humor and stick-figure drawings too, some of them so memorizable that it is just insane. On top of that, he tries to be objective and drill down and understand things. All of this adds up to reads, that sometimes take a day, with lots of resources attached to it. When you open all the links from one of his posts, you might easily end up spending a few weeks reading all of them. I had over 100 different tabs open after reading his Artificial Intelligence, SpaceX, and Neuralink Articles. 100+ different resources for further reading – each! But best of all, he coins terminology that abstracts away hard concepts into neat, easy-to-remember boxes. Like the yearning octopus, the panic monster and the procrastination monkey, the thinking ladder as well as echo chambers and idea labs... The list goes on. So yeah, if I had to recommend only one blog to read - that would be the one for sure. The next ones get much harder to order though.

  2. Paul Graham - Paul Graham has to be on the top of this list. I think his pieces combine technology and startup thinking from one of the best persons in the field. He loves Lisp and has his reasons for it, and almost everything on his blog has a unique spin and blend of his own. Even the old-school look, with the crappy layout, is his own and his own alone. Some of the best pieces of his that I re-read regularly are How to Think for Yourself, Life Is Short, The Acceleration Of Addictiveness and Hiring Is Obsolete. Reading his blog is like reading a good book. His work makes you think, and there is always a little takeaway or some new angle to be found. Even after reading a piece for the 3rd or 4th time. And that makes his blog extremely worthwhile.

  3. Nat Eliason - Nat Eliason's blog has probably shaped me a lot as well. Many of the ideas I share, he addressed, further clarifying them in my mind. Reading his posts has an addictive quality to it. Similar to blogs by Paul Graham, his essay style often looks at things from a different vantage point and gives them a slightly different spin. Some of the pieces I liked a lot: Not a full-time creator, I am a stupid monkey and you are too, How to start a blog that changes your life and Forget Commitment, Invest in Something. Some of his stuff is a little junky and not worth reading, and he is a pro content marketer, so he makes you keep reading by exploiting the heck out your curiosity gap, which is a bit annoying as well, but the multitude of ideas in his good pieces makes up for that.

  4. Farnam Street - FS is a blog I used to love a lot. But it has grown a little boring over time because I know most of their concepts and ideas from the books they recommend by now. It feels like after having read FS for some time, the usefulness declines.

That in the end, it's better if I am reading books instead. Especially because FS itself is more of an aggregator for insights from good books, letters, articles and other people. So I'd rather go straight to the source these days.

But still, there are a few things I think FS did for me: It enhanced and nurtured a love for reading good non-fiction. And it helped me to understand how drilling down to make sure the books that I am reading are worthwhile, is as important as reading a lot. And Shane Parrish (the creator behind FS) introduced me to Charlie Munger and Waren Buffett. Overall I think his best articles are not his articles though - to me the best one is a transcript for "This is Water" by David Foster Wallace, and I also love the "Letter on Finding Your Purpose and Living a Meaningful Life" by Hunter S. Thompson

A few more noteworthy blogs to go through (ordered by how much I read them):

  1. Derek Sievers
  2. Kalzumeus
  3. Slatestarcodex
  4. Julian Shapiro
  5. Preston Byrne
  6. Minding Our Way
  7. LessWrong
  8. Joel Spolsky
  9. Bakadesuyo
  10. The Art of Non-Conformity
  11. Tim Ferriss
  12. In the Pipeline - Derek Lowe

Single Articles

Entrepreneurship

Thoughts

Design

Blogging

Coding

Productivity

Health

Finance

Crypto

Random But Awesome Things

Newsletters

To be honest, I mostly hate newsletters because they are not worth it. The definition of a newsletter to be regular and "news" means, that most tend to be of that quality - namely trash. There are only 3 I subscribed to and those I also read regularly and enjoy every single time.

  1. Infinite Play by Nat Eliason
  2. 3, 2, 1 by James Clear
  3. Brain Food by Farnam Street/Shane Parrish

Videos

Top 15

  1. Which Way Is Down? This is hands down the best explanation of General Relativity out there. It's Michael from Vsauce at his absolute best... Or is it?
  2. The Rules for Rulers captures how our world works, why rulers act the way they do, and why they have to.
  3. Our Narrow Slice - Shivers run down my spine at the end, when I see, how little I am. A Pale Blue Dot experience in video form.
  4. Timelapse of the Future - Just beautifully made, a little long at times, but the animations and just the vastness of the future ahead are mindboggling.
  5. Do Chairs exist? This is mindbending. I think I'll rewatch this video over and over again, and will still learn new things about philosophy every time I do.
  6. Fractals are typically not self-similar This is the best introduction to Fractal Geometry out there.
  7. AlphaGo - The Movie is not just a great documentary of an exceptional project. It's a piece of art. How the documentary portrays the human side. How Lee Sedol is losing in a competition against the AI. It's about how humanity will forever be worse than the machines in Go. And it's scary to realize that this will be our fate in everything we do eventually.
  8. Buddhism is Kinda Out There, Man. Exurbia... the existential dread turtle as somebody called him in the comments, at his best. And I like his dark humor.
  9. Cicada3301 - An Internet Mystery. This is probably the greatest internet mystery hunt out there, documented, and the music is haunting, whenever I watch it my hairs stand on end.
  10. Prof. Eric Laithwaite: Magnetic River 1975 - Old, but soo good. I think this is the best introduction to electromagnetism out there. The demos are simply amazing.
  11. Handheld TESLA COIL GUN Tesla Coils are awesome, Smarter Every Day is Awesome and this video is perfection.
  12. The Art of Code This Talk is just insanely good. It shows why programming is beautiful and the insane creativity people show when creating interesting things with technology.
  13. How The Economic Machine Works Hands Down the best explanation of how the economic world runs.
  14. Veritasium's Life Story - This video is so honest, so beautiful. Veritasium just talking about how he became who he is now, his failures, and the lessons he learned about life along the way.
  15. The Neuroscience of Addiction My favorite lecture from the Royal Institution.

A lot more...

Youtube Channels

I am glad that these exist. Simply because they are so beautiful and have made me laugh tears of joy more than once and regularly provide moments of beauty, learning and bliss to my life.

Best for long-form learning content:

All the YouTube channels I like or used to like:

Music

I like to listen far and wide. Mostly a mix of Jazz, Ambient, Indie, Blues, Classics, Funk, Pop, EDM and German Rap. Like I said, far and wide.

Music Videos:

My favorite formats for music videos are probably Cercle, Tiny Desk, KEXP, a Colors Show and Keyscape Sessions. Just about everything they produce together with all kinds of different artists is worth watching/listening to. Some handpicked videos I love:

Artists

A bunch of musicians, whose work I love, It's still not comprehensive, but I figured I should stop after a while:

  • A Shell in the Pit
  • Agnes Obel
  • Alfa Mist
  • Alice Coltrane
  • Andrew Prahlow
  • Anomalie
  • Aurora
  • C418
  • Charles Mingus
  • Chet Baker
  • Chet Faker
  • Christian Löffler
  • Cory Wong
  • Dave Brubeck
  • Duke Ellington
  • Ella Fitzgerald
  • Epic Mountain
  • Fabian Römer
  • FKJ
  • Flume
  • Hans Zimmer
  • Henry Herbert
  • Jacob Collier
  • Joan Chamorro
  • Joe Hisaishi
  • Joey Alexander
  • John Butler
  • John Coltrane
  • Jordan Rakei
  • José González
  • Kamasi Washington
  • Kerala Dust
  • L'indécis
  • Lianne la Havas
  • Louis Armstrong
  • Louis Cole
  • Ludovico Einaudi
  • Macklemore
  • Maeckes
  • Marc Rebillet
  • Mark Lettieri
  • Meute
  • Orla Gartland
  • Overwerk
  • Petit Biscuit
  • Robert Araujo
  • Shaun Martin
  • Snarky Puppy
  • Spirits of the Red City
  • Teesy
  • The HU
  • The Kit
  • Theodore Shapiro
  • Tom Misch
  • Vulfpeck
  • Wild Child
  • Woodkid
  • Yussef Dayes

Find more Needlestacks like this one – here.

Subscribe to Live and Learn

Twice a month. Quotes, photos, booknotes and interesting links. Bundled together in one heck of a Newsletter. No spam. No noise.