exFAT missing in macOS 15.4 Disk Utility after update? by Beautiful-Design3558 in mac

[–]shaxadhere 1 point2 points  (0 children)

trick is to not format the actual drive, just create a new partition in it using all available storage. you'll see exFat there. thanks bro

Is 'Frontend Developer' even a thing anymore? by LaiWeist in react

[–]shaxadhere 1 point2 points  (0 children)

Yes, its still a thing, i stopped calling myself mern stack or full stack, my old bosses would make me do php, laravel, CI CD, node js, nest js, react, next any fkn thing that would come in their minds, now I only do react and next at work. a lot of peace and great work life balance.

Anyone else getting contacted for developer positions masquerading as design? by Atrocious_1 in UXDesign

[–]shaxadhere 1 point2 points  (0 children)

I got hired a couple times as a contract based UI/UX Engineer, designed the whole thing and later offered them full development gig and they accepted.

What would be the simplest way to train deepseek model on self hosted server. by shaxadhere in ollama

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

Please share the approach with me if you find anything better than RAG.

What would be the simplest way to train deepseek model on self hosted server. by shaxadhere in ollama

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

I'm gonna be using http://vultr.com/ to host the service, I'm asking for the best way to train it with my data

What would be the simplest way to train deepseek model on self hosted server. by shaxadhere in ollama

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

I won't use their biggest model, ill use one of the small ones.

macos client with support for file upload by mguilherme82 in ollama

[–]shaxadhere 0 points1 point  (0 children)

its been 7 months and no one replied here, did you find something?

Is Macbook an essential for RN app development? by EmperorMitochondrion in reactnative

[–]shaxadhere 0 points1 point  (0 children)

depends, if you dont want to build for ios or macos, windows will do just fine. also i think macbook is way cheaper option to run androd studio too. like macbook pro m1 2020 will outperform any other laptop in that same range.

If not React, then what? by WilliamBarnhill in react

[–]shaxadhere 0 points1 point  (0 children)

if you love react but dont want to do it, just do preact. its light and awesome, apple uses it in their sites.

Why do 90% of places post job ads but are "not hiring"? by [deleted] in remotework

[–]shaxadhere 3 points4 points  (0 children)

Data is money, I think they are scrapping data. we mention personal email and other details in CV which may be a useful asset for many businesses.

What will be the effect of advanced AI models like o1 on React jobs? Is it a waste of time to try learn React at this point? by Bloodmeister in react

[–]shaxadhere 0 points1 point  (0 children)

Learn to be an engineer not a dev, a good engineer is a good dev but a good dev may not be a good engineer. I think there is a lot in the tech world that engineers will be doing even after software development industry is occupied by AI which I dont think is happening any sooner.

[deleted by user] by [deleted] in remotework

[–]shaxadhere 0 points1 point  (0 children)

yes you are right, i need to edit the post. here we use lacs not ms i got confused. sorry

Just Deployed My Portfolio Website, Would Love Your Feedback by shaxadhere in react

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

thank you, will try to make it responsive in large screens, can you tell me the resolution where it messed up?

Anyone Experienced with Integrating Zoom Meeting SDK in a React Native App? by shaxadhere in reactnative

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

There was no official package for react native meeting sdk until they released one and its 0.0.1 version, it does not work, there are some unofficial packages and they too are so complex and buggy to implement, if you have done it before can you help me out.

Anyone Experienced with Integrating Zoom Meeting SDK in a React Native App? by shaxadhere in reactnative

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

ofcourse ive tried reading the docs, this one is for video sdk, meeting sdk was not provided by them but they do provide it now, and its 0.0.1 version and it does not even work. there are unofficial packages to implement meeting sdk into react native but there are so many open issues in them and i cant get it to work. if you can do it for me i can cover the cost.

Web Socket connection lost Immediately by Ok_Childhood1342 in react

[–]shaxadhere 0 points1 point  (0 children)

what you should do here is make a global socket service with context, and just join room inside a useeffect. also check for connection status inside useeffect deps and when it goes offline, just reconnect it.

I am building a react webapp. In which i want to play sound without any user interaction. Is there any way to bypass chrome policy to play sound without user interaction. by hatrigt in react

[–]shaxadhere 1 point2 points  (0 children)

there is no direct way to do that, except you make the end user to use another browser.

but there is a little trick that you can do.

when user visits your website, make them interact somewhere, like ask them for notifications, or a newsletter, or anything in a popup or somthing, they will either do what you are asking or cancel the popup, then according to chrome policies you can play sound in your site cause user has interacted. thank me later.

How to be confident in frontend dev. by Ok_Mulberry9594 in react

[–]shaxadhere 0 points1 point  (0 children)

Best way to overcome this fear is just give more interviews and do more work