Skip to content

Instantly share code, notes, and snippets.

View psilvis's full-sized avatar

Paul Silvis psilvis

View GitHub Profile
@psilvis
psilvis / privacy_policy.md
Last active February 22, 2026 22:55
Chroma App - Privacy Policy

Privacy Policy

Last updated: February 22, 2025

  1. Overview

Chroma ("the App") is built with a privacy-first approach. The majority of your health data is stored locally on your device using encrypted storage and is never transmitted to our servers. However, certain features involve third-party services as described below.

  1. Data We Collect
@psilvis
psilvis / terms-of-service.md
Last active February 22, 2026 22:55
Chroma App - Terms of Service

Terms of Service

Last updated: February 22, 2025

  1. Acceptance of Terms

By downloading, installing, or using Chroma ("the App"), you agree to be bound by these Terms of Service ("Terms"). If you do not agree to these Terms, do not use the App.

  1. Description of Service
  1. Overview TinyWords ("the App") is designed with privacy as a core principle. We do not collect, store, or share any personal information.

  2. Information We Collect TinyWords collects minimal data to ensure app stability:

Crash and error reports — When the app crashes or encounters an error, diagnostic information is sent to Sentry for debugging purposes. This includes device type, OS version, and stack traces, but does not include any personal information or gameplay data. We do not collect personal information, usage analytics, or any data about your gameplay.

  1. Children's Privacy (COPPA Compliance)
@psilvis
psilvis / getinitialsitedata.json
Last active August 29, 2015 14:17
getInitialSiteData SKU missing Choice for "abc" option
"product": {
"product_id": "2",
"name": "Product with Color Options",
"options": [{
"product_option_id": 17,
"name": "abc",
"choice_order": null,
"renderer": "dropdown",
"sort_order": 0
}, {
@psilvis
psilvis / gist:3279865
Created August 7, 2012 00:18
Liquid Crystal example
//Sample using LiquidCrystal library
#include <LiquidCrystal.h>
/*******************************************************
This program will test the LCD panel and the buttons
Mark Bramwell, July 2010
********************************************************/
// select the pins used on the LCD panel