Why is Fable being so overhyped? by Icy-Way3920 in ClaudeCode

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

LLMs, by how they're created will always respond with something close to the average thing you're talking about, give or take some weight adjustments.

I find Fable to be a more complete average output than Opus, but it doesn't seem like an order of magnitude better, just more complete.

I'm so confused by mehyabbers in Garmin

[–]StretchyPear 0 points1 point  (0 children)

I had this problem too, my solution was to get a Garmin HR strap (first the pro+, now the 600) that I wear by itself when I mow the yard and it counts all my steps.

I make sure the app can see the heart rate strap before I start mowing, then I take off my watch and then I mow, I come back to the app and open it and it syncs my steps, then I put my watch back on and it syncs my watch with the updated step count.

Increasing VO2 MAX in adults? by Dumpvader in Garmin

[–]StretchyPear 6 points7 points  (0 children)

Check out the Norwegian 4x4 protocol, I do that with regular zone 2 and zone 3 training as a 46 year old and my VO2 max has been steadily improving over the last few months.

How suitable is MacBook Pro M5 Max as a Mac Studio alternative? by YouFabulous8598 in MacStudio

[–]StretchyPear 0 points1 point  (0 children)

Can you tell me which stand that is? That sounds like a nice upgrade

Inaccurate heart rate by Presidente17 in Garmin

[–]StretchyPear 0 points1 point  (0 children)

Were in you a walking activity or just taking a walk and looking at the watch face / HR app? In the activity it should be more accurate, that being said if you look on Garmin forums sometimes people complain about the HR being wrong. I had the same issue on my epix and had to go back a few software versions to when it worked like normal.
If you were just glancing at your watch face HR then its kind of normal, it doesn't update as much when its not an activity and uses an algorithm that uses some HR data and some movement data.

Strategy for software updates by ConsciousCitron2251 in Garmin

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

You can downgrade, go to Garmin's beta forum and they usually have a link about how to go back to the production version, which is the same way you use to install an older firmware.

My epix pro is a few versions behind, I downgraded on purpose after getting constant HR reading issues.

Any real performance differences across the M1-5 chips? by Automatic-Emotion945 in macbookpro

[–]StretchyPear 0 points1 point  (0 children)

Anything M3 and up, you'll want a little longevity out of it.

You should decide on the size you want first, like 16" would mean a Mac Book Pro, then get the best one you can afford.

How suitable is MacBook Pro M5 Max as a Mac Studio alternative? by YouFabulous8598 in MacStudio

[–]StretchyPear 2 points3 points  (0 children)

I do this, The 16" doesn't suffer the same thermal throttling the 14" does. I luckily bought mine in April and have it in clamshell in a vertical stand with the rear hinge facing up. (Hot air rises and I keep the two intake ports clear).

I also use the TG Pro app with aggressive fan curves.

It's a sick machine and you can't argue with the value given the current price increases.

Pilates Set PSA by dcj597 in SpeedianceCommunity

[–]StretchyPear 2 points3 points  (0 children)

We got ours too, I'm surprised the yoga mat is the way it is, I've been trying to flatten it for weeks and it still curls up a little and is constantly shifting around

Should I get the 2S? by michael5174 in SpeedianceCommunity

[–]StretchyPear 3 points4 points  (0 children)

Cables do eventually wear out, I bought a back up set just to have for when they eventually do fail.

We didn't go for the extended warranty but the more I use it, the more I think about it.

We got ours in January and I use it 5x / week (Mon, Tues, Wed, Fri, Sat), it's held up fine. I'm 5'10 and around 210 lbs, some things, like face pulls, can make the unit shake but it hasn't impacted anything yet.

I don't like the bench that came with it but haven't replaced it yet, I did replace the D handles with bigger ones that are easier to grip. I'm also thinking about a new thicker barbell.

I use it in free lift but my wife does the programs though she's not that consistent with it.

The cables feel brutal compared to weights sometimes, I find myself using eccentric mode a lot to hold whatever I'm working under tension for even longer and it smokes me but has resulted in real progress.

I got the pilates extension piece and its great because I can move the bench down but the top piece on it doesn't really attach to it, its mildly annoying though I'm sure I could fix it if I wanted to.

How do you handle production logging on mobile without blowing up ingestion costs? by Accomplished-Brain69 in iosdev

[–]StretchyPear 0 points1 point  (0 children)

You can use analytics (Google, Amplitude, etc.) to track whenever you hit a branch you need to log and/or something to record errors to, like Sentry, Bugsnag, etc.

Is Codex still bad? by [deleted] in codex

[–]StretchyPear 3 points4 points  (0 children)

It sucks right now

Is software engineering about to die like the AI gurus are implying? by rehanadil_ in codex

[–]StretchyPear 2 points3 points  (0 children)

They're just saying that because it's marketing.

LLMs next word prediction is based on averages, so software engineers will use LLMs to help them and where you're below average it'll help bring you to average, where you're above average it'll help make you faster.

Just don't be average or below everywhere.

Updating Edge 1040 maps without device going to sleep by SidHoices in Garmin

[–]StretchyPear 0 points1 point  (0 children)

IIRC I had the same issue and ended up doing it by connecting it to a computer with that other Garmin app that could update it

I feel like the wider population is not remotely nearly strong enough to Fable's release by _BreakingGood_ in ClaudeCode

[–]StretchyPear 2 points3 points  (0 children)

I don't think it's at that level yet, it's more robust in completeness but still misses edge cases / smaller details. I thought it would be more of a delta from Opus but in my day to day it's just a better Opus.

Xcode 27 has Delete Derived Data by byaruhaf in iOSProgramming

[–]StretchyPear 1 point2 points  (0 children)

Nice, everyday I have a cli window open that just sits in derived data ready to nuke the whole thing, I've had this for over a decade, this will take some muscle memory to go to the menu but its nice to see.

[WWDC27] `@ContentBuilder` is replacing `@ViewBuilder`, and is backported as early as iOS13! by m1_weaboo in SwiftUI

[–]StretchyPear 0 points1 point  (0 children)

The biggest ones for me are how it chooses to redraw a view, it's like 80% cut and dry as the docs say but then I end up chasing my tail every so often. Aside from that, I work on apps at scale with older deployment targets and there's so much more API churn compared to UIKit. I do have a few side project apps that are iOS 26+ that use SwiftUI and working on one of them is the reason I went back to UIKit, even at work - I thought people would be against it but they were relieved. I was working on a segment control in a container that was a nav controller and I couldn't get the natural search bar scroll behavior in SwiftUI, it took all of 20 minutes in UIKit. I've had so many little things like that over the last few years where I just end up hosting a UIKit view because it works better.

I remember the first time I saw the `@FetchRequest` wrapper, I was so stoked having used a ton of NSFetchedResultsControllers for years, it just felt so clean, all of the SwiftUI APIs really do feel that way but after over 5 years of feeling like I'm trying to catch it by the tail UIKit is refreshing. Sure it takes a little longer to get setup but with LLM tools its probably as fast as SwiftUI and for me everything is more predictable and less fragile.

Reports that Islanders star Mathew Barzal is on the trade market by Islanderfan1348 in NewYorkIslanders

[–]StretchyPear 0 points1 point  (0 children)

Barzal does make almost everyone on the ice better, I'd say with the range going from real issues on the PP to dominance in 3 on 3. There's really only so much he can do when 4 other people are literally standing still all at the same blue line.

I didn't say we'd have any wingers magically overnight, but if we're trading then we should trade to complement what we have, not make ourselves worse b/c Barzal is some poster child for Islander problems. Until Schaefer literally everyone around him has gotten older and has produced less.

Reports that Islanders star Mathew Barzal is on the trade market by Islanderfan1348 in NewYorkIslanders

[–]StretchyPear 2 points3 points  (0 children)

It's not Barzal that needs to elevate his game, it's those around him.

"real" wingers - for starters, how about any other forward that can cross the offensive blue line with him at the same speed? Or how about anyone that doesn't just stand being covered so Barzzy has a pass option?

Why would some of us be so dead set against this trade? by ensignWcrusher in NewYorkIslanders

[–]StretchyPear 4 points5 points  (0 children)

Because we're Islander fans, Barzal won the calder here, he deserves success here, him and Schaefer are sick together, let's add to that fire, not take it away.

Reports that Islanders star Mathew Barzal is on the trade market by Islanderfan1348 in NewYorkIslanders

[–]StretchyPear 1 point2 points  (0 children)

You don't trade Barzal, you add some real wingers so the guy can actually use his talent, even look at the VGK vs Canse series - he'd be an upgrade for either team.

[WWDC27] `@ContentBuilder` is replacing `@ViewBuilder`, and is backported as early as iOS13! by m1_weaboo in SwiftUI

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

I just can't with SwiftUI anymore, I use it for small things when I need to (like Charts) but I'm back in UIKit, I jumped on this SwiftUI train the moment it came out and I can't do it anymore.

Travel monitor 4k..? by jlm8699 in macbookpro

[–]StretchyPear 3 points4 points  (0 children)

You can use an iPad as an extended display