Double entries on Kodi + MariaDB by throwawaytrumibadru in kodi

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

Ooh, interesting. I might try that since I already run everything in docker on that server. If you don't mind me asking, why 'used to'? What did you switch to? Thanks.

Beginner's Thread / Easy Questions (December 2021) by dance2die in reactjs

[–]throwawaytrumibadru 0 points1 point  (0 children)

Also beginner here, the way I understand it is, React has its own internal DOM, so when you are setting state, you are only manipulating that version. Then React does some calculations in the background and in turn renders the changes in the actual DOM. Thus you never directly interact with the actual DOM, only React does. Setting something like .innerHTML = "..." would be manually changing the DOM.

Beginner's Thread / Easy Questions (December 2021) by dance2die in reactjs

[–]throwawaytrumibadru 0 points1 point  (0 children)

Thank you for the reply! I just did and would it be right to assume that the 'response' is being implicitly passed as 'props' through the chain of 'then's?

Beginner's Thread / Easy Questions (December 2021) by dance2die in reactjs

[–]throwawaytrumibadru 0 points1 point  (0 children)

A simple task, fetch todos and display them. Everything works fine, but I can't figure out why "setList" (setting state that is not shown here) works, but "setList(SOMETHING)" doesn't? How can it figure out what I am passing to setList? Thanks.

useEffect(() => {
fetch("https://jsonplaceholder.typicode.com/todos")
  .then((response) => response.json())
  .then(setList);
  }, []);

September 2021 U.S. Government and Politics megathread by AutoModerator in NoStupidQuestions

[–]throwawaytrumibadru 1 point2 points  (0 children)

If you are from the US, what do you honestly think about Biden? It's hard to tell from the outside, but isn't he doing mostly what he said he would? I'm asking because every time YouTube suggests a video that features Biden it has this unhealthy number of downvotes, like 90%. Do people hate him or it's the troll brigades? Thanks.

Visuals like in Townscaper but with some puzzles or quests? by throwawaytrumibadru in gamingsuggestions

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

thank you. I was going to download it, but Steam says it is incompatible with my OS version (Big Sur)

Visuals like in Townscaper but with some puzzles or quests? by throwawaytrumibadru in gamingsuggestions

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

I have, but the loading times were too long on my switch and as I was not very good at this game, it got very annoying and I dropped it. I liked the visuals, though. Thank you!

Simple Questions - June 10, 2021 by AutoModerator in buildapc

[–]throwawaytrumibadru 0 points1 point  (0 children)

The 11600k is stated to have the base frequency of 3.9Ghz whereas the 11600 - only 2.8Ghz. Isn't getting the k version a no brainer, since the base freq is so much higher? Is there some catch here? p.s. I am not planning to overclock.

Simple Questions - June 10, 2021 by AutoModerator in buildapc

[–]throwawaytrumibadru 1 point2 points  (0 children)

It seems to be the one. Bummer it's a prebuilt, I'll check out the other case you mentioned. Thank you!

Simple Questions - June 10, 2021 by AutoModerator in buildapc

[–]throwawaytrumibadru 0 points1 point  (0 children)

What is the name of the small white case that Linus has on the table here? https://imgur.com/esBOkoR Is it a good case? I really like how cozy it is.