thewisenerd

Results 18 comments of thewisenerd

hmm, yes; `clientSign` is the same length as the `_sign` param on `serviceLogin`. however, the contents are different. i don't have much more info about `nonce` but it first seems...

instead of having strict rules on max avatar resolution and filesize, can't we let the server deal with it? iirc, imgur already supports auto resized images in small square, big...

nah, having it set in the front end will definitely increase user load, if some user decides (against all shred of reason) that having a 1MB profile picture is the...

is the reason for this because images uploaded to mixtape.moe get "lost" ?

for me (FF 109.0.1, macOS), it was another extension which was also trying to bind to the same shortcut which was causing the issue (of the shortcut not doing anything)....

@xelxebar hi, and thanks for trying this out `pm list packages` is crashing because of a selinux denial. ``` 09-10 06:09:12.956 5209 5209 I main : type=1400 audit(0.0:78): avc: denied...

@xelxebar i modified termux to handle a "apps-cache" intent[0] which lists all apps into `$HOME/.apps` which looks something like this; ``` FM Radio|com.android.fmradio/.FmMainActivity|com.android.fmradio|true Camera|org.cyanogenmod.snap/com.android.camera.CameraLauncher|org.cyanogenmod.snap|true Telegram|org.telegram.messenger/org.telegram.ui.LaunchActivity|org.telegram.messenger|false ``` coupled with a bash...

here's how I got this working with homebrew [email protected], might be similar for venv and other homebrew versions ``` cd /opt/homebrew/lib/python3.11/site-packages/prophet/stan_model install_name_tool -add_rpath @executable_path/cmdstan-2.26.1/stan/lib/stan_math/lib/tbb prophet_model.bin ``` https://gist.github.com/thewisenerd/52f937d01b06287ccf21a05a118e74ad

using the azure CLI, please ignore this comment if irrelevant, ``` az rest --method PATCH --uri "https://graph.microsoft.com/v1.0/applications(appId='xx')" --body '{"api": {"requestedAccessTokenVersion": 2}, "signInAudience":"AzureADandPersonalMicrosoftAccount"}' ```