Skip to content

Instantly share code, notes, and snippets.

View CrypticMessenger's full-sized avatar
🧠
accelerating

Ankit Sharma CrypticMessenger

🧠
accelerating
View GitHub Profile
Primitive / Concept What is it? Why use it? (The Problem) Where to use? (Use-Cases) Key Notes & Trade-offs
Volatile Keyword Lightweight synchronization that guarantees visibility (reads/writes go directly to main memory). Prevents threads from reading stale data from CPU caches and prevents instruction reordering by the compiler. Status Flags: Simple boolean signals like shutdownRequested to stop a task. Does not guarantee atomicity. Operations like count++ are still unsafe.
Atomics Non-blocking wrapper classes (AtomicInteger, AtomicReference) using hardware CAS (Compare-And-Swap). Solves Read-Modify-Write race conditions (like count++) without the overhead of putting threads to sleep. Counters & Accumulators: Request counters, High Score trackers, or updating a single variable based on its previous value. Faster than locks for single variables, but difficult to manage invariants in
{
"articles": [
{
"title": "How to Do Great Work",
"author": "Paul Graham",
"url": "https://www.paulgraham.com/greatwork.html",
"summary": "A deep exploration of the prerequisites for doing great work: curiosity, hard work, and the courage to pursue unpopular ideas.",
"tags": ["Career", "Excellence", "Philosophy"]
},
{

Privacy Policy for Purrsuit 🐾

Effective Date: May 3, 2026

Purrsuit ("we", "our", or "the App") is an AI-powered cat companion application. This Privacy Policy describes how we handle data when you use the App in both "Controller" and "Brain" modes.

1. Information We Collect and How We Use It

1.1 Camera and Microphone Data

The App requires access to your device's Camera and Microphone to function in "Brain Mode."

[
"One small choice can change your whole day 💜",
"Your attention is safe here ✨",
"Tiny progress matters 🌱",
"You're building something meaningful 🌿",
"Protect what matters most 🛡️ ",
"Small wins compound into big change 💫",
"Your focus is your superpower ⚡",
"Be gentle with yourself today 🫶"
]

Privacy Policy — Focusly: App Blocker & Focus

Effective Date: May 21, 2026
Developer: Binary Gains

Overview

Focusly is a productivity app that helps users block distracting apps during focus sessions and scheduled time windows. All data stays on your device. We do not collect, transmit, or share any personal information.

Data We Access