Public

662 bookmarks
Custom sorting
How to Treat Depression With Low-Intensity Virtual Reality Interventions: Perspectives on Translating Cognitive Behavioral Techniques Into the Virtual Reality Modality and How to Make Anti-Depressive Use of Virtual Reality–Unique Experiences
How to Treat Depression With Low-Intensity Virtual Reality Interventions: Perspectives on Translating Cognitive Behavioral Techniques Into the Virtual Reality Modality and How to Make Anti-Depressive Use of Virtual Reality–Unique Experiences
Paper about the use of VR to help treat depression.
·ncbi.nlm.nih.gov·
How to Treat Depression With Low-Intensity Virtual Reality Interventions: Perspectives on Translating Cognitive Behavioral Techniques Into the Virtual Reality Modality and How to Make Anti-Depressive Use of Virtual Reality–Unique Experiences
Python behind the scenes #1: how the CPython VM works
Python behind the scenes #1: how the CPython VM works
This article opens a series which seeks to answer this very question. We'll dive into the internals of CPython, Python's most popular implementation. By doing so we'll understand the language itself at a deeper level. That is the primary goal of this series. If you're familiar with Python and comfortable reading C but have no much experience working with CPython's source code, there is a good chance you'll find this writing interesting.
·tenthousandmeters.com·
Python behind the scenes #1: how the CPython VM works
The Difficult Art of Giving Space in Love: Rilke on Freedom, Togetherness, and the Secret to a Good Marriage
The Difficult Art of Giving Space in Love: Rilke on Freedom, Togetherness, and the Secret to a Good Marriage
While I'm not convinced that it makes sense to focus on the idea of "marriage" in this article -- it seems to approach it as if it's the only sensible and viable long-term form of relationship -- I do like the main thrust of it; the idea that the best relationships are those where each partner can make space for the other(s).
·brainpickings.org·
The Difficult Art of Giving Space in Love: Rilke on Freedom, Togetherness, and the Secret to a Good Marriage
A half-hour to learn Rust - fasterthanli.me
A half-hour to learn Rust - fasterthanli.me

"In order to increase fluency in a programming language, one has to read a lot of it. But how can you read a lot of it if you don't know what it means?

In this article, instead of focusing on one or two concepts, I'll try to go through as many Rust snippets as I can, and explain what the keywords and symbols they contain mean."

·fasterthanli.me·
A half-hour to learn Rust - fasterthanli.me
How to open a file in Emacs
How to open a file in Emacs
On the surface: an article about how to open files in Emacs. Not so on the surface: an article about why Emacs is.
·murilopereira.com·
How to open a file in Emacs
MuscleWiki
MuscleWiki
Useful wiki that details each of the muscles in the body and how you can develop them.
·musclewiki.com·
MuscleWiki
Genomics Boot Camp
Genomics Boot Camp
The Genomics Boot Camp is a resource that helps you to start your journey in practical analysis of genomic data, with a focus on SNP data. The chapters follow the same structure all the time: provide background information and practical insight to the topic, and when appropriate exercises to reinforce the obtained knowledge. The Genomics Boot Camp as a whole was designed to cater to various learning preferences with written text, video demonstrations, and the possibility of hands-on exercises. There is a certain overlap between the book and the YouTube channel contents, but each has unique pieces of information as well. So for the full experience, I suggest checking out both.
·genomicsbootcamp.github.io·
Genomics Boot Camp
Explaining the GameStop shorting thing
Explaining the GameStop shorting thing
Tweet that contains an image of a reddit post (I know!) that explains the whole solution with hedge funds, GameStop and r/WSB, and does it in a very short and easy to understand way.
·twitter.com·
Explaining the GameStop shorting thing
THE $TREET
THE $TREET
Comprehensive explanation of the situation with r/WSB, GameStop shares and the taking down of some hedge funds.
·rickwayneauthor.wordpress.com·
THE $TREET
Computer Graphics from Scratch
Computer Graphics from Scratch
This broad introductory book gives you an overview of the computer graphics field with a focus on two core areas of modern graphics: raytracing and rasterization. Links to interactive demos throughout bring the algorithms alive. Every algorithm is built up without the use of external libraries or APIs and is presented with language agnostic pseudocode, allowing anyone with a basic understanding of programming and high school math to follow along.
·gabrielgambetta.com·
Computer Graphics from Scratch
A Whirlwind Tutorial on Creating Really Teensy ELF Executables for Linux
A Whirlwind Tutorial on Creating Really Teensy ELF Executables for Linux
This document explores methods for squeezing excess bytes out of simple programs. (Of course, the more practical purpose of this document is to describe a few of the inner workings of the ELF file format and the Linux operating system. But hopefully you can also learn something about how to make really teensy ELF executables in the process.)
·muppetlabs.com·
A Whirlwind Tutorial on Creating Really Teensy ELF Executables for Linux