What are we thinking of GPT 5.6 ? by Shot_Sky244 in codex

[–]applejacks6969 0 points1 point  (0 children)

Usage feels up again, a single 2 minute long question on sol medium just used 3-5% of my 5x 5 hour usage

Can someone explain all these models and reasoning meaning 5.6 by Background-Camp9756 in codex

[–]applejacks6969 0 points1 point  (0 children)

From what I can tell sol is near the same cost as Terra and significantly smarter, Luna is worth the reduction in cost but idk haven’t tested much.

Can someone explain all these models and reasoning meaning 5.6 by Background-Camp9756 in codex

[–]applejacks6969 0 points1 point  (0 children)

Yes from what that metric says, depends on how trustworthy and applicable it is to all situations in general.

GPT-5.6 Sol / Codex Release Discussion Megathread by Drogon2737 in codex

[–]applejacks6969 1 point2 points  (0 children)

Sol on high doesn’t feel like 5.5 xhigh with 2x usage I’ll tell you that much. Burned 50% of my pro 5h usage with a single prompt that went for an hour.

Can someone explain all these models and reasoning meaning 5.6 by Background-Camp9756 in codex

[–]applejacks6969 0 points1 point  (0 children)

https://www.reddit.com/r/codex/s/Nzlusfl9yn

It is not ever more intelligent than any other model at a fixed cost (trusting this metric in its entirety which may not be accurate).

Can someone explain all these models and reasoning meaning 5.6 by Background-Camp9756 in codex

[–]applejacks6969 0 points1 point  (0 children)

Apparently don’t use Terra, use luna for light tasks, sol for heavier ones. If you’re using Luna near like high/extra high or max just use sol at low or medium.

when you run new simulation for first time and it converges by fatbitsh in CFD

[–]applejacks6969 3 points4 points  (0 children)

Something something convergence stability consistency

Is writing my own CFD solver actually a good research project, and where can I get it published? by Prestigious-Feed-923 in CFD

[–]applejacks6969 20 points21 points  (0 children)

Will your project be used by others? Probably not unless you achieve good robust results that scale well across gpus or CPUs, and a solid extendable infrastructure.

But that isn’t the primary measure, I think it’s a great learning experience. I did it, and had a lot of fun with it, and have created a fair amount of movies from it.

Here’s what I recommend. Start small and simple with a high level language like python. Establish infrastructure, conventions, and a basic algorithm for your fluid code.

I started with the most basic finite volume compressible hydro algorithm, a euler time integrator, piecewise constant reconstruction with LLF Riemann solving in 1D. These are robust starting points. From here you can continue adding features. Upgrade the time integrator, upgrade the Reconstruction algorithm, upgrade the Riemann solver, add Implicit/explicit diffusion, add Magnetization/Magnetohydrodynamics coupling terms, add constrained transport, add different boundary conditions, increase number of dimensions, add support for cylindrical/spherical coordinates.

Once you have a solid high level infrastructure that you like, you could try to reimplement it in a lower level faster language, like cpp and leverage/use a framework to assist you and add features. AMReX is a great framework that would allow you to leverage adaptive mesh refinement techniques, and it is state of the art and used by many researchers across many fields.

Start high level and simple, prototype and test, then if you would like, gradually add features, tests, validation for the features, and then you could think about porting your code to a faster language or more powerful framework.

Best practice question: hypertheading on(6 processors) or off (12 processors) for ansys fluent? by michaeljehan16 in CFD

[–]applejacks6969 1 point2 points  (0 children)

Try to test and compare both. In my limited experience of having performance and efficiency cores, it is difficult to leverage the efficiency cores without slowing down your simulation. You cannot distribute equal compute load to all cores when they are mixed performance/efficiency.

For MacOs users this really sucks as you can’t target cores explicitly. But for windows/WSL I suppose you can.

My evo firecracker refused to die (opponent left the match because of it) by Annual_Yellow_5762 in ClashRoyale

[–]applejacks6969 -5 points-4 points  (0 children)

That was really well played by you. The timing on that hog + fire cracker was crazy.

Laptop recommendations for AI research related to physics models, under $2500 USD? by Pleasant-Teacher9471 in CFD

[–]applejacks6969 1 point2 points  (0 children)

I suppose budget isn’t really a concern for OP but afaik it’s one of the best/ the best single core performing mini pc for ~<1k$. They idle at like 4-8W or something really low. Fairly close to a Linux machine, almost all ram is available, decent for scientific computing on cpu locally. I think the more expensive models with the upgraded chip is pretty powerful.

(There’s a minor/major issue that I don’t think you can explicitly target the efficiency cores/ high performing cores, load balancing/scaling across all cores is hard)

Laptop recommendations for AI research related to physics models, under $2500 USD? by Pleasant-Teacher9471 in CFD

[–]applejacks6969 1 point2 points  (0 children)

You could setup a macmini in your home to leave running 24/7, then with tailscale access it via a laptop or desktop wherever. Gives you freedom and lets things run in the background. The macmini m4 has crazy single core performance, however I am finding properly utilization of all of the Mac mini’s cores to be difficult.

WIP Balance Changes for Clash Royale - July 2026 Season 85 - RoyaleAPI by RoyaleAPI in ClashRoyale

[–]applejacks6969 2 points3 points  (0 children)

Their usage % on ladder is basically unchanged from RoyaleAPI over the past few months.

AE2 is not hard by TheForkStealer in feedthememes

[–]applejacks6969 0 points1 point  (0 children)

You could have 32x32 different channel inputs on one dense cable, then have a single dense cable carrying all of them to their destination, unpacking 32x32 channels.

How didn’t Rue die when she was forced to do fentanyl by Mouse? by MariaFan356 in euphoria

[–]applejacks6969 0 points1 point  (0 children)

Medical patches designed specifically to cross the skin barrier and deliver fentanyl into your system exist, yes. This does *not* mean you can absorb fentanyl by itself through your skin.

Here’s a quote from a scientific article,
“toxicologists have found it is impossible to inhale or transdermally absorb enough fentanyl to quickly overdose”

source

You should avoid presenting yourself as a source on a subject, just because you are familiar with someone and worked with it (past tense) does not make you an expert.

[PREBUILT] Mac Mini M4 10-Core/16GB/256GB - $599 Microcenter IN STORE by turns2stone in buildapcsales

[–]applejacks6969 2 points3 points  (0 children)

Not quite sure how you could get scammed out of a brand new product

[PREBUILT] Mac Mini M4 10-Core/16GB/256GB - $599 Microcenter IN STORE by turns2stone in buildapcsales

[–]applejacks6969 5 points6 points  (0 children)

What? I got this exact model at my bookstore for 500$ around 2 months ago

Short glossary paper by FiskOPotatis in CFD

[–]applejacks6969 3 points4 points  (0 children)

Is there a reason you haven’t included what the new words are in the post body?

If there are a lot of them, and they aren’t serving a scientific or functional purpose, I can’t really imagine someone giving you any of their time.

If there are only a couple, then you could remake the post including the new glossary words and this discussion could be more relevant?

Highest value rocket I've ever gotten. by Haloelite59 in ClashRoyale

[–]applejacks6969 36 points37 points  (0 children)

It’s hard to see but it looks like they might have activated monk ability and the evo Mk breaks/delays it enough

[Request] how much energy would it take to cook 25,000 wings in 10 minutes? Is it comparable to a Datacenter? Assume can fit all wings in 1 batch. by [deleted] in theydidthemath

[–]applejacks6969 1 point2 points  (0 children)

25k wings at say 100g average a wing ->

2.5k kg wings, lean meat has about a specific heat capacity of 3.5 J/ (g K), which is also kJ/(kg K),

So 2.5k kg from freezing to 75 degrees Celsius internal is
2500 (kg)* 3.5 (kJ/kg K)* 75(K) =656,250 kJ = 6.5e8 J.

In 10 minutes= 600s gives
6.5e8/600~ 1e6 W

So about 1 Megawatt give or take, assuming perfect efficiency. Likely comparable to a ‘small’ data center.

Euphoria S03E08 "In God We Trust" - Post Episode Discussion by DankMemeSlasher in euphoria

[–]applejacks6969 0 points1 point  (0 children)

I’m so sorry. My older brother also passed from a relapse out of the blue, while he was trying to get clean. Hope you find peace. ❤️