White-hat hackers arrested for doing their jobeu.desmoinesregister.com2 points·by absc·7 ปีที่แล้ว·0 comments
absc·5 ปีที่แล้ว·discussIf you need to save state across executions, you should write a daemon instead.
absc·7 ปีที่แล้ว·discussI have one OpenBSD VM running on vultr with:- Mail server (OpenSMTPD)- IMAP (Dovecot)- CVS server for my projects.- httpd(8) for my website.I still need to add rspamd for spam check. But insofar, I received just one spam E-mail.
absc·7 ปีที่แล้ว·discussDefinitely just a routing hicup with my provider (I think). Sorry for the noise.
absc·7 ปีที่แล้ว·discussJust an update. I can properly resolve the DNS of tarsnap.com. It smell like a routing problem as all the connections to a aws IP simply times out.
absc·7 ปีที่แล้ว·discussOooook, so it seems to be something here in my zone (Italy). Need to check why then. Maybe it's the DNS I'm using (quad9)
absc·7 ปีที่แล้ว·discussI generally agree with the article. Personally, I don't log _that_ many informations in my applications.Normally, my users will just dump the whole log in an e-mail with a "doesn't work" message attached.IMHO, a logging facility should grow with the project and I think the standard logging package in go is the right size.About bubbling up the errors: absolutely! Always let the caller handle it!