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 / feedback-feature-request-platforms.md
Created October 11, 2025 07:59
Some notes on tools and services for gathering user feedback, tracking feature requests, and managing public roadmaps.
@0xdevalias
0xdevalias / google-sheets-app-script-snippets.md
Last active October 11, 2025 07:13
Some Google Sheets App Script Snippets and Examples.
@0xdevalias
0xdevalias / init-new-github-repo-workflow-and-helpers.md
Last active October 10, 2025 07:39
Some notes on my personal workflow and helper tools for creating a new GitHub repository — with an emphasis on committing early and often, so ideas don't end up stranded as half-finished projects sitting on my computer where no one can benefit from them.

Init New GitHub Repo Workflow and Helpers

Some notes on my personal workflow and helper tools for creating a new GitHub repository — with an emphasis on committing early and often, so ideas don't end up stranded as half-finished projects sitting on my computer where no one can benefit from them.

Table of Contents

@0xdevalias
0xdevalias / time-tracking-tools.md
Created October 7, 2025 05:01
Some notes on exploring time tracking tools (open source and commercial), as well as their APIs, etc.
@0xdevalias
0xdevalias / xnapper-screenshot-app-open-source-clone-potential.md
Last active October 11, 2025 08:15
Some notes, thoughts, motivations and references related to the idea of creating an open-source clone of the Xnapper screenshot / annotation app.
@0xdevalias
0xdevalias / proposal-using-github-discussions-for-automated-moderator-notices.md
Created October 3, 2025 08:18
Some notes on a proposal for using GitHub Discussions to provide automated moderator notices (eg. handling +1 comment spam) with offense tracking and escalation.
@0xdevalias
0xdevalias / reporting-chrome-performance-issues.md
Created October 3, 2025 07:12
Some quick notes copied out of a ChatGPT convo + some manual sources that I used recently when trying to gather appropriate resources to report a Google Chrome (aka: Chromium) performance issue / memory leak.

Reporting Chrome Performance Issues

Some quick notes copied out of a ChatGPT convo + some manual sources that I used recently when trying to gather appropriate resources to report a Google Chrome (aka: Chromium) performance issue / memory leak.

Table of Contents

@0xdevalias
0xdevalias / hombrew-block-review-context.md
Last active October 2, 2025 09:00
Some notes, links and references related to me being blocked from the Homebrew GitHub organisation in ~2023 after what, as best as I am able to conclude, was mix of misunderstanding and miscommunications; collected as context to support a review of the facts, and hopefully a reconsideration of the block.

Homebrew Block Review Context

Some notes, links and references related to me being blocked from the Homebrew GitHub organisation in ~2023 after what, as best as I am able to conclude, was mix of misunderstanding and miscommunications; collected as context to support a review of the facts, and hopefully a reconsideration of the block.

Table of Contents

@0xdevalias
0xdevalias / reverse-engineering-java.md
Created October 1, 2025 07:32
Some notes on tools and techniques for reverse engineering Java programs.
@0xdevalias
0xdevalias / technical-design-docs-rfcs-adrs-decision-logs-etc.md
Created October 1, 2025 01:28
Some notes on technical design documentation practices such as RFCs, ADRs, decision logs, and related approaches for software projects.