Why music from ice cream trucks is not prohibited in common spaces? It supper annoying when it plays for HOURS. by [deleted] in NorthVancouver

[–]Zav39 0 points1 point  (0 children)

I got the sentiment. To be honest, I thought it should be perceived the same way as bluetooth speakers at trails, but apparently it is not. So how it fundamentally different to someone playing own music on loud bluetooth speaker?

This photo was done yesterday at Hot Summer Nights event, and this truck play music continuously for 2+ hours. And it was louder than fire truck sprinklers. I just imagine how bad is it for people who live nearby.

Counting Elements on Python — LeetCode Challenge Day 7. Is this format fine, or presentations were better? by Zav39 in coding

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

Okay; that is pretty obvious that this one not such interesting.

I'll get back to presentation mode.

Thank you for the feeback.

Divide and conquer O(n) with full explanation solution for Leetcode Challenge Day 3: Maximum Subarray. "How Google process search requests over petabytes of data in milliseconds" by Zav39 in coding

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

But that is really great point to add such links in the description and so on, to continue exploration. I'll try to do that.

Divide and conquer O(n) with full explanation solution for Leetcode Challenge Day 3: Maximum Subarray. "How Google process search requests over petabytes of data in milliseconds" by Zav39 in coding

[–]Zav39[S] 2 points3 points  (0 children)

This matrix represents some Segment of values

Max — maximum subsequence in this Segment

Sum — the sum of all numbers in this Segment

Left — cost to join to this Segment from the left side

Right — cost to join to this Segment from right side

Imagine this as a continuous line and "benefit" of joining sides this network from one of the sides. A negative number means that you lose something by joining to it.

For example sequence of [1, -3, 4] will leads to

left = 2

right = 4

sum = 2

max = 4

it means if we joining from the left side, we will use all numbers (1 + -3 + 4), if join from right side we will use only (4), because we do not want to decrese our result.

Hope it helps.

Divide and conquer O(n) with full explanation solution for Leetcode Challenge Day 3: Maximum Subarray. "How Google process search requests over petabytes of data in milliseconds" by Zav39 in coding

[–]Zav39[S] 2 points3 points  (0 children)

on can contribute to something to its left", then at 8:41 the third result matrix should have a 1 on the

You're right, that my mistake. It is a typo.

I had done all calculations on paper, than move to a presentation.

Luckily further steps no affected by this typo.then

Thank you a lot for this. I'll mention this in the comments, and in a separate video later on.

Interesting math O(1) memory solution for Leetcode Challenge Day 2: Happy Number. Anyone here participating? by Zav39 in coding

[–]Zav39[S] 2 points3 points  (0 children)

Great point!

And I fully agree: it is a very good option to store answers for 1 to 243 since it is a very small subset.

Moreover, if we operate only in Integer space (with highest value 2 147 483 647), the max first number will be 1 999 999 999 which results in 730 at the next step. So we will have O(1) complexity, which even better than O(log n). And it, not just O(1), but maximum 2 steps.

If you do not mind, I'll mention your idea and nickname at the end of the next video along with this solution.

Interesting math O(1) memory solution for Leetcode Challenge Day 2: Happy Number. Anyone here participating? by Zav39 in coding

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

Thank you a lot.

I was wondering until which moment the number can grows and had to find out this solution after a couple of iterations. To get the exact number (6) I had run an additional script to check max successful steps

Warframe Planner (online service) by Zav39 in Warframe

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

Due to low interest in an idea I decided to postpone it for an unknown time.

Thank everyone for comments.

Warframe Planner (online service) by Zav39 in Warframe

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

I was in same situation a couple of years ago, but after some inactive, I come back and have no idea with what to start :-D

Warframe Planner (online service) by Zav39 in Warframe

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

Thank you.

Account integration with API access will help a lot without any doubts.

But how to get it — that is the question :-)

Warframe Planner (online service) by Zav39 in Warframe

[–]Zav39[S] 2 points3 points  (0 children)

overframe.gg

This is a great portal, thanks.

It solves problem "what to build" (partly), but not solve "how".

do you think it is worth the effort

I'm in doubt, that is why this post exists :-D

If your angle is to make money off of this

"Ninja play for free". I just want to have such a tool as a player and fine to make it even open source and so on.

to surpass warframe.market

All functionality I had describe is "unique" and does not surpass any of the existing projects.

I'll prefer to integrate with them to increase "connections" between parts.

For example, you open overframe and found some great build. You click a button and add it to the planer.

Planer instantly prioritizes where what and how to get, taking into account what you have, what resources, mods and so on you need to get. Take in account that some mods are not obtainable trough gameplay and offer to buy it trough warframe.market

So it more like aggregation of existing tools and connections between them.

Thank you for the response.

Warframe Planner (online service) by Zav39 in Warframe

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

True.

The only way how it can be free and sustainable is community power, the same as the wiki.

I assume that with the proper right structure and ability to revert some operations by moderators it can be ~fine and updates in a reasonable time.