bizdelnick
@bizdelnick@lemmy.ml
- Comment on How can i teach myself to contribute to these projects? 1 week ago:
It depends on the project. Often there’s a “Contributing” page on its website or a file named
CONTRIBUTING.mdor similar in the source tree. Start from reading it. Sometimes information there is aimed at experienced developers, but sometimes it is very friendly for beginners. - Comment on SMART data on some old drives, can anyone beat my powered-on times? 3 weeks ago:
$ sudo smartctl -A /dev/sda -f brief | grep -i power_on 9 Power_On_Hours -O--CK 001 001 000 - 120198 $
- Comment on Which git plateform to choose? 5 weeks ago:
If you don’t need issue tracker, wki, CI etc., cgit will be enough. If choose from gitlab, gitea and forgejo, use forgejo.
- Comment on What's your contingency plan for the apocalypse? 2 months ago:
My plan is to load up on canned stew and buckwheat.
- Comment on Email ownership, I give up. 2 months ago:
I promise, maintenance it basically zero after a proper setup.
Well, it was close to zero for me until the last year dovecot update (2.3→2.4) that has broken old configs. I’ve spent a lot of time fixing them.
- Comment on Email ownership, I give up. 2 months ago:
If it was painful for you, this does not mean nobody should even try. FMPOV my mailbox contains too much personal information to host in in the cloud.
- Comment on Email ownership, I give up. 2 months ago:
I’d try Maddy if I were going to setup my personal email server now. But I already have postfix/dovecot/all-that-shit up and running.