Spyke

Replies

memes

Comment on

exam

Reply in thread

The top shows Newton’s formula for calculating gravitational force between two bodies. The bottom shows Coulomb’s law for calculating the force between 2 electrically charged particles. The joke is that the Coulomb just copied the formulas from Newton’s that was published nearly a century earlier.

memes

Comment on

It’s morally correct

Reply in thread

Lemmy has gone from having no viable apps a few weeks ago to having several under active development that are getting better every day. It’s actually impressive. I’ve spent so little time on Reddit today.

My only wish is that Apollo comes back as a Lemmy client in the near future.

memes

Comment on

Brace Yourselves

Apollo refugee checking in, currently trying out WefWef.app. I’ve also been trying out Memmy over the past couple of weeks. Not sure which one I’ll end up sticking with yet.

Comment on

Hands on with the Node.js test runner

What was even the point of introducing the legacy assertion module? We've known for decades that using == is not a good idea. They should have just killed it while the thing is experimental, instead of letting it get into the stable module.

The extra effort required to explicitly import the strict assertion module, instead of getting it by default, is going to lead to lazy developers inadvertently getting the legacy mode, that shouldn't exist for a new assertion module.