Extreme Pi Overclocking With Mineral Oil

Liquid cooling is a popular way to get a bit of extra performance out of your computer. Usually this is done in desktops, where a special heat sink with copper tubing is glued to the CPU, and the copper tubes are plumbed to a radiator. If you want dive deeper into the world of liquid cooling, you can alternatively submerge your entire computer in a bath of mineral oil like [Timm] has done.

The computer in question here is a Raspberry Pi, and it’s being housed in a purpose-built laser cut acrylic case full of mineral oil. As a SoC, …read more

Continue reading Extreme Pi Overclocking With Mineral Oil

When developing a web application why should I enable case sensitivity for routes and strict routing mode?

Example for enabling case sensitivity will be for example “/show” route is not the same as “/Show”. What are the best security best practice will be here?

I was also wondering if I should enable strict routing mode. Meaning… Continue reading When developing a web application why should I enable case sensitivity for routes and strict routing mode?