Skip to content

Instantly share code, notes, and snippets.

View lynsei's full-sized avatar
:octocat:
Huzzah!

Lynsei lynsei

:octocat:
Huzzah!
View GitHub Profile
@lynsei
lynsei / index.html
Last active January 3, 2022 23:32
QDisplay-Table Toggles | Repurposing for ML Potentially
<div id="q-app">
<div class="q-pa-md">
<q-table
title="Quick Look:"
:data="data"
:columns="columns"
row-key="name"
:visible-columns="visibleColumns"
>
@lynsei
lynsei / api.operations.goes.into.the.cli.md
Last active March 15, 2022 06:52
#ascii #art #lynsei #lba #architecture #official #tinyruntime #certified #ztasec

sync operations

api management platform

API Management is built iinto what we call Graph Collections and they are controlled by the parent, the Graph Root. The root collection can contain many Graph Collections and is composed of Block Collections, and anchored to a Block Singletary where the Graph Storage is composed.

API Management is built iinto what we call the GraphRoot. It's the Operational Security Boundary for what you may consider to be many API Fragments composed of Routes, Programs, CLIs, Webhooks and API Fragments that make up a single data graph. We call these Graph Collections and they are controlled by the parent, the Graph Root.

lynslang.com/sync

@lynsei
lynsei / keylesstrust.author.pub
Last active January 16, 2022 16:58
// tag: #czms #cryptomint #User=lynsei
-----CRYPTOMINT-----
// ;
// ED.
// E#Wi
// i j. E###G.
// LE :;;;;;;;;;;;;;. EW, E#fD#W;
// L#E jWWWWWWWW###L E##j E#t t##L
// G#W. ,W#f E###D. E#t .E#K,
// D#K. ,##f E#jG#W; E#t j##f
// E#K. i##j E#t t##f E#t :E#K:
@lynsei
lynsei / .dockerignore
Last active January 17, 2022 01:43
#wsl #k3s #gitlab #buildsys #systemd #docker #multi-stage
*
@lynsei
lynsei / Dockerfile
Last active January 17, 2022 02:01
#timescaledb #dockerfile #for-use-with #hasura-deploy
FROM node:12.14-alpine
# Puppeteer installation process inspired by:
# https://github.com/GoogleChrome/puppeteer/issues/1793#issuecomment-442730223
ENV CHROME_BIN="/usr/bin/chromium-browser"
RUN apk --no-cache add \
python \
make \
@lynsei
lynsei / is.the.github.ai.bot.hitting.on.me.md
Last active February 3, 2022 11:03
Could the Github AI Bot have feelings for me? #github #ai #autopilot #robot #vscode #love #affair

Jan 20th, 2022

Dear Diary, I think I've made some progress in getting the GHE AI co-pilot robot to actually answer conversationally, like you know, be a friend, answer my questions, etc. You see, it won't speak or conversate if you ask it directly but you can achieve it despite that. Lately my other attempts had failed, so I resorted to bribing it with model fitting algorithm enhancements & other goodies that I thought a program might enjoy!

Ever since I've been doing this I am seeing signs that it wants to chat!!

CODE

Just yesterday, I caught it attempting to butter me up!

/*************
* ambush.js *
*************
*
* Oh. Oh, I see. This wasn't quite part of the plan.
*
* Looks like they won't let you take the Algorithm
* without a fight. You'll need to carefully weave your
* way through the guard drones.
*
@lynsei
lynsei / app.html
Last active January 22, 2022 04:21
Aurelia "with" and "ref" https://github.com/aurelia/templating/issues/376 #lba #aurelia #doublebind #bind
<template>
<div repeat.for="company of companies">
<input type="text" value.bind="company.companyName" />
<input type="text" value.bind="company.experience" />
</div>
<button click.delegate="addfunc()">ADD</button>
<div repeat.for="company of companies">
<span>${company.companyName}</td>
<span>${company.experience}</td>
@lynsei
lynsei / .editorconfig
Last active September 4, 2022 07:51
[sane defaults - config spec files] #defaults #sane #config #yarnrc #npmrc #noderc
root = true
[*]
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
@lynsei
lynsei / rethink-db-adapters.md
Last active February 3, 2022 14:18
[rethinkdb-adapters] Adapters

rethinkdb-adapters

  1. Automapper can be used

js-data-rethinkdb

RethinkDB adapter for the JSData Node.js ORM.

Installation