Live data from Hacker News

My iPhone 16 Pro Max produces garbage output when running MLX LLMs

journal.rafaelcosta.me

91–100 of 239 posts

Re: My iPhone 16 Pro Max produces garbage output when running MLX LLMs

#91
post #74

Earlier quoted context omitted.

chomping at the bit

Actually it was originally "champing" – to grind or gnash teeth. The "chomping" (to bite) alternative cropped up more recently as people misheard and misunderstood, but it's generally accepted as an alternative now.

It’s actually accepted as the primary now and telling people about “champing” is just seen as archaic.

Re: My iPhone 16 Pro Max produces garbage output when running MLX LLMs

#92
post #78

I clicked hoping this would be about how old graphing calculators are generally better math companions than a phone. The best way to do math on my phone I know of is the HP Prime emulator.

My personal favorite is iHP48 (previously I used m48+ before it died) running an HP 48GX with metakernal installed as I used through college. Still just so intuitive and fast to me.

[deleted]

Re: My iPhone 16 Pro Max produces garbage output when running MLX LLMs

#93
post #89

Earlier quoted context omitted.

> What's moon plus sun? Eclipse, obviously.

Not obvious. Astronomers are actively looking for signatures of exomoons around exoplanets. So "sun plus moon" could mean that too.

The OP said moon + sun, rather than sun + moon. We have no idea yet if celestial math is non-communicative.

Re: My iPhone 16 Pro Max produces garbage output when running MLX LLMs

#94

I clicked hoping this would be about how old graphing calculators are generally better math companions than a phone. The best way to do math on my phone I know of is the HP Prime emulator.

GraphNCalc83 is awesome [0].

[0] https://apps.apple.com/us/app/graphncalc83/id744882019

Re: My iPhone 16 Pro Max produces garbage output when running MLX LLMs

#95

Earlier quoted context omitted.

> What's moon plus sun? Eclipse, obviously.

That’s sun minus moon. Moon plus sun is a wildly more massive, nuclear furnace of a moon that also engulfs the earth.

This thread reminds me of Scribblenauts, the game where you conjure objects to solve puzzles by describing them. I suspect it was an inspiration for Baba Is You.

Re: My iPhone 16 Pro Max produces garbage output when running MLX LLMs

#96

Earlier quoted context omitted.

Actually it was originally "champing" – to grind or gnash teeth. The "chomping" (to bite) alternative cropped up more recently as people misheard and misunderstood, but it's generally accepted as an alternative now.

It’s actually accepted as the primary now and telling people about “champing” is just seen as archaic.

Do you have a source on this, or a definition for what it means to be "primary" here? All I can find is sources confirming that "champing" is the original and more technically correct, but that "chomping" is an accepted variant.

Re: My iPhone 16 Pro Max produces garbage output when running MLX LLMs

#97
post #95

Earlier quoted context omitted.

That’s sun minus moon. Moon plus sun is a wildly more massive, nuclear furnace of a moon that also engulfs the earth.

This thread reminds me of Scribblenauts, the game where you conjure objects to solve puzzles by describing them. I suspect it was an inspiration for Baba Is You.

Scribblenauts was also an early precursor to modern GenAI/word embeddings. I constantly bring it up in discussions of the history of AI for this reason.

Re: My iPhone 16 Pro Max produces garbage output when running MLX LLMs

#98

Earlier quoted context omitted.

> What's moon plus sun? Eclipse, obviously.

That’s sun minus moon. Moon plus sun is a wildly more massive, nuclear furnace of a moon that also engulfs the earth.

Wait so moon plus sun != sun plus moon? :Thinking:

Re: My iPhone 16 Pro Max produces garbage output when running MLX LLMs

#99

Methodology is one thing; I can't really agree that deploying an LLM to do sums is great. Almost as hilarious as asking "What's moon plus sun?" But phenomenon is another thing. Apple's numerical APIs are producing inconsistent results on a minority of devices. This is something worth Apple's attention.

(This is a total digression, so apologies) My mind instantly answered that with "bright", which is what you get when you combine the sun and moon radicals to make 明( https://en.wiktionary.org/wiki/%E6%98%8E ) Anyway, that question is not without reasonable answers. "Full Moon" might make sense too. No obvious deterministic answer, though, naturally.

FTR the Full Moon was exactly 5 hours ago (It's not without humour that this conversation occurs on the day of the full moon :)

Re: My iPhone 16 Pro Max produces garbage output when running MLX LLMs

#100
post #90
post #84

Earlier quoted context omitted.

NaNs are distinguishable. /Which/ NaN you get doesn't commute.

I guess at the bit level, but not at the level of computation? Anything that relies on bit patterns of nans behaving in a certain way (like how they propagate) is in dangerous territory.

> Anything that relies on bit patterns of nans behaving in a certain way (like how they propagate) is in dangerous territory.

Why? This is well specified by IEEE 754. Many runtimes (e.g. for Javascript) use NaN boxing. Treating floats as a semi-arbitrary selection of rational numbers plus a handful of special values is /more/ correct than treating them as real numbers, but treating them as actually specified does give more flexibility and power.

Post reply on HN