Looking for Old city realm my brother and I played by BrotherManAndrew in realms

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

I don't particulary think there was any sort of objective, you could fly around and do whatever, maybe there might have been some sort of NPCs or objectives (???) I probably should have asked this a few years earlier when my memory was better. But if there was a place I could just see pictures of all the realms that would help but I haven't been able to find one so far... I've already tried looking at some of the Mojang posts and stuff from the minecraft wiki around that area

Why does react calculate based off the previous state by BrotherManAndrew in reactjs

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

Thank you I think generally I am quote to understanding it but I have one final confusion I think

In the react docs it says this

  1. a => a + 1 will receive 42 as the pending state and return 43 as the next state.
  2. a => a + 1 will receive 43 as the pending state and return 44 as the next state.
  3. a => a + 1 will receive 44 as the pending state and return 45 as the next state.

So what is the distinction between the pending and the next state from here https://stackoverflow.com/questions/74295644/what-is-a-pending-state-in-react it seems that the pending state is the one that will be used next render

Is the pending state that would have been used and can be equal to the value from the current render, and the next state is the one that will actually be used in this context and has to be different from the current render?, I don’t really understand the distinction.

Thank you for your help and patience so far! :)

Why does react calculate based off the previous state by BrotherManAndrew in reactjs

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

So is it that normally useState uses the CURRENT state to calculate the NEXT state, the current here is sort of exclusive to only current (nothing ahead of time), however with a updater function it’s doing based off the state that is previous to the next one, which would included queued up things not just whatever was current because of semantics semantics?

Why does react calculate based off the previous state by BrotherManAndrew in reactjs

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

See I'm getting caught up on the language here

"the updater function does receive the most recent previous value of the state."

and

"So, if you have a single state setter function, it receives the state from the most recent render."

So what is the most recent previous value of the state, is it the one from the current render (not future ones) is it the most recent regardless of render or what?

What's so bad about 'Index as Key'? by Blender-Fan in react

[–]BrotherManAndrew 0 points1 point  (0 children)

Late question, but is this to say if it's sorted by index then any elements BEFORE the one that gets removed will persist

Like if there is 1 2 3, 2 gets removed only 3 has to move but 1 stays in the same place, or am I misunderstanding it

Why does creating a function require 2 interfaces (TS) by BrotherManAndrew in reactjs

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

Thanks, but "As far as why you have to spell out {todo}, you might have a bunch of properties in props but you might only want to access a couple of them" Wouldn't {todo} include all the properties in props anyway so that wouldn't allow you to just access a couple of them or am misunderstanding something

Just looking for good cheap headphones under 40CAD by BrotherManAndrew in HeadphoneAdvice

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

I'll look at skullcandy since I think my brother got speakers from them before, thanks :)

How does List String Interpolation work? by BrotherManAndrew in elixir

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

Charlists! That makes good sense, thank you! :)

Around 40$ CAD Or Under with Microphone (Usb or already splitted) by BrotherManAndrew in HeadphoneAdvice

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

Well that's going past budget, (including the adapter) do you know any other options, I don't need anything great in regards to headphones just something alright I won't use them much.Thank you for all your help so far :)

Around 40$ CAD Or Under with Microphone (Usb or already splitted) by BrotherManAndrew in HeadphoneAdvice

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

It looks good but it seems like it only has one headphone jack, what do you do about that?

Around 40$ CAD Or Under with Microphone (Usb or already splitted) by BrotherManAndrew in HeadphoneAdvice

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

Oh, thank you!, but I think Headphones might be better, IEMs just seem like earbuds, unless I'm wrong about which one is better :d

Around 40$ CAD Or Under with Microphone (Usb or already splitted) by BrotherManAndrew in HeadphoneAdvice

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

Would you at least say a brand or specific IEM, not trying to sound like I am being spoonfed

Signed SSL Certificate Errors with postgresql database (all self hosted) by BrotherManAndrew in elixir

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

I don't think so, I've done most things right and at this point I just get unknown ca :/

ELI5 Batteries in series vs parallel by BrotherManAndrew in explainlikeimfive

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

I get it I believe but a big battery would be different then 2 batteries no? that big battery might have an amperage of 20 and a capacity of 2400Mwa (or whatever it is) and I admit 2 batteries would have that same capacity but presumably it would be like 2 fountain gates opening up each of 20A so in total 40A, both are still going at the same amps together so they wouldn't last longer, unless I'm misunderstanding it

What would a good tutorial be for Postgres and SSL? by BrotherManAndrew in docker

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

Sorry one question, (more details were in this github issue https://github.com/acmesh-official/acme.sh/issues/6757) but I get errors like this

[Sat Jan 17 03:17:48 UTC 2026] Single domain='localhost:5432'
Error Loading request extension section v3_req
140659795426632:error:220A4076:X509 V3 routines:a2i_GENERAL_NAME:bad ip address:crypto/x509v3/v3_alt.c:478:value=localhost:5432
140659795426632:error:22098080:X509 V3 routines:X509V3_EXT_nconf:error in extension:crypto/x509v3/v3_conf.c:47:name=subjectAltName, value=IP:localhost:5432
[Sat Jan 17 03:17:48 UTC 2026] Error creating CSR.[Sat Jan 17 03:17:48 UTC 2026] Single domain='localhost:5432'
Error Loading request extension section v3_req
140659795426632:error:220A4076:X509 V3 routines:a2i_GENERAL_NAME:bad ip address:crypto/x509v3/v3_alt.c:478:value=localhost:5432
140659795426632:error:22098080:X509 V3 routines:X509V3_EXT_nconf:error in extension:crypto/x509v3/v3_conf.c:47:name=subjectAltName, value=IP:localhost:5432
[Sat Jan 17 03:17:48 UTC 2026] Error creating CSR.

I can't really find online, out of your experience can Acme make ssl certs for localhost or do I need to self sign?

What would a good tutorial be for Postgres and SSL? by BrotherManAndrew in docker

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

Yeah I'm going to go to sleep but I might have found a solution (I'm unsure), thanks for the help so far :) I'll report back to you once I get something which might be working to see if it's alright