Skip to content

Instantly share code, notes, and snippets.

@mdriscoll2
mdriscoll2 / privacy.md
Created May 27, 2026 15:06
Turntable Club Privacy Policy

Turntable Club — Privacy Policy

Last updated: 2026-05-27

Michael Driscoll ("we") makes Turntable Club. This policy explains what the app handles and how.

The short version

Turntable Club has no servers of our own. Your data lives in your iCloud account and syncs between you and the people in your clubs via Apple's CloudKit. We don't collect, see, sell, or monetize your data.

@mdriscoll2
mdriscoll2 / setupiisforsslperfectforwardsecrecy_v17.ps1
Created March 9, 2020 14:31 — forked from jbratu/setupiisforsslperfectforwardsecrecy_v17.ps1
Great powershell script for tightening HTTPS security on IIS and disabling insecure protocols and ciphers. Very useful on core installations.
# Copyright 2019, Alexander Hass
# https://www.hass.de/content/setup-microsoft-windows-or-iis-ssl-perfect-forward-secrecy-and-tls-12
#
# After running this script the computer only supports:
# - TLS 1.2
#
# Version 3.0.1, see CHANGELOG.txt for changes.
Write-Host 'Configuring IIS with SSL/TLS Deployment Best Practices...'
Write-Host '--------------------------------------------------------------------------------'