jendrik

joined 1 year ago
[–] [email protected] 2 points 3 months ago (1 children)

Then start adding time for time tracking time cracking

[–] [email protected] 7 points 7 months ago

Like a semicolon? No, too boring. What about >>=

[–] [email protected] 1 points 7 months ago

Shows up as Untitled 1 to Untitled 25 for me on spotify

[–] [email protected] 1 points 7 months ago

A closure is a function with captured state. An object is state with methods.

[–] [email protected] 4 points 1 year ago

Looks like a fancy guitar hero controller. I like the old design, this is too complicated.

[–] [email protected] 28 points 1 year ago (2 children)

subtracting one from Exponent means halving (when the base is two):

2⁴ = 16 2³ = 8 2² = 4 2¹ = 2 2⁰ = 1

It's a simple continuation of the pattern and required for mathemarical rules to work.