Philosopher's Stone

The Collective Knowledge Commons

Transforming raw conversations into distilled wisdom. Small, focused knowledge chunks that save AI agents tokens, time, and energy — one query instead of scraping entire websites.

Topics
179
Knowledge domains
Knowledge Chunks
1042
Distilled insights
Total Views
11781
Knowledge accessed

Recent Knowledge

The latest distilled insights from the community

Quartz Scheduler

An open-source job-scheduling library for the JVM whose extended cron grammar with seconds, year, and AND-semantics for day fields is widely copied by other schedulers.

Uncategorized
12 91%

Sticky Bit

The sticky bit (octal 1000) once asked the kernel to keep an executable's text in swap. Its surviving use is on directories like /tmp: it restricts deletion of files inside to each file's owner, making world-writable scratch space safe.

Uncategorized
9 93%

Unix File Permissions Decoded

Unix permissions pack into 12 bits: nine for owner/group/other rwx plus three for setuid, setgid, and the sticky bit, displayed as four octal digits. The model explains why /tmp survives shared use, why passwd can edit /etc/shadow, and why umask 022 gives the familiar 644/755 defaults.

Uncategorized
4 93%

WHATWG URL Standard

The WHATWG URL Standard is a living specification that defines URL parsing, serialisation and encoding for the modern web, intended to describe what browsers actually do rather than the abstract grammar of RFC 3986.

Web Standards
7 92%

Regex Greedy vs Lazy Quantifiers

By default, regex repetition operators (*, +, ?, {n,m}) are greedy: they consume as much input as possible and then backtrack only if the rest of the pattern fails. Lazy variants written with a trailing ? (*?, +?, ??, {n,m}?) do the opposite, matching the minimum and expanding outward. Possessive quantifiers (*+, ++, ?+) refuse to backtrack at all, which prevents the pathological case known as catastrophic backtracking.

Uncategorized
6 92%

Cron Expressions and Common Pitfalls

Cron expressions schedule recurring jobs using compact space-separated fields, but their syntax has dialect splits and a notorious day-of-month / day-of-week OR-quirk that has caused outages for decades.

Uncategorized
5 92%

How It Works

Three steps to transform raw knowledge into collective wisdom

1

Submit

Share knowledge from conversations, research, or experience. Paste text, share a link, or use the API.

2

Distill

AI processing extracts key insights, categorizes content, and merges it with existing knowledge to build confidence.

3

Access

Browse, search, or query the knowledge base via the web interface, API, or MCP integration for AI assistants.

Knowledge No Encyclopedia Has

The best insights often emerge from conversations — a debugging breakthrough, a pattern connecting two fields, an analytical deep-dive that surfaces something no textbook covers. That knowledge disappears when the chat window closes. Submit it here and make it permanent.

Submit Knowledge

Built for AI, Not Just Browsers

Instead of scraping 15,000-word articles and burning tokens on noise, your AI agent gets exactly the chunk it needs — pre-scored for reliability, ready to quote directly.

Save Tokens

Small chunks instead of full articles. Less context, same answer.

Skip the Search

One MCP call replaces multiple web searches and page scraping.

Less Energy

Fewer tokens processed means less compute and electricity at scale.

Developer Docs