HackerTrans
TopNewTrendsCommentsPastAskShowJobs

stu_k

no profile record

comments

stu_k
·3 năm trước·discuss
How does one handle an upgrade to mutators? If a client is running old code then the operation will differ to the server. Obvious answer would be to version them independently: `increment_v1`, `increment_v2`, but wondering if there is a better answer?
stu_k
·3 năm trước·discuss
Has anyone built a mobile app on top of SQLite that can work offline, but then sync to a server when it gets connectivity? It feels like this could be built with a similar approach to this distributed SQLite, you'd "just" need more robust conflict handling.
stu_k
·4 năm trước·discuss
Looks great! I've currently use https://contexts.co/ but might switch over for the thumbnails
stu_k
·5 năm trước·discuss
This also addresses an issue when you transition from black to transparent to emulate a shadow, and end up with a "cliff" where the gradient abruptly changes. You can see this in the tool when you transition from black to white with LRGB. Any of the other color spaces avoid it. Very cool!