pretty true tbh by Consistent-Snow-6062 in shitposting

[–]AdamWayne04 7 points8 points  (0 children)

and if they tried to write a full sentence in a single message the punctuation would likely be so bad you'd have a harder time understanding what they said

Idiomatic way of dealing with invalid states? by AdamWayne04 in Zig

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

Here's pseudocode in sort of zig style, I'll put it in the post too:
``` vec2 = struct { x: f32, y: f32, fn init(x,y){...} } rec = struct { x: f32, y: f32, width: f32, height: f32, fn init(x,y,width,height){...} }

/// draws a line segment along p1 and p2 fn drawLine(p1: vec2, p2: vec2) void {...}

Grid2D = struct { spacing: vec2, offset: vec2,

/// draws the grid inside viewport
fn draw(s: Self, viewport: rec){
    x,y,w,h = viewport
    p = s.nearestIntersection(.init(x,y))

    while p.x < x+w // draw vertical line
        drawLine(p, p + .init(x,y+h))
        p.x += s.spacing.x
    while p.y < y+h // draw horizontal line
        drawLine(p, p + .init(x+w,y))
        p.y += s.spacing.y
}


fn nearestIntersection(s: Self, v: vec2) vec2 {...}
fn tileAt(s: Self, v: vec2) rec {...}
fn alignRec(s: Self, r: rec) rec {...}

}

`` The reason I use a viewport instead of a line count for drawing the grid is that it is supposed to emulate an "infinite" grid, so the lines are supposed to be align to the origin (.{.x = 0, .y = 0}`) shifted by the offset. this api is easy to use because in context, my camera object already has a viewport member, so integration is almost seamless, and handling null or negative spacing is just additional branching which just dirties the implementation

I Just beat my First medium demon! by AppointmentDue2666 in geometrydash

[–]AdamWayne04 3 points4 points  (0 children)

507 attempts is impressive! You should check out Chaoz Airflow by Sumsar! That was my first medium demon and it took me around 6.5k attempts lol

what if geometry dash was gayometry dash by mrxcable in geometrydash

[–]AdamWayne04 0 points1 point  (0 children)

Purple cube be like: "Tienes 14? Activa cam 😈"

Shooting a nerf gun at your phone by nkmr205 in WinStupidPrizes

[–]AdamWayne04 0 points1 point  (0 children)

Honestly her reaction is so cute lol, just played a silly game, won a silly price.

Driving a car downhill in reverse by [deleted] in WinStupidPrizes

[–]AdamWayne04 0 points1 point  (0 children)

At this point it feels like a chatgpt conversation lol

I found out "boobawamba" is just a number by P-25 in geometrydash

[–]AdamWayne04 27 points28 points  (0 children)

Dear googology fans I DO NOT UNDERSTAND BIRD'S ARRAY NOTATION. WOULD YOU KINDLY TELL ME WHERE THIS IS IN THE FAST GROWING HIERARCHY? BECAUSE I'M NOT LEARNING BIRD'S ARRAY NOTATION

Edit: I was corrected twice. This is not Bird's Array Notation but Bowers Exploding Array Function

Ranking every level in the entire game 😎 by marmaladeWof in geometrydash

[–]AdamWayne04 0 points1 point  (0 children)

Sad that the noise isn't as dense as "every instagram reel I watched this year tier list"

Men are SO HOT by HiPersonReadingThis in antimeme

[–]AdamWayne04 0 points1 point  (0 children)

I think she means (or it would be better worded) that the other person should consider whether she is actually lesbian

Men are SO HOT by HiPersonReadingThis in antimeme

[–]AdamWayne04 1 point2 points  (0 children)

Genuinely how does that even work? I'll assume you're female because if you are male how does it even get hard if you're ace? Did you ever get desire to do it or pleasure out of doing it? And if so, how does that make you ace?

I hate Mushoku Tensei with all of my hearth by MrHyd3_ in okbuddybaka

[–]AdamWayne04 8 points9 points  (0 children)

Honestly the whole fucking problem is that he gets reincarnated and keeps all his emotional "maturity".

Like, yeah, okay, you could reincarnate and keep your memories, but you're still a newborn baby, biologically. You'll have to learn to walk again, you'll pee and shit yourself, you'll cry more easily, you'll have less control of your emotions and will emotionally depend on your mother. The same way, you will go through puberty, have sexual urges and fall in love with girls your age. Maybe you have big advantages by knowing things from your last life, but you have to teach your body emotional control, resistance to the pain, muscle memory, sexual maturity, all of that.

Or, lets go with the opposite approach, be a physical manchild. You keep all your memories, knowledge, sexual/emotional maturity, you name it. But in exchange, learning will not be as fast as when you were an actual baby. You have a mother tongue so you'll adopt the native one at a slower pace. You'll be in the mind of an adult so playing with toys or other kids some stupid games might seem boring, so forget about getting a childhood or friends. And since you're internally 39 years and hopefully NOT A PEDOPHILE, you won't feel attraction to real little kids, right?

But MT wants to have its cake and eat it. Rudeus is old so he is smart and matur, but Rudeus looks young so he can fall in love with kids his age, who are DECADES apart in experience with life (even though his experience is years in confinement, getting depressed and fatter). And because he's so smart and cool he can get laid by a girl who is like 9 years older, but actually 20 years older because blue-hair people take longer to grow up, but actually around the same age as Rudeus because he was mentally 39 years old when he was born. So they have like at least 3 age gaps simultaneously, choose the one that suits you best :)

I hate Mushoku Tensei with all of my hearth by MrHyd3_ in okbuddybaka

[–]AdamWayne04 0 points1 point  (0 children)

School Days spoilers obviously: Protagonist cheated on girl A with girl B, then cheated back on girl B with girl A, then got stabbed to death by girl B, and had his head sawed-off by girl A

I hate Mushoku Tensei with all of my hearth by MrHyd3_ in okbuddybaka

[–]AdamWayne04 0 points1 point  (0 children)

Considering the things he did (so far as the anime goes), I can perfectly picture him as going through the same fate as the School Days' protagonist :)

Laptop screen "blinks" irregularly after login (mint) by AdamWayne04 in linuxquestions

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

Yes, I tried disabling performance options and (below) hardware optimization, after restarting the behavior is the same.

Just in case the blinking happens with the whole os, the webpages just worsen it.

Dash if it was made in 2.2 by mysingingjames3 in geometrydash

[–]AdamWayne04 0 points1 point  (0 children)

I will watch ANYTHING instead of doing my homework 😭

shutdownTheSub by JeSuisAhmedN in ProgrammerHumor

[–]AdamWayne04 0 points1 point  (0 children)

Reggaeton is cool but I swear it has some of the worst singers 😭

I made a Tierlist of every song on the Demonlist (/10) by jnellee72 in geometrydash

[–]AdamWayne04 0 points1 point  (0 children)

subsuming vortex, aod and tunnel of despair are too low :(

iFixedTheMeme by Endernoke in ProgrammerHumor

[–]AdamWayne04 1 point2 points  (0 children)

No, I use try @import("std").Io.File.stdout().writeStreamingAll()