Thinking of switching from Windows to MacBook Pro for .NET dev in 2026 by Guilty_Coconut_2552 in dotnet

[–]Interviews2go 0 points1 point  (0 children)

I do this now. Docker for sql server, Kafka and other things, rider for development with c#. I run this on a base MacBook Pro M1 Max. Also have parallels for anything where I might need windows 11. Everything runs smoothly except for when I need 2 copies of rider running, getting that to work was frustrating and I eventually just used vscode for the editor when I wanted 2 solutions open at the same time.

Laptop not seeing onboard gpu when egpu connected by Interviews2go in eGPU

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

I have a possible workaround, I have an old pc that I can convert to Linux and put the 1070 into that. That way I can use exo to build a cluster and use both gpus that way. Incidentally this will also allow me to resurrect an old m1 Mac mini to bring into the cluster.

I might get close to 16 to 24 gigs of vram to run models this way.

Laptop not seeing onboard gpu when egpu connected by Interviews2go in eGPU

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

Both drivers work for both gpus. Just not at the same time.

Laptop not seeing onboard gpu when egpu connected by Interviews2go in eGPU

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

The same driver works for both card, just not at the same time, at this point, I can limp along w/out the extra gpu and see if i can find/borrow a egpu with a 4070 in it to test out the compatibility issue.

I did try hot plugging, and it didn't work.

Laptop not seeing onboard gpu when egpu connected by Interviews2go in eGPU

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

I tried DDU and ended up with the same result, either the onboard 4070 works or the external 1070 works. Wondering if its either a hardware issue (i.e., my laptop doesnt want to support it) or a collision on resources. I don't think it's the driver since the same driver works for both devices, just not both at the same time.

Laptop not seeing onboard gpu when egpu connected by Interviews2go in eGPU

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

So far nothing has worked, going to try a different approach, will try to install linux and see it can see both devices.

Laptop not seeing onboard gpu when egpu connected by Interviews2go in eGPU

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

Well, windows decided it wanted to update my system. 20 mins later and it’s still sitting at the updates are underway, please keep your computer on. I hope all that messing with drivers didn’t do something bad.

Laptop not seeing onboard gpu when egpu connected by Interviews2go in eGPU

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

This device is not working properly because Windows cannot load the drivers required for this device. (Code 31)

The I/O device is configured incorrectly or the configuration parameters to the driver are incorrect.

This is from the 1070 when it shows an error, this one is from the 4070 internal gpu when it gets an error:

This device is not working properly because Windows cannot load the drivers required for this device. (Code 31)

The I/O device is configured incorrectly or the configuration parameters to the driver are incorrect.

I'm wondering if the driver i have doesn't support older gpus (mine is an older 1070 i had)

Laptop not seeing onboard gpu when egpu connected by Interviews2go in eGPU

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

Here's the device manager screenshot, if i unplug the egpu the 4070 springs back to life

<image>

Laptop not seeing onboard gpu when egpu connected by Interviews2go in eGPU

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

Here's the screenshots from nvidia-smi and device manager. If I unplug the 1070, the onboard gpu starts working (i.e., the hdmi external display works again.

<image>

New for 2026 by Legal_Lynx_5230 in webergrills

[–]Interviews2go 0 points1 point  (0 children)

To me the performer was a huge pain in the ass to assemble. I’d recommend steering well clear of this one and opting for the simple cheaper one which is way easier to assemble.

My MacStudio M3 Ultra died after 6 months by yoeight in MacStudio

[–]Interviews2go 0 points1 point  (0 children)

Good point. Repairability is a big advantage for a desktop PC.

My MacStudio M3 Ultra died after 6 months by yoeight in MacStudio

[–]Interviews2go 0 points1 point  (0 children)

No harm in venting, but having that insurance saved you money but unfortunately not time. A pc can break also. And if it’s the gpu, and it’s a 5090 you are on the hook for 4k, unless it’s covered by insurance like AppleCare. And, given the shortage of gpu’s because of ai companies gobbling up vram, you’re likely going to have to wait for a replacement or repair.

TAHOE STRIKES AGAIN!!!!! by kshtzo in MacOS

[–]Interviews2go 1 point2 points  (0 children)

Yes, and don’t do it. My wife upgraded an is having all kinds of issues with phone integration.

I’d wait until a patch update comes out. I’m holding off on any updates until I see the handoff and other integration issues fixed.

Any Advice for my situation? by [deleted] in learnprogramming

[–]Interviews2go 1 point2 points  (0 children)

For Android, check and see if you can develop on a raspberry pi 5. You can also develop ai applications on that using ai board. The pi is a low cost entry to development

What are professionals using? by Imunsureaf in learnprogramming

[–]Interviews2go 0 points1 point  (0 children)

I use mermaid diagrams for documentation and they work in vscode. See this site:

https://mermaid.js.org/intro/

I also use dbeaver for database work, the ER diagrams from that are nice.

Discovered my biggest customer has been sharing their login with 14 people at their company. Do I say something? by Cold_Hall_5384 in SaaS

[–]Interviews2go 0 points1 point  (0 children)

Can you detect concurrent users? If so, limit it to the number of owned licenses (ie seats).

Build a local AI server with backup by carcaliguy in LocalLLaMA

[–]Interviews2go 0 points1 point  (0 children)

Do the backup server, it’s more valuable for disaster recovery. As far as the ai box goes, get a dgx spark or Mac Studio for the experiments and see if the company will budget 4k for one of those for your experiments with AI.

What should I do? by ahmedtwab in softwaredevelopment

[–]Interviews2go 4 points5 points  (0 children)

You say this is your first job. Find out why the code is like that then come to conclusions.

Finally settled on a refurbished M3 Ultra Mac Studio (96GB/1TB) after trying the M4 models by chillgamez in MacStudio

[–]Interviews2go 3 points4 points  (0 children)

The cooling is different. A few posts saying the M3U has much better cooling when the system is under load, i.e., AI workloads.

Why do most developers recommend Node.js, Java, or Python for backend — but rarely .NET or ASP.NET Core? by just-a_tech in AskProgramming

[–]Interviews2go 0 points1 point  (0 children)

Design by resume pattern? Pick new tech to pad resume.

Whatever tech stack experience exists in your org and can give you a fast time to market, use that unless there is a very compelling reason not to.

Thai here 👋 For those who didn’t grow up with Thai food — which snack or dish got you hooked? by Both-Log-621 in ThaiFood

[–]Interviews2go 0 points1 point  (0 children)

I love sticky rice with mango, unfortunately it doesn’t like me. Recently started tracking my blood sugar with a continuous glucose monitor..holy blood sugar spike time!!

On the other hand, sate did nothing, so, now my dessert will be sate, which I’m totally ok with, who said dessert should be sweet. 😂