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 / decrypting-growthbook-feature-flags.md
Last active May 3, 2024 08:17
Some notes on decrypting GrowthBook feature flags
@0xdevalias
0xdevalias / react-server-components-next-js-streaming-wire-format.md
Last active May 3, 2024 06:33
Some notes on React Server Components (specifically the streaming wire format), Next.js v13+ (specifically `__next_f`), and Webpack

React Server Components, Next.js v13+, and Webpack: Notes on Streaming Wire Format (__next_f, etc)

Some notes on React Server Components (specifically the streaming wire format), Next.js v13+ (specifically __next_f), and Webpack.

Table of Contents

@0xdevalias
0xdevalias / fingerprinting-minified-javascript-libraries-ast-fingerprinting-source-code-similarity-etc.md
Last active May 3, 2024 05:55
Some notes and tools on fingerprinting minified JavaScript libraries, AST fingerprinting, source code similarity, etc

Fingerprinting Minified JavaScript Libraries / AST Fingerprinting / Source Code Similarity / Etc

Some notes and tools on fingerprinting minified JavaScript libraries, AST fingerprinting, source code similarity, etc.

Table of Contents

@0xdevalias
0xdevalias / random-facebook-react-relay-javascript-snippets.md
Last active May 3, 2024 06:39
Random Facebook React / Relay JavaScript Snippets

Random Facebook React / Relay JavaScript Snippets

@0xdevalias
0xdevalias / audio-to-midi.md
Last active April 26, 2024 13:58
Some notes on Automated Audio Transcription (AAT) / Automated Music Transcription (AMT) (aka: converting audio to midi)

Automated Audio Transcription (AAT) / Automated Music Transcription (AMT) (aka: converting audio to midi)

Some notes on Automated Audio Transcription (AAT) / Automated Music Transcription (AMT) (aka: converting audio to midi)

Table of Contents

@0xdevalias
0xdevalias / video-editors.md
Created April 8, 2024 05:44
Some notes on video editors

Video Editors

Some notes on video editors.

Table of Contents

Unsorted

@0xdevalias
0xdevalias / _accessing-apple-reminders-data-macos.md
Last active April 6, 2024 08:41
Some notes on accessing / exporting Apple's Reminders data on macOS
@0xdevalias
0xdevalias / chatgpt-chunk-9087.diff
Created January 23, 2024 03:00
Diff of ChatGPT frontend website chunk 9087 (english strings/translations) from 2024-01-22Z (`xkpErLYv9UcK2R7KCfW2D`) (Git SHA `0b66576ee72010207e33131c826fc4be47449e88`)
--- Unsaved view (531)
+++ Unsaved view (521)
@@ -1,10 +1,15 @@
-// OLD unpacked/_next/static/chunks/9087.js JSON
+// NEW unpacked/_next/static/chunks/9087.js JSON
{
"AccountPaymentModal.accountErrorWarning":
{
"defaultMessage": "The account management page encountered an error. Please try again. If the problem continues, please visit help.openai.com.",
"description": "Error toast when account page has an error"
@0xdevalias
0xdevalias / music-apis-and-dbs.md
Last active April 30, 2024 06:45
A collection of music APIs, databases, and related tools
@0xdevalias
0xdevalias / applescript-automation-snippets.md
Created December 19, 2023 05:00
Some AppleScript automation snippets

AppleScript Automation Snippets

Check if script has 'Assistive Access' permission enabled

Check if app running the script has 'Assistive Access', and if not, prompts the user to enable it:

-- Function to check if assistive access is enabled
on hasAssistiveAccess()
	tell application "System Events"