CannotSleep420

joined 2 years ago
[–] CannotSleep420@lemmygrad.ml 4 points 1 year ago (1 children)

While implying a company is shady because muhchina is stupid, making your tech dependent on your most powerful geopolitical enemy is really dumb.

[–] CannotSleep420@lemmygrad.ml 4 points 1 year ago (1 children)

Realize it was impossible I guess?

[–] CannotSleep420@lemmygrad.ml 5 points 1 year ago (3 children)

It was a trick question.

[–] CannotSleep420@lemmygrad.ml 5 points 1 year ago (5 children)

I once had a professor ask to solve the tower of hanoi using only 2 pegs.

Not to shit on native alpha, but the lemmy web UI will have better PWA support than it currently does once 0.18.0 drops.

[–] CannotSleep420@lemmygrad.ml 15 points 1 year ago (2 children)

Let me guess: exploding heads?

[–] CannotSleep420@lemmygrad.ml 10 points 1 year ago (1 children)

It's websocket fuckery that will be fixed in the 0.18 release.

Did you just type the exclamation point and wait? If so, know that you have to type a few characters before it will start searching.

While not quite what you're talking about, some keyboard shortcuts for the markdown textareas used by posts and comments were merged recently.

[–] CannotSleep420@lemmygrad.ml 7 points 1 year ago (1 children)

You don't reform your way out of capitalism. Any concessions given to the proletariat will be clawed back once the booj don't have to worry about the threat of revolution.

 

Don't you just love American infrastructure?

I’m sure we all have our little gripes with the platform...

That's how I started contributing.

 
 
 

This wasn't made as a joke. This is a real quiz on a security training course my employer requires all developers to do every year.

 

This is an actual meme used in an architecture meeting in the company I work at.

Not only is it a dead meme, they're not even using it correctly.

8
submitted 2 years ago* (last edited 2 years ago) by CannotSleep420@lemmygrad.ml to c/programmerhumor@lemmy.ml
 
class Lol {
    get length() {
        console.log('Lol. LMAO even.');
        return 5;
    }
}

const noLolsAllowed = (notALol: string) => {
    for (let i = 0; i < notALol.length; ++i) {
        console.log('No lols here');
    }
}

noLolsAllowed(new Lol() as unknown as string);
view more: next β€Ί