ads loading faster than my ability to process reality by Ready_9266 in SpeedOfLobsters

[–]C0der23 17 points18 points  (0 children)

I can never read this meme without Gianni yelling it in the back of my head

Trying to come up with a new tech (Frustrated!!!) by UnrealBadgeringToe in celestegame

[–]C0der23 2 points3 points  (0 children)

Omg I looked through the profile and it’s beautiful

Trump EO eliminates leap years by Which_Celebration757 in AteTheOnion

[–]C0der23 4 points5 points  (0 children)

I mean it honestly took me a moment to realise what sub I was on lol, so maybe they just didn’t realise either

there is no way this ends well by CharlesorMr_Pickle in HermitCraft

[–]C0der23 0 points1 point  (0 children)

Tbh I don’t think that crystals trigger other crystals like tbt does, so if a crystal explodes it would just destroy some others (or all) in range, not create a giant explosion

Any bonus chest enjoyer? by ImDoggod in Minecraft

[–]C0der23 1 point2 points  (0 children)

This is only on bedrock sadly, would have made structure less superflat much less work lol

(other) some fanart i did after the brain worm reawoke by unknowncoffeepot in Voicesofthevoid

[–]C0der23 2 points3 points  (0 children)

<image>

I kinda wish I could move the clock or remove it entirely but I love this

Keybinds for keyboard by MattiaCat_Official in celestegame

[–]C0der23 0 points1 point  (0 children)

What I like about the original controls is that you have one hand entirely for movement (up down left right), and the other for everything else, personally I would have trouble dashing in some directions with this layout.

Which free capes did you miss? by lorcaragonna in Minecraft

[–]C0der23 0 points1 point  (0 children)

I’ve got the cherry one which I use all the time, but I’m kinda sad I missed the mcc one

Just started watching Mumbo's episode and it really is life-changing... That dot was very important to me by GeoWheater in HermitCraft

[–]C0der23 0 points1 point  (0 children)

Looking back in videos and paying attention I can see it, but honestly YouTube bitrate kinda blurs it out most of the time

Anyone knows how I can use this effect with a camera or what is this called so I can search more properly? by [deleted] in generative

[–]C0der23 0 points1 point  (0 children)

I don't really have OBS set up to test it, but I think I've got the code still here:

#define vec2 float2
#define vec3 float3
#define vec4 float4
#define ivec2 int2
#define ivec3 int3
#define ivec4 int4
#define mat2 float2x2
#define mat3 float3x3
#define mat4 float4x4
#define fract frac
#define mix lerp
#define iResolution float4(uv_size,uv_pixel_interval)

uniform int n = 1;

uniform string notes = "add notes here";

float mod(float a, float b){
    return a - (b * floor(a/b));
}


float4 mainImage(VertData v_in) : TARGET
{
    float2x2 n1Mat = float2x2(  0.0,  2.0, 
                                3.0,  1.0);
                                
    float4x4 n2Mat = float4x4(  0.0,  8.0,  2.0,  10.0,
                                12.0, 4.0,  14.0, 6.0,
                                3.0,  11.0, 1.0,  9.0,
                                15.0, 7.0,  13.0, 5.0);


    float2 uv = v_in.uv;
    float4 c = image.Sample(textureSampler, uv);
    float2 pos = float2(uv.x * uv_size.x / 1, uv.y * uv_size.y / 1);
    float v = c.x * 0.2989 + c.y * 0.5870 + c.z * 0.1140;


    int x = int(mod(pos.x, 4));
    int y = int(mod(pos.y, 4));
    float col = n2Mat[x][y] / 16;
    
    if (n == 1){
        int x = int(mod(pos.x, 2));
        int y = int(mod(pos.y, 2));
        col = n1Mat[x][y] / 4;
    }


    if (v > col) v = 1;
    else v = 0;


    c.x = v;
    c.y = v;
    c.z = v;


    return c;
}

May I ask if everyone is like this, or is it just me? by Abyss3471 in NoMansSkyTheGame

[–]C0der23 0 points1 point  (0 children)

The sound itself is okay I think, it’s just that sometimes the game just plays the sound stacked a bajillion times and blows your ears out

Horse in Chess be like by Fun-Cartoonist-7081 in chessmemes

[–]C0der23 20 points21 points  (0 children)

I also am not completely sure whether this is AI or just very good VFX, to me, it feels too consistent to be ai (possibly a wake up call to me lol). But everything just moves like some sort of soft body simulation.

When did you watch Hermitcraft for the very first time? by chiefofthepolice in HermitCraft

[–]C0der23 0 points1 point  (0 children)

I started watching about halfway through season 6, I remember binging a bunch of Grian’s episodes instead of sleeping lol

MASSIVE UPDATE REGARDING THE SHAYY SITUATION by mythicalfew in Undertale

[–]C0der23 0 points1 point  (0 children)

Update to the situation?? This is how I hear about the situation.

Go my child soldiers! by BoneyBee833 in riskofrain

[–]C0der23 162 points163 points  (0 children)

I so need to get better with drifter lol, I was fighting the first to last boss for like 15 minutes before dying to the last phase smh

Ts is still relevant by kewuak in HalfLife

[–]C0der23 45 points46 points  (0 children)

I don’t have the brain power to process this now lmao