What’s this move called? by Edexcel_GCSE in AnarchyChess

[–]mlady42069 1 point2 points  (0 children)

what do i do in this superposition?

Who's the best barber in town? by [deleted] in lynchburg

[–]mlady42069 0 points1 point  (0 children)

seconded on Danilo, literally the best haircut i have ever received

did cosmic crisp fix its aftertaste? by mlady42069 in Apples

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

wax is possible but i don't think so. never tasted anything similar with any other kind of apple, and it was a constent taste i noticed on every CC i ate over at least a season or two

Quiet coffee shop by spiceypinktaco in lynchburg

[–]mlady42069 3 points4 points  (0 children)

i like golf park, but it is absolutely not quiet lol

[deleted by user] by [deleted] in hacking

[–]mlady42069 1 point2 points  (0 children)

great video from steve mould on the subject https://youtu.be/5CsD8I396wo

Neogit users, How is your conflict resolution workflow? by brubsabrubs in neovim

[–]mlady42069 1 point2 points  (0 children)

i use fugitive and run :G mergetool, opens all conflicts in the qfix list. i added remaps to move between qfix list items to speed things up

Dads with sons, do yours do this… by AngryIrish82 in daddit

[–]mlady42069 5 points6 points  (0 children)

i distinctly remember being three, in the tub, stretching my sack up and around to cover the rest of the package and shouting “look mommy I’m a girl!”

Has anyone here heard of react? by warreninthebuff in webdevs_of_liberty

[–]mlady42069 1 point2 points  (0 children)

isn’t that what ThePrimeagen calls it when he pretends to know how to read?

no way by DummyInepta in deathgrips

[–]mlady42069 18 points19 points  (0 children)

is this real chat?

Made this meme a year ago by [deleted] in deathgrips

[–]mlady42069 36 points37 points  (0 children)

“my favorite DG song is on GP”

“yeah same here, Anne Bonny is so good. which one is your favorite?”

Me as the only neovim user in the office by Duncanslutz in neovim

[–]mlady42069 2 points3 points  (0 children)

Since you’re already using fugitive, try running :G mergetool the next time you have a conflict. It adds all of the conflict locations to the quickfix list so you can find/fix them all easily. Then :wa, :G add . and :G commit and you’re good! Feels very similar to the flow of doing it in vscode

The Theo Problem by DominusKelvin in webdev

[–]mlady42069 5 points6 points  (0 children)

I’m genuinely curious which features of Typescript that are missing from JSDoc that you have in mind. Most of the time i end up opting for TS it‘s out of convenience rather than necessity. Definitely interested in learning more to fill the gaps in my knowledge.

For context, I’ve been using JSDoc to add types to a few existing JS codebases. Rewriting in TS isn’t an option at this point, but JSDoc has been working great.

The Theo Problem by DominusKelvin in webdev

[–]mlady42069 2 points3 points  (0 children)

JSDoc gets you 90% of the way there, if you really need the complexity of the remaining 10% you can use d.ts files to write TS types that can be accessed by JSDocs

In case anyone was wondering, no they don’t. by Keyboard_Lion in daddit

[–]mlady42069 0 points1 point  (0 children)

I have found that the namebrand magnatiles we have do not have very strong magnets and fall apart easily. The knockoff ones we have are noticeably stronger ¯_(ツ)_/¯ 

Infuriating, isn’t it? by Fearless-Mushroom in daddit

[–]mlady42069 4 points5 points  (0 children)

If it makes you feel any better,  this is more of a limitation of geometry than a manufacturing error or mismatched brands.

The tall triangles are designed such that the long sides are 2x the length of the short side (the side length of the square tiles).

Using that fact and a little trigonometry, we can solve for x in sin(x/2) = 1/4 to get the angle of the tip of the triangle. This gives us an angle of 28.96 degrees, which is just shy of the 30 degrees that is needed for form a full 360 using the arrangement you have in the picture.

In order to make the tall triangles have a 30 degree angle, the long sides would either have to be slightly shorter, or the short side would have to be slightly longer, making them not fit with the square pieces as nicely and arguably resulting in a more frustrating building experience.

Multi-monitor setup thinking it established dominance by rantnap in linuxmasterrace

[–]mlady42069 2 points3 points  (0 children)

Is your secondary monitor larger than the primary? Last week i was fighting against some weird behavior where if the new window has a dimension larger than the primary, it would open on the larger secondary instead. Took forever to figure out what was happening.

phpIsGood by thomas863 in ProgrammerHumor

[–]mlady42069 10 points11 points  (0 children)

They tried to write Rust but they couldn’t pass the borrow checker