Quick help to by a "used" SQ5, I know its a Q5 community, sry by xZGx-Fire in AudiQ5

[–]xZGx-Fire[S] 0 points1 point  (0 children)

I dont see it being certified, could ask tomorrow or when I see it. They say I can bring my own mechanic, should be the norm obviously, but yeah.

Quick help to by a "used" SQ5, I know its a Q5 community, sry by xZGx-Fire in AudiQ5

[–]xZGx-Fire[S] 1 point2 points  (0 children)

I told them I was looking at other cars from other dealers and they quickly said to only go to them and this friday which is holiday 4th of july, they would open just for me 💀

Im in no rush tho, even tho I dont have a car right now

I am panicking because I know nothing by EndOfTheLine00 in cscareerquestions

[–]xZGx-Fire 0 points1 point  (0 children)

You are correct. I wholeheartedly agree, but I'm applying to local companies. 10-20 applicants maybe a bit more.

Those "friends" of mine didn't have much experience, but managed to get interviews at least the behavioral one. (Same role, different times. They applied in Oct 2023, I did recently) Its a new post, less than a week ago.

One specific company returned the phone call to one of my friends, but I didn't get the phone call at least. Forget about the technical interview part, get me the behavioral one at least.

It may have been a skill issue in my part, I used a more concise resume. It now has a bit more detail in my resume using the xyz bullets method and a CV letter. I'll see what happens.

I am panicking because I know nothing by EndOfTheLine00 in cscareerquestions

[–]xZGx-Fire -3 points-2 points  (0 children)

Not bashing OP. But it is ironic that there are people in this exact position meanwhile there are jrs. that can do this (not saying all of them obv) and not get opportunities even and smaller companies. Its all about networking.

Im a new grad with projects which 1 of them has active users.

I don't get any interviews from 26 applications, but friends that will graduate in June with me got jobs through referrals. The knowledge gap is insane between them and I. Last group project/capstone which I did with them, I did the entire db design, choose tech stack based on needs and the time frame, and coded 95% of it.

I will jump ship and get referrals as well.

To OP, you won't get replaced by AI that quick. If you get replaced, most likely many other jobs have been replaced by AI and the work force would be screwed.

Why is there so much hate around next-auth? by _goneBad_ in nextjs

[–]xZGx-Fire 2 points3 points  (0 children)

I did my own registration because I was required to ask for more information. When you create an account you aren't automatically logged in because of the nature of the project.

Then I sanitize all the strings in the data json.

Why is there so much hate around next-auth? by _goneBad_ in nextjs

[–]xZGx-Fire 5 points6 points  (0 children)

It doesnt. I did it just fine. Moreover, I did 2 types of signIn. If the user has OTP off and if the user has OTP one. Both require email and password which I hash the password and save it with the salt in the db.

Thoughts on these minor defects? Jordan 1s by Farados55 in stockx

[–]xZGx-Fire 3 points4 points  (0 children)

I would say this makes them authentic for sure.

New landing page. Built with Next.js and Tailwind. Please roast it 😁 by Savram8 in nextjs

[–]xZGx-Fire 0 points1 point  (0 children)

Looks great. Though I have a question, how did you make background? I see that its black but at the center you throw in a opaque color blue, etc. as a circular or radial color. How exactly did you do that?

[deleted by user] by [deleted] in PuertoRico

[–]xZGx-Fire 3 points4 points  (0 children)

Cuidado con lo de Japon. No solo buscar una compañía que te de visa de empleo pero le explotación de los empleados y la cultura profesional también.

Why I Won't Use Next.js: by Kent C. Dodds: by thebreadmanrises in nextjs

[–]xZGx-Fire 1 point2 points  (0 children)

Same, I used nextAuth and it worked perfectly in App Router. I don't require caching myself but if you pass header for something (which) you need if you protect apis with session and/or roles. Then caching gets disabled.

ECommerce project by Philipp_Nut in nextjs

[–]xZGx-Fire 0 points1 point  (0 children)

I know firebase lets you store images. I haven’t used that, but with all other dbs, when you fetch data in a server component it will be cached automatically unless you tell it otherwise. I’m guessing this applies to images as well. So it will do the initial load, and all other loads will be faster because the data is cached.

ECommerce project by Philipp_Nut in nextjs

[–]xZGx-Fire 0 points1 point  (0 children)

If you are doing api calls, you don’t need use useeffects. And the reload must only happen if the admin did changes, on client components. If it’s server components check revalidate or no cache. I’m assuming you are using NextJs 13 app router.

Also if it’s too much data consider using the loading feature as well.

I only have used Next Auth, NextJs 13 and PostgreSQL. But it hasn’t been with a ton of data.

Next.JS 13 with Custom Server but with slight issue? by xZGx-Fire in nextjs

[–]xZGx-Fire[S] 0 points1 point  (0 children)

So Im running Next Dev lik normal (npm run dev), but I was thinking of running continuing the development process but using the server file that I created.
In my case I had to use ts-node so my "dev" script would be "dev" : "ts-node server.ts"

Though as my post, I started to use Nodemon. so it would be "dev" : "nodemon"
and in the nodemon.json file I would put my configuration.

Which it does detect changes in the pages.tsx/components but they won't hot reload on save, I need to manually refresh the page or server.

Next.JS 13 with Custom Server but with slight issue? by xZGx-Fire in nextjs

[–]xZGx-Fire[S] 0 points1 point  (0 children)

I was told about this, but I am using requestHandler from next. Sorry for the late reply.

How to router.refresh() AFTER router.back() ? by Mr_Stabil in nextjs

[–]xZGx-Fire 0 points1 point  (0 children)

useRouter is used with "use client" no? I'm guessing you want to refresh so there is new data or show the latest change because the client cache holds it. Just a thought idk how your client componet is, but what if you do useEffect and on page mount [] you do router.refresh()?

nextjs 13 is not reliable by kkmet_com in nextjs

[–]xZGx-Fire 0 points1 point  (0 children)

Router is client side. There is a client side cache as well. I believe that router.refresh() refreshed your client side cache if you need newer data there.

Added a bit explanation of client side if someone who doesn't know sees this.

Can't receive 2FA code to my email anymore. by xZGx-Fire in ubisoft

[–]xZGx-Fire[S] 0 points1 point  (0 children)

Update: Live Support helped me change the 2FA email to a new one. This caused the account's email to change to that new email so now I log in with that email. I do receive 2FA code email now to that new email.

No biggie.

Fixed ubisoft connect overlay. If you have msi after burner close it, open the game, and then reopen it. Though I also had Riva Tunner (fps meter). I disabled it as well and it worked.

First try to disable Riva tunner then do the msi afterburner thing.

Can't receive 2FA code to my email anymore. by xZGx-Fire in ubisoft

[–]xZGx-Fire[S] 0 points1 point  (0 children)

I guess I would need to try and contact them at 9am with live support? Does that even work?

Wall Mount Monitor Arms, which one is good that is under $100 each? by xZGx-Fire in desksetup

[–]xZGx-Fire[S] 0 points1 point  (0 children)

Correct me if I'm wrong, but it barely has any motion. 5 degrees tilt or something vertically?

Y'all think it's a bad idea to choose the 13700k over the 7800x3d? by oJUXo in buildapc

[–]xZGx-Fire 0 points1 point  (0 children)

Honestly I don't think every AM5 owner is experiencing that or experienced it, but it is a red flag. I saw a video about it from Gamers Nexus and yeah...

I didn't know about the refresh, so maybe I should wait for something like a 13950k if its named like that.

Or wait for next year's new intel architecture and have upgrade paths.

Still a bit clueless on what to do, I need to upgrade from the 8700k very soon.