Skip to content
View johnelliott's full-sized avatar
๐Ÿ•ณ๏ธ
tunneling
๐Ÿ•ณ๏ธ
tunneling

Organizations

@recursecenter @NodeDC @Local-Connectivity-Lab
Block or Report

Block or report johnelliott

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
johnelliott/README.md

README.md

Iโ€™m a software engineer in Seattle. I like building things and connecting people.

Since 2022 Iโ€™ve been volunteering and serving as a board member of Seattle Community Network providing underserved communities in the greater Seattle area high-quality internet access via cellular networks, unlicensed wireless, and fiber.

From 2016-2021 I worked revitalizing and rebuilding thedailybeast.com. Before media I was an engineer at Social Tablesโ€”a 3D event planning SASS startupโ€”following my first career as a mechanical engineer working with nuclear submarines.

  • ๐Ÿ”ญ Iโ€™m currently setting up WireGuard VPN terminator for SCN
  • ๐Ÿค” Iโ€™m thinking about mixing OSPF networks with Wireguard segments
  • ๐ŸŒฑ Iโ€™m currently learning Python to play with ML and Home Assistant

Pinned

  1. raspi-livestream-box raspi-livestream-box Public

    live stream audio from a raspberry pi ๐ŸŽค

    Shell 3 1

  2. image-hub image-hub Public

    ๐Ÿ‘ Rapidly share images from a digital camera

    JavaScript 1

  3. alpicoold alpicoold Public

    Apple HomeKit bridge for Alpicool portable cooler style fridges

    Go 11 3

  4. go-sbus go-sbus Public

    SBUS digital servo protocol for Go

    Go 1

  5. Streaming HTML standard input demo Streaming HTML standard input demo
    1
    #! /usr/bin/env node
    2
    const http = require('http')
    3
    process.stdin.setRawMode(true)
    4
    process.stdin.resume()
    5
    process.stdin.setEncoding('utf8')