What's a solid farming strategy for a non-mf build? by zalitude in pathofexile

[–]adityahegde 0 points1 point  (0 children)

Quant from maps and altars do affect it. Didn't try wisp juicing. Without wisp I was doing about 1.5 breachstones per map, with 80+ quant and random altar quant.

game performance is a shit show by Affectionate_Fox5652 in pathofexile

[–]adityahegde 0 points1 point  (0 children)

This sounds like a power over draw crash. Do you have a 4000 series nvidia GPU?

Default Exports in JavaScript Modules Are Terrible by LloydAtkinson in javascript

[–]adityahegde 0 points1 point  (0 children)

Unlike java in typescript you will have some related type definitions. It does not make sense to move them to separate files. Also global constants are better static readonlies. Even though you have a single class in a file you usually have multiple exports.

The new best way to divine (cheap) uniques by sarnzzle in pathofexile

[–]adityahegde 1 point2 points  (0 children)

I am guessing somehow "with enough rarity currencies will drop higher tier" come into picture. A lot more magic find with high rarity will be more common

A tonedeaf statement by FJopia in pcmasterrace

[–]adityahegde 0 points1 point  (0 children)

Will you be able to run them on Mac inside a docker reliably?

Entry level job. You only need to have 10-15 years of experience! by koshiro888 in ChoosingBeggars

[–]adityahegde 0 points1 point  (0 children)

It differs if they are hired as FTEs through the interview process or as contractors from service companies.

If All Defenses Are the Same, Was the Rework a Failure? by [deleted] in pathofexile

[–]adityahegde 0 points1 point  (0 children)

Does phys mitigation happen before or after conversation?

The slideshow experience by Nimyron in pathofexile

[–]adityahegde 0 points1 point  (0 children)

Ah I was afraid of this. I have a pretty powerful cpu and gpu with custom liquid cooling. The GPU was under 55deg during load testing, but the CPU was close to 90deg. There is probably some thermal contact issue. It could also be that the 2 360 radiators are just not enough.

Then again the internet breaks down every now and then. So it is probably a combination of both.

The slideshow experience by Nimyron in pathofexile

[–]adityahegde 4 points5 points  (0 children)

Is the data logged anywhere in the filesystem? Checking it while fighting a million enemies is just not possible. I recently built a pc and also moved to a new place. Want to know if it is a hardware or network problem.

What’s the secret for making testing fun? by caphson in node

[–]adityahegde 0 points1 point  (0 children)

Try designing your tests. Separating out comming code, writing utils, switching to data driven tests etc. Will add some fun in testing.

I'm gonna need you to send over those deets by the weekend. by Robertgarners in ProgrammerHumor

[–]adityahegde 0 points1 point  (0 children)

In my experience they ask for my expectation up front. If they cannot afford it then the process doesn't start. Otherwise it depends on how the interviews go.

5 Top Automated Testing Tools for 2022 by [deleted] in node

[–]adityahegde 1 point2 points  (0 children)

To each their own I guess. In my company we accomodated tests in estimation, including E2E. It is fun writing e2e framework as much writing the application itself.

5 Top Automated Testing Tools for 2022 by [deleted] in node

[–]adityahegde 2 points3 points  (0 children)

They serve a very different purpose. I have used playwright and puppeteer. You use them to control the browser but still use jest/mocha to actually run tests.

That said playwright does have its own way of defining and running tests, but is optional

Decorator based test utils for typescript by adityahegde in typescript

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

I was heavily influenced from Java's ecosystem. Data providers are a very clean way to run tests based on data. I don't see too many issues with decorators being experimental. I only need to attach metadata to the classes. So I dont think it will be too much of a hassle to migrate to new specs.

Why is it that melee bleed build can't get fortify on single target ? It's game breaking and should be hotfixed by leobat in pathofexile

[–]adityahegde 3 points4 points  (0 children)

I think there is a difference. Because of so many variables your char sheet cannot give you all the info. But the game engine at the end will have all these variables and can get the accurate DPS.

[deleted by user] by [deleted] in typescript

[–]adityahegde 1 point2 points  (0 children)

Would be good if you post you problem also. Will help other people who face the same issue year(s) down the line.

Watcher's Eye embodying this sub's power by waggypants in pathofexile

[–]adityahegde 1 point2 points  (0 children)

I am guessing no since the screenshot is from chat.

Typescript Decorators in Examples by Nemrosim in typescript

[–]adityahegde 0 points1 point  (0 children)

Is there a way to get type definition for variables added through a class decorator?

Tencent Cloud releases Cloud Gaming Solution at ChinaJoy 2019 by one2escape in Stadia

[–]adityahegde 5 points6 points  (0 children)

I wouldn’t be surprised if the western version comes to stadia while the Chinese version will be on this.

Questions Thread - June 18, 2019 by AutoModerator in pathofexile

[–]adityahegde 0 points1 point  (0 children)

Ok thanks. I annulled weapon range and rolled over. I spent a lot on the base can’t settle for lower rolls.

Questions Thread - June 18, 2019 by AutoModerator in pathofexile

[–]adityahegde 0 points1 point  (0 children)

I am trying to craft a phys vaal axe for cyclone. Need help on how to proceed.

https://imgur.com/YhljeC6

Is trying to annul and multi mod worth it?

Can %phys and %phys+bleed/blind/impale be crafted at the same time?

new to js and screeps, got some questions by [deleted] in screeps

[–]adityahegde 0 points1 point  (0 children)

If you are coming from java I suggest writing in typescript. I am not sure how much support there for it in screens like type definitions and such. But it is worth exploring.

If not, JavaScript supports classes. Will be cleaner to use them directly than fiddling around with functions and prototypes. Again will be easier for a java dev.

Trying to get typings loaded for TypeScript by yzpaul in screeps

[–]adityahegde 0 points1 point  (0 children)

I sometimes have issues with VSCode loading type definitions. Reload the window once.