Urgent.News

What's breaking now, across thousands of outlets.

Tech

I changed one Samsung setting and my phone finally stopped draining overnight

My Galaxy finally sleeps properly now.

I changed one Samsung setting and my phone finally stopped draining overnight

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

This story

This is one outlet's version. Read the fullest account.

Read the original at xda-developers.com →

More in Tech

Can vLLM Run GGUF? Yes — on GPU Only

Originally published at mrsaynothing.dev . Last week a reader asked why their GGUF file 404s inside vLLM on a CPU box while the same file runs fine in Ollama.

  • vLLM supports running GGUF models on GPU only
  • Install vllm-gguf-plugin to serve GGUF model
  • --tokenizer flag required for GGUF model serving

Stop exporting design tokens to JSON for your web apps

A PR review last Thursday morning triggered this thought. A developer had written a 40-line utility function in our main web repository.

  • Excessive JSON use for design tokens causes unnecessary complexity.
  • CSS variables are optimized for reading, cascading, and updating design values.
  • Design System Sync Figma plugin exports tokens directly to CSS variables.

Record One Nested Decision, Then Extract a Single Predicate

A pricing function still folds region rules, bulk surcharges, and coupon stacking into one nested block. A teammate asks an assistant to tidy that module before a tax change lands next week.

  • Nested pricing function consolidates multiple rules into one block of code
  • Colleague suggests refactoring module ahead of tax change
  • Record one nested decision on hot path before extracting single predicate

More from Wednesday 23 September →