Skip to content

Instantly share code, notes, and snippets.

View Nathan-Furnal's full-sized avatar
🤖
🤖

Nathan Furnal Nathan-Furnal

🤖
🤖
View GitHub Profile
@Nathan-Furnal
Nathan-Furnal / the-computer-girls_Lois-Mandel_Cosmopolitan-April67.md
Created April 11, 2023 20:32
A retranscription of "The Computer Girls" appearing in the Cosmpolitan of April 1967, by Lois Mandel.

Background

This was prompted by a tweet of Richard McElreath (see here). He mentions that this comes from the Max Planck Institute for Evolutionary Anthropology library.

Here under is the retranscription of the article, in all its sixties' glory...

Retranscription

[The Computer Girls]

@Nathan-Furnal
Nathan-Furnal / python-setup-init.el
Created May 18, 2022 19:05
Trimmed down python setup for Emacs. This is a basic `init.el` file for Python, you can pick the bits you like.
;;; init.el --- Fun stuff all around -*- lexical-binding: t; -*-
;;; Commentary:
;; This is a simple init.el which offers a Python configuration. Each package
;; usage is annotated with the how and why of its use. `use-package' is used to
;; manage the configuration as it provides lots of facilities to load modes,
;; define custom variables and key-maps, etc.
;;; Code:
@Nathan-Furnal
Nathan-Furnal / python-setup.el
Last active July 21, 2022 00:40
Python setup for Emacs
;;;========================================
;;; Disclaimer
;;;========================================
;; This configuration relies on use-package: https://github.com/jwiegley/use-package
;;;========================================
;;;========================================
;;; Python