Lexicon
⌘K
Explore
ExploreGuidesNotes
WriteMy LibraryBooks
Sign in

Lexicon

a personal knowledge base

✦ Knowledge for builders

One place to think, learn, and publish.

Lexicon is a public knowledge base and a private study library for computing, programming, networking, and security.

Explore topics →Open My Library
>_npm install -g lexicon-tui
Lexicon — a glowing tree of knowledge growing from an open book

Two modes, one account

Public Lexicon

Discover ideas, read from the community, and learn from clear explanations.

Explore →
GuidesNotesPeople

Building a Sustainable Learning System

Learning

OSI Model

Networking

TCP vs UDP

Networking

TCP/IP Model

Networking

My Library

Keep books, notes, and bookmarks. Track progress, review, and remember.

Open Library →
ShelfProgressJournalPages

Build a shelf

64%

progress

12

due today

Explore the knowledge base

Browse all guides →

32 notes across 19 categories.

Learning

Notes and explainers.

Building a Sustainable Learning System

Networking

Protocols, architectures, and system design.

OSI ModelTCP vs UDPTCP/IP Model

Programming

Languages, paradigms, tools, and best practices.

What’s happening now

View more →

9d ago

Only Bug Bounty Checklist You'll Ever Need!!! V2

Global Manual Bug Bounty Checklist Purpose: A target-agnostic, manual-first checklist for authorized web, API, SaaS, identity, business-logic, integration, a…

Bug Bounty

9d ago

Only Bug Bounty Checklist You'll Ever Need!!!

Global Manual Bug Bounty Checklist Purpose: A target-agnostic, manual-first checklist for authorized web, API, SaaS, identity, business-logic, integration, a…

Bug Bounty

16d ago

Markdown formatting reference

A quick reference for GitHub-Flavored Markdown. The rendered output is on the left in your head; the source is below. Headings markdown H1 H2 H3 Emphasis mar…

Reference

On the web

Write long-form posts, journal entries, and topic pages with a rich editor.

Why I prefer Rust for systems programming

Rust gives you performance without sacrificing safety. The ownership model took time to click, but now concurrent code feels… fearless.

✓ Saved

>_

In your terminal

A fast TUI for browsing, searching, and managing your library.

$ npm install -g lexicon-tui

❯ ExploreUnderstanding TCP · 2hLibraryRust Ownership · 1dSearchZero Trust Guide · 2dJournalQUIC in the wild · 3d

Join a growing community of builders and thinkers.

Share knowledge. Grow your library. Master what matters.

Sign up freeLog in
Lexicon

The knowledge platform for computing and security.

Get the terminal app

>_npm install -g lexicon-tui

Explore

  • Browse guides
  • Community notes
  • People

Create

  • Write a note
  • Suggest a guide
  • My Library

More

  • Explore
  • RSS feed
  • Terminal app
© 2026 LexiconBuilt for computing & security.
Start Here — How to Solve a Problem
From if/else to DSA — The Whole Path
Problem Solving
DSA Practice — Learn by Solving

Software Craft

Notes and explainers.

How to Structure a Software ProjectDebugging Software SystematicallyDesigning Clean and Maintainable User InterfacesClean code naming practices

21d ago

Useful Linux filesystem commands

A compact cheat sheet of filesystem commands I keep coming back to on the terminal. Moving around bash pwd where am I ls -lah long list, human sizes, include…

Linux

26d ago

Debugging checklist

When something breaks and I have no idea why, I run through this list before touching any code. It turns panic into a process. 1. Reproduce it reliably A bug…

Software Craft