• 0 Posts
  • 4 Comments
Joined 1 year ago
cake
Cake day: July 10th, 2023

help-circle
  • dneaves@lemmy.worldtoProton @lemmy.worldProtonVPN on Steam Deck
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    2 months ago

    There is some way to get things going on startup on Steamdeck, even in Steam-mode (Big Picture mode? Not-desktop mode?). I had to do it for Syncthing, I just don’t remember exactly what I did. I probably made a service file if I had to take a guess, but I think an “@reboot” cron job might work too




  • Elm

    In short, it’s ruined my expectations of languages. It’s a functional language, like the style of Haskell, and transpiles to html or js (its meant for web). There’s very little that it allows for going wrong, and for things that could fail, it either tells you to port that out to JS and bring it back when you’re done, or you have to handle a Result type or Maybe type.

    It sounds strict, yes, but not having to deal with issues later is so nice.