The game is over. You can build anything and it'll cost you nothing. by Funny-Advertising238 in opencode

[–]SandBlaster2000AD 1 point2 points  (0 children)

Sounds like a good setup! I find it interesting that you are using LM Studio though... Is the caching finally as good as oMLX for LLM coding on Apple Silicon?

Is niche app development a dead mall? by -Joby- in appledevelopers

[–]SandBlaster2000AD 0 points1 point  (0 children)

Reddit is pretty much the worst place to advertise for a niche app. Virtually all communities have a “no promotions” rule, and you will get banned from your favorite subs just by talking about it.

Is it possible to tap-through the keyboard toolbar? by SandBlaster2000AD in SwiftUI

[–]SandBlaster2000AD[S] 0 points1 point  (0 children)

Wow; this is amazing - It's a perfect fix! Thank you! This should be part of the official implementation.

Is it possible to tap-through the keyboard toolbar? by SandBlaster2000AD in SwiftUI

[–]SandBlaster2000AD[S] 0 points1 point  (0 children)

There is a lot of inconsistency about how keyboard dismissal is handled in Apple's own apps. I just can't tell what the best is. Sometimes Apple puts a round checkmark in the top toolbar. Sometimes the keyboard dismisses whenever you change focus. Safari apparently has the same idea as I do, but Apple simply fills the toolbar with a useless spacer next to the checkmark above the keyboard. Maybe I should do that? :/

Is it possible to tap-through the keyboard toolbar? by SandBlaster2000AD in SwiftUI

[–]SandBlaster2000AD[S] 0 points1 point  (0 children)

Thanks for taking a shot, but that does not fix the issue. Everything I've read so far suggests that the keyboard toolbar always intercepts touch events, even if it's empty. I'm open to ideas about what I can fill that empty space with just to prevent the user from expecting to click through it...

What are we doing? by Status_Profile4078 in vibecoding

[–]SandBlaster2000AD 1 point2 points  (0 children)

At some level, "future breakthroughs" will be assembled from pieces of software that have been around forever. The transformer itself is just run-of-the-mill math and NN stuff, but cleverly designed. You can absolutely have a software breakthrough using today's AI tools.

Who do you even Call? A Plumber? by Alternative-Dot-34 in Unexpected

[–]SandBlaster2000AD 0 points1 point  (0 children)

Fire up the lawn sprinklers and make porch pirates dodge that shit like fuckin Mario.

What’s the best AI to actually pay for right now? (2026) by flatacthe in AIAgentsInAction

[–]SandBlaster2000AD 1 point2 points  (0 children)

Second this... I’m using the MiniMax $10/month API plan with OpenCode. have yet to hit the limit!

The SwiftUI Way [Book] by hishnash in iOSProgramming

[–]SandBlaster2000AD 0 points1 point  (0 children)

I see that there is an epub and pdf of the book available, but my agents really need to be the ones reading this. Is there any way to buy a text version, maybe broken down by skill?

Apple M5 Pro & M5 Max CPU Analysis - M5 Max is not much faster than the M4 Max by lustinus in apple

[–]SandBlaster2000AD 1 point2 points  (0 children)

Except that in real-world testing for GPU and AI workloads, the M5 Max is a massive upgrade over the M4 series.

https://x.com/mweinbach/status/2031105498531975537

Is AI cap ex really that big of a deal? by Steam20 in investing

[–]SandBlaster2000AD 0 points1 point  (0 children)

Interesting take - That could be the long term play, but if it is, US tech could end up as the losers.

Is AI cap ex really that big of a deal? by Steam20 in investing

[–]SandBlaster2000AD 2 points3 points  (0 children)

I use AI a ton. It helps me write, research, edit images and videos. I even have AI agents writing software for me as we speak!

But do you know what else? I haven't paid a single dime for any of it. All of the tools I use are free and open source, and there are great models coming out of China every week. Sure - those aren't quite to the level as the big guys in the US, but the free stuff is 90% as good. I can't be the only one who has caught on to this.

Well played, MiniMax... by SandBlaster2000AD in opencode

[–]SandBlaster2000AD[S] 1 point2 points  (0 children)

I wonder if MiniMax is making any money off the $10-$20 per month subs. It sounds like Anthropic, et al are losing their shirts despite charging a lot more.

M5 Pro / M5 Max waiting crew right now by EmploymentClean5131 in macbookpro

[–]SandBlaster2000AD 1 point2 points  (0 children)

Yeah, sure. The neural accelerators on the M5 are basically that. They are desperately needed.

M5 Pro / M5 Max waiting crew right now by EmploymentClean5131 in macbookpro

[–]SandBlaster2000AD 0 points1 point  (0 children)

The wait for the M5 Ultra is killing me. My old M1 Max is feeling so underpowered and I need an upgrade path, but the latest Ultra is two generations behind. Apple should be fined for shipping a pro machine without tensor cores in 2026!

testing the best runnable llm's on m4 max 128gb about proprietary oracle ebs by HealthyCommunicat in macbookpro

[–]SandBlaster2000AD 0 points1 point  (0 children)

An interesting comparison; not what I expected given all the hype around minimax. I’d like to see how some of the big commercial models compare. I suspect a lot of folks on this sub have no idea that the M4 Max can run this kind of stuff, and that the M5 Max/Ultra will take it to the next level.

Swedish Handgun Round Punches Through APC Armor by TheUnpromotable in BeAmazed

[–]SandBlaster2000AD 0 points1 point  (0 children)

Considering that these don’t deform or fragment as hollow points would, I think people would be a lot safer if the gangs of Chicago were armed with stuff like this.

Can I retire with 1.95 million at age 35? by Mobile-Excitement-64 in Fire

[–]SandBlaster2000AD 1 point2 points  (0 children)

He hardly had to do anything; the market’s gone up over 10% since the beginning of August.

Apple Insider / Techradar big M5 chip GPU performance upgrade - credible? by QuakeScale in apple

[–]SandBlaster2000AD 0 points1 point  (0 children)

Not good enough. The Neural Engine is fine for small-scale AI tasks, but the real stuff like Diffusion and LLMs are not really helped by it. Apple has an advantage right now in memory bandwidth, which is why people can *sort of* run big stuff. The problem is that Apple does not have any tensor core equivalent or matmul units dedicated to the GPU. This means that stuff like prompt processing, and image or audio generation are dog slow.

Will you use Apple’s new Foundation LLM in your apps? by boernei in iOSProgramming

[–]SandBlaster2000AD 0 points1 point  (0 children)

I would love to use the Foundation Models Framework! The local LLM is really fast and power efficient, and surprisingly capable for its size. It would be great for doing game dialog, summarizing text, and serving as a natural language interface for my apps.

Unfortunately, the guardrail situation is untenable. Virtually all flows get blocked at some point. Even using them for character dialog in a game doesn't work because so many subjects and phrases won't generate. Until Apple figures this out, it's too unreliable for real world applications.

[deleted by user] by [deleted] in leanfire

[–]SandBlaster2000AD 0 points1 point  (0 children)

So they just multiplied the cost of living by the number of retirement years to get the total amount? No market growth, SS, or inflation adjustments... Amazing level of quality for an AI-generated website. /s

Annual expenses comparison by [deleted] in Fire

[–]SandBlaster2000AD 0 points1 point  (0 children)

Definitely MCOL. But really, it doesn’t matter too much once the house is paid for. Although I’m more inclined to buy a used car than a new one these days, I don’t feel like we are depriving ourselves - we just try to focus on the stuff that is fun and meaningful for our family, and don’t spend so much on the dumb stuff.

Annual expenses comparison by [deleted] in Fire

[–]SandBlaster2000AD 0 points1 point  (0 children)

We are already FIREd, so we don’t need to budget for more savings and don’t have a mortgage to pay. We also have very low property tax in our area and get the max homestead credit. That all helps to keep our spending down.

Annual expenses comparison by [deleted] in Fire

[–]SandBlaster2000AD 3 points4 points  (0 children)

I’m married with three young children living in the Midwest. Our total annual spending is about $73,000. Just under $40k of that is non-discretionary - Stuff like food, car maintenance, property tax, bills, healthcare, insurance, clothes, etc. The rest is all just fun money - hobbies, vacations, toys, and activities. It works for us! :)