My BASB Implementation in Org Mode
The author describes their BASB implementation using Emacs Org mode, focusing on configuration choices and workflow design. They highlight the use of org-reverse-note-order to insert new headings at the top and rely on org-roam's daily notes for journaling. The setup organizes templates and journal files in separate subdirectories to keep the system performant and maintainable.
- ▪The global configuration includes setting (setq org-reverse-note-order t) so new entries appear at the top of headings.
- ▪Journaling is handled with org-roam's dailies, using separate daily files rather than a single org file.
- ▪All journal templates are stored as full Org files in a dedicated ~/org-roam-repo/templates directory for easier editing.
- ▪Journal entries themselves are kept in a ~/org-roam-repo/journals subdirectory to reduce clutter and improve performance.
Hacker News (Newest) files mainly under programming. We currently carry 5,306 of its stories.
Story provenance
Source · retrieval · rights · ranking — open for full record
inspect →
Story provenance
Attribution is not the same as permission. This drawer separates discovery metadata, excerpts, WeSearch-generated summaries, reuse status, and whether the publisher receives the visit. Nothing here claims a legal grant the publisher has not made.
Record
| Original publisher | For the Wynn |
| Canonical URL | https://ftwynn.com/posts/my-basb-implementation-in-org-mode-v2023-06/ |
| Publication time | Fri, 26 Jun 2026 06:45:59 +0000 |
| Retrieval time | 2026-06-26T07:07:29.748Z |
| Last seen | 2026-06-26T07:07:29.748Z |
| Headline source | Publisher (no WeSearch rewrite) |
| Excerpt source | publisher body |
| Excerpt method | First ~120 words (~800 chars) of extracted publisher body, fair-use limited. |
| Summary | WeSearch · cerebras-chat (WeSearch summarizer) |
| Summary source text | contentText |
| Citation coverage | Summary is a WeSearch-generated derivative; primary citation is the original publisher URL. |
| Cluster | LxVZqB45KYL8 |
| Cluster logic | Grouped by semantic title/content similarity across sources within a rolling window. Same-publisher template collisions are excluded from coverage comparison. |
| Ranking reason | Story pages are not engagement-ranked. Hub feeds use recency, with optional source-diversified chronological ordering (cap consecutive stories per source). No personalized ranking. |
| Publisher visit | Yes — open original |
| Substitutes article? | No — link-out required for full text |
Rights status (four layers)
WeSearch handling by dimension
| Indexing | May the item be indexed (stored, ranked, made findable)? | Allowed |
| Snippet | May a short excerpt of the publisher's text be shown? | Allowed |
| AI summary | May WeSearch generate its own short summary of the article? | Limited |
| Retrieval / RAG | May the content be exposed for third-party retrieval-augmented generation? | Not asserted |
| Model training | May the content be used to train AI models? | Not asserted |
| Commercial reuse | May the content be reused commercially? | Not permitted |
Basis: Derived from the published RSS/Atom feed. Contact: [email protected]. Reviewed: 2026-07-24.
Opening excerpt (first ~120 words) tap to expand
The meat and potatoes of the series! The stuff you’ve probably been waiting for! Rather than dump the entirety of my init folder on you, I’ve opted to give a more narrative explanation of how the system came to be. If you are unclear about anything, please reach out on the socials and I’ll do my best to clarify. Reminder: I use the term BASB to refer to the solution we’re building in Org. I’m sure I’ll update this page more than a few times, but expect I’ll write a new version after enough time passes. Global Configurations There aren’t that many global configurations I want to call out at the top. Generally, I write my init file in org, add packages and comments that I want to try, and add in commands I want to keep handy to my general.el keymap.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at For the Wynn.