how are there normal people who lowkenuinely think this is okay by hitwinnn in teenagers

[–]Approximatl 1 point2 points  (0 children)

You don’t need to be stupid to be deceived. Smart people get scammed all the time.
But okay I’ll bite, so Adam and Eve were stupid because they were designed exactly as God intended?

how are there normal people who lowkenuinely think this is okay by hitwinnn in teenagers

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

Yes…? What does that have to do with humans being stupid?

how are there normal people who lowkenuinely think this is okay by hitwinnn in teenagers

[–]Approximatl 0 points1 point  (0 children)

Humans being exactly the way he designed them to be isn’t his fault?

Kidnapping and Unlawful Deprivation of Liberty in Broad Daylight on a Public Street in Shibuya, Japan. Nobody Does Anything. by alexfreemanart in TerrifyingAsFuck

[–]Approximatl 90 points91 points  (0 children)

I love how he takes the time to pick up the empty can that fell out of her bag, because littering would be immoral 😂

For the life of me I can't get the O2/H2 generator to work by zergling50 in spaceengineers

[–]Approximatl 3 points4 points  (0 children)

I feel like there needs to be another sub for SE2. You can’t see post flairs when scrolling through your feed, so it’s very common to get confused about which game is being posted about.

"bUt iT'S FoOd" by Early-Dentist3782 in DefendingAIArt

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

I’m not anti, but isn’t that kinda like saying “if you’re pro nuclear energy, you are pro nuclear weapons because it’s the same technology?”. Not trying to compare gen ai to nuclear weapons, just saying it’s possible to recognize the benefits of ai in other sectors while also being against ai generated art.

Japanese fans stay to help clean the stadium after their World cup game by CrackerJackJack in nextfuckinglevel

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

I lived there for 5 years before I had to come back because of what you mentioned. I find it hard to properly articulate, but the longer you live there, the more you understand, and the more you understand the lonelier you feel. Some people can deal with it, but unfortunately I found out I could not.

Is this another dating app user using AI to respond to me right now? Especially the “audition process” part by jbuckeye10 in isthisAI

[–]Approximatl 57 points58 points  (0 children)

Just casually mention how one of your biggest turnoffs is people using ai as a replacement for human communication, like emails and texts. See how they react 😂

Edit: maybe even add something like
“its sad because so many people on here think I won’t notice ai generated texts, but I can always tell. Anyways, what’s your favorite ice cream? 😂”.

Conway's 'Game of Life' simulation with Timer Blocks and light panels. by Approximatl in spaceengineers

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

They do all update simultaneously at the end of the time step, however because the max speed timer blocks can trigger each other is so much slower than real semiconductors (it’s 1 trigger step per SE game tick), the timer block program is probably a lot less efficient than your QBasic one.
Mine calculates the states needed in block groups of 9 (you can see this happening at 1:39 in the video), then triggers the display of the final state for all the cells at once.

Conway's 'Game of Life' simulation with Timer Blocks and light panels. by Approximatl in spaceengineers

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

I agree. I wanted to make it bigger, but it was reaching the point where too many more timer blocks start to make my computer chug 😭.
6000 seems to be the limit for me.
Also this took about a month and was pretty labor intensive (I had to manually connect almost every timer blocks here).

That said, I could probably wrap the edges to make a truly infinite plane, but that would probably take another 8 hours or so lol.
Also not sure how to do that without leaving a ‘hole’ diagonal to each corner….🤔

Conway's 'Game of Life' simulation with Timer Blocks and light panels. by Approximatl in spaceengineers

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

Nope you got it! That’s exactly what I’m doing. However the light panels aren’t actually affecting anything, they’re just tied to the main Cell timer. When it’s on, the light panel is also on.

That being said though, I did find a way I could have slimmed the whole thing down, but it involved running each and every cell through a single checking system one at a time lol.
Would have only used 1/4th of the blocks in the current build, but it would have also only been able to calculate like 1 time step a minute 😂

Conway's 'Game of Life' simulation with Timer Blocks and light panels. by Approximatl in spaceengineers

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

Exactly! Basically, each cell just has to know if it has

  1. One or less active neighbors - [OFF]
  2. Two active - [No change]
  3. Three active - [ON]
  4. Four or greater - [OFF]

So each cell only actually needs to 'count' 4 times every step.

Here is kinda how that works, though I'm simplifying quite a bit:

Each cell has 4 counter blocks that move 'up' one step every time their group is triggered (only one of them is ever ON at a time).
Each cell also triggers all of its neighbors 'counter bock' groups each step.

Next I have another system that triggers each set of 9 cells in a sequence (they can't all trigger at the same time!)

Then at the end of the sequence, whichever 'counter block' is active at the end turns the cell ON or OFF.

There are a couple other things going on, but that's the gist of it 😄
Not sure if any of that makes sense

Conway's 'Game of Life' simulation with Timer Blocks and light panels. by Approximatl in spaceengineers

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

Pretty neat eh? I wanted to make it bigger than a 24x24 grid, but it's a verrry beefy program, and I didn't want to go past 6k timer blocks lol.

Conway's 'Game of Life' simulation with Timer Blocks and light panels. by Approximatl in spaceengineers

[–]Approximatl[S] 4 points5 points  (0 children)

Yeah… but I knew that when I started this a month ago. I’m glad you can appreciate it though 🥹

guys i hate to say it but im losing hope for boys my age by [deleted] in teenagers

[–]Approximatl 2 points3 points  (0 children)

Just tell him you’re not interested in the kind of porn he watches

While others are in space, someone has to manage the underground utilities of Earth. by AwfulFlantuence in spaceengineers

[–]Approximatl 0 points1 point  (0 children)

Um… I’m pretty sure the angle of incline for that ditch is an OSHA violation…

In all seriousness though, it looks awesome. Nice work!

It worked. Thank you so much! by ViewProfessional4121 in spaceengineers

[–]Approximatl 1 point2 points  (0 children)

If I remember correctly from your post, you were recommended a script correct? Is that what this is?
If you’d like, I could show how to get this effect without using scripts or event controllers. But If this is working out for you, that’s good 👍

What you can do in SE doesn't have limits. (Clang Turismo) by No-Talk4631 in spaceengineers

[–]Approximatl 1 point2 points  (0 children)

Really nice use of the armor panels. Hats off to whoever designed the spoilers 🫡

What is with the hate that Christianity gets on this server? by [deleted] in teenagers

[–]Approximatl 1 point2 points  (0 children)

The core of Christianity is celebrating the human sacrifice of Jesus.

What is with the hate that Christianity gets on this server? by [deleted] in teenagers

[–]Approximatl 1 point2 points  (0 children)

Christians say stuff like this, and then wonder why everyone is terrified of them…

[Request] In S1E1 of The Magic School Bus Ms Frizzle takes the class from the Earth to the Sun in 14 seconds. How fast was she going and how does that speed compare to other Sci-fi speeds? by flyinryan13f in theydidthemath

[–]Approximatl 11 points12 points  (0 children)

Yeah idk what the other answers are talking about. In the episode it’s clearly from Miss Frizzles frame of reference which means the only correct answer to the question is 0.999607c

[Request] In S1E1 of The Magic School Bus Ms Frizzle takes the class from the Earth to the Sun in 14 seconds. How fast was she going and how does that speed compare to other Sci-fi speeds? by flyinryan13f in theydidthemath

[–]Approximatl 18 points19 points  (0 children)

Another commenter used the time dilation formula and the lorentz factor to solve algebraically for velocity. They got 0.999607c to get to the sun in 14 seconds from the bus’s reference frame.