WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2025 Poal.co

SHUT THE FUCK UP i NEED TO THINK!!

SHUT THE FUCK UP i NEED TO THINK!!

(post is archived)

[–] 6 pts

It's because men prefer things, and women prefer relationships between living beings.

While those things can be irrelevant to technological advancement (some guy's batting average in swingey-stick), relationships are always irrelevant to technological advancement. Whether Tina is or is not a hoochie isnt going to give us self-driving combat wombats.

[–] 5 pts

Kek, I have that fucking thought several times a day.

[–] 2 pts (edited )

I've been stuck on a Uint8Array for the last 24h, full disclosure I also happen to be high as a kite for just as long

I went to sleep last night, thinking about my array

        function generateHeight( width, height ) {

            let seed = Math.PI / 4;
            window.Math.random = function () {

                const x = Math.sin( seed ++ ) * 10000;
                return x - Math.floor( x );

            };

            const size = width * height, data = new Uint8Array( size );
            const perlin = new ImprovedNoise(), z = Math.random() * 100;

            let quality = 1;

            for ( let j = 0; j < 4; j ++ ) {

                for ( let i = 0; i < size; i ++ ) {

                    let x = i % width, y = ~ ~ ( i / width );
                    data[ i ] += Math.abs( perlin.noise( x / quality, y / quality, z ) * quality * 1.75 )
                }

                quality *= 5
            }

            return data;
        }

It generates a heightmap, and I want a seemless loop of it, like I don't have to rotate and scaleXY/mirror clones of the original map to be able to stack them side by side, for an infinite traveling loop effect in every possible direction

So the idea is to copy the upper part of the map, tile by tile, and reverse paste it, in place of the bottom part of the map, so it produces a vertical simmetry/mirror effect, and then do the same with the left side of the map/array

...

I thought of that evidently

        for ( let j = 0; j < 4; j ++ ) {

            for ( let i = 0; i < size; i ++ ) {

                data[ i ] =  data[ size - i ] 
            }
        }

But nope, it would have been too easy... So it's going to be mind game fun now

[–] [deleted] 2 pts

Good meme except for the two doglike creatures which seem irrelevant to the point being made.

[–] 1 pt

Those dogs are yoked though.

Imagine if our species evolved to the point where woman had no vocal chords.

[–] 0 pt

Why do women still even exist? Oh yeah, the holes...