HackerTrans
TopNewTrendsCommentsPastAskShowJobs

kylewpppd

no profile record

comments

kylewpppd
·23일 전·discuss
I think I've seen all of the Redis/Valkey issues the author mentioned in production.

* Outages where Valkey had no memory policy, ate all the memory, and then caused write errors to its append-only file. Bonus points for another one where the disk itself was full, and AOF writes failed.

* 500s where Redis was fully expected to be live, running, and populated with data for every user, and no fallback to a slower path.

* Creative uses of sorted sets and other data structures which depended on the sets never being evicted.

Despite the observations from the field, I think it's still hard to recommend memcache ahead of Redis. It can be difficult to architect an app to have a memcache-friendly cache layout.

I'd almost guarantee a large enough team using memcache will find a way to need Redis. And then we're maintaining 2 cache technologies.
kylewpppd
·작년·discuss
Sadly, Moore’s law is often cited, but never read. It’s only 3 pages.

http://cva.stanford.edu/classes/cs99s/papers/moore-crammingm...

But to further needle, the law is
kylewpppd
·4년 전·discuss
Are those numbers reversed?

Should it be a $750k house at 3% is a $500k house at 6%?
kylewpppd
·4년 전·discuss
In your hypothetical, why did you choose to have the African kid raising siblings, the Asian kid have a Tiger mom, and the white kid be on honor roll with no external factors?