this post was submitted on 22 Jun 2023
38 points (100.0% liked)

Programming

16943 readers
943 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

Comments should provide context, not repeat what the code already says. The Redis codebase has 9 distinct types of comments (Function, Design, Why, Teacher, Checklist, Guide, Trivial, Debt, Backup), each with a specific goal in mind.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 6 points 1 year ago (1 children)

This site doesn't support HTTPS

[–] [email protected] 7 points 1 year ago

Oh damn, you're right. It's sending an outdated certificate.

Here's a secure link: https://web.archive.org/web/20230607041256/http://antirez.com/news/124

[–] [email protected] 4 points 1 year ago

That right there is a masterclass. Thanks