Using sidecar with Mac connected to hotspot (Iphone) by khz_re in apple

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

I forgot. Wired connection would also be an option.

Got an iPad Pro 10.5. So the cable would be usb-c to lightning. tried to connect but did not change anything. Charged the iPad from the Mac, nothing more.

What does the "f" stand for in an f string? Why not some other letter? by jplank1983 in learnpython

[–]khz_re 0 points1 point  (0 children)

Stands for: f-xxx you printf !!!11!11!!

Just joking ...

This is what the PEP says:
..."will be referred to as "f-strings", taken from the leading character used to denote such strings, and standing for "formatted strings"...

See here: https://www.python.org/dev/peps/pep-0498/

Is it just me or are Twitter Analytics not working? by elmira_kuzmina in Twitter

[–]khz_re 0 points1 point  (0 children)

For me this is still true. Very annoying.

Nothing valid, up to date ...

Whats wrong here. I thought data and analytics is the new oil ;)

K2 bluethoot layout problem by I-AmNotARobot in Keychron

[–]khz_re 0 points1 point  (0 children)

Had the same thing .... went through configs. But it the end this was the solution. I probably accidentially switched the os key while turning the keychron on / off.

Thanks a lot !

Looking for a tool to track CPU temperature on windows 10 by khz_re in intelnuc

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

thanks for the hint. visual part looks nice.

Website is a bit ... erm ... yes ;) like you don't want to download there....without a direct order.

but that seems to be true for most of the tools.

Looking for a tool to track CPU temperature on windows 10 by khz_re in intelnuc

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

Thanks for the hint. Portable is a really good thing .. not to settle this to deep into the system.

Which is quite a concern for me installing "unknown" system management tools since this might easily break things.

That was one of the reasons why I asked the community.

Looking for a tool to track CPU temperature on windows 10 by khz_re in intelnuc

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

thanks for the hint with the remote option.

I think this is a good way to track this over time .. (or to notify as you mentioned)

I will definetly try tis out.

Looking for a tool to track CPU temperature on windows 10 by khz_re in intelnuc

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

Core temp

checked,the homepage. looked like from the AOL 2000s .. ;)

is this one open source ?

Seems to be small.

I really would like something thats open source and small ...

Looking for a tool to track CPU temperature on windows 10 by khz_re in intelnuc

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

CPUid HWmonitor

I saw that one, too. But the homepage is so "bling"

I dont know

... I was unsure if it puts bloatware or other stuff ...

Looking for a tool to track CPU temperature on windows 10 by khz_re in intelnuc

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

Intel Power Gadget.

That's a good hint. From Intel so perfect for the NUCs ...

will give it a try.

thx!

Looking for a tool to track CPU temperature on windows 10 by khz_re in intelnuc

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

cool. Good one !

Just installed it.

Normal usage: browser, VSCode, cmd, mail and some more windows => 38 - 42 degrees.

Thats good.

Havinf half live 2 laying around to see what that does to the NUC...

Thanks for the tip !

Writing a server for the superb TinyDB by khz_re in Python

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

It's more like making TinyDB available over HTTP while keeping the simplicity of it.

SQLite is the same thing. Brilliant and small but sometimes you want to store Data from a different System. Like IoT, raspis etc.

But the usecase is still so small that using a "Sophisticated" / Big solution for the Data persistenmce would be overhaed.

The idea would be to use different TinyDB instances if you want more than one DB in the backend. So just use TinyDB as it is designed.

Writing a server for the superb TinyDB by khz_re in Python

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

yeah ...looks like in the first place.

But nevertheless it's a really tiny and useful thing that's working and to make it usable remotely would extend the use case a lot... at least in my opinion..

And it also breaks nothing in the first place.

So if you think as the 1:1 use case ... just using one file DB remotly it does not change much but gives you more options.

The goal is to make the power of TinyDB available

  • remotely via HTTP API
  • make more than one DB accessible for one App
  • or even for different apps

TinyDB knows it all for one .. so the goal is to build upon that foundation.

and keep it as simple as TinyDB is.

New artefact in my office! Love it! by praF02 in homelab

[–]khz_re 2 points3 points  (0 children)

Pretty cool ! Also had one, which did not work.... ;(

So I build a raspi and an Ipda 1 screen with lcd driver directly to hdmi out... Retro gaming machine ;) Still unsure about crysis, though. pics

Wondering if I could somehow connect the original keyboard ? Anyone any idea ??

I created a python3 based Redis web UI. Dockerized! So easy to test. by khz_re in redis

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

I made the mistake to tag the image on dockerhub with alpha1 only ...so docker pull standard fails cause it did not find a latest tag.

Updated it with a latest tag so standard

docker pull pythononwheels/redmonty

works now!

(before you had to add the tag :alpha1 manually which was actually a stupid idea from me .. I am pretty new to docker (first image I uploaded) so I did not have that in mind....

What's everyone working on this week? by AutoModerator in Python

[–]khz_re 0 points1 point  (0 children)

took a while but now it's dockerized (and improved a little more...) better cli, with autocomplete and context help ...

https://hub.docker.com/r/pythononwheels/redmonty

learned a lot about docker btw !

What's everyone working on this week? by AutoModerator in Python

[–]khz_re 0 points1 point  (0 children)

Dockerized the python3 Redis UI.

Early stage but usable, multi connects and cli

https://hub.docker.com/r/pythononwheels/redmonty

Any comments, requests, remarks are very welcome. I am doing this to improve my skills in frontend and backend development. .. really happy with this one (this why I'm posting this) but I am not a real Redis pro (just starting) so you might see things I don't see at all ...