- Title:
- Author:
- Pub date:
- start:
se create-draft --author="AUTHOR" --title="TITLE" --pg-id=NNN
- build:
se build --output-dir=$HOME/PATH/sebooks/FOLDER/dist/ .
(w/Mike Portnoy, Jim Bacchi, & Martin Popoff)
The panel went in the order Mike > Martin > Jim > Pete, except for the HMs, when Jim preceded Martin.
- The Grays | Ro Sham Bo (album) - Wikipedia
- New England | New England (New England album) - Wikipedia
- The Posies | Frosting on the Beater - Wikipedia
- XTC | Black Sea (XTC album) - Wikipedia
/* Enter your custom CSS here */ | |
body #editor { | |
background-color: #f6f3ea; | |
} | |
#editor .CodeMirror { | |
line-height: 1.75em; | |
font-family: 'Noto Serif', 'Charis SIL', 'iA Writer Duospace', serif; | |
} | |
body .size-header-1, body .size-header-2 { |
All of them . . .
See below for earlier “squid314” reviews; also for more recent reviews on Astral Codex Ten.
06/01
- [Book Review: Origin Of Consciousness In The Breakdown Of The Bicameral Mind][19]05/05
- [Book Review Contest: Call For Entries][35]
Bookmarklet Browser Enhancement Readability
Readable is an application that helps you read more of the web. It reformats text — on any website — according to your exact specifications.
Here's my set of concentric circles on Koine Greek and its close relatives with a bit of commentary and some resources for each in Greek (where readily available), moving out from the centre:
- LXX and NT : there's plenty already around on this, so suffice it here to note the (probably) lesser known volume (only one of a projected set) by Henry St. John Thackeray, [A Grammar of Old Testament Greek according to the Septuagint][hsjt] (Cambridge, 1909). (Due to be superseded by current projects on this front, but still useful.)
It is worth bearing in mind that there are gradations of language/register, even within this body of literature. Things like Greek Jeremiah, or the gospel of Mark, are less refined than Greek Isaiah or Proverbs and the gospel of Luke. Within the "Apocrypha", too, a continuum can be seen: Tobit and Judith are relatively simple; the additions to Esther more "literary", and 3 and 4 Maccabees are getting much closer to "Attic".
- Apostolic Fathers : as they're usually c
sub PatentParaNumU | |
' recorded on Ubuntu 18.04 | |
rem ---------------------------------------------------------------------- | |
rem define variables | |
dim document as object | |
dim dispatcher as object | |
rem ---------------------------------------------------------------------- | |
rem get access to the document | |
document = ThisComponent.CurrentController.Frame | |
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper") |
sub PatentParaNum | |
' recorded on OSX 10.10.5 | |
rem ---------------------------------------------------------------------- | |
rem define variables | |
dim document as object | |
dim dispatcher as object | |
rem ---------------------------------------------------------------------- | |
rem get access to the document | |
document = ThisComponent.CurrentController.Frame | |
dispatcher = createUnoService("com.sun.star.frame.DispatchHelper") |