changelog shortlog graph tags branches files raw help

Mercurial > org > blog / changeset: style update

changeset 20: 889759cafcc2
parent 19: 84097475a40a
child 21: 1204cefcfd28
author: Richard Westhaver <ellis@rwest.io>
date: Thu, 06 Jun 2024 23:15:38 -0400
files: draft/a-bit-of-risc.org draft/a-lispy-database.org draft/dylib-skel.org draft/hello-world.org draft/on-lisp-ecosystems.org draft/outlines.org readme.org
description: style update
     1.1--- a/draft/a-bit-of-risc.org	Sun Jun 02 20:06:36 2024 -0400
     1.2+++ b/draft/a-bit-of-risc.org	Thu Jun 06 23:15:38 2024 -0400
     1.3@@ -1,5 +1,6 @@
     1.4 #+title: A Bit of RISC
     1.5 #+date: [2024-03-11 Mon]
     1.6+#+setupfile: ../../../clean.theme
     1.7 I recently picked up [[https://dl.acm.org/doi/10.5555/2462741][Hacker's Delight]] and having a lot of fun with
     1.8 it. It's a collection of bit-manipulation tricks collected by hackers
     1.9 over many years. You can flip open pretty much anywhere in the book
     2.1--- a/draft/a-lispy-database.org	Sun Jun 02 20:06:36 2024 -0400
     2.2+++ b/draft/a-lispy-database.org	Thu Jun 06 23:15:38 2024 -0400
     2.3@@ -1,5 +1,6 @@
     2.4 #+title: A Lispy Database
     2.5 #+options: toc:t h:1
     2.6+#+setupfile: ../../../clean.theme
     2.7 One of the key features missing in the =core= is a DBMS. The first,
     2.8 and often only choice for this need in companies of today is
     2.9 a SQL RDBMS.
     3.1--- a/draft/dylib-skel.org	Sun Jun 02 20:06:36 2024 -0400
     3.2+++ b/draft/dylib-skel.org	Thu Jun 06 23:15:38 2024 -0400
     3.3@@ -1,4 +1,5 @@
     3.4 #+title: Shared Library Skeletons
     3.5+#+setupfile: ../../../clean.theme
     3.6 * Overview
     3.7 :PROPERTIES:
     3.8 :ID:       748ba6e4-60db-4ff7-9d78-12c3f67644d8
     4.1--- a/draft/hello-world.org	Sun Jun 02 20:06:36 2024 -0400
     4.2+++ b/draft/hello-world.org	Thu Jun 06 23:15:38 2024 -0400
     4.3@@ -1,5 +1,6 @@
     4.4 #+title: (hello world)
     4.5 #+options: toc:t h:1
     4.6+#+setupfile: ../../../clean.theme
     4.7 * COMMENT Introduction
     4.8 Hello World,
     4.9 
     5.1--- a/draft/on-lisp-ecosystems.org	Sun Jun 02 20:06:36 2024 -0400
     5.2+++ b/draft/on-lisp-ecosystems.org	Thu Jun 06 23:15:38 2024 -0400
     5.3@@ -0,0 +1,1 @@
     5.4+#+setupfile: ../../../clean.theme
     6.1--- a/draft/outlines.org	Sun Jun 02 20:06:36 2024 -0400
     6.2+++ b/draft/outlines.org	Thu Jun 06 23:15:38 2024 -0400
     6.3@@ -1,4 +1,5 @@
     6.4 #+title: outlines
     6.5+#+setupfile: ../../../clean.theme
     6.6 * Overview
     6.7 Source code files are hard to manage. They can get unwieldly quickly and making the
     6.8 wrong assumption about your whereabouts in the code tree can have unintended
     7.1--- a/readme.org	Sun Jun 02 20:06:36 2024 -0400
     7.2+++ b/readme.org	Thu Jun 06 23:15:38 2024 -0400
     7.3@@ -1,5 +1,6 @@
     7.4 #+title: blog
     7.5 #+EXPORT_FILE_NAME: index
     7.6+#+SETUPFILE: ../clean.theme
     7.7 * posts
     7.8 * drafts
     7.9 ** DRAFT A Bit of RISC