Skip to content

Instantly share code, notes, and snippets.

View matthewyang204's full-sized avatar
All projects complete; assign me anything you'd like

Matthew Yang matthewyang204

All projects complete; assign me anything you'd like
View GitHub Profile
@matthewyang204
matthewyang204 / totallynotaffiliated1.txt
Last active July 16, 2025 05:02
Not involved with the fishy flashy stupid user located at @13-JA in any way
I'm completely aware that there is a user at @13-JA masquerading as a collaborator with me on a water cleanup bot project or something.
I just want to clarify that this is not the case. This user has no affiliation with me.
If you believe cheaters (whom this user is one) are people I associate myself with, I have a giant lot of 128 Lamborghinis to sell you. And just to clarify further, it's not the kind of romantic cheater. It's the kind of cheater who plagarizes other people's work and uses AI to do everything they do.
This "water cleanup bot" project or something does not even exist.
@matthewyang204
matthewyang204 / lesstif failed to build on 10.4.md
Created June 18, 2025 02:30
lesstif failed to build on 10.4

HOMEBREW_MAKE_JOBS=1 VERBOSE=1 brew install lesstif

==> Downloading https://downloads.sourceforge.net/project/lesstif/lesstif/0.95.2/lesstif-0.95.2.tar.bz2
Already downloaded: /Users/matthewyang/Library/Caches/Homebrew/lesstif-0.95.2.tar.bz2
==> Verifying lesstif-0.95.2.tar.bz2 checksum
/usr/bin/tar xjf /Users/matthewyang/Library/Caches/Homebrew/lesstif-0.95.2.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/lesstif/0.95.2 --disable-debug --enable-production --disable-dependency-tracking --enable-shared --enable-static
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
@matthewyang204
matthewyang204 / Delete All Files by Type.md
Created March 18, 2025 20:57
Delete All Files By Type

Delete All Files by Type

Ever converted all your m4a files to mp3 on your Mac, only to find it hard to delete all of the m4a after you're done? Or maybe converted all your keynotes into powerpoints, and find it hard to delete all the .key files leftover? This is a solution! All you need is to make sure Homebrew is installed, and make sure that the tool shc, which we're going to use to compile the executables, is also installed.

Installation:

  1. Create a new file on your desktop called
dfbt.sh

in TextEdit with the contents below: