Skip to content

Instantly share code, notes, and snippets.

@(bind foo @(regex-compile '(compound
(or "y" "b")
"ears")))
Four@\ score@\ and
seven @{units foo} ago
our @relatives brought forth,
@(eof)
@(output)
@{units} of @relatives
@(end)

zzzz

zzzz-zz zzzzzzz

zzzz-zz-zz zzzzzzzzz

zzzzzz

#+zzzzzzzzzzz z zzzzzzz zzzz zzzzzzzzz. z zzzz zzzzzz zzzzzzzzzz zz zzzz zz zzz zzzzzzzzz. #+zzzzzzzzz

zzzzz

zzzz-zz-zz zzzzzzzz

(defvar EITBW/ontos
'((world-system "61776D45-034D-441D-B306-30925F674126")
(paidea "902f5a3b-3db3-4d36-89d8-6e86179f0862")
(identity-formation "6E3E56A6-9198-4BF6-A34B-E07D46292D47")
(technology "0822AA89-0FC3-4F6C-844C-79D3067018C1")
(education "7C455BF6-9B6E-45D8-824B-96B3DDCFA73D")))
(defun x-open-me ()
"open a file, using current line as file name/path"

Wilber

  • 1583955 1583963
  • 1582345 1582353
  • 1580943 1580951
  • 1570021 1570029

commons

mind streams

  • 2020
  • refile
  • cards
  • repo
@jobez
jobez / deps.edn
Last active July 11, 2018 04:15
secret
{:paths ["."]
:deps {}}
(in-package #:pile.experiments)
(defvar *running* nil)
(defvar *initd* nil)
(defvar *ui-root* nil)
(defun init-all ()
(unless *initd*
(unless cepl.context:*gl-context*
(cepl:repl 800 800 3.1))
@jobez
jobez / trump.org
Last active November 9, 2016 07:10

trump

Worst fears are interesting little accoutrements. When our models fray and a common ground decentered, a very phenomenal armagedeon happens.

Not that I know what to make of worst fears and the slack jawed awe of the burden of proof on suspended paradises. But I do know that maybe a lot of people I know and love feel a little disappointed, scared, and worried.

Your wounds are yours–obviously. This isn’t some weird drill sargeant berating or anything. Just a friendly reminder–as the world goes wild, don’t forget the reckoning of your breath. We have entered the bizarre timeline.

@jobez
jobez / init.js
Last active January 12, 2016 21:37
#!/usr/bin/env node
#!/usr/bin/env node
var cljs = require("clojurescript");
var orgModeParser = require("org-mode-parser");
var _ = require("underscore");
var fs = require("fs");
String.prototype.attribute = function(attr, match) {
return this.replace(match, "\x1b[" + attr + "m$1\x1b[0m");
}
~ $ ls *.log | awk 'BEGIN { print "[" } { printf "{:filename \"%s\"} ", $0 } END { print " ] " }' >>> #<buffer *scratch*>