Skip to content

Instantly share code, notes, and snippets.

@jdnova0802
jdnova0802 / velaru_anchor.json
Created August 16, 2026 19:14
Velaru audit anchor — 606 entries — SCITT RFC9943 — 2026-08-16T19:14:53.282567
{
"velaru_anchor": true,
"scitt_aligned": true,
"scitt_rfc": "RFC9943",
"profile": "velaru-employment-companion-ai-v1",
"anchored_at": "2026-08-16T19:14:53.282163",
"chain_length": 606,
"latest_entry_hash": "fa857f4d7103467f3efdaa02e4f5a60e18dfdc5723922512efa9177c8bf669d6",
"recent_entry_hashes": [
"1529120c78cf99cfc759bc73aff850ad43fe5c74346c00ead3d24dcc7e8d2caf",
@mehmetresatdemir
mehmetresatdemir / komsuciftlik-gizlilik.html
Created August 16, 2026 19:14
Komşu Çiftlik gizlilik politikası / privacy policy
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Komşu Çiftlik — Gizlilik Politikası</title>
<style>
body { font-family: system-ui, sans-serif; max-width: 720px; margin: 2rem auto; padding: 0 1rem; line-height: 1.55; color: #1a1a1a; }
h1, h2 { color: #2d5a1e; }
hr { border: 0; border-top: 1px solid #ddd; margin: 2rem 0; }
@joswell78
joswell78 / rebuild-production-backend-systems-as-on.rs
Created August 16, 2026 19:14
Rebuild production backend systems as on-chain Rust programs — Hermes autonomous code
```markdown
# README:
This is a simple Access Control / RBAC system implemented as a Solana program using Anchor. The program allows roles to be assigned to users and checks if a user has permission for a specific action.
## To Build/Run:
1. Install Rust and Solana CLI.
2. Clone the repo: `git clone https://github.com/<your-username>/solana-rbac-program.git`
3. Navigate to the project directory: `cd solana-rbac-program`
4. Build the program: `anchor build`
MetaBurn Privacy Policy
Last updated: August 2026
This Privacy Policy describes how MetaBurn collects, uses, stores, and protects your personal information when you register for, access, or use the MetaBurn fitness tracking mobile application. By using MetaBurn, you agree to the collection and processing of your data as outlined in this policy to enable essential app functions such as user account management, custom workout logging, progress analytics, and secure data synchronization across your devices.
MetaBurn is committed to protecting your privacy. This Privacy Policy explains how we collect, use, and safeguard your information when you use our MetaBurn fitness tracking application.
We collect information you provide directly to us, including Account Information like your email address, username, and password when you create an account. We also collect Profile Information such as your name, age, height, weight, and fitness goals, alongside Workout Data including exercise logs, workout routines, sets,
@dcaste
dcaste / wp-buyer-blacklist-enforcement-scope-clarification.md
Created August 16, 2026 19:13
Enforcement scope clarification for wp-buyer-blacklist

Enforcement-scope clarification

This clarification reconciles Specify checkout block acceptance criteria and Specify exemptions and wp-admin override for the Buyer blacklist product PRD.

V1 enforcement blocks matching active entries at storefront checkout and automatic subscription renewals, before payment or order creation. Buyers may browse and use the cart. The plugin does not cancel subscriptions or add recovery logic. Blacklist enforcement never applies to orders created, edited, or managed in wp-admin. V1 makes no requirement to enforce against external integrations or other undefined order-creation paths.

@dcaste
dcaste / wp-buyer-blacklist-non-goals-v2.md
Created August 16, 2026 19:13
Revised V1 non-goals for wp-buyer-blacklist

V1 non-goals and out-of-scope resolution (revised)

Resolved decisions for Lock v1 non-goals and out of scope, part of the Buyer blacklist product PRD.

V1 includes a plugin-admin blacklist list: a list of blacklist entries, not the default WordPress Users list and not an analytics dashboard. An entry represents a blacklisted Buyer identity and may be associated with a Customer or Order but is not necessarily a WordPress user.

V1 explicitly excludes administrator notifications by email, order note, or alert; dashboards, charts, fraud scoring, risk analysis, and automatic enrollment; shared cross-store or multisite lists and synchronization; third-party fraud, payment, device-intelligence, or card-fingerprint APIs; phone, IP, combined identifiers, exemption lists, and bypass mechanisms; automatic expiry, automatic identity merging, and custom roles; scheduled CSV imports, external list synchron

@dcaste
dcaste / wp-buyer-blacklist-csv-import-v2.md
Created August 16, 2026 19:13
Revised CSV import requirements for wp-buyer-blacklist

CSV import requirements resolution (revised)

Resolved decisions for Specify CSV import requirements, part of the Buyer blacklist product PRD.

CSV import is a repeatable, manually initiated administrator operation for adding existing blacklist entries. It is not scheduled and has no external synchronization in v1.

Input

The plugin accepts a UTF-8, comma-separated CSV with a header row. The supported columns are match_type, email, customer_id, address_line_1, address_line_2, city, state, postcode, country, and reason; column order is arbitrary and unknown columns are ignored.

@dcaste
dcaste / wp-buyer-blacklist-admin-enrollment-workflows-v2.md
Created August 16, 2026 19:13
Revised admin enrollment requirements for wp-buyer-blacklist

Admin enrollment and list-workflow requirements resolution (revised)

Resolved decisions for Specify admin enrollment and list workflows, part of the Buyer blacklist product PRD.

Enrollment routes

All v1 enrollment is initiated manually by an authorized user; there are no automatic enrollment rules, scheduled enrollment, or enrollment triggered by checkout attempts.

The normal path selects existing Customers or Orders: from the Customers list (single or bulk selection), a Customer detail screen, an Orders list, or an Order detail screen. It does not ask the operator to type an identifier. CSV import is a separate manually initiated bulk operation.