npm install socket.io-stream
Lynsei Brand Architecutre Definitions Registry
These are all very common terms in Lynsei Brand Architecture, which can include all sorts of references to AI/ ML, Socio Technical Theory, Decision Making, Distributed Systems, and other types of problem solving methods, behavior-driven systems and methods, and resolution techniques for project and people management, assuaging, and to ensure the competency of a team or project.
| Term | Definition |
|---|---|
| 2022 Rollout Plans | "Rollout" is a strong word. Perhaps it is best said that I wish to "Integrate" with other depts. pending James' final approval. More on the plans here. |
| Isomorphic Design | Like this. It follows the Single Responsiblity Principle of 12 factor apps, and produces really clean code that is easy to read and short to type. It fits in |
So it was sort of a joke at the time, bt the Insert-Only Write Archive (IOWA) acronym I think I may have invented, but I'm not certain on that... anyway I bought a domain for it to make the ingest systems make more sense:
https://archive.insertonly.com, https://sync.insertonly.com, https://write.insertonly.com, https://multicast.insertonly.com, https://dump.insertonly.com
Generate random bytea:
CREATE OR REPLACE FUNCTION random_bytea(bytea_length integer)
RETURNS bytea AS $body$
SELECT decode(string_agg(lpad(to_hex(width_bucket(random(), 0, 1, 256)-1),2,'0') ,''), 'hex')
FROM generate_series(1, $1);
$body$
LANGUAGE 'sql'
VOLATILE
//-----------------------------------------------------
// lynsei database cheat sheet
//-----------------------------------------------------
// export postgres to json schema for use as rethink tables
var PostgresSchema = require('pg-json-schema-export');
var connection =
user: 'postgres', "To specialize is commonplace. "
"To show extraordinary knowledge in a great many things, is not."
-Lynsei Asynynivynya
| """gpg.py - Collection of gpg key related functions""" | |
| from cloudinit import log as logging | |
| from cloudinit import subp | |
| import time | |
| LOG = logging.getLogger(__name__) | |
| GPG_LIST = ['gpg', '--with-fingerprint', '--no-default-keyring', '--list-keys', |
| """ | |
| A finite state machine specialized for regular-expression-based text filters, | |
| this module defines the following classes: | |
| - `StateMachine`, a state machine | |
| - `State`, a state superclass | |
| - `StateMachineWS`, a whitespace-sensitive version of `StateMachine` | |
| - `StateWS`, a state superclass for use with `StateMachineWS` | |
| - `SearchStateMachine`, uses `re.search()` instead of `re.match()` | |
| - `SearchStateMachineWS`, uses `re.search()` instead of `re.match()` |
| -- To uninstall demonstration: | |
| -- Delete the `_manytomany` schema from the expanded page on the left | |
| -- or you may run: `DROP SCHEMA IF EXISTS _manytomany` from the SQL tab to the left | |
| -- | |
| -- Please be careful before running, as all data in the schema will be removed | |
| -- Create Schema | |
| CREATE SCHEMA _manytomany; | |
| -- Create Tables |
| // My biscuits are nifty my Crypto is minty. It may seem like I'm wimpy and I like ren and stimpy. |