Skip to content

Nalar / independent articles for builders

Think clearly.
Build better.

A place to share practical knowledge and experience in programming and technology, with useful resources for software development, technology innovation, and real-world engineering problems.

About this space 01

Practical writing about software, systems, and the small details that make products feel solid.

01 / Latest

Fresh from the notebook

Tech 11 Sep 2026 9 min read

Why Wi-Fi Gets Slower Farther From the Router

A phone can show that it is still connected to Wi-Fi in a distant room while websites load more slowly, video quality drops, or a download takes much longer than it did beside the router. The connection has not necessarily failed. Wi-Fi can remain connected while becoming less capable of moving data quickly and reliably. The key idea is that Wi-Fi speed depends on more than the internet plan coming into your home. Your device and the Wi-Fi access point first have to exchange radio signals successfully. As those signals become weaker or harder to distinguish from interference, the connection can use more conservative transmission methods and may need to repeat data that did not arrive correctly.

Tech 11 Sep 2026 8 min read

Why Webcams Look Grainy in Low Light

A webcam can look clean and detailed during the day, then become grainy, soft, or strangely smeared in the evening. The camera has not necessarily developed a fault. In many cases, it is trying to make a usable picture from too little light. That matters because a webcam cannot simply make darkness disappear. When less light reaches its image sensor, the useful image signal becomes weaker. The camera can brighten that weak signal electronically, expose each video frame for longer, combine information across frames, or apply heavier noise reduction. Each choice helps in one way and creates a trade-off somewhere else.

Tech 11 Sep 2026 8 min read

Why Keyboard Keys Can Type the Wrong Characters

You press a key marked with one character, but a different character appears on screen. Perhaps @ and " seem to have swapped places, punctuation has moved, or familiar letter keys no longer produce the letters you expect. It can look like a faulty keyboard, but the hardware is often working exactly as intended. The missing piece is the keyboard layout. A keyboard sends information about which key was pressed; software then interprets that key according to the active layout. If the software layout does not match the physical labels on the keyboard, the result on screen can differ from what is printed on the keycap.

Tech 11 Sep 2026 8 min read

Why Higher Refresh Rates Make Screens Feel Smoother

A phone or laptop with a 120 Hz screen can feel noticeably smoother than one running at 60 Hz, even when both displays have the same resolution. Scrolling follows your finger more closely, animations can look more continuous, and moving a pointer or window may feel more immediate. The reason is not that a higher refresh rate adds detail to each image. It changes how often the display can present a new image. That distinction also explains why a 120 Hz screen does not guarantee 120 frames per second, why some videos look unchanged, and why devices sometimes lower their refresh rate to save power.

Tech 11 Sep 2026 7 min read

Why File Size and Space Used on Disk Can Differ

A file manager may show two different numbers for the same file: its size and the space it uses on disk. A folder containing thousands of tiny files can make the difference even more noticeable. The files may add up to one amount while the storage consumed is larger. Those numbers are measuring different things. File size describes how much data belongs to the file. Space used on disk describes how much storage the file system has allocated to hold it. They often end up close, but they don’t have to match.

Tech 11 Sep 2026 8 min read

What USB-C Cable Labels Tell You

Two USB-C cables can look almost identical and behave very differently. One may charge a laptop quickly but transfer files at a modest rate. Another may handle fast storage and an external display. A third may work well for a phone yet fail to provide the capability a dock expects. The connector shape does not define the cable’s complete feature set. USB-C is a connector system that can support several levels of data performance, power delivery, and other functions. The cable is one part of that system.

02 / Topics

Find your next rabbit hole

View all topics

03 / Tools

Small tools, useful moments

See all tools