Moin

  • 6 Posts
  • 77 Comments
Joined 2 years ago
cake
Cake day: March 11th, 2024

help-circle











  • BlueKey@fedia.iotoich_iel@feddit.orgich_iel
    link
    fedilink
    arrow-up
    6
    ·
    2 months ago

    Backups…ja auf was denn

    Schau dir mal Snapshots (z.B. auf btrfs) an. Damit kann man den Zustand zurückspielen, solang man wenigstens in ne Konsole kommt (andernfalls halt per Livestick; Grub in Snapshots nicht inbegriffen).





  • I wouldn’t say “correct” as this implies all alternatives should be discarded. As we have the commo, decentralized protocol everyone can use the software which fits their needs / subjective preferences.

    For example Misskey / Sarkey are intersting alternatives to Mastodon as they offer neat features. And Piefed is currently gaining a lot of users (also from Lemmy).






  • I tried TDD in a personal project recently and it got annoying pretty fast. It was also a project where I tried a new Framework so writing test when one doesn’t know how things behave exactly results in adjusting the tests afterwards anyway.
    Thinkimg how I want to designe my API upfront while discovering the details as I go served me well in the past (still in context of personal projects).

    It also doesn’t help when my tests have more bugs than the tested code…