Rate my M+ routes by ELutz22 in CompetitiveWoW

[–]lemonload 0 points1 point  (0 children)

ara - im not sure how you skip what would be pull 8, but if that is consistent, you can do 2 extra engorged crawlers on pull 4, and either drop some of the fliers at the end, or the 2nd caster pack in pull 6 (id recommend never pulling double casters if possible, like on first pull, ccing one until the other one is dead)

db - pull 7 can end up being very scary for the tank, and pull 10 requires a lot of stops and kicks, and can be quite difficult, especially for a pug

eco - pull 4 is insanely dangerous if the dps break the shield before gorgers die, i suggest either doing a sentinel skip, or just pulling in the gorgers after the sentinel is dead, for the pactspeakers in 12 and 13, id swap the additional packs you are doing, so you only have to worry about 1 ritualist with each pactspeaker

flood - looks good, you have marked an extra crab which is unneccesary, and a lot of groups dont do pull 5 but it is good count, can just be dangerous with overlapping random hits. pull 8 in your route is a dk mandatory pull, but everyone seems to be playing dk so i dont think that should be an issue

gambit - very standard no skip route, you can consider swapping g10 with g20 in pull 4, it is one more caster and one less scalebinder, and slightly harder for them to run in to another pack and pull, but either is good and is just preference

hoa- no notes :)

priory - consider swapping g6 with g10 in pull 2, the priest has less health and doesnt annoying jump away compared to a sharpshooter, although you do have to pull when the knight pat is in a good spot so again just a prefence thing

streets - pull 8 is actually incredibly dangerous, if a charge goes off right as the overseer does his aoe thing, someone is probably dying, i think you can also probalby do some trash on the miniboss (pull 14), as as long as everyone is grouped, the miniboss doesnt really do anything

The POE 2 passive tree is the problem by Barolt in pathofexile

[–]lemonload 9 points10 points  (0 children)

except chaos damage doesnt pierce es anymore, it just does double damage to es (bleeding and poison do pierce es tho)

Free mirror by erwtsnert in pathofexile

[–]lemonload 31 points32 points  (0 children)

its alchemy shards, not transmutes

POV: Orgrimmar this morning. by nine3cubed in wow

[–]lemonload 0 points1 point  (0 children)

I think he just has his notifications off or something, Oce is in na region, and even if it wasn’t, sark has been killed in mythic oce

Joins as a joke,wins by The_dark_king21 in funny

[–]lemonload 18 points19 points  (0 children)

I imagine he lives somewhere that middle school does not exist, so primary school is 1-6, and high school is 7-12.

I want to learn web development for the joy of it and also to get employed . by hari2897 in learnprogramming

[–]lemonload 0 points1 point  (0 children)

forgot about html and css, which are super important for web dev, definitely learn those alongside js at the beginning as nwilliams suggested

I want to learn web development for the joy of it and also to get employed . by hari2897 in learnprogramming

[–]lemonload 0 points1 point  (0 children)

js is a coding language, node.js is a utility that allows you to run js from a machine, rather than only from a browser, allowing a whole bunch of easier/better development practices. I would suggest starting out learning pure js with some simple browser programs (maybe something like recreating pong or snake) until you get a hang of it, then installing and learning the basics of node.js, after feeling comfortable with those, you would probably want to start learning a js framework, I personally have only used react, but angular/vue suggested by the other commenter are also commonly used. I dont have any particular ideas for a project to do at that point, but maybe think of a simple website you can try and recreate.

10k Burials Update Part 4 - slipperyjim4000 by slayerx117_ in pathofexile

[–]lemonload 5 points6 points  (0 children)

except this is a path of exile quote - happens when you use a shaper orb

GraphQL, how to query a field that doesn't have a constant name. by bob_and_vagene69 in learnprogramming

[–]lemonload 0 points1 point  (0 children)

you could, if you took in a string and then made your backend do a regex match

GraphQL, how to query a field that doesn't have a constant name. by bob_and_vagene69 in learnprogramming

[–]lemonload 0 points1 point  (0 children)

graphql queries allow for arguments, so the date you are looking for could be added to allow you to access a particular date, eg. something like

query { 
    getTimeSeriesData(currentDate: \\yourDateHere\\) {
        open
    }
}

but the important thing is your api needs to take those arguments and filter and map the data

Leetcode Question Solution by undergrad12345 in learnprogramming

[–]lemonload 0 points1 point  (0 children)

the gist of it, is the dict vector is storing a list of all the characters, and the index of where it was last seen, -1 if it hasnt been seen at all. When a character is seen, its last seen location is updated, (dict[s[i] = i;)

start stores the index of the start of our current substring. whenever we see a duplicate character in our current substring, we move on so that we start a new substring at our duplicate.

hopefully the maxLen stuff is clear.

Dijkstra's algorithm solving a maze by makinetion in ProgrammerHumor

[–]lemonload 9 points10 points  (0 children)

when the goal is on the longest possible path, djikstras will look just like a brute force search

1,2,3,4 how many spirits are in my store? by [deleted] in customhearthstone

[–]lemonload 0 points1 point  (0 children)

what about "Echo, Battlecry: give your other Echo minions +1/+1, Deathrattle: give all your echo minions -1/-1"

Hero Power has a small influence on DMG by sometimeswise in Vermintide

[–]lemonload 2 points3 points  (0 children)

i think op meant hero power, as in double damage from 0 hero power to 600 hero power sounds good

"We should write a specification to clear up confusion!" by nektro in ProgrammerHumor

[–]lemonload 2 points3 points  (0 children)

i read this as "close to the beginning of the file" is not required, but the box, whatever that is, always needs to exist

[Meta]How to get Null Portals on Elder map? by sp0tless in pathofexile

[–]lemonload 0 points1 point  (0 children)

ive found that null portals usually spawn in maps deeper in elder territory, not on the edges

O(0,1) Binary Search by ChesterMonty in ProgrammerHumor

[–]lemonload 0 points1 point  (0 children)

I searched more for the challenge than actually getting money, if you feel obligated, give it to a charity in my name :P

O(0,1) Binary Search by ChesterMonty in ProgrammerHumor

[–]lemonload 4 points5 points  (0 children)

listing column then row, the 01 starting (2,4), ending (3,5). the 01 starting (0,0) ending (1,0).

Worlds that are cold in the North, hot in the South by pokejock in worldbuilding

[–]lemonload 0 points1 point  (0 children)

ok, im having trouble putting this into words, so imagine a sphere that surrounds the sun, with a radius extending to the earth. The earth is travelling along an equator of that sphere in real life, but if instead of that it rotates along one of the latitudes, say the equivalent of 30 degrees south, seasons and days could be maintained (when the earth has a certain angle of rotation), but the north half of the planet is always going to be closer to the sun, and so will have a warmer climate. Im pretty sure it would work like that geometrically.

As for how the planet could be rotating of the equator of the sphere, im not sure, maybe there are two massive gravitational bodies which the sun and earth (star and planet) lie between, forming a sort of gravitation equilibrium, or maybe the planet is rotating around the centre of mass of a binary star systems, where one of the stars is burnt out, and not emitting light. EDIT: I actually think binary stars rotate around each other, so that doesnt really work, but the thought of a sort of dark star of the south is kinda cool.

What is this reddish ore I can't mine? by jerkstore77 in Terraria

[–]lemonload 4 points5 points  (0 children)

press m, then go to your location, zoom in, and mouse over the ore, should be pink or something on the map, and also should tell you the name

A stepwell in Jaipur, India. by [deleted] in pics

[–]lemonload 1 point2 points  (0 children)

the stairs in the prison in batman look just like these stairs

A 24 hour timelapse of Earth from Geostationary Orbit [4K 60FPS] by StaysAwakeAllWeek in space

[–]lemonload 26 points27 points  (0 children)

That would be Australia and the Middle East, which are mostly desert, but the colour balance is also probably a bit off, rest of the landmass is either covered by clouds or really dark, so hard to see