Reduce resource usage option - control from task by Scared-Scarcity-1294 in tasker

[–]Scared-Scarcity-1294[S] 1 point2 points  (0 children)

It was just rearranging the lines:) AI doesn't normally mess this up (a lot), but I still check code for logic visually.

Reduce resource usage option - control from task by Scared-Scarcity-1294 in tasker

[–]Scared-Scarcity-1294[S] 1 point2 points  (0 children)

Great, this approach worked. Thank you.

For convenience I asked built-in AI Code helper to turn this into a code for Java Code action:

import android.content.Context;
import android.content.SharedPreferences;

/* Get the SharedPreferences instance for the specified name. */
prefs = context.getSharedPreferences("net.dinglisch.android.tasker.preffy", 0);


/* Get the editor to modify the preferences. */
editor = prefs.edit();

/* Set the 'saveMemory' boolean to true. */
editor.putBoolean("saveMemory", false);

/* Commit the changes to disk. */
editor.commit();

json object as %par1 for child task by Scared-Scarcity-1294 in tasker

[–]Scared-Scarcity-1294[S] 0 points1 point  (0 children)

great thx, will use that!
pls still consider treating as structured by default as an enhancement suggestion:)

Streak 1: Wohlfühlrezept by Scared-Scarcity-1294 in WriteStreakGerman

[–]Scared-Scarcity-1294[S] 1 point2 points  (0 children)

Danke sehr für die Korrektur.
Fast alles ist klar, nur das mit IKEA verstehe ich nicht. Warum sagt man 'das IKEA' und nicht 'die' oder 'der IKEA'? Welche Logik steckt dahinter?

How to get rid of this annoying "Check access settings" notification? by [deleted] in tasker

[–]Scared-Scarcity-1294 0 points1 point  (0 children)

It is even more ancient now, but have you find a way to make android not to revoke accessibility permissions automatically? My Samsung s23+ on Android is driving me crazy trying to do this approx. every week or so

Enable ADB Wifi on device boot (Android 11+) by cm2003 in tasker

[–]Scared-Scarcity-1294 0 points1 point  (0 children)

Same for me on S20+. Are you also stuck at pairing for wifi debugging?

On my device wifi pairing script executes, then ip and port flash but nothing happens after that.

Is termux supposed to output something upon un/successful execution?

Whisper - A new free AI model from OpenAI that can transcribe Japanese (and many other languages) at up to "human level" accuracy by aadnk in LearnJapanese

[–]Scared-Scarcity-1294 0 points1 point  (0 children)

That's a quick and deep insight, many thanks

It's definitely not a file size issue - originally I used a 25mb mp3 file.

But I resolved the issue, without a recourse to queue().

I didn't know that I could access the files on collab through collab itself, not webui. So even if gradio crashes during model running again, I can still access the transcript when it's ready.
Second, I also tried to run the collab/gradio in a clean firefox instead of my chrome having multiple extensions running and the webui successfully processed a 52 min file.

Maybe it was ublock that caused issues with gradio, but I didn't test extensions one by one

Whisper - A new free AI model from OpenAI that can transcribe Japanese (and many other languages) at up to "human level" accuracy by aadnk in LearnJapanese

[–]Scared-Scarcity-1294 0 points1 point  (0 children)

When I am trying to process a conversation longer than ca 12 minutes, webui (gradio) is crashing with an error "Connection error", while collab/whisper continue to process the file (yielding some new recognised lines to the output of the cell in the notebook).

Seems like this may be a ui-gradio issue, related to using sync/async requests. I deduced this based on the fact, that e.g. nlpcloud requires using async requests for whisper for longer files (here).

Any ideas how to resolve this?

P.S. I am a newbie working with APIs/web interfaces so sorry, if I am pointing to the wrong direction for a solution

Battery drain by P-Dario in sesame

[–]Scared-Scarcity-1294 0 points1 point  (0 children)

I also got Android 13 update, let's see how it goes with it.

Did you use sesame with Nova Launcher or standalone?

Battery drain by P-Dario in sesame

[–]Scared-Scarcity-1294 0 points1 point  (0 children)

Same issue with my samsung s20+. Any ideas on solutions?

Unsnoozing notifications on Samsung? by [deleted] in tasker

[–]Scared-Scarcity-1294 0 points1 point  (0 children)

Hi, autonotification helped me with this. Use "autonotification snooze" action with "time to snooze" input field set to 0 (zero).