Skip to content

Instantly share code, notes, and snippets.

View hydrosquall's full-sized avatar

Cameron Yick hydrosquall

View GitHub Profile
@hydrosquall
hydrosquall / README.md
Last active January 7, 2025 00:32
Dependency graph of the vega repo

Process

  1. Run yarn lerna ls --graph to generate a topologically sorted diagram for all the projects in the repo
  2. For each edge, you may generate a mermaid diagram. (See attached python script)

End to end combo

yarn --silent run lerna ls --graph --loglevel=silent | python lerna-graph-to-mermaid.py | pbcopy
@hydrosquall
hydrosquall / index.md
Last active February 4, 2025 20:12
Cameron Yick - summary of involvement with Vega ecosystems
  • Purpose: Summarize Cameron's involvement with the Vega ecosystem
  • Audience: Vega governance / people curious about what public involvement I have with the Vega project

Ecosystem

  • Created / maintain Vega-Lite Figjam plugin
  • Created offline versions of Vega and Vega-Lite docs for Dash documentation gallery
    • PRs include links to source scripts
  • Prepared internal talks for employer demonstrating benefit and uses of Vega-Lite / Altair
  • Engaged with researchers involved with grammar and vizrec projects at remote versions of IEEE Vis 2021, 2022, and 2024
@hydrosquall
hydrosquall / facilities.json
Created January 21, 2021 04:20
Raw JSON from the NYC Vaccine Finder https://vaccinefinder.nyc.gov/locations
[
{
"geometry": {
"spatialReference": { "latestWkid": 4326, "wkid": 4326 },
"x": -73.98770329999996,
"y": 40.71299140000002
},
"symbol": null,
"attributes": {
"OBJECTID": 1449,
@hydrosquall
hydrosquall / README.md
Created February 1, 2020 19:17
SCRIPT-8
@hydrosquall
hydrosquall / README.md
Last active November 6, 2019 18:48
React Boston 2019 Presentation Slides

Speaker Schedule: https://www.reactboston.com/

Saturday

  • A Guided Tour of React Hooks (Dave Ceddia) Slides
  • Accessibility in the Age of Components (Ayesha Mazumdar) Slides
  • Writing Stronger Tests with React Testing Library (Matt Crowder) Slides
  • Help! I've fallen (into code) and I can't get up! (Cameron Yick) Repository
  • From React to Native (Laura Gonzalez) Slides
light
green
timer -> yellow
yellow
timer -> red
red
walk
ped_timer -> wait
wait
ped_timer -> stop
@hydrosquall
hydrosquall / machine.js
Created September 12, 2019 22:08
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@hydrosquall
hydrosquall / .block
Last active August 24, 2019 19:21
Circles on an Axis in a Static Force Layout - d3 V5
license: mit
@hydrosquall
hydrosquall / index.md
Last active January 8, 2022 19:35
Building Inclusive Code Review Culture