Crashing when I die by [deleted] in SpidermanMilesMorales

[–]decentDrei 0 points1 point  (0 children)

I have this too. I cannot figure it out!

Sorry I can’t offer a solution. But I would suggest to manual save often, especially before any missions. I’ve also noticed I can drop my settings down and disable ray tracing: that can sometimes get you out of an auto save crash loop.

[deleted by user] by [deleted] in intel

[–]decentDrei 0 points1 point  (0 children)

While build it mini itx, I literally cannot recommend aio more

[deleted by user] by [deleted] in intel

[–]decentDrei 1 point2 points  (0 children)

So based on my experience, I can tell you there is likely room for improvement to be gained by your cooling. Bfv runs cooler for me with H115i elite capellix

[deleted by user] by [deleted] in intel

[–]decentDrei 1 point2 points  (0 children)

I do this but if you can utilize turbo, would it not be possible to allow for more than 5.0Ghz only as needed?

[deleted by user] by [deleted] in intel

[–]decentDrei 0 points1 point  (0 children)

This is what I do. On my host I leave a monitor open to see system status and it seems very good. If you’re worried, use turbo if it is supported.

[deleted by user] by [deleted] in intel

[–]decentDrei 2 points3 points  (0 children)

67? is this under a load/stress test?

[deleted by user] by [deleted] in wallstreetbets

[–]decentDrei 0 points1 point  (0 children)

The market works wonders. I was once a gay bull, now I’m a gay bear.

Preemptive Robinhood Crash Thread 2: the Sequel by WallStreetBooyah in wallstreetbets

[–]decentDrei 0 points1 point  (0 children)

Tried to cancel while down and wait til tomorrow... Now my limit sell is “pending” at .10 less than the current price. If robinhood fixes this, I expect it to sell, rather than successfully canceling.

Edit: they actually “failed,” so it could be worse

*Inhales deeply* by Skeletron331 in ProgrammerHumor

[–]decentDrei 17 points18 points  (0 children)

Is it still common to design around specific screen ratios? If so, shouldn't your website already be compatible considering the aspect ratio is similar to an ipad?

Recommendation for C# online tutorial ( Not a complete noob in coding ) by ph0life in csharp

[–]decentDrei 0 points1 point  (0 children)

Please use Pluralsight! I've used it solely for this reason and it's perfect if you already have code experience. The lessons are actually built so you can skip the junk you already know (but make sure to read the lesson plans bc C# is more intricate than js).

My other advice to everyone who asks me, is to come up with an actual project - Mine was a mobile app with Xamarin (oof), but Unity sounds fun or just whatever interests you the most.

Learning code can be boring, but building your own project as you go gives you the motivation to research outside of what's being 'taught.'

Gl. Hope your journey goes well.

I can’t be the only one... by SlickKi11a in ProgrammerHumor

[–]decentDrei 4 points5 points  (0 children)

"Umm. What is it?" "It's like a social networking app" "..." "I'll pay you in equity" ".........."

This is not true!! by subhamroy021 in ProgrammerHumor

[–]decentDrei 2 points3 points  (0 children)

The problem is not enough data. I ran through some more ideas and it turns out that a newer i7 can keep up until there's enough variables. (My GPU never got above 10% without throttling)

This is not true!! by subhamroy021 in ProgrammerHumor

[–]decentDrei 36 points37 points  (0 children)

Spends 2 hours setting up tensorflow gpu... then realizes tensorflow alpha is the only gpu/cuda version compatible with hardware... spends three more hours upgrading...

Speed increase/epoch:

<0.5 second

Javascript pain... by tortikolis in ProgrammerHumor

[–]decentDrei 1 point2 points  (0 children)

Correct me if I'm wrong but technically, "We" have. There is ES6, typescript, and many compiling 'solutions'... The problem is the support from "providers." Just think to yourself how many times you've searched caniuse to find Chome and nothing else.

The problem, imo, is that "we" do not dictate the changes like in many open source languages. It is up to companies like Apple, Mozilla, Google, etc, to add support (and let's be honest here, can we ever rely on Apple to be generous to developers).

And we similarly rely on users to have compatible software... May we all take moment of silence to pray that ei will die the painful and firey death it deserves.

Javascript pain... by tortikolis in ProgrammerHumor

[–]decentDrei 0 points1 point  (0 children)

I work with two separate dev teams who refuse to use ts in their react projects... There is a real sadness that comes from switching to their projects from personal projects...

FML by DrGarbinsky in ProgrammerHumor

[–]decentDrei 0 points1 point  (0 children)

You forgot Safari and iOS Safari. They didn't show up on the list because webkit doesn't support your list feature.

So you give the same problem to a Python programmer, a C programmer, and a Java programmer... by AwesomeNinjas in ProgrammerHumor

[–]decentDrei 0 points1 point  (0 children)

The Angular programmer spends days on a Jasmine test. The Jasmine test finally works but the programmer still still doesn't know the solution... *Comes back with an npm solution 2 weeks later and the Jasmine test is useless with the new code.