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 09 Sep 2026 8 min read

Why Your Screen Can Stay On While Video Is Playing

Set a phone or laptop to turn its screen off after a few minutes, then start a video. The display may stay on for the entire program even though you never touch the device. At other times, the same screen-timeout setting works exactly as expected. The difference is that a screen timeout is usually an idle rule, not an unconditional countdown. A device can treat active video playback as a reason to keep the display awake. Understanding that distinction makes screen-timeout behavior much less mysterious and helps when a screen turns off too soon—or refuses to turn off when you expect it to.

Tech 09 Sep 2026 7 min read

Why Your Laptop Fan Can Keep Running After You Close Apps

You finish a video call, close your browser and other visible apps, yet your laptop fan keeps spinning. It can seem as though the computer is working hard for no reason. The key is that the fan does not respond directly to how many windows are open. It responds to the laptop’s need for cooling. Heat already inside the machine can take time to leave, and software can continue doing work even when no application window is visible.

Tech 09 Sep 2026 8 min read

Why Your Computer Can Open the Same File in Different Apps

Double-click a photo, document, or audio file and your computer usually opens it in one particular app. Install another suitable app, however, and the same file may now have several programs that can open it. You can often choose one app for a single occasion or make it the new default. This can be confusing because the file and the app seem tightly connected. In reality, they are separate. The file contains data in a particular format, while the operating system keeps rules about which installed app should normally handle that kind of file.

Tech 09 Sep 2026 7 min read

Why Wired Headphones Can Work While the Microphone Does Not

You plug a wired headset into a phone, laptop, controller, or adapter. Music plays normally through both earpieces, but a call or recording app still uses the device’s built-in microphone—or records no useful sound at all. That combination can seem contradictory. If the headphones work, surely the cable and plug must be connected correctly. The missing piece is that headphone audio and microphone audio travel through separate electrical connections. A connection can support the speakers without supporting the microphone, and a partial compatibility problem can affect one function while leaving the other apparently normal.

Tech 09 Sep 2026 9 min read

Why SSDs Can Slow Down When They Are Nearly Full

A solid-state drive can still have free space and yet become less consistent at writing data as it fills up. You might notice a large file transfer slowing down, an installation taking longer than expected, or a heavily used computer feeling less responsive when storage is almost exhausted. The reason is not simply that an SSD has to “search harder” for empty space. Flash storage has rules about how data can be written and erased. When plenty of unused space is available, the drive has more flexibility to work within those rules. When little space remains, that work can become more complicated.

Tech 09 Sep 2026 8 min read

Why Phone Notifications Can Arrive Late

A message can reach your phone instantly one moment and appear several minutes late the next. Sometimes several notifications arrive together as soon as you wake the screen or open an app. It is tempting to blame the notification setting itself, but a notification is the end of a longer delivery path. The service has to detect new information, send it toward your phone, the phone has to receive it, and software has to decide how to present it.

02 / Topics

Find your next rabbit hole

View all topics

03 / Tools

Small tools, useful moments

See all tools