• 2 Posts
  • 28 Comments
Joined 3 years ago
cake
Cake day: May 24th, 2021

help-circle




  • I hear you. It does make the software easier to use, but I also wish there was more control over when it was actually running. I usually just shut down the background process entirely until I want it running again, but it’s a manual process.

    I’ve been wondering if something like Tasker would help but I’ve never looked into it.







  • Finally some positivity around async Rust!

    I write a lot of embedded C for a living, and can’t wait for the ecosystem to get better so I can switch to Rust. Threading always starts simple. All I need is to spawn a thread and wait for a message on a queue. Then requirements change and I’m waiting on multiple messages from multiple other threads and suddenly I’m writing yet another state machine that async Rust would write for me.

    I also wish I had “coloured” functions in my embedded code. Often times it’s not even documented if a function blocks or not, and sometimes the behaviour changes depending on compile time configuration (blocking, or interrupt driven, or DMA, etc.).

    Async Rust certainly has it’s complexity too, but at least to my brain it would make a lot of my code much simpler.

    I need to find some time to really dig into Embassy one of these days.




  • I don’t use Flatpak much, but I rarely see issues. Sometimes I see minor things like themes not quite being right, but its never been bad enough for me to spend the time to fix it.

    I suppose another downside is the need to have the base runtime packages, so it could take more disk space if each app uses a different one. In practice apps will share runtimes though.


  • I’ve never heard of Skiff, but it’s sad to see more software gobbled up by VCs. Though it sounds like the back end was never OSS to begin with?

    I used to be so excited about a future where people were software literate where we would be building open systems and make a decent living. Instead, people have been force fed locked down systems in the name of “user experience”, all so that a few people can make an absolute killing while the rest of us feed off the scraps (even if the scraps of the software industry are still pretty good). It just makes me sad.

    I am extremely appreciative of folks who do make honest open source software though! Many of them do make a decent living too. It’s hard not to lose hope when reading stuff like this, but then I remember that I’m typing this comment using Firefox on KDE Plasma running on a Linux kernel, right next to an Emacs session. Sticking to good open source software is a wonderful thing!






  • I have to use Windows at work, and I’ve found that just about everything I use on Windows has an equal or better equivalent on Linux. I find most of the time on my work computer I miss having Linux.

    Except for music management… MusicBee is really great and apparently it doesn’t work too well with wine. There are a few applications that do manage a library but I’ve found they all fall a bit short when compared to MusicBee. I’ve taken to just and old time approach of managing music with the filesystem. I also use Audacious for a touch of nostalgia since it works with Winamp 2.x skins :)