this post was submitted on 23 Dec 2023
123 points (99.2% liked)
Boost For Lemmy
7038 readers
1 users here now
Community of the Android app Boost for Lemmy
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Servers cache stuff too. Instead of orchestrating each script and each request to db, they prerender pages to deliver. It's getting trickier with dynamic sites like reddit, but it still saves a lot in processing time, money.
The hardest thing in programming is naming things, off by one errors, and cache invalidation.
The joke is supposed to be "the two hardest problems in programming are naming things, cache invalidation, and off-by-one-errors" - the joke being that you say two problems and are off by one.
Lemmy API returns comment content even if it was removed, but with a removed flag. Boost should not show the content in the copy dialog.