• 0 Posts
  • 56 Comments
Joined 1 year ago
cake
Cake day: June 3rd, 2023

help-circle
  • The ability to pick a cloud-storage provider to use for automatic 3rd-party game sync. It sucks that I can’t play a non-steam game on my deck and then resume on my desktop or vice versa.

    Admittedly it’s a bit of manual tech fiddling involved, but you can accomplish this by using network shares and some careful scripting. For example, I’ve got both my desktop and steamdeck with a launch script configured in Lutris on both. The script symlinks a network share path to the appropriate save game location for each game before running the game. Granted you have to figure out where each game wants it’s save to be stored, but that’s not too difficult once you get used to it.

    Fiddly and nerdy for sure, and not for the non technical, but it’s pretty nice, I’ve found! Would be even better if there was some more automated solution though.






  • Luke@lemmy.mltoAsklemmy@lemmy.mlSimple FOSS GUI for Python
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 month ago

    I’ve historically used PySide (the free-license version of Qt) but for simple stuff like you’re looking for, you might get some mileage out of the Toga GUI toolkit. It’s relatively new, but promising.

    I’ve actually been pretty impressed with the whole suite of BeeWare stuff in my informal testing so far; it’s a nice little bundle of tools. (Specifically I’m interested most in their distribution approach; building Python apps for distribution is a giant fucking pain, but this group seems to have improved the experience significantly.)






  • I see what you mean, I could have phrased it differently. What I meant is that the interface is no longer designed to serve the user (even though the user is using it). The purpose of the interface of a lot of things has shifted from being user focused to exist entirely to serve the interests of the VC (venture capital, e.g., investors) behind the product. It is literally an interface for the investors to generate more money, not for the user to accomplish their tasks better.





  • Not who you asked, but I have similar experiences with recurring depression throughout my entire life so far, and I get a big boost in capacity to avoid deep depression for months/years just by using a small amount of psychedelic mushrooms every now and then. Not even enough to lose my grip on reality or anything wild like that, just enough to chill and be contemplative for an evening. Literally sustains me for months/years from one session.

    I’m looking forward to the scientific community doing more studies on the effects of mushrooms, I truly think they are a potentially massive benefit for some neurotypes.



  • It’s not downloadable software, but you might check out WordPress if you haven’t recently, it’s open source and free (though you do need to host it somewhere).

    It used to have kind of a bad reputation for being a horrible hodgepodge of bad editing UI and random plugins that do things in wildly different ways, but the WordPress team has really stepped up their game in the last few years and it’s actually very nice now as long as you stay away from the commercial plugins. There’s almost always an open source plugin available for anything you’d want to do, but the out of box experience is plenty good for most pages you’d be likely to need.

    WordPress has a very nice “block editor” enabled by default these days, which is essentially just their name for a WYSIWYG interface. Use drag and drop to design the pages, and then click a button to see it in a “code editor” that shows the HTML if you’d rather edit that way.

    Anyhow, I know it’s not exactly what you asked for, but I thought I’d mention it since you did say you are open to something web based.




  • As far as I know, Firefox Mobile doesn’t have a bottom toolbar so I’m not really sure what you are referring to there (at least, there’s no bottom toolbar in Firefox on Android where I’m using it), and the notification/battery area is definitely not part of Firefox. It sounds like your phone’s system UI is providing those elements, and it’s likely not really fair to blame problems with the system UI on Firefox.