Skip to content

Instantly share code, notes, and snippets.

Routing tables
Internet:
Destination Gateway Flags Netif Expire
default 192.168.1.1 UGSc en0
3.105.187.237/32 192.168.247.1 UGSc utun4
10.201.2/24 192.168.247.1 UGSc utun4
10.201.3/24 192.168.247.1 UGSc utun4
10.201.4/24 192.168.247.1 UGSc utun4
10.201.15/24 192.168.247.1 UGSc utun4
* * * * * * * * * * * * * * * * * * * * * * * * *
* *
* / \ \ / \ *
*| | \ | | *
*| `. | | : *
*` | | \| | *
* \ | / / \\\ ____ \\ : *
* \ \/ ___~~ ~____| \ | *
* \ \__~ ~__\ | *
* \_ \ _.______ .______\| | *
Routing tables
Internet:
Destination Gateway Flags Netif Expire
default 192.168.1.1 UGSc en0
127 127.0.0.1 UCS lo0
127.0.0.1 127.0.0.1 UH lo0
169.254 link#6 UCS en0 !
192.168.1 link#6 UCS en0 !
192.168.1.1/32 link#6 UCS en0 !
> Executing task in folder liteswarm: pio run <
Processing nano (board: nanoatmega328new; framework: arduino; platform: atmelavr)
----------------------------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/atmelavr/nanoatmega328new.html
PLATFORM: Atmel AVR (3.0.0) > Arduino Nano ATmega328 (New Bootloader)
HARDWARE: ATMEGA328P 16MHz, 2KB RAM, 30KB Flash
DEBUG: Current (avr-stub) On-board (avr-stub, simavr)
PACKAGES:
#include "DebugLog.h"
#include "config.h"
#include <Arduino.h>
#include <Bounce2.h>
#include <Encoder.h>
#ifndef MyKnob_H
# define MyKnob_H
# if BOARD == BOARD_NANO
# include "./MyKnob/MyKnobNano.h"
https://gist.github.com/a091b3d3f677a49b09ee6e2d4e1b6efb
spctl --add
Created 3 new files:
prisma.yml Prisma service definition
datamodel.prisma GraphQL SDL-based datamodel (foundation for database)
docker-compose.yml Docker configuration file
Next steps:
1. Open folder: cd rq-prisma
2. Start your Prisma server: docker-compose up -d
if [ -z "$(git status --porcelain)" ]; then
yarn build && \
git checkout gh-pages && \
git rm -rf . && \
mv dist/* ./ && \
git checkout master -- .gitignore && \
echo 'together.corylogan.com' >> CNAME && \
git add . && \
git commit -am 'rev' && \
git push origin gh-pages && \
@counterbeing
counterbeing / # chirp - 2019-01-12_15-07-03.txt
Created January 12, 2019 22:07
chirp (tdsmith/ham/chirp) on macOS 10.14.2 - Homebrew build logs
Homebrew build logs for tdsmith/ham/chirp on macOS 10.14.2
Build date: 2019-01-12 15:07:03