RandomWits

life is too short for a diary

Most popular




StillColor for macOS: Disable Temporal Dithering

What's a temporal dithering and why it's bad for our eyes?..

Continue reading → Tags : eyes mac






Porn and Sugar

I’ve begun to notice how similar porn and sugar are...

Continue reading → Tags : opinion






Compile Time vs Runtime Safety in Java

When writing Java code, ensuring correctness and reliability is a key concern. One way to achieve this is by leveraging the type system to catch errors early—ideally at compile time rather than at runtime. Let's explore this concept through a simple example...

Continue reading → Tags : java