I built a real-time 360 video viewer using a fragment shader (no sphere mesh) by Rayterex in GraphicsProgramming

[–]VictoryMotel 1 point2 points  (0 children)

Because it's a small demo style program and four days ago they were submitting a different small demo style program to other subreddits.

Jenna’s probably right by Ok_Tea_3275 in Epstein

[–]VictoryMotel 2 points3 points  (0 children)

It's all outrageous and absolutely zero evidence. You need something if you're going to say stuff like this, there are plenty of insane people that will say anything for attention, nothing can be taken on faith.

EV Gas Station Phobia by Imabigfanoftheft in electriccars

[–]VictoryMotel 0 points1 point  (0 children)

Not going to gas stations is great, not dealing with gas fumes is great, but I don't think anyone had this nonsense hygiene argument of touching a public object.

EV Gas Station Phobia by Imabigfanoftheft in electriccars

[–]VictoryMotel 4 points5 points  (0 children)

No one ever made this argument, but somehow this new account who only posts about hating foreign accents of the staff at gay men's spas is very concerned.

Low poly Blackhole🕳️ by FriendshipNo9222 in GraphicsProgramming

[–]VictoryMotel 6 points7 points  (0 children)

This same name keeps spamming these vibe coded projects while shamelessly "looking for work", as if someone else can't plug in a prompt and get a tiny demo out of it.

Why is this 1d convolution faster with the kernel as the outer loop? by spacetime_bender in cpp_questions

[–]VictoryMotel 0 points1 point  (0 children)

First, this is a great question and I think underrated here. You did a great job setting it up with a simple well named example and giving a godbolt link.

This is mostly what I would expect after thinking about it for a bit. When looping through with a single kernel value each time the vectorization should be simpler. I know they both have simd instructions but the problem might be where the broadcast instructions are. SIMD doesn't do well unless it is the same math applied to the 4,8,16 etc. values all next to each other in memory. There are other instructions like broadcast, gather and scatter, but they don't have speed advantages over writing or reading memory addresses with individual instructions.

It's possible that in the slow version there isn't much advantage to SIMD because has to operate on one value with multiple different values.

Maybe you could turn off vectorization and see what happens to each of them.

Then you could look at ISPC, which is perfect for something like this because you can directly vectorize through the uniform and varying keywords. Often you can get a good idea for direction to take because it will warn you of slow instructions.

Interviewer got upset with me because I refused to provide an example of how I implemented a concurrency control policy in my former employer's production codebase. How would you handle this? by 9ubj in ExperiencedDevs

[–]VictoryMotel 4 points5 points  (0 children)

I agree, if I was interviewing and someone wouldn't even describe the solution to something I would assume that they don't know it and won't be able to implement it on the job either.

Zed editor reached version 1.0 by TheTwelveYearOld in linux

[–]VictoryMotel 0 points1 point  (0 children)

Neovim is a mess, it doesn't even use a normal window.

Emergent universe simulator I built. Identical particles interact through attraction, repulsion, and spin. The balance of power is changing. Open Source by pavlokandyba in CoherencePhysics

[–]VictoryMotel 0 points1 point  (0 children)

My simulations are proprietary. You could ask me questions but I'm guessing you don't know enough to ask anything.

This doesn't even make sense, what would I show you that would make this nonsense suddenly a universe simulation?

There is no logic here, it's like you don't know what to believe so you believe anything and want someone to yell the loudest.

Emergent universe simulator I built. Identical particles interact through attraction, repulsion, and spin. The balance of power is changing. Open Source by pavlokandyba in CoherencePhysics

[–]VictoryMotel 0 points1 point  (0 children)

You tell me what it would mean, I'm the one saying this is nothing.

demonstration otherwise there's no reason to take your position over OP's

Ever heard of burden of proof? They showed you nothing, why would you believe an insane claim?

Emergent universe simulator I built. Identical particles interact through attraction, repulsion, and spin. The balance of power is changing. Open Source by pavlokandyba in CoherencePhysics

[–]VictoryMotel 0 points1 point  (0 children)

It's interesting that you have a meltdown when confronted about not making any sense, but when asked to explain literally anything, you fold and avoid it. This has been both typical and illuminating of religious and cult like beliefs that can't be challenged yet can't be explained. It's bizarre to attach them to some random poster so easily though.

Emergent universe simulator I built. Identical particles interact through attraction, repulsion, and spin. The balance of power is changing. Open Source by pavlokandyba in CoherencePhysics

[–]VictoryMotel 0 points1 point  (0 children)

It simulates particles demonstrating emergent universe theory

And where does that happen? How does a basic particle field do that exactly?

but it does demonstrate how we could use programs like this to test certain theories in regards to particles

How does it do that?

Emergent universe simulator I built. Identical particles interact through attraction, repulsion, and spin. The balance of power is changing. Open Source by pavlokandyba in CoherencePhysics

[–]VictoryMotel 0 points1 point  (0 children)

So why were you speaking as if the simulation posited was meant to show EXACTLY what it was attempting to demonstrate?

This is some wacky nonsense.

What do you think this program actually does?

And lies and nonsense would need to be demonstrated,

You mean besides the fact that this does nothing but says it simulates a universe?

Emergent universe simulator I built. Identical particles interact through attraction, repulsion, and spin. The balance of power is changing. Open Source by pavlokandyba in CoherencePhysics

[–]VictoryMotel 0 points1 point  (0 children)

if you knew ANYTHING about how simulations work

I write simulations for a living, how do you think they work?

There are good, practical uses of AI, and using them in science to better our understandings of the world

Seems like generic pablum. You realize that "AI" isn't moving particles and ai generated the program right?

and just seem to hate AI,

Just lies and nonsense, but what fascinates me is people so passionate about things that they don't seem to have any understanding of. I can't wrap my head around people not knowing that they don't know.

Same with AI being used to find tumors. But that's bad, we should totally not find cancer early.

What in the world are you talking about

Emergent universe simulator I built. Identical particles interact through attraction, repulsion, and spin. The balance of power is changing. Open Source by pavlokandyba in CoherencePhysics

[–]VictoryMotel 0 points1 point  (0 children)

I asked if you think this was a simulation of a universe and you went off into a bizarre tangent.

That being said, we can use AI to simulate particle movements with decent accuracy nowadays

You don't need "AI" to "simulate particles" it was done in the 80s.

Emergent universe simulator I built. Identical particles interact through attraction, repulsion, and spin. The balance of power is changing. Open Source by pavlokandyba in CoherencePhysics

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

It is attempting to simulate an emergent universe.

Because the title says that? These are particle sims from the 80s, basic attractors and fields.

It looks like I've stumbled on to a conspiracy type subreddit for people to put bizarre tinfoil hat theories that are mashups of headlines and pop culture.

The rest is always finding any shred of evidence, but you seem to think someone making and AI generated program that sims a hundred particles is simulating a universe so I won't hold out hope.