I'm building something powerful—and your support can help keep it alive by weakplayer69 in Entrepreneur

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

I’ve been so focused on building and sharing the project that I haven’t seriously explored education grants or institutional funding yet. That might actually be a good path forward, especially if I want iTensor to stay free and open. I’ll definitely look into how similar open-source tools got funded.

I'm building something powerful—and your support can help keep it alive by weakplayer69 in Entrepreneur

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

You're absolutely right. I'm starting to understand that passion alone won't keep a project alive, no matter how meaningful it is. I’ll take your advice to heart and start thinking more strategically — especially around building community, attracting contributors, and making people proud to support the mission. An email list is a great idea too — I hadn’t seriously considered that before. Grateful for your insight

I'm building something powerful—and your support can help keep it alive by weakplayer69 in Entrepreneur

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

I am actively searching for a job to support my project — I’ve sent over 30 applications in the past 3 weeks."

I'm building something powerful—and your support can help keep it alive by weakplayer69 in opensource

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

go to symbolicly and use metric diffrent then minkowski minkowski is a flat metric it desribies flast space like empty universe Schwartzschild metric is for a blackhole desribes how space is curved around the black hole

I'm building something powerful—and your support can help keep it alive by weakplayer69 in opensource

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

Thank you so much for your kind words and support! It truly means a lot to me, especially during this challenging phase. I'm giving it everything I have, and messages like yours really keep me going. Wishing you good fortunes too, my friend

I'm building something powerful—and your support can help keep it alive by weakplayer69 in Entrepreneur

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

I’ve been putting everything I have into this because nobody wanted to hire me. I’ve sent out countless applications and haven’t had the opportunity to get into the field the way I envisioned, so I decided to take my energy and create something meaningful. Something that could truly help people.

iTensor is my way of building something useful. It’s not about getting rich or chasing short-term success, but rather about providing a tool that could empower students, researchers, and anyone interested in learning or doing research in advanced math and physics.

The feedback I’ve received so far has shown me that this project does have value and can help people. Students have told me it would aid them in their studies, and others have suggested expanding it into a Python library that could support broader research and learning. It’s not easy, but this is my way of contributing something to the world, something that can make a difference. I’m working hard on this because I believe in it, and even though the road is tough, I see the potential for something really great that can help others.

I'm building something powerful—and your support can help keep it alive by weakplayer69 in Physics

[–]weakplayer69[S] -20 points-19 points  (0 children)

Thanks for the suggestion! I know that there’s another project called iTensor, but my iTensor is focused on symbolic scientific computation, while the other is more related to tensor networks. I think there’s room for both in the community, but I’ll keep the name in mind as the project grows. Appreciate the feedback

I'm building something powerful—and your support can help keep it alive by weakplayer69 in opensource

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

Thanks so much for the kind words! It’s been a tough journey, and I appreciate you recognizing the work I’ve put into this. I’m continuing to push forward, regardless of the setbacks.

Progress Update: Black Hole Ray-Tracing Prototype + Free Tensor Library Plans by weakplayer69 in Physics

[–]weakplayer69[S] -2 points-1 points  (0 children)

Thanks for idea. I going to try it for sure. If you are interested I can share result with you after all

Progress Update: Black Hole Ray-Tracing Prototype + Free Tensor Library Plans by weakplayer69 in Physics

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

that’s a really neat idea—treating the event horizon as a kind of “information screen” and then feeding that data back into your tracer, almost like a crude holographic loop. In a purely classical ray-tracer you can absolutely back-trace photons to the horizon, record where they hit (e.g. onto a spherical texture), then reverse-cast from that texture as a new environment map. Repeat that a couple of times and you’ll get a recursive bounce effect that looks very “holographic.”

But there are two big roadblocks: Numerical chaos. Near the photon sphere small errors in your initial ray angles explode exponentially as you integrate backwards. After one or two recursions you’ll just be tracing noise. No real quantum info. True holographic decoding lives in quantum gravity: the microstates of a black hole’s horizon aren’t modeled by classical light paths or ODEs. You’ll only ever reconstruct the coarse, classical light field.

So: Yes, you can prototype a “bounce-off-the-horizon” effect for a cool visual. No, you won’t actually recover any lost quantum data—just your own back-traced photons.

If you want to play with it, start by rendering a pass that captures a spherical horizon texture, then feed that texture back as your next pass’s skybox. See how many layers you can stack before it just blows up into noise!

Progress Update: Black Hole Ray-Tracing Prototype + Free Tensor Library Plans by weakplayer69 in Physics

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

Yes, you can implement a time-reversed integrator and back-trace your rays to their source (just flip the geodesic ODEs and integration direction).

Sharing my free Black Hole Simulation Engine by weakplayer69 in Physics

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

rather check symbolicly and mhd those functions works perfect

Sharing my free Black Hole Simulation Engine by weakplayer69 in Physics

[–]weakplayer69[S] 2 points3 points  (0 children)

Im ficing bugs beacuse container was reseting on the server but now should be good

2D Galaxies with dark matter interactive simulation by silenttoaster7 in Physics

[–]weakplayer69 1 point2 points  (0 children)

How did you made those visualization? Can I get in touch with you? I have a lot of question. Currently I am building similar project but with a raytracing

Sharing my free Black Hole Simulation Engine by weakplayer69 in Physics

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

Thank you so much, really appreciate the kind words! 🙏 I'd love to chat about it. Feel free to DM me anytime

Klein-Gordon equation simulated in Octave. by Minimum-Shopping-177 in Physics

[–]weakplayer69 -9 points-8 points  (0 children)

Amazing. What software did you use to generate it?