• 0 Posts
  • 34 Comments
Joined 2 years ago
cake
Cake day: June 29th, 2024

help-circle



  • but overall it’s not that hard, comparatively.

    Oh really? So how do you prove no AI has been used? In the case you describe, there was at least some evidence that AI was used in form of the author’s posts, but I regularly see people accusing things as AI generated based on vibes (see e.g. the comic author from the OOP. Publishing Krita time lapses and source files seems not to be enough evidence for some people)





  • crater2150@feddit.orgtome_irl@lemmy.worldme_irl
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    Also, the trilogy is set 30 years after Babylon’s Ashes, so even if I’d have liked the TV show to continue after book 6, it finished in a way that doesn’t leave any major cliffhangers.

    I’m still hoping they’ll simply continue the show 30 years after the last season, so that all actors have the right age. Although

    Spoiler for book 7

    Duarte hasn’t aged because of protomolecule treatment, so that one would still need another actor or a lot of makeup



  • I was in the same camp when I had to use Python on the job, but when Scala introduced (optional) significant whitespace, I actually grew to like it a lot. I think the important difference to Python is, that with a good type system and compile time checks a whitespace error is basically always a compile time error in Scala. That’s also for me it’s worse in a configuration language (unless you have a schema file for validation, which is rarely the case sadly)







  • I switched to zsh at a time where completion for commands parameters except file paths in bash wasn’t really a thing, you could add some with a script, but they didn’t work well. I’m sure the situation has improved by now, but someone told me recently, there are still no descriptions for the completions. I find it very helpful and it saves me opening a man page a lot of times. For example, typing grep -<Tab> gives me this: 8167

    And now I’m so used to many little features (mostly around the syntax) that wouldn’t be a reason to switch on their own, that I find bash cumbersome to use.



  • I’m not sure if supports encryption though, which is probably where a dedicated server would be useful.

    Well, ideally you encrypt your data before transferring, so the provider never sees your data. I’m using a storagebox to backup btrfs incremental snapshots (using btrbk) and just AES encrypt them locally before sending them over, so I don’t care if the storagebox itself is encrypted.



  • I used fzf before atuin, and it works pretty similar, but atuin has a few additional features, as it tracks more information than the normal shell history. For example, you can also search only for commands that you executed in the current directory (great for stuff that is project specific). Or, if you use the history syncing feature, you can toggle search for commands you executed on either any or only the current machine.