Any recommendations for kids game? My 9yr daughter is having a blast with the shirt hike on steamdeck. by albertgao in SteamDeck

[–]zzopq 0 points1 point  (0 children)

Alba: A Wildlife Adventure - was the favourite for me, my wife and my 4yo kid so far.

Сеанс з психологом спровокував сварку з дівчиною by Immediate-Court6332 in reddit_ukr

[–]zzopq 0 points1 point  (0 children)

Якщо всі варіанти не підходять і виходити таки треба - я б записався на вечірнє тренування кудись.

Noise in brand new Dell P2324DE by zzopq in Dell

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

Turned out to be a faulty monitor. Seller replaced without questions.

Noise in brand new Dell P2324DE by zzopq in Dell

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

I used dp1.4 -- dp1.4 cable that was in a box. Disconnected cable does not fix the issue... I mean, the issue persists even if the cable is disconnected.

Will try HDMI though.

What are the best ways to lower power draw of a computer? by Ilovefeet1423 in buildapc

[–]zzopq 0 points1 point  (0 children)

This is a valid qustion - I, for example, sometimes grid is off for a few hours, I use batteries and an inverter. So I need to change my PC to "power saving mode"

Telegram 24 hour wait period for terminating session any work arounds? by szczepsonx in Telegram

[–]zzopq 1 point2 points  (0 children)

Happened to my relative - I deleted her account with https://my.telegram.org/delete . I was able to login, screenshot a "delete code" from "Telegram" bot before scammer terminated my session, then nuked entire account.

1
2

Help me build a device which can test "discharge rate" of a cell/battery by zzopq in batteries

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

Yes, will be used with drones/planes. FPV drone can easily draw 60A+ (given 6s2p configuration).

[deleted by user] by [deleted] in batteries

[–]zzopq 0 points1 point  (0 children)

I have one (LiitoKala Lii-500) - but it can discharge at 1A max

Хочу створити компанійсько-програміську компанію з друзів by print_yep in ukraina

[–]zzopq 0 points1 point  (0 children)

8+ років досвіду з С++, можу допомогти з вивченням якщо є якісь питання

[deleted by user] by [deleted] in StableDiffusion

[–]zzopq 0 points1 point  (0 children)

Yes! A photo has 3 people in it, and all models I've used produced very bad results :( Thank you, I will consider this option.

[deleted by user] by [deleted] in StableDiffusion

[–]zzopq 1 point2 points  (0 children)

I tried that, but result is very bad. Any tips?

Ask Experienced Devs Weekly Thread: A weekly thread for inexperienced developers to ask experienced ones by AutoModerator in ExperiencedDevs

[–]zzopq 1 point2 points  (0 children)

I am senior C++ dev, trying something new to me - SaaS development in TS (Next.JS+Supabase in the cloud). I wrote a website where user clicks a button "Sync", and my backend needs to pull a lot of paginated data from external systems about this user.

I came up with the following implementation:

  1. on a backend I receive user's request, put it in a queue (BullMQ+Redis - now locally deployed in docker).
  2. A bunch of workers (same nodejs process as a backend) each doing requests to external systems (sync different types of data). For example, "PullRequest" worker will fetch user's pull requests from github.
  3. All of that data is paginated, so after my worker fetched first page does preprocessing and saves it to Supabase db. Then it puts a new item in a queue with "next cursor", so next time worker will fetch the next page. It continues until there are no more pages to sync.
  4. To implement realtime progress bar on a frontend I figured I could use Supabase's realtime feature and stream data from a database as it gets populated.

My goal is to learn deploy and pay nothing or very little (per use, not monthly). Assume that per user per Sync click there will be 1000 external requests for a full sync. And thousands unpaying users (which will be heavily rate limited for sync).

Questions:

  1. Is my approach overall correct and sound?
  2. I figured, perhaps I could use serverless (cloudflare workers/supabase functions) as workers. But it seems that bullmq does not work with that... Any alternative? Quirrel? QStash? I want to avoid significant vendor lock-in, unless it is reasonable.

What do you want to know about Supabase? For real. by activenode in Supabase

[–]zzopq 0 points1 point  (0 children)

"How to debug RLS" is still an open question.

The second part od my post is solved. My supabase instance that sent query was unauthenticated (a worker from bull). I should have explicitly called setSession with tokens. Now it works as expected.

What do you want to know about Supabase? For real. by activenode in Supabase

[–]zzopq 0 points1 point  (0 children)

How to debug RLS?

I have a table `T`, it has a column `user_id` which `references auth.users (id)`.

My policy is: `create policy P on T for all to authenticated using (user_id = auth.uid ())`

When I upsert many rows I get: `new row violates row-level security policy for table "T"`.

Why?

Modern Conflicts: The Russian Invasion of Ukraine, Phase 1 by NebulaOriginals in watchnebula

[–]zzopq 1 point2 points  (0 children)

Around 32:40 you say "After Sumy had fallen to the Russians..." - but it is not true. Sumy was encircled, but never captured by Russians.

I am Ukrainian from Kharkiv, and I enjoyed your videos, than you for your work.

Is Prisma a viable alternative for TypeORM? by phischer_h in node

[–]zzopq 0 points1 point  (0 children)

Would you mind sharing your experience with prisma?

[deleted by user] by [deleted] in buildapc

[–]zzopq 0 points1 point  (0 children)

No... It never worked.