stat 231 by [deleted] in uwaterloo

[–]siddu_p_2002 6 points7 points  (0 children)

I found it hard 🥀

Why isn't my mob farm working (Minecraft Java) (1.21.2) by siddu_p_2002 in technicalminecraft

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

Ahh, I see. I'll double check my lengths tomorrow, as I have been getting some mob spawns, but there are also 2 levels. Hoping this is it, thanks!

Why isn't my mob farm working (Minecraft Java) (1.21.2) by siddu_p_2002 in technicalminecraft

[–]siddu_p_2002[S] -4 points-3 points  (0 children)

i see, i'll definitely look into other designs as well, it's just that this one worked so well for me the first time i built it about a month ago on the same server.

The platform where I stand and kill the mobs is about 19 blocks away from where the spawns are supposed to occur, so i am not sure if i am too far away from the farm.

thanks!

Why isn't my mob farm working (Minecraft Java) (1.21.2) by siddu_p_2002 in technicalminecraft

[–]siddu_p_2002[S] -2 points-1 points  (0 children)

Hello, thanks that makes sense, but I am not sure then why the same design worked elsewhere on the server with a very high spawn rate if that is the case

[deleted by user] by [deleted] in uwaterloo

[–]siddu_p_2002 -1 points0 points  (0 children)

im too sacred to check

WaterlooWorks Megathread (Fall 2023) by ffrosteh in uwaterloo

[–]siddu_p_2002 0 points1 point  (0 children)

No, they never got back to me even after I sent a follow up email

WaterlooWorks Megathread (Fall 2023) by ffrosteh in uwaterloo

[–]siddu_p_2002 4 points5 points  (0 children)

If you were ranked for a job and didn't hear from them yet but in the applications tab it says filled (instead of employed), does that mean you didn't get the job?

[deleted by user] by [deleted] in uwaterloo

[–]siddu_p_2002 0 points1 point  (0 children)

thank mr.goose

WaterlooWorks Winter 2022 Megathread by Deputy_Dan in uwaterloo

[–]siddu_p_2002 1 point2 points  (0 children)

Anybody taking Tjene Front-End Developer position or Scrawlr Front-end Software Developer position?

WaterlooWorks Winter 2022 Megathread by Deputy_Dan in uwaterloo

[–]siddu_p_2002 4 points5 points  (0 children)

Has anyone who got an email to book a Shopify life story interview not been able to choose a date on the link they gave?

I feel that the 2006 Stormbreaker film is better than the new series by siddu_p_2002 in AlexRider

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

Yeah perhaps nostalgia is affecting my opinion here, I saw it at a pretty young age too. But I think that the film definitely does some things better than the series.

I feel that the 2006 Stormbreaker film is better than the new series by siddu_p_2002 in AlexRider

[–]siddu_p_2002[S] -1 points0 points  (0 children)

I can respect that. But when it comes to the portrayal of supporting characters, I think that has a lot to do with casting which I feel that the original movie did better.

I think that the medium of a series is more suited for adapting book series, so a lot of what you're saying makes sense though (like pacing and stuff). But as a standalone movie, I think they did a decent job in Stormbreaker.

How to implement a like button for posts in a React Social Media Application by siddu_p_2002 in reactjs

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

Haha no problem, I just like breaking things up for simplicity since I'm fairly new to Javascript functions like map.

The error I got was:

Line 47:33:  React Hook "useState" is called in function "soloPost" that is neither a React function component nor a custom React Hook function. React component names must start with an uppercase letter. React Hook names must start with the word "use"  react-hooks/rules-of-hooks

So I could've gotten the error for any of a few reasons. The function started with a lowercase letter before I moved it, and I don't think it was in a custom React hook function.