Skip to content

Instantly share code, notes, and snippets.

@hallidev
hallidev / deltabot-privacy-policy.md
Created September 17, 2026 11:33
Privacy Policy - DeltaBot

DeltaBot Privacy Policy

Effective date: September 17, 2026

DeltaBot is a Reddit moderation app used to operate the delta system on r/changemyview.

Information processed

DeltaBot processes information available through Reddit that is necessary to provide its features, including Reddit usernames, comments, posts, IDs, permalinks, flair, and delta-award history.

@hallidev
hallidev / deltabot-terms-and-conditions.md
Created September 17, 2026 11:32
Terms and Conditions - DeltaBot

DeltaBot Terms and Conditions

Effective date: September 17, 2026

DeltaBot is a Reddit moderation app used to operate the delta system on r/changemyview. By interacting with DeltaBot, you agree to these terms and to Reddit's applicable terms and policies.

Use of the app

DeltaBot may read comments and posts, validate delta awards, publish replies and summaries, update flair and wiki pages, maintain delta histories and leaderboards, and carry out moderator actions.

@hallidev
hallidev / gist:300c50fa1bab3a44c3ee2fcb45c6eb1e
Created December 5, 2019 15:47
Emit MediatR Events to EventGrid
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using MyApp.AppServices.Configuration;
using MyApp.AppServices.EventBus.Command;
using MyApp.AppServices.Model.EventGrid;
using Framework.EventBus.Command;
using Framework.Model;