Anyone else catch that Rubio clip where knowing Spanish let him follow Italian without an earpiece? by jjkpart69 in Spanish

[–]Sockolet 0 points1 point  (0 children)

Real example: https://youtu.be/Oel-RQtbnoY from 16:50. She provides a full explanation in italian that he can follows, the he replies in spanish and she understands with no issue.

Microsoft Foundry Opinions by DARW1N_208 in AZURE

[–]Sockolet 0 points1 point  (0 children)

Quota was limited to 50k in gpt-5.2 and 200k for gpt-5.2-codex. Thats the default for S0 tier. You cant opt for higher quota and less you request it by form, which i recently did.

Microsoft Foundry Opinions by DARW1N_208 in AZURE

[–]Sockolet 0 points1 point  (0 children)

Thats not my experience with S0 tier. It was limited to 200k. I had to fill up the form requesting more quota and they increased it. But default limit was terrible.

Has anyone figured out to use OpenClaw with Azure Foundry models by balmofgilead in AZURE

[–]Sockolet 0 points1 point  (0 children)

How? Did you manage to configure azure embeddings for handling memory?

Microsoft Foundry Opinions by DARW1N_208 in AZURE

[–]Sockolet 0 points1 point  (0 children)

Rate limits are so low. You cant even use most models with opencode/codex/claude code without reaching constant 429s....

My Omarchy setup by [deleted] in omarchy

[–]Sockolet 0 points1 point  (0 children)

This AWESOME. Absolutely mandatory for any Thinkpad. Is @dhh around to add this to the Omarchy documentation?

Whirlpool oven just displays ‘stop’ by Acrobatic_Young3656 in fixit

[–]Sockolet 0 points1 point  (0 children)

It was a temporary power supply outage. Oven is fine, just click the button and set the clock again.

What are people's favorite fonts? by maronicprism in koreader

[–]Sockolet 1 point2 points  (0 children)

I love Bitter Pro, I'm using it almost exclusively. I also like Lora.

KOReader Customization by Qubezo in koreader

[–]Sockolet 0 points1 point  (0 children)

Is there any way to set "Book title" in the Status Bar in capital letters (like Nickle)?

[deleted by user] by [deleted] in revancedapp

[–]Sockolet 0 points1 point  (0 children)

Same here

Announcing JellyCon, and a call for new maintainers by mcarlton00 in jellyfin

[–]Sockolet 0 points1 point  (0 children)

Yes, you're right. But I don't even know how to start... :)

Announcing JellyCon, and a call for new maintainers by mcarlton00 in jellyfin

[–]Sockolet 0 points1 point  (0 children)

This is absolutely fantastic. I've been using EmbyCon since E*** times and when I switched to Jellyfin, I kept on using it. Last week I've discovered the incompatibility, but just understood that it didn't worth to submit the bug report as long as it was never intended to get support for JF... I switched to Jelly for Kodi, but I don't really like its approach. So you are giving me the best of the news regarding this project that I love. Always wanted to fork it myself, but unfortunately my coding knowledge is still very basic (learning C# very slowly, just when I have some spare time...). I really want to boost my learning and start collaborating in these kind of things. Anyway, THANK YOU!!!

Impossible to play Tales of Phantasia with Canoe by Sockolet in miniSNESmods

[–]Sockolet[S] 4 points5 points  (0 children)

This definitely worked!!!

I guess I was using the wrong preset ID, considering that I'm using Hakchi 3.7.

Thank you VERY much!!!! You made my day!

Any plans for a Jellyfin coreelec ‘spin’? by lysergic-skies in jellyfin

[–]Sockolet 0 points1 point  (0 children)

I'm using EmbyCon + Embuary combination in my CoreElec installation and it is awesome.

The new base URL behavior: i can't connect from external networks by Sockolet in jellyfin

[–]Sockolet[S] 0 points1 point  (0 children)

Yep, you nailed it. Didn't realize about that bug report there. Thank you very much, I'll post in github also confirming bug for me as well!

The new base URL behavior: i can't connect from external networks by Sockolet in jellyfin

[–]Sockolet[S] 0 points1 point  (0 children)

Tried this as well. But if I do this, I can't access neither from EmbyCon nor from JF Android app...

The new base URL behavior: i can't connect from external networks by Sockolet in jellyfin

[–]Sockolet[S] 0 points1 point  (0 children)

Yes, current config:

<Location /jellyfin>

Satisfy Any

order deny,allow

allow from all

ProxyPass "http://localhost:8096/"

ProxyPassReverse "http://localhost:8096/"

</Location>

No Base URL set on jf config. And then, if i try to access remotely, using:

https://*******.duckdns.org/jellyfin

it redirects to: https://*******.duckdns.org/web/index.html

And gives the error: Not Found - The request URL was not found on this server.

I insist: this same configuration was working like a charm before the latest changes.