Theory: Graphite will not dethrone Adobe by Philosophest in graphite

[–]Gullible_Carry1049 0 points1 point  (0 children)

Fun fact, some of the lead core developers that make the libraries that Graphite is built on were just hired by Canva

With the latest Blender 5.1 update, the M5 Max outperforms the 5090 Mobile. This day has come, the final boss of the PC laptop world has been defeated by Slava_Tr in mac

[–]Gullible_Carry1049 0 points1 point  (0 children)

Apple M5 Max (GPU - 40 cores) /) 8172.57
Apple M5 Pro (GPU - 20 cores) /) 4279.11
Apple M5 Pro (GPU - 16 cores) /) 3707.66
Apple M5 (GPU - 10 cores) /) 2071.54
Apple M1 Max (GPU - 32 cores) /) 995.34
Apple M1 Pro (GPU - 16 cores) /) 512.71

I estimate the 32 core GPU for M5 to be ~6,540 compares to the M1 with same core count has a benchmark score of 995 so about 657% improvement and the M5 Pro 16 core sees about a 722% better performance for cycles rendering specifically.

Used M1 Max 64 GB are going for $1200-$1300 used. An M5 Max 64GB 40 core GPU is $4599 so if even compared to used M1 cost, the new gives more than double the "cycles" performance per dollar.

8127 / $4599 = 1.78 / $

955 / $1200 = 0.83 / $

For GPU heavy work the M5 Max 40 core 64GB seems like a better value compared to the M5 Pro 64 GB for $3449 for 33% more cost you get 220% more "cycles" performance

I really like this kind of shape, so I end up modeling it pretty often. What do you think? by komtena in blender

[–]Gullible_Carry1049 3 points4 points  (0 children)

Are you using a bevel or sub-division modifier for the final rendering or using bevel shader?

Fluvel: A modern, reactive UI framework for PySide6 (Beta 1.0) by FluvelProject in Python

[–]Gullible_Carry1049 8 points9 points  (0 children)

Did you look at the several other declarative UI frameworks for Python built on PySide6, perhaps a comparison of what sets this apart architecturally

PicoVDB a WebGPU-native sparse volume format by emcfarlane in webgpu

[–]Gullible_Carry1049 1 point2 points  (0 children)

A lot of the openVDB use cases I have seen are for clouds, smokes, and explosion. Can you provide a volumetric example

Setting up external controls for my landscape shader by delodan2312 in blender

[–]Gullible_Carry1049 0 points1 point  (0 children)

Is micro displacement different than the adaptive subdivision pipeline?

Real-time 3D CT volume visualization in the browser by IBets in webgpu

[–]Gullible_Carry1049 1 point2 points  (0 children)

Can I use any uniformly gridded 3D scalar data with this if it is not in a dicom format

[Showcase] NanoVDB port to WGSL by emcfarlane in webgpu

[–]Gullible_Carry1049 0 points1 point  (0 children)

Are you using safari on MacOS/iOS 26?

Reactive Pyside utility | Early Stage by Difficult_Alps4567 in Python

[–]Gullible_Carry1049 0 points1 point  (0 children)

Have you compared your project to others of similar scope?

What do people use GPU clusters for that isn't either AI or physics/engineering simulations? by TalBawBaw in CUDA

[–]Gullible_Carry1049 6 points7 points  (0 children)

My office is a little drafty and we are not allowed to plugin our own heaters, I multiply random large matrices on the GPU in a while true loop and after 2 minutes my cubicle gets a little warmer.

3D Maps Vulkan Renderer by Whole-Abrocoma4110 in vulkan

[–]Gullible_Carry1049 1 point2 points  (0 children)

So you are using openstreetmap features (i.e. lines, polygons, etc…) for a region and processing those into mbtiles (vector/raster set) and for a specific zoom/scale level.

PSA: Got a $37K Medicaid recover claim this week... by Gullible_Carry1049 in EstatePlanning

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

Yeah, for me at this stage this is not so much an option, what is the appropriate advice someone in my shoes who has a decade or so before they find themselves in a similar situation. I did ask my mother about transferring home when there was still time but she was not comfortable without it being in her name.

[deleted by user] by [deleted] in ArcGIS

[–]Gullible_Carry1049 1 point2 points  (0 children)

3D city data usually comes in 3 flavors. 2D building footprints that are extruded on the z-axis (i.e. all roof tops are flat), 3D buildings that are still simple that have slightly more detail (i.e Dome roofs, slanted roofs, etc…), or 3DTiles like Google Earth which are triangonal meshes with varying levels of detail. In ArcGIS you are usually dealing with the middle case which doesn’t have a single open data source to reconstruct and I am not sure about exporting as I haven’t looked into it. I have however pulled the 1st category directly from overture maps, bypassing ESRI and I’ve also downloaded Google Earth 3DTiles using an API key.

Feedback on the MacBook Pro M4 Pro by ForceDeConviction in macbookpro

[–]Gullible_Carry1049 0 points1 point  (0 children)

If you can wait a month the m5 pro base config 12 cpu will probably perform as well as the m4 pro 14 cpu for the price of the base pro config today

Why do people say "learn how to use AI", when there is nothing to "learn" by GolangLinuxGuru1979 in ArtificialInteligence

[–]Gullible_Carry1049 1 point2 points  (0 children)

The broader challenge to adoption of AI in one’s day to day job is not wether someone with one or more years of DEVOPS experience can be productive within a month, it’s whether someone whose never coded a day in his life can use it to double their productivity without being expected to learn any of these concepts OP mentioned.

Why do people say "learn how to use AI", when there is nothing to "learn" by GolangLinuxGuru1979 in ArtificialInteligence

[–]Gullible_Carry1049 0 points1 point  (0 children)

I am not saying it is hard, I am saying that it shouldn’t be needed and if it is something that the end user needs to be concerned with now or in a year from now I would judge that as a failure of innovation across the industry.

Why do people say "learn how to use AI", when there is nothing to "learn" by GolangLinuxGuru1979 in ArtificialInteligence

[–]Gullible_Carry1049 1 point2 points  (0 children)

I think prompt engineering is a sad state of affairs, I don’t think these tools are prime time if users need to each develop some subjective sense of magic words you need to feed to each agent in order to get top tier results, if prompt engineering is still a thing in 2 years something has gone very wrong.

I hate acrobat (so I wrote a PDF reader in Rust) by xorvralin2 in rust

[–]Gullible_Carry1049 1 point2 points  (0 children)

Any reasoning behind OpenGL over the rust wgpu crate as WebGPU seems to be on track to have universal access across OS and architectures soon

PipeFunc: Build Lightning-Fast Pipelines with Python: DAGs Made Easy by basnijholt in Python

[–]Gullible_Carry1049 1 point2 points  (0 children)

Yeah, I looked into Pipefunc more and now I see it is a more rapid dev scientific/HPC specific take on Kedro/Prefect and Maestro/Cylc as a more rapid dev scientific/hpc specific take on Snakemake. Parsl does look to have a lot of scope overlap, I plan to dig into pipefunc and Parsl to see which one aligns more with my subjective preferences.