zaubentrucker

joined 2 years ago
[–] zaubentrucker@sopuli.xyz 3 points 4 weeks ago

I thought this was a sobel image

[–] zaubentrucker@sopuli.xyz 8 points 1 month ago

You wouldn't know him, he lives on a different cache level

[–] zaubentrucker@sopuli.xyz 6 points 2 months ago* (last edited 2 months ago) (1 children)

You get the most out of them when working on bigger projects with many files and multiple contributers:

  • Version control integration
  • Automatic profiling
  • Debugger integration
  • Refactoring
  • Jump to Definition/Parent/Children/Usages of a Symbol
  • ...

For changing a single file, I'd often just launch a simple editor too.

[–] zaubentrucker@sopuli.xyz 17 points 2 months ago

You forgot to mention the part where you'd take a bath and come out with all the paint flakes sticking to you.

Had the exact same experience

[–] zaubentrucker@sopuli.xyz 7 points 2 months ago

I interpreted it such, that the iraq war is already over when he says that

[–] zaubentrucker@sopuli.xyz 5 points 4 months ago (1 children)

That main menu music was so great

[–] zaubentrucker@sopuli.xyz 2 points 5 months ago (1 children)
[–] zaubentrucker@sopuli.xyz 18 points 6 months ago (2 children)

Is that Skitter asking?

[–] zaubentrucker@sopuli.xyz 17 points 7 months ago* (last edited 7 months ago)

As opposed to Minds existing independently of your body. Some people believe in the existance of eternal souls and gods that do not need a body to exist. Materialism is the belief that reality is based on Matter, and that our minds exist as a consequence of the existance of our bodies.

Dialectical materialism then looks at the world and society as beeing subject to constant change, in contrast to only having recurring patterns.

At least that is my understanding, I'm also no expert.

Edit: I read about this in the "philosophy" section of this book list by @Cowbee@lemmy.ml

[–] zaubentrucker@sopuli.xyz 3 points 7 months ago

Ender Wiggum would like a word

[–] zaubentrucker@sopuli.xyz 5 points 8 months ago

Modeling a single pair of pants

For the sake of the calculation, lets model the pants as a prism, where:

  • The top and Bottom surfaces are the front and back sides of the Pants with a surface of area A_t each.
  • The Prism would have some depth that d depends on how thicc the binary tree is. For this calculation, I assume that d is constant for all pants
  • The Pants have some outline that gives the circumference U of the prism

Total fabric for a given pair of pants p would then be A_p = A_tp * 2 + U_p * d

Nomenclature

Lets denote the two ways of wearing the pants as:

  • W_1 | For a single pair of pants that covers the entire tree
  • W_c | For many smaller pants that each cover a single node and its outgoing edges

First comparison

We can already note that the amount of fabric that is used, for the two possible ways to wear the pants, will depend on how densely the branches of the tree are packed. Assuming a maximally densely packed tree (if such is possible), where there is no space in between any branches, we'd get a the same area for A_t on the single pants for W_1 and the sum of all A_tp over all little pants in W_c:

A_tW1 = sum( A_tp ) for all pants p in W_c

It's clear then, that the area difference between W_1 and W_c then only depends on the circumference U_1 in W_1 VS the circumferences U_p in W_c. In this case, the sum of all U_p for each pair of pants p in W_c must be higher than U_1 in W_1, as long as the binary tree has a depth of at least two. This is because the pants would have to have to cover an exterior outline of at least U_1 and in addition there would interior borders between the pants.

Therefore, for a maximally packed tree, W_1 would use less fabric than W_c. On the other hand, given a tree where the siblings would be far away from each other, there would be a lot of space between the siblings. This would then diminish the areas A_tp for the pants in W_c in comparison to A_1 in W_1. (I know this isn't very rigorous here, but I don't want to go into too much depth here)

From this, we learn that the comparison of W_1 and W_c depends on the packing density of the pants.

Packing density

The packing density depends on the difference in branch length between children and parents within the tree. It also depends on the angle of the bottom branches to each other. For higher nodes, I'd assume that a node will always be horizontally aligned in the middle between it's child nodes. Therefore, the angle is only dependent on the length of the legs for non-bottom nodes.

I need to stop now as I'm hungry

Maybe I'll pick up where I left later.

[–] zaubentrucker@sopuli.xyz 5 points 9 months ago
view more: next ›