Skip to content

Instantly share code, notes, and snippets.

View jnaulty's full-sized avatar
👻
Listen. Learn. Grow

John Naulty Jr. jnaulty

👻
Listen. Learn. Grow
View GitHub Profile
@jnaulty
jnaulty / kostas-kryptos-christmas-reading-list.md
Created December 20, 2021 23:21
Non 'linkd.in/*' links for Kostas Kryptos's Onboarding material for blockchain engineers and researchers
#https://stackoverflow.com/questions/10507230/insert-line-at-middle-of-file-with-python
def insert_file(filename, index, value):
with open(filename, "r") as f:
contents = f.readlines()
contents.insert(index, value)
with open(filename, "w") as f:
contents = "".join(contents)
f.write(contents)

NeuroTech SF Hacknight

Meetup Date: 2020-02-27

Description

Are you passionate about neurotechnology? Whether you are a student, a researcher or a professional working in this fascinating field, this event is for you!

NeuroTechX (the largest global community focused on neurotechnology) invites you to join us for an evening social and a presentation of everything you should know about what happened in neurotechnology in 2019 from around the world.

Come join us for the San Francisco version of this exciting event which has been happening in many other chapter cities around the world.

-- SCHEDULE --

6:30 - Door open. Light snacks, informal introductions & networking.

7:00 - Introduction from Karuna Labs

7:05 - NeuroTechX, Buzz in Review presentation.

8:00 - Open-discussion and networking.

9:00 - Finish

I would like to thank Karuna Labs for hosting us for this event. Look forward to seeing you there.


@jnaulty
jnaulty / Dystopian Labs - cost-reward-calculating.md
Last active September 5, 2020 12:18
Dystopian Labs Trust Less Validator Conference 2020

video link

Certus.one

  • play defcon CTF annually
  • based in SF and Berlin

Why Tendermint(Cosmos)?

@jnaulty
jnaulty / honkci-march-21-report.md
Created June 6, 2020 02:59
Attempt at the March Honk CTF. Honk!

HonkCI Challenge

March 21, 2020

What namespaces exist?

!honkctl get ns

@jnaulty
jnaulty / how_to_identify_which_PoS_networks_are_worth_mining.notes.md
Last active September 5, 2020 12:18
Trust-Less 2020 Dystopia Labs | How To Identify Which Proof-Of-Stake Networks Are Worth Mining | With Luke Youngblood (Exec. @ Coinbase Custody)

The Gotchas of Zero-Downtime Traffic /w Kubernetes

Speaker: Leigh Capili, Weaveworks

Video Link Demo Github Link

Pod Shutdown Procedure

  • kube-apiserver receives delete
@jnaulty
jnaulty / owasp-sf-jan-15-meetup.md
Last active January 16, 2020 18:17
Notes from the OWASP SF meetup Jan 15, 2020

OWASP SF Meetup

Jan 15, 2020

URL: Meetup

Talk 2

Dear Security, You're Wasting the Company's Money (Daniel Davis)

@jnaulty
jnaulty / notes.md
Created January 7, 2020 23:11
ODSC Kubernetes Notes 2018

Kubernetes Materials

Author: John Naulty Date: August 12, 2019

Video Notes

Hour-long Dive into Kubernetes

@jnaulty
jnaulty / setup.md
Last active December 28, 2019 14:51
setup M5Stack device

Dev Setup

Linux

Requirements:

  • arduino IDE (configured to work with esp32)
  • pyserial
  • git

Retrieve Arduino From their software page