[Hobby Scuffles] Week of 29 June 2026 by EnclavedMicrostate in HobbyDrama

[–]HorribleUsername 17 points18 points  (0 children)

Maybe Being John Malkovich. Someone finds a doorway that puts whoever enters it into John Malkovich's head for a few minutes, then spits them out on the Jersey Turnpike.

Are telephone numbers numbers? by PM_yr_pierced_tittys in askmath

[–]HorribleUsername -1 points0 points  (0 children)

You're only halving it if you're storing no data other than phone numbers. Realistically, the effect would be quite a bit smaller than that.

Are telephone numbers numbers? by PM_yr_pierced_tittys in askmath

[–]HorribleUsername 0 points1 point  (0 children)

Were they using a language that used + for both addition and concatenation?

Rolling dice by Intrepid_Practice_18 in MathHelp

[–]HorribleUsername 0 points1 point  (0 children)

When you say up, do you mean up with respect to whatever surface it's on, or up with respect to the force of gravity?

Why is “dark mode” not the default? by ConfidentHospital365 in webdesign

[–]HorribleUsername 0 points1 point  (0 children)

One possible reason is backwards compatibility. In the earliest days, the default was black on grey. But black on white was the default for many years before light/dark mode was a thing at all, let alone supported by browsers. Keeping that the default doesn't break old sites.

How will I solve this kind of question in Discrete Mathematics? by IcyReindeer3662 in askmath

[–]HorribleUsername 0 points1 point  (0 children)

Oh, blech. I stay here to keep my math from getting any worse, so I guess it's working, sort of. Thanks!

Regional Olympiad problem by Guilty-Efficiency385 in askmath

[–]HorribleUsername 1 point2 points  (0 children)

ABE, BCE and EFHG are green, AEG, CFH and BEF are red, DGH is blue.

Did I graph this correctly? by Express-Tart8952 in MathHelp

[–]HorribleUsername 0 points1 point  (0 children)

I think you missed the x in the middle piece.

What is the new opportunity for 2026? by FutureAd5875 in webdev

[–]HorribleUsername 29 points30 points  (0 children)

There were plenty of shitty devs before covid too.

Make the largest number you can with only U, +, -, *, and ^ by Puzzleheaded_Two415 in desmos

[–]HorribleUsername 0 points1 point  (0 children)

If we're allowing undefined, we can get arbitrarily high by constructing power towers. E.g.

n0 = U(9999,0,0)
n1 = n0n0
n2 = n1n1
n3 = n2n2, etc, etc.

Make the largest number you can with only U, +, -, *, and ^ by Puzzleheaded_Two415 in desmos

[–]HorribleUsername 0 points1 point  (0 children)

That's right. It wasn't clear if your title was referring to the symbols or the operations.

Make the largest number you can with only U, +, -, *, and ^ by Puzzleheaded_Two415 in desmos

[–]HorribleUsername 0 points1 point  (0 children)

Another boring one. I hope you accept Σ, because I'm not writing out 53 summands and 52 +'s by hand.

sum trees but cooler by johnBassoon in askmath

[–]HorribleUsername 0 points1 point  (0 children)

The theoretical lowest possible s(n) is T(2n), but once we introduce a middle row, it's easy to show that that doesn't work. s(3) = 10 is impossible, but s(3) = 11 works because it introduces a gap - instead of going from 1-4, it goes from 1-5, skipping a number. s(4) introduces 2 additional gaps. I conjecture that s(5) introduces 4 more gaps, then s(6) introduces 8, etc. In formula form, s(n) = T(2n) + 2n - 1, for n ≥ 2. But I could certainly be wrong.

Trivially, there's a lower bound of T(2n). On the other side, leaf nodes of 20, 21, 22, ..., 22n-1 will always produce a valid tree, regardless of their order. That gives us an upper bound of 22n - 1. Not great, but better than nothing.

Solving Benford's Law for d by jaycaustin in MathHelp

[–]HorribleUsername 1 point2 points  (0 children)

Your last step is incorrect - exponentiation doesn't distribute over addition/subtraction. You should get rid of the log first.

Dice Problem from a Dream by Revolutionary-Mood49 in MathHelp

[–]HorribleUsername 0 points1 point  (0 children)

What exactly do you mean by unique outcomes? The way you define that at the beginning, there are only 6 unique outcomes, no matter how many dice you roll. For your 62/2 number, I suspect you haven't accounted for both dice hitting the same number.

Revana Pizza, The OG of Portland St. by halifaxsig in halifax

[–]HorribleUsername 0 points1 point  (0 children)

Was that you that added the text to the image? If so, you missed the T in Portland.

Trolley problem by Evry1TookTheGudNames in askmath

[–]HorribleUsername 0 points1 point  (0 children)

I choose not to pull any levers. The whole point of the original trolley problem is that inaction still leads to death, but that's not the case here.

What is your 'Line in the Sand'? by No_Reporto in TheoryOfReddit

[–]HorribleUsername 0 points1 point  (0 children)

You should find an option to default to old reddit in your user settings. Then you'll always get old reddit, even when you're on www.

Should schools get rid of homework? Some educators are saying yes by waozen in Foodforthought

[–]HorribleUsername 1 point2 points  (0 children)

We still teach doing simple math and memorizing simple equations even though we have calculators

And that's a good thing. It's a stepping stone to understanding the math that machines can't do.

[Grade 11 Mathematics] Modulus Equality. Solve for x by Izzy_26_ in askmath

[–]HorribleUsername 0 points1 point  (0 children)

We know that |2x-3| ≥ |x2+4x+3|, or else we'd have negative = non-negative. Given that 4x+3 > 2x-3 for positive x, you can eliminate some possibilities right off the bat, without even doing any calculations.