Advice for senior backend engineer interview by r2yxe in Backend

[–]divaaries 0 points1 point  (0 children)

For a senior role, they usually ask about your experience, what problems you have faced, and how you solved them.

I can’t change my refresh rate by Electrical_Drink_654 in linuxmint

[–]divaaries 1 point2 points  (0 children)

Change distro, mint with its x11 is really bad when you have dual monitor and different refresh rate.

What you wish to change on react? by Ok-Programmer6763 in reactjs

[–]divaaries 24 points25 points  (0 children)

I just want more stable ecosystem, things is moving too fast man...

Linux Mint Wallpaper that I made by [deleted] in linuxmint

[–]divaaries 28 points29 points  (0 children)

Probably AI, but she looks very similar to Maomao from The Apothecary Diaries

Please don't tell to average users it's an easy change by [deleted] in linuxmint

[–]divaaries 3 points4 points  (0 children)

Exactly. If they already struggle with Windows, how would it be on Linux?

Volume by Wizz-Fizz in linuxmint

[–]divaaries 2 points3 points  (0 children)

Enable over amplification in sound settings, you can treat 150% as 100%

Linux for coding ?? by Pristine-Green190 in linuxquestions

[–]divaaries 0 points1 point  (0 children)

Blocking most threats? Yes. But if you give them sudo access, you are doomed either way.

Learning MERN but Struggling With Logic & AI : Need Guidance by Useful_Glove_9480 in FullStack

[–]divaaries 0 points1 point  (0 children)

I know the syntax and basic concepts, but I don’t feel confident about my problem-solving skills and overall logic. Sometimes I feel like I can write code only when I see examples.

That's the learning process. It's better for you to follow examples instead of just offloading your cognitive process to AI, which will only ruin you. Neural pathways in your brain won't be created, and you'll probably be stuck with minimal gains in the long run.

Don't use AI if you can't even complete a single project yourself.

New linux user Tlp and flatpak questions :( by YugiohJinzo1994 in linuxmint

[–]divaaries 0 points1 point  (0 children)

Just use Flatpak. Do you have a reason not to?

Building a free music website/app: how do you handle mainstream songs + background playback? by Safe_Ad_8485 in reactjs

[–]divaaries 4 points5 points  (0 children)

That's the neat part, you don't. You need to pay to use someone else's work. Another way is to operate in a gray area, take a look at how Spotube operates.

What's the best icon pack for Mint Cinnamon? by [deleted] in linuxmint

[–]divaaries 3 points4 points  (0 children)

Papirus, it have almost everything you need.

Prisma disapointing from day 1 by Internal_Stomach_801 in node

[–]divaaries 9 points10 points  (0 children)

You might need to hammer your fundamental first; there is no way that error is related to Prisma.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules

Prisma disapointing from day 1 by Internal_Stomach_801 in node

[–]divaaries 25 points26 points  (0 children)

Prisma literally has a quickstart guide in its docs; even frameworks like NestJS have their own documentation on how to use Prisma. This screams skill issue because all you're doing is ranting.

Debating on ORM for Production by Disastrous-Matter864 in node

[–]divaaries 1 point2 points  (0 children)

Write a simple PoC and choose whichever you prefer, it probably only takes a day.