Creator of Rufus outlines the problems with Microsoft's UWP

This page summarizes the projects mentioned and recommended in the original post on /r/programming

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Rufus

    The Reliable USB Formatting Utility

  • (The ISO mode approach causes a lot of problems for modern Linux distros, because they nearly all ship hybrid images that natively work fine on USB, and Rufus breaks them. There are warnings about this on several distro wikis. Unfortunately, Rufus recommends using ISO mode even when it detects a hybrid image, and the developer insists that this is the distros' problem.)

  • winsafe

    Windows API and GUI in safe, idiomatic Rust.

  • Well, I'm working on a Rust API that's somewhat the thing you described.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • sciter

    Sciter: the Embeddable HTML/CSS/JS engine for modern UI development

  • But that screenshot is of one of my Sciter demos, so, yes - it is doable in principle without UWP (Sciter is not using UWP).

  • winlamb

    A lightweight modern C++11 library for Win32 API, using lambdas to handle Windows messages.

  • There's a low level wrapper, and on top of the wrapper there's a new API to use native controls and create custom windows (the gui module). It was based on WinLamb, which is a C++ lib.

  • tdesktop

    Telegram Desktop messaging app

  • rust

    Empowering everyone to build reliable and efficient software.

  • Const initialization and TLS model are problems the rust developers know need fixing . You can get the same codegen as C with nightly rust.

  • Flutter

    Flutter makes it easy and fast to build beautiful apps for mobile and beyond

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • azure-cli

    Azure Command-Line Interface

  • I always feel like Azure gives you like 95% of a solution to your problem, but is always missing a critical feature or usability nicety you'd really like. For example, I've been working with Azure Key Vault. I'd like to list what's in my Key Vault. Great, I thought, I'll use az keyvault certificate list. Turns out that only returns the first 25 results AND there's no way to list more without using the API directly... I had to write my own tool to solve that and a couple other usability issues.

  • kvcrutch

    Discontinued Easily and Safely work with TLS Certs in Azure Key Vault

  • I always feel like Azure gives you like 95% of a solution to your problem, but is always missing a critical feature or usability nicety you'd really like. For example, I've been working with Azure Key Vault. I'd like to list what's in my Key Vault. Great, I thought, I'll use az keyvault certificate list. Turns out that only returns the first 25 results AND there's no way to list more without using the API directly... I had to write my own tool to solve that and a couple other usability issues.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts