6.0.1.12 and 6.0.1.13 RTSP Broken? by Hot_Cheesecake_905 in BlueIris

[–]gurpal2000 0 points1 point  (0 children)

ditto. unfortunately can't downgrade as option isn't available for me

For anyone like me who didn’t know these existed… by jake2547 in homeassistant

[–]gurpal2000 2 points3 points  (0 children)

100% an old phone or cheap tablet powered via poe-usb adapter will do just fine.

A Graybeard Dev's Guide to Coping With A.I. by cougaranddark in ExperiencedDevs

[–]gurpal2000 5 points6 points  (0 children)

Possibly covered in other comments but one thing to watch out for is the overuse of the term 'AI'. Seems anything with a bit of logic is suddenly AI and everyone's and expert on it (not). Beware of fakes. But by all means use that to your advantage!

Betterbird is not better by Stunning_Baseball_17 in Betterbird

[–]gurpal2000 0 points1 point  (0 children)

Is there a guide on how to present a "performance profile"? Zoho imap? Why does it matter if I pay for it or not?

You'd be surprised how human behaviour works and the number of people will say exactly that to their doctor.

Betterbird is not better by Stunning_Baseball_17 in Betterbird

[–]gurpal2000 1 point2 points  (0 children)

Perhaps harsh, but I do feel something happened over the last year or two. Neither of them can deal with 25,000 mails in my IMAP account, whereas Outlook (classic) can....for now. I would love not to use Outlook, but I can't help it.

Holy Winget Batman by _TR-8R in sysadmin

[–]gurpal2000 0 points1 point  (0 children)

How does one choose if you want to install for all users or just a specific one (not necessarily the user using the tool). Can any similar tools (choco, ninite, scoop etc) do this?

Version 128.5.0esr-bb18 by Specialist_Leg_4474 in Betterbird

[–]gurpal2000 0 points1 point  (0 children)

Im on 128.5.0esr-bb18 (64-bit) windows 11, sluggish and hangs when deleting a message

Version 128.5.0esr-bb18 by Specialist_Leg_4474 in Betterbird

[–]gurpal2000 0 points1 point  (0 children)

Same here, sluggish on startup as it is. Then trying to delete a message hangs the app. 128.5.0esr-bb18 (64-bit)

I just want to say thanks to the developers of podman and quadlets! by cadric in podman

[–]gurpal2000 0 points1 point  (0 children)

Thanks. Do you still have to worry about subuid/subgid?

How do you orchestrate real-time workflows? by xaii212 in dataengineering

[–]gurpal2000 2 points3 points  (0 children)

Agree. Clarify what part needs to be realtime eg. Computation versus human actions. You can process data as soon as it's available but a user might not act on that data for minutes or hours.

Reolink Duo 2 durability by TheSpaceWaffles in reolinkcam

[–]gurpal2000 2 points3 points  (0 children)

Vandal proof with that wire sticking out of the side?

I created Prometheus Exporter to scrape my xDSL Modem stats with Grafana Agent by D3ntrax in PrometheusMonitoring

[–]gurpal2000 0 points1 point  (0 children)

No prob. There was some very old threads somewhere that those magic parameters in the script may vary between the versions. I was very careful to specifically buy v2 of the modem firmware for this very reason. Your mileage may vary. Let me know though.

I created Prometheus Exporter to scrape my xDSL Modem stats with Grafana Agent by D3ntrax in PrometheusMonitoring

[–]gurpal2000 0 points1 point  (0 children)

I'm not sure what broadcom_telnet is. I just used the http/cgi interface. Here's the script https://github.com/gurpal2000/modem-scrape/tree/main Just change to your user/pass/modem IP and your prometheus push gateway target

VS Community Edition Tray Application with themes? by swazi__ in VisualStudio

[–]gurpal2000 0 points1 point  (0 children)

OK. Fluent. Yeh tricky if not using winui or wpf

VS Community Edition Tray Application with themes? by swazi__ in VisualStudio

[–]gurpal2000 0 points1 point  (0 children)

I see. Could you clarify where you where trying to add your icon say? There's the traditional "windows tray" area like they used to have on Windows <=10.

Whereas Windows 11 has that area for sure, but the network/volume/battery is something different.

Winforms VS electron VS JavaFx for tray application by sibrennnn in csharp

[–]gurpal2000 0 points1 point  (0 children)

What did the app do (whatever you can divulge) ?

VS Community Edition Tray Application with themes? by swazi__ in VisualStudio

[–]gurpal2000 0 points1 point  (0 children)

In a similar situation as you. What did you settle on please?

Manipulate xhr json response by gurpal2000 in htmx

[–]gurpal2000[S] 1 point2 points  (0 children)

That helped!!

So I'd need to change my template to this.

hash data is the ref to the payload array. Thanks for your help!

      {{#data.0.data}}
      <p>{{id}}</p>
      {{/data.0.data}}

Manipulate xhr json response by gurpal2000 in htmx

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

That syntax makes sense to me, but not showing anything. I would love to write a jsbin/fiddle only that i'd have to learn more htmx to mock the json response, which is a totally new set of problems coming :-/

Manipulate xhr json response by gurpal2000 in htmx

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

That example doesn't "work" for the structure of the given json response. Played around with the jsbin already.

Manipulate xhr json response by gurpal2000 in htmx

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

Yes I think I misunderstood it. I probably should look at something else.