• 0 Posts
  • 42 Comments
Joined 11 months ago
cake
Cake day: October 5th, 2023

help-circle



  • Honestly, it’s not as important. These projects are working with very limited resources, typically dependent on free labour. Accessibility is incredibly hard to get right and half arsing it isn’t going to work. The priority should be pushing out a reliable, working prototype that people want to use. Once that’s accomplished you can refocus on expanding the features.

    Demand for reliable multi monitor support is going to be far higher than screen reading capabilities.








  • How regularly do you really need them? Surely by the time you come to reinstall an OS there’s already a later version available, doesn’t it just make sense to create a fresh USB each time?

    For example about a month ago I installed Project Bluefin on a couple of devices so that USB is lying around somewhere. But in the meantime the maintainers have rotated the update signing keys so that month old installer is now redundant.



  • Isn’t it just far easier to transfer documents using one of the thousands of cloud apps though? Since Dropbox and such became a thing I’ve not had a use for USBs. If it’s privacy that concerns you then you already mentioned self hosted services and I’m sure there’s a few Dropbox clones among them.

    There’s not much point in survival PDFs unless you’re also carrying a laptop to view them on.

    If you really do want to go full apocalypse prepper then track down an archive of Wikipedia and various how-to websites.



  • I used Ubuntu for a long while, then Debian for a new PC because the video card or display just wasn’t working on Ubuntu.

    Couple of weeks ago I finally tried this distro hopping thing people have been on about. I’d stuck with Ubuntu for so long due to an apparently misguided belief that it was stable.

    I’m now using Project Bluefin from Universal Blue, a derivative of Fedora Silverblue and I’m blown away by how good it is. It uses Gnome and the maintainer has packaged a few tweaks to keep it similar in user experience to Ubuntu, along with a fantastic array of great software I never knew existed.

    I’d highly recommend it to anyone historically loyal to Debian or Ubuntu.

    For gaming you can easily install Bazzite as a container to access Steam. I can’t say I fully follow the tech stack that makes it work, but it just does. Whereas my boilerplate Steam install on Debian was completely botched.

    Universal Blue really is the future…






  • Rogue@feddit.uktoProgramming@programming.dev...
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    4 months ago

    Blazor WebAssembly ticks the boxes that @treechicken@lemmy.world described.

    I have this dream of a single WASM runtime environment across web, desktop, mobile with devs writing apps once, compiling them down to WASM, distributing them over the Internet, and users running them on any platform they like.

    You write the app once and it can be compiled to WebAssembly that works across web, desktop, and mobile.

    In reality to take full advantage of Blazor you’re probably going to use Blazor Server/hybrid for desktop and mobile but the principle is the same, you’ve only written your app once but it works in every environment.