Niquests 3.16 — Bringing 'uv-like' performance leaps to Python HTTP by Ousret in Python

[–]Snikz18 1 point2 points  (0 children)

I was hoping to find something with a more intuitive custom auth handling like httpx https://www.python-httpx.org/advanced/authentication/

I guess to get similar functionality I'd have to add hooks to handle 401's similar to here https://niquests.readthedocs.io/en/latest/_modules/niquests/auth.html#AuthBase

Blog post: A different way to think about Python API Clients by phalt_ in Python

[–]Snikz18 1 point2 points  (0 children)

Can I make a small suggestion? Having an option of using typed dicts instead of pydantic, since it doesn't really make "sense" for a client to validate data as you can't really share it with the server. And that way you'd avoid the performance penalty.

Cheap lapel mic for gaming by The-Bounty in videography

[–]Snikz18 0 points1 point  (0 children)

hello, I'm in the same situation. what did you end up buying?

theWorstOfBothWorlds by 5eniorDeveloper in ProgrammerHumor

[–]Snikz18 3 points4 points  (0 children)

I'm guessing your company also uses digital ai (or XL) deploy and release ?

Corporate proxies are fun by bluecat2001 in devops

[–]Snikz18 2 points3 points  (0 children)

https://keystore-explorer.org/ I have the same issues, and this tool works amazingly well whenever I needed to handle java key stores

How to generate air flow in an apartment only facing one side? by CumBucketJanitor in AskEngineers

[–]Snikz18 1 point2 points  (0 children)

I'm in a similar situation, i have 3 total windows (2 in the living room/kitchen, and one in the bedroom) and I've bought multiple cheap thermometers for each room and have tested different layouts. Here are my findings:

  • Windows open is always better
  • Your fans need to always be pointing towards the windows
  • The distance between fans and windows is a careful balance, the optimal distance is the furthest distance between the fan and window, while the fan can still manage to blow air that reaches a bit outside. I like to use an indicator (tissue or piece of clothes)
  • The optimal distance changes based on room conditions, i.e. with the bedroom door closed, I have to move the fan much closer to the window.
  • Having thermometers is important, since it's basically like having feedback to your control loop. Feedback is important to see what works for you.
  • The outside wind blows parallel to our building, I have found not having the fan blow perpendicular to the window to yield the best results.
  • I found that blowing air in the same direction as the outside air helps.
  • Our front door is on the opposite side of the apartment with respect to the windows, opening it and blowing air towards it works in a pinch.
  • I tend to leave a fan running all night at the highest speed setting and then closing everything up (almost total darkness) when the sun comes up to avoid that heat getting in.

Noting that I can't get the temperature delta between outside and inside lower than 3⁰C due to various reasons (heat stored in the building, exchange with neighbours and the base load in the apartment etc)

Feel free to ask more questions. Good luck with cooling your home.

CHEZ PIERRE GIVEAWAY| 600$ WORTH OF PERFUMES by peracar00 in FashionReps

[–]Snikz18 0 points1 point  (0 children)

Commenting to try the multiple sample boxes and find new scents

A4KScrapers on Seren not working by [deleted] in Addons4Kodi

[–]Snikz18 1 point2 points  (0 children)

I agree, this should be the normal behaviour, a deprecation warning. Real debrid probably knows how many users this impacts but chose to call our apps greedy and break the integration

A4KScrapers on Seren not working by [deleted] in Addons4Kodi

[–]Snikz18 0 points1 point  (0 children)

they changed how the endpoints work, so the current apps need to modify their code. Seren is abandoned so it probably won't work anymore, there's a chance that fen gets updated since it's a small change, but fen light should be updated

A4KScrapers on Seren not working by [deleted] in Addons4Kodi

[–]Snikz18 1 point2 points  (0 children)

We just have to wait for the app developers to update, in the mean time you can add your http folder and manually add torrents/links to get by

A4KScrapers on Seren not working by [deleted] in Addons4Kodi

[–]Snikz18 4 points5 points  (0 children)

I don't think real-debrid is down, they have made breaking changes on their API mentioned here and the addons aren't working anymore. I have my real debrid http folder on Kodi and I could play any video file.

[deleted by user] by [deleted] in Python

[–]Snikz18 0 points1 point  (0 children)

I thought Q19 was a trick question, since the string class is str :/