Most Recent Bookmarks

🔗 TempleOS

<>TempleOS is a biblical-themed lightweight operating system (OS) designed to be the Third Temple prophesied in the Bible. It was created by American programmer Terry A. Davis, who developed it alone over the course of a decade after a series of manic episodes that he later described as a revelation from God. <<<<

🔗 THEOI GREEK MYTHOLOGY

-

<>Welcome to the Theoi Project, a site exploring Greek mythology and the gods in classical literature and art. The aim of the project is to provide a comprehensive, free reference guide to the gods (theoi), spirits (daimones), fabulous creatures (theres) and heroes of ancient Greek mythology and religion. <<<<

🔗 A Programmer's Introduction to Mathematics: Second Edition (pdf)

-

<> A Programmer's Introduction to Mathematics uses your familiarity with ideas from programming and software to teach mathematics.

You'll learn about the central objects and theorems of mathematics, covering graphs, calculus, linear algebra, eigenvalues, optimization, and more. You'll also be immersed in the often unspoken cultural attitudes of mathematics, learning both how to read and write proofs while understanding why mathematics is the way it is. Between each technical chapter is an essay describing a different aspect of mathematical culture, and discussions of the insights and meta-insights that constitute mathematical intuition.

As you learn, we'll use new mathematical ideas to create wondrous programs, from cryptographic schemes to neural networks to hyperbolic tessellations. Each chapter also contains a set of exercises that have you actively explore …

🔗 Oh Shit, Git!?!

-

Git is hard: screwing up is easy, and figuring out how to fix your mistakes is fucking impossible. Git documentation has this chicken and egg problem where you can't search for how to get yourself out of a mess, unless you already know the name of the thing you need to know about in order to fix your problem.

🔗 Huge study supporting ivermectin as Covid treatment withdrawn over ethical concerns

The study found that patients with Covid-19 treated in hospital who “received ivermectin early reported substantial recovery” and that there was “a substantial improvement and reduction in mortality rate in ivermectin treated groups” by 90%.

But the drug’s promise as a treatment for the virus is in serious doubt after the Elgazzar study was pulled from the Research Square website on Thursday “due to ethical concerns”. Research Square did not outline what those concerns were.

A medical student in London, Jack Lawrence, was among the first to identify serious concerns about the paper, leading to the retraction. He first became aware of the Elgazzar preprint when it was assigned to him by one of his lecturers for an assignment that formed part of his master’s degree …

🔗 croc

-

croc is a tool that allows any two computers to simply and securely transfer files and folders. AFAIK, croc is the only CLI file-transfer tool that does all of the following:

allows any two computers to transfer data (using a relay)
provides end-to-end encryption (using PAKE)
enables easy cross-platform transfers (Windows, Linux, Mac)
allows multiple file transfers
allows resuming transfers that are interrupted
local server or port-forwarding not needed
ipv6-first with ipv4 fallback
can use proxy, like tor

🔗 Qahiri Font

-

خط «قاهری» الكوفی المصحفی (على قاعدة الأستاذ محمد عبد القادر) أصبح متاحًا على خطوط جوجل. «قاهری» خط مجانی مفتوح المصدر من تصمیم خالد حسني.

🔗 How to Install Jupyter Notebook on Ubuntu 20.04 / 18.04

-

How to install Jupyter Notebook on Ubuntu 20.04 to share live code with others. In this guide, we’ll show you how to Install Jupyter Notebook on Ubuntu 20.04 LTS. Here we show you simple ways to install Jupyter on Ubuntu 20.04 LTS (Focal Fossa). You can follow the same instructions for Ubuntu 18.04, 16.04 and any other Debian based distribution like Linux Mint and Elementary OS.

🔗 Lecture library of 2000+ videos on Psychology, Neuroscience, and Philosophy.

2000 videos, with an average length of 45 minutes per video, totaling some 700gbs.

Everything is organized by Discipline->Subfield->individual-> course or lecture series. It's mostly non-introductory content.

The psychology section is far and away the most substantive of the three fields, with an emphasis on Psychodynamics, Neuropsychoanalysis, Rogerian/person-centered approaches, and Social Psychology.

The Neuroscience section has a modest amount of anatomy, and leans towards perception, affective neuroscience, and other such frivolity.

The philosophy section is a basic overview with a slight bent towards cognition, and is perfect for winning internet arguments (or whatever it is that philosophy is supposed to be for)

🔗 Using Git and GitHub in R

-

In this video, Lisa and Heather go through the steps of creating a GitHub repository, cloning the repo using RStudio, adding a collaborator, making changes to the file collaboratively, and even a little bit of Git in the terminal. It is meant to help people using Git and GitHub with RStudio who already have GitHub set up.