you are my last defence to fix my project.
I got gaslighted very often by the Agent that wrote this and i don't trust the generated code.
be my honest auditor! go through the full code (see `digest.txt`) to see the patterns of false claims and promises!
read the code intensively, so that you know the full project in detail.
Do we believe anything? No! Check everything like a bloodhound! No mercy!
Also think about design decisions that are not making sense!
We want perfect code!
Your output should be actionable bullet points, giving instructions what to change or fix!python3 -m pip install --upgrade --force-reinstall PyQt5
- Open Keychain
- Delete all Entries with "Teams"
- Also delete all similar entries with "Microsoft"
Maybe also delete everything mentioned here:
sudo kill -9 `ps ax|grep 'coreaudio[a-z]' | awk '{print $1}'`
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| echo "\n\n--- Killing Stupid Adobe Auto Load Crap ---\n\n" | |
| launchctl unload -w /Library/LaunchAgents/com.adobe.AdobeCreativeCloud.plist | |
| launchctl unload -w {,~}/Library/LaunchAgents/com.adobe.*.plist | |
| sudo launchctl unload -w /Library/LaunchDaemons/com.adobe.*.plist | |
| echo "\n\n--- Done! ---\n\n" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Force rebuild the spotlight index from scratch. | |
| # --> https://apple.stackexchange.com/a/74892 | |
| # Turn off spotlight. | |
| sudo mdutil -a -i off | |
| # Remove the index files. | |
| sudo rm -rfv /.Spotlight-V100 |
My setup:
macOS High Sierra (10.13.3). I decrypt my cloud-data via encfs, which uses osxfuse. Years ago I used BoxCryptor v1 to encrypt my files, but now I'm on macOS and use free software to decrypt my files. (Hint: Don't use BoxCryptor v2, they switched to a proprietary encryption format!)
Problem:
Suddenly after a reboot encfs wasn't working at all.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name BitMex USD Converter | |
| // @namespace https://bitmex.com/ | |
| // @version 0.11 | |
| // @description Get some sanity into your gambling. | |
| // @author koinkraft | |
| // @grant none | |
| // @include https://bitmex.com/* | |
| // @include https://www.bitmex.com/* | |
| // @require https://code.jquery.com/jquery-2.1.4.min.js |
NewerOlder