Skip to content

Instantly share code, notes, and snippets.

View 0xdevalias's full-sized avatar
👀
Open to opportunities

Glenn 'devalias' Grant 0xdevalias

👀
Open to opportunities
View GitHub Profile
@0xdevalias
0xdevalias / curl-jq-pagination-with-slurp.md
Last active November 30, 2024 03:57 — forked from ThomasG77/README.md
Recipe to get JSON using pagination using command line tools e.g curl, jq, bc, cat
@0xdevalias
0xdevalias / prefix-prisma-db-id-by-type.md
Created November 29, 2024 07:35
Explore methods for prefixing Prisma generated database record IDs by type
@0xdevalias
0xdevalias / cointracking-spreadsheet-formulae.md
Created November 27, 2024 07:09
Spreadsheet formulae for validating/verifying CoinTracking data

CoinTracking Spreadsheet Formulae

Cumulative Total

For a CoinTracking export with headings in columns A-K like this, and newer transactions on top:

Type,Buy,Cur.,Sell,Cur.,Fee,Cur.,Exchange,Group,Comment,Date
@0xdevalias
0xdevalias / copy-on-write-event-sourcing-for-edit-history.md
Created November 16, 2024 03:06
Some thoughts RE: Copy on Write + Event Sourcing for edit history
@0xdevalias
0xdevalias / editor-frameworks-and-collaborative-editing-tech.md
Last active October 21, 2024 06:27
Some notes on editor frameworks (eg. Monaco, Lexical, Codemirror, etc) + collaborative editing/conflict resolution technologies (eg. OT, CRDT, etc)

Editor Frameworks and Collaborative Editing/Conflict Resolution Tech

Some notes on editor frameworks (eg. Monaco, Lexical, Codemirror, etc) + collaborative editing/conflict resolution technologies (eg. OT, CRDT, etc)

Table of Contents

@0xdevalias
0xdevalias / linear-programming-optimisation-etc.md
Last active November 29, 2024 12:21
Some notes on Linear Programming and related optimisation problems
@0xdevalias
0xdevalias / azure-serverless-functions-etc.md
Last active September 12, 2024 05:21
Some notes on Azure serverless functions and related features/patterns/etc
@0xdevalias
0xdevalias / web-browser-chrome-extensions.md
Last active July 15, 2024 08:19
Some notes on Web Extensions / Browser Extensions / Chrome Extensions / etc
@0xdevalias
0xdevalias / common-crawl-etc.md
Last active June 12, 2024 02:41
Notes about common crawl, etc