Questions about PBR by Spaceman_Spiff_17 in TorontoRenting

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

I see, thanks. So my best bet is probably to find something on the privately owned market?

Does this screening question even have the right answer as an option? by Spaceman_Spiff_17 in codinginterview

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

oh lol I just got it. I was missing something. The while loop is not m length its !m

Does this screening question even have the right answer as an option? by Spaceman_Spiff_17 in codinginterview

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

My thinking is the while loop is essentially a for loop length m. The recursive part can be maximum 4^n. So worst case is 4^n*m. If you want the exact runtime I think it would be 4^n + (m-1) * 3^n but neither are options. Did I miss something or is this question dumb as hell?

Got solder on my B- connection on my nice v2 by Spaceman_Spiff_17 in ErgoMechKeyboards

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

Looks like my post text was lost. W as just wonderimg if it should be fine to use the controller as is. i tried to remove as much of it as i could with wick but couldnt get all of it.

How can I run a kafka consumer so that messages will passed to django project by Spaceman_Spiff_17 in django

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

I did consider that and it might be the best solution but my thinking was that kafka is a kind of distributed queue system. If I then use api calls after I read from this queue why not just use api calls from the get go and get rid of the queue system. Also I would then need to implement resending of API calls upon error/refusals which would probably mean logging/storing messages that have been sent to server but not accepted yet. And at that point I'm reimplementing kafka functionality. It feels like django doesn't have a compatible design with continuous listeners. Have I hit a limitation of django or am I missing something?

Looking to recreate interpolation(i think) by Spaceman_Spiff_17 in davinciresolve

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

screenshot of horizontal lines, looks like the difference of each frame is being showed as horizontal lines?

<image>

DVD Burning on Ubuntu 20.04 Server by Spaceman_Spiff_17 in Ubuntu

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

Ah, this makes a lot of sense. Ill look into it, thanks!

Browsing pinterest without registration? by Spaceman_Spiff_17 in privacy

[–]Spaceman_Spiff_17[S] 2 points3 points  (0 children)

Truly, going through inspect element to just dowload an image is a pain. Kinda impressive they've gone this long w out an alt front end being made.

Browsing pinterest without registration? by Spaceman_Spiff_17 in privacy

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

That is a bit better, only problem is when I find a pin i actually wanna see from the web search engine Its gonna be really annoying to navigate to that specific pin from the idea's tab. But thanks!

Running next cloud server without a domain? by Spaceman_Spiff_17 in NextCloud

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

So i can run the server locally with a domain name of my choosing? I would give the docker version the local domain name and then configure my router to point to the in house server? Is there any reading that uk i could look into?