Bezier

joined 2 years ago
MODERATOR OF
[–] [email protected] 1 points 8 months ago* (last edited 8 months ago)

Mine was for some quick loan company, with their spectacularly shit terms explained at the end. It was both the first and the last time I've seen these here, so I guess it didn't take off.

[–] [email protected] 11 points 8 months ago (3 children)

people who talk at the end of commercials

I thought these were a joke until I saw a TV ad that actually did it. You'd think it makes the scam hilariously obvious.

[–] [email protected] 1 points 8 months ago

I'm sure a grasp of how it works on high level has some value.

[–] [email protected] 3 points 8 months ago* (last edited 8 months ago) (2 children)

It's worth nothing unless you manually write your commands in machine language!

[–] [email protected] 2 points 8 months ago

Yeah that's pretty dummb

[–] [email protected] 3 points 8 months ago

I'm not sure I'd put it in this category.

[–] [email protected] 17 points 8 months ago (2 children)

Well, since nobody has mentioned office space yet..

[–] [email protected] 10 points 8 months ago (1 children)

I'm sure they spent an unreasonable amount of time getting that ugly font look just right.

[–] [email protected] 6 points 8 months ago

I wonder how much correlation there is between logo blandification and being owned by giant corporations.

[–] [email protected] 7 points 8 months ago

Steam is a game purchase platform and game running environment

You just left out part that it has extensive community features too.

[–] [email protected] 5 points 8 months ago* (last edited 8 months ago)

Impact of if statements depends on how you use them. GPUs are massively parallel and sacrifice complexity to fit more parallel compute. Threads aren't fully independent, so regardless of which branch is taken, the thread usually has to wait for both branches.

Pixels that take the then-branch idle while other ones take the else-branch and vice versa. That's precious GPU time wasted doing nothing. Adding more cases make this exponentially worse because the program has to wait for every case.

Can't say if it's slower than your other expensive job, though. Try it out and measure.

[–] [email protected] 4 points 8 months ago

I don't think that's possible.

view more: ‹ prev next ›