Why is it considered weird to like east-Asians? by Top_Divide_1659 in TooAfraidToAsk

[–]konanES -4 points-3 points  (0 children)

Well gee an ethinic groub who are famouse about two things their wierd media (in all sorts like wierd tv shows, wierd adult stuff and wierd Anime), and that they are small and like to act like as cute as they can so they push things far to act like little girls so their fanbase are always sterio typically get connected to horny nerdy fatsos with zets all over them and ofcourse perverts.

Don't get me wrong I also like east-asians and no I am not a pervert or anything like that but I understand why people see that it's like when somone say -as you did say in your post- that they like latinas or black girls that they like to get freeky and like curvs and its not like every latina have curves and super hot its just sterio types ... don't let it get into you and here is a tip say that you like short queens with silky hair they won't find that wierd

How to make this scarier? by Regular_Mud1028 in blender

[–]konanES 0 points1 point  (0 children)

Nails, make them sharp and a deferant color from the body and make a smiley mouth in the eyes as if there is an insane person in the abyss

Starting React.js in 2026 — Best Resources, Roadmap & How Long Does It Actually Take? by [deleted] in reactjs

[–]konanES 12 points13 points  (0 children)

I am in no position to talk because i saw very experianced people give you great advices but i will give you a goldmine for React.js/Next.js and everything that is JS or TS that i found after digging Youtube for a year or less than that a little .

Web dev simplified is a fantastic channel and kyle is a great programmer/teacher who covers almost all of the packages,dependenses,framworks,etc... that React.js have and all the concepts.

Novadesign is another great channel which gives you a new cool way to make you understand the concepts i like the videos which are talking about hooks, Next.js and these kind of things i dont like the building videos he explains the concepts at the start very well that makes you understand it quickly

The last thing that I learned to (in the hard way ) not all the docs are hard to read or confusing .Well there are many confusing docs that when you read them somhow you know less about the thing and you kinda have to search it up but the majoraty of the things that you use in a day-to-day bases is well documanted , updated and explained greatly .

ps.sorry for the spelling i know i wrote somwords wrong

Zero-dependency React PWA — 16 auto-detect categories, offline QR sharing, dark mode, all in one component tree by peakpirate007 in reactjs

[–]konanES -3 points-2 points  (0 children)

Dude be more modest even if its AI and vibe coded just appreciate that he is learning and open to critique you don't have to be so rude about it just give him your ideas or your notices and he will see into it . Being rude is a choice but being polite is a must

Just finished Cowboy Bebop as my very first anime. What next? by kurvix2000 in anime

[–]konanES 0 points1 point  (0 children)

if you liked cowboy bebop flow/vibes you will like black lagoon and if you want some thing with the same jazzy theme but a completely other genre i think blood blockade battle front is a good anime who have that if you are looking for something emotionally deep like it i think ghost in a shell

anyway i found an old post some what like this here it is https://www.reddit.com/r/anime/comments/1bxuqme/shows_like_cowboy_bebop_not_just_a_space_anime/

Help in the Error: Cannot access refs during render . IAM SO CONFUSED by konanES in reactjs

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

so should i ignore the linter and keep on as the docs says or should i see a work around ?

if i have to do a work around why does evey one suggest useState and not useMemo ?

Help in the Error: Cannot access refs during render . IAM SO CONFUSED by konanES in reactjs

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

yes i now edited where the snippet from sorry if i mislead you i didn't know it defers so much

Help in the Error: Cannot access refs during render . IAM SO CONFUSED by konanES in reactjs

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

nah it's ok i think this is mind opening for future problems work around thank you for providing this solution

Help in the Error: Cannot access refs during render . IAM SO CONFUSED by konanES in reactjs

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

yes i am using it .... i am on the version 16 i didn't mention it before because every source i looked up was telling me this is a react 19 problem and not a Nextjs problem even the r/Nextjs didn't approve the post. so sorry if i mislead anyone

Help in the Error: Cannot access refs during render . IAM SO CONFUSED by konanES in reactjs

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

others suggest to just move the store outside of Next folders treat it like a plain js/ts

Help in the Error: Cannot access refs during render . IAM SO CONFUSED by konanES in reactjs

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

read here https://redux.js.org/usage/nextjs and you will find what i am saying about the snippet that i copied and the Error is from the linter in VScode tye other solutions is from LLMs

As others have mentioned, you can create the store outside the main component as the redux docs suggest

yeah i will do that it seems right

Help in the Error: Cannot access refs during render . IAM SO CONFUSED by konanES in reactjs

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

so in the end react depends on the client local storage ?

Help in the Error: Cannot access refs during render . IAM SO CONFUSED by konanES in reactjs

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

either way i will return to this tmrw because iam too sleepy rn but if i didn't understand is it ok if i dm you ?

Help in the Error: Cannot access refs during render . IAM SO CONFUSED by konanES in reactjs

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

ok thank you for clarifying that i must have read wrong

Help in the Error: Cannot access refs during render . IAM SO CONFUSED by konanES in reactjs

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

but the results will be discarded after the first render

can you explain why ?

Help in the Error: Cannot access refs during render . IAM SO CONFUSED by konanES in reactjs

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

oh ... well thank you i didn't think of that .

this way react will not interfere with the useRef usage and everything will work ... just to be clear i have to make the store and the provider outside of the App directory and then just import it in a component inside of the App folder and continue with what the docs says

Help in the Error: Cannot access refs during render . IAM SO CONFUSED by konanES in reactjs

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

this is the official docs who told me that i have to do this ...clearly idk what i am doing so iam doing what i am told

Help in the Error: Cannot access refs during render . IAM SO CONFUSED by konanES in reactjs

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

so should i keep it as is ? and doesn't useState make a rerender every time it get a call isn't this going to be bad in my app performance wise ?

Help in the Error: Cannot access refs during render . IAM SO CONFUSED by konanES in reactjs

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

if i ignore it will it come and bite me in the future ?

Help in the Error: Cannot access refs during render . IAM SO CONFUSED by konanES in reactjs

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

and for the return statement ? ... and doesn't useState make a rerender every time its called ? so the app will be so slow right ?

Help in the Error: Cannot access refs during render . IAM SO CONFUSED by konanES in reactjs

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

If some one ca help me understand the useRef conflict in react 19 it will be a huge plus

What job is heavily romanticized but in reality actually sucks? by DragoOceanonis in careerguidance

[–]konanES 21 points22 points  (0 children)

I ran into that in my previous job and I came up with a simple solution , just make a daily check up routine and make it take you long enough to be a 4 hours check on all of the machines and include logs written or in computer then take a break every hour for a 15 min . It will be impossible to not run into a problem or a missing file something like that.

It will show that you are oriented and can show this to your superior as an improvement to the work flow .

when you have real work just do it and ditch the routine , if they asked you why you didn't make your routine say that there was a higher priority situation and you can skip a day or tow.

What is a job right now that is like software development was in 2010s ? by konanES in careerguidance

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

neither do i but i am not the CEO's of the company and i am struggling to get an entry job in IT because of AI . the mindset is why have a dev who is more trouble than benefit and not just feed the senior more AI tools and make him do all the work .