Skip to content

Instantly share code, notes, and snippets.

@samdphillips
samdphillips / spotify.rkt
Created July 13, 2018 20:57
Remote control of Spotify from Racket for Mac OSX
#lang racket/base
#|
A Hack to remote control Spotify from Racket.
It pretty reliably will crash DrRacket if run.
Works better if require'd from another module, or run from command line.
|#
@matt-bailey
matt-bailey / github-pages-custom-domain-gandi-dns-records.md
Last active May 6, 2024 21:44
How to set up DNS records on gandi.net to use a custom domain on Github Pages

How to set up DNS records on gandi.net to use a custom domain on Github Pages

You would think it would be easy to find this information, but none of the Github or Gandi documentation is clear so I have recorded the required steps here.

Create the following A records:

@ 1800 IN A 185.199.108.153
@ 1800 IN A 185.199.109.153
@ 1800 IN A 185.199.110.153