Urgent.News

What's breaking now, across thousands of outlets.

Tech

I Built InfoHUD Pro – Floating Desktop HUDs for Windows

I recently released InfoHUD Pro, a Windows utility designed to keep important information visible while you work. It lets you create floating desktop HUDs for: Text · Excel · Word · Charts · Images · Screenshots · Web Pages · PDFs You can open multiple HUDs at the same time, keep them always on top, move and resize them, lock their positions, or hide/show everything with one click. It’s…

We haven't written up this one. Dev.to has the full story — the link below goes straight to it.

Read the original at dev.to →

More in Tech

Writing a real PNG compressor in vanilla JavaScript (no WASM, no libraries)

Every online image converter I tried had the same shape: drag your file in, it uploads to a server somewhere, you get a download link back. That's fine for a meme.

  • Vanilla JavaScript PNG compressor created without WASM or libraries
  • canvas.toBlob() method can silently generate incorrect PNG files
  • Manual compression required to achieve significant file size reduction

More from Thursday 17 September →