Bootstrap knowledge of LLMs ASAP. With a bias/focus to GPT.
Avoid being a link dump. Try to provide only valuable well tuned information.
Neural network links before starting with transformers.
| ;;; sidetabs.el --- Left side tabs -*- lexical-binding: t; -*- | |
| ;; Copyright (C) 2026 Nicolas P. Rougier | |
| ;; Author: Nicolas P. Rougier <nicolas.rougier@inria.fr> | |
| ;;; Package-Requires: ((emacs "27.1")) | |
| ;; Keywords: convenience | |
| ;; This file is not part of GNU Emacs. |
| ;; org-roam-link-utils.el | |
| (defun org-roam-link-find () | |
| "Find \"roam:\" links in Org-Roam" | |
| (interactive) | |
| (let* ((link-type "roam") | |
| (query "select | |
| files.title, links.source, links.pos, | |
| links.dest, links.properties | |
| from links |