u/working_unicorn

▲ 3 r/nextjs

Why is Nextjs caching so aggressive in dev mode?

I am trying to send a request to my backend but it never arrives, and it just keeps returning the exact same error as before.

This is obviously a caching thing, but when you are iteratively developing you need a tight feedback loop to see if changes are actually working. So every time I hit this caching issue I have to restart the dev server, sometimes delete the .next folder, and sometimes delete node modules.

Why on earth is aggressive caching turned on by default in a dev mode? It completely ruins productivity and makes debugging a nightmare.

reddit.com
u/working_unicorn — 1 day ago

What’s a time your unrelated interests gave you a major advantage?

Have you ever had a moment where being well versed in completely uncorrelated areas gave you a leg up? I mean pulling a concept from one random field and applying it to another in a way that was totally counterintuitive to everyone else, but worked.

reddit.com
u/working_unicorn — 2 days ago

I only understand physics when I build something. What is the best project to forever embed physics in my mind

If you had to recommend one practical thing to build or do that will make foundational physics concepts undeniably clear, what would it be? Can be a physical build, a coding project

reddit.com
u/working_unicorn — 2 days ago

Is the fourier transform in any way connected to integration?

I've been thinking since the Fourier transform is adding an infinite number of sine waves to approximate any signal, and integration is analogous because it adds up infinitely many infinitely thin rectangles to approximate the area under a curve, are they related?

reddit.com
u/working_unicorn — 4 days ago