Note di Matteo


#windows

Non uso più Windows ma notevole il nuovo Win+R di Windows 11:

Faster than before: Perf was top-of-mind when rewriting Run, and with a 94ms median time-to-show time it’s faster than ever before (more on how we got there below)!

  • The existing dialog median time-to-show is 103ms
  • The browse button has very low usage. 0.0038% of users have clicked that button with a sample of 35 million.
  • Validated users do use the dialog to paste text from the clipboard, then copy it again without running anything to scrub text formatting.

#485 /
1 maggio 2026
/
20:50
/ #windows

Windows Native App Development Is a Mess. Riassuntone dello stato attuale dello sviluppo nativo su Windows, ora culminato nell'SDK Windows App che permette di usare le API moderne anche con applicazioni tradizionali Windows Forms/WPF, oppure in WinUI 3, il successore di WinRT/UWP. L'SDK e WinUI 3 non sembrano però in ottimo stato e per molte cose bisogna ricorrere alle system call Win32.

Notably, l'autore dell'articolo è Domenic Denicola, che è stato ingegnere del team Google Chrome per 11 anni ma che ora si già ritirato dal lavoro (retribuito), a circa 40 anni da quel che si intuisce.

#399 /
23 marzo 2026
/
11:48
/ #windows