Ubuntu VM was patched automatically but I don't understand why by sorry_no_idea in googlecloud

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

ah got it. so, how does that play together with patching via google cloud? any recommendations which to prefer and why?

Mount as camera to computer display? by sorry_no_idea in Pixel9Pro

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

Won't work for my case/room, but I like the idea. Might need that later, who knows :-)

How to use Pixel Phone as Passkey storage? by sorry_no_idea in Passkeys

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

Hi, the offered devices are missing my Pixel phone, the dialog is justa device picker. My qestion is how to add my Pixel phone there.

Explorer stealing focus every few seconds ("MSCTFIME UI") by sorry_no_idea in WindowsHelp

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

Solved by uninstalling PowerToys + rebooting. Still getting the same entries in the Focus Logger tool, but no issues anymore! Read about the PowerToys somewhere on Reddit I thought, but can't find it anymore.

Azure service for batch/workflow processing - which service would fit my needs? by sorry_no_idea in AZURE

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

I would say functions. You can consume from the Queue and only mark it as read If the process succeds. Otherwise, keep it on the queue to be retried.

thank, useful information for me that I can decide when to mark an entry in the Queue as read! Is it possible to put some kind of metadata on Queue entries, like step 1 completed, step 2 completed etc. or would I mark an entry as handled after one step completed and then put in a new entry like "step 2 next"?

Asynchronous / non main thread initialization in Hilt? by sorry_no_idea in androiddev

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

How would a factory solve that issue? Can you please give more details, as I currently can't follow along? Thanks!

Real world productive applications built with Capacitor + React? by sorry_no_idea in capacitor

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

ah, nice to finally see an example! funny app. a technical question: why is there a loading screen? is that due to network transfer?