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 / 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 January 7, 2024 05:21
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"
@0xdevalias
0xdevalias / serum-changelog.md
Last active February 16, 2024 19:06
Xfer Records - Serum - Changelog / Release Notes

Xfer Records - Serum - Changelog / Release Notes

Note: This was originally extracted from the HTML returned from the https://xferrecords.com/api/update_check/serum API, converted to markdown, and then the formatted manually cleaned up a bit further. It probably won't be kept strictly up to date, but it should at least serve as a useful historical record.

Note: For releases that I had access to the *.exe/*.dmg files for, I have also included the SHA256 hashes of the official downloads; so that they can be used to verify the authenticity of any versions that you might come across. At time of writing, the first version below that includes the hashes is 1.36b8 (October 11 2023)

@0xdevalias
0xdevalias / macos-assign-to-desktop-from-terminal.md
Last active December 19, 2023 16:13
The following shows how you can tell macOS to assign an application to always show on all desktops, one specific desktop, or to unbind it.

macOS - Setting 'Assign to Desktop' via Terminal

The following shows how you can tell macOS to assign an application to show on one specific desktop, all desktops, or just a single desktop.

Show Current Config

⇒ defaults read com.apple.spaces app-bindings
@0xdevalias
0xdevalias / twitter-notification-tweets-api.md
Created December 11, 2023 03:53
Notes on API/userscript to improve Twitter 'Notifications Timeline'
@0xdevalias
0xdevalias / alaguan-mix-tracklists.md
Last active January 12, 2024 06:54
Alaguan Mix Tracklists - Collating the tracklists for Alaguan's mixes from YouTube comments/etc
@0xdevalias
0xdevalias / reverse-engineering-macos.md
Last active March 27, 2024 08:05
Some notes, tools, and techniques for reverse engineering macOS binaries
@0xdevalias
0xdevalias / gist:846cc6398ea08c1b1aa468985d334d61
Created November 27, 2023 20:40 — forked from levelsio/gist:5bc87fd1b1ffbf4a705047bebd9b4790
Secret of Monkey Island: Amsterdam (by @levelsio) or how to create your own ChatGPT image+text-based adventure game
# 2023-11-27 MIT LICENSE
Here's the open source version of my ChatGPT game MonkeyIslandAmsterdam.com.
It's an unofficial image+text-based adventure game edition of Monkey Island in Amsterdam, my home town.
Please use it however you want. It'd be nice to see more ChatGPT-based games appear from this. If you get inspired by it, please link back to my X https://x.com/levelsio or this Gist so more people can do the same!
Send me your ChatGPT text adventure game on X, I'd love to try it!
@0xdevalias
0xdevalias / _gh-cli-copilot-api.md
Last active January 16, 2024 06:40
Some notes and references while exploring the GitHub CLI extension for the GitHub Copilot CLI