Hide read comments
I sometimes want to hide comments I've already read so that it's easier for me to find the unread comments of a story I revisit. I made a bookmarklet for this:
via by iv
I sometimes want to hide comments I've already read so that it's easier for me to find the unread comments of a story I revisit. I made a bookmarklet for this:
document.querySelectorAll(".comment:not(:has(.comment_unread))").forEach((comment) => comment.style.display = "none")Would this (with a better UX design) be an interesting feature for others/
via by iv
lobste.rs
Hide read comments
0 comments
Reframe Technical Debt as Software Debt. Treat it like a AAA-rated CDO
Comments
via evalapply.org by adityaathalye
Comments
via evalapply.org by adityaathalye
EvalApply.org
Reframe Technical Debt as Software Debt. Treat it like a AAA-rated CDO.
I've long struggled with the *Technical* Debt metaphor. It was immediately useful when I first heard it. I still think it is useful, albeit as a starting point. The more I worked with software, the more infuriatingly incomplete it started to feel. So I've…
What are you doing this week?
What are you doing this week/ Feel free to share!Keep in mind it’s OK to do nothing at all, too.
via by caius
What are you doing this week/ Feel free to share!Keep in mind it’s OK to do nothing at all, too.
via by caius
lobste.rs
What are you doing this week?
0 comments