Urgent.News

What's breaking now, across thousands of outlets.

Tech

IHC Overturns Ruling Against Naval Farms and Sailing Club

The Islamabad High Court (IHC) has overturned a 2022 ruling that declared Pakistan Naval Farms and the Pakistan Navy Sailing … Read More The post IHC Overturns Ruling Against Naval Farms and Sailing Club appeared first on ProPakistani .

IHC Overturns Ruling Against Naval Farms and Sailing Club

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

Read the original at propakistani.pk →

More in Tech

How I Run 114 Posts, 98 Tools and 32 Games on Firebase Blaze for $0 a Month

Firebase's Blaze plan has a reputation problem. People hear "pay as you go", picture the horror stories — the recursive Cloud Function that wrote back into the collection that triggered it, the…

  • Site runs on Firebase Blaze plan with $0 monthly bill
  • Powers 114 blog posts, 98 tools, and 32 games
  • Utilizes Firestore and Cloud Storage for functionality

Hitting an image size ceiling with Rust and WebAssembly

Many image tools expose a quality slider. Forms and government portals usually expose a different requirement: “the file must be under 100 KB.” Those are not the same problem.

  • Implement HEIC converter in browser using Rust compiled to WebAssembly
  • Outputbytes = targetkb 1024 invariant for image size control
  • Separate conversion path from compression for clean implementation

Moving image work into the browser took that bill to zero

For about two months last year I had a habit: check the API usage graph before anything else in the morning. Not because traffic was flattering — because every time that line went up I had to work out…

  • Moved image processing to users' browsers to eliminate API costs
  • Services like background removal, AI upscaling, and PDF processing ran locally
  • Site became free, unmetered, but limited by free service constraints

More from Thursday 3 September →