Universal development methodology for AI-assisted software engineering
Created by Albert Hui [email protected]
Build software that works reliably, ships quickly, and evolves gracefully through systematic principles and AI-human collaboration.
Universal development methodology for AI-assisted software engineering
Created by Albert Hui [email protected]
Build software that works reliably, ships quickly, and evolves gracefully through systematic principles and AI-human collaboration.
| #!/bin/sh | |
| for d in "$@"; do | |
| fdfind '.evtx$' $d -x cp {} "$d#{/}“ | |
| done |
| import os | |
| import shutil | |
| """ | |
| Steps to retrieve the IPA file from the Configurator app: | |
| 1. Install Apple Configurator from the Mac App Store and sign in | |
| 2. Connect your iOS device to your Mac | |
| 3. Select "Add > Apps..." and search for the app you want to install, click "Add" | |
| 4. The newer Apple Configurator deletes the IPA after installing it, so you'll need to use this tool to grab it |
| # first manually install macFUSE (https://github.com/osxfuse/osxfuse/releases) | |
| brew uninstall libewf # Homebrew libewf isn't compiled with libfuse support | |
| # download libewf (libewf-experimental-20231119.tar.gz) | |
| mkdir -p ~/src && cd ~/src | |
| wget -O- https://github.com/libyal/libewf/releases/download/20231119/libewf-experimental-20231119.tar.gz | tar zxvf - | |
| cd libewf-20231119 | |
| CFLAGS="-I/opt/homebrew/include -L/opt/homebrew/lib" ./configure --enable-wide-character-type=yes | |
| sudo make install | |
| sudo ewfmount -X volicon=/Library/Filesystems/macfuse.fs/Contents/Resources/Volume.icns foo.e01 /Volume/foo | |
| sudo hdiutil attach -imagekey diskimage-class=CRawDiskImage /Volumes/foo/ewf1 |
I hereby claim:
To claim this, I am signing this object: