I get the cyberdeck naming, but why is this called a "Recovery Kit"? What's being recovered? Never really talks about use cases. Just a cool way to get online on the go?
The original article [1], from 2019, briefly explains the concept:
> Building Internet-connected things seems obvious today, but what about when there’s no Internet?
> The concept often feels like something out of a science fiction movie or a doomsday prepper’s handbook- and while this device can work in both scenarios, it’s also about understanding resiliency for your projects and being a good steward of the systems in place today.
Interesting! I remember seeing that field in the profile options and not knowing what it was for. And I’ve also not seen any comments by others being displayed as [delayed] yet. But if I do see one, now I’ll know why :D
I have a delay set in my profile because I often edit a comment once or twice after posting, and don't want to cause issues by someone attempting to respond to a comment that's about to change.
I didn't realize the comment showed as [delayed], I thought it just didn't post. Sorry for the trouble.
I also have a delay set in my profile. I give myself 10 minutes to edit or cool off and delete. But I have never seen a [delayed] comment. That seems to undermine the purpose of the delay.
It could be a bug. If the comment is about to become visible the code that chooses whether to show it at all might think the delay has expired but the code that renders it might still think it should be delayed. Especially if the rendering happens first.
Maybe the person who saw it as [delayed] is using a third party HN reader app and the HN website itself filters out delayed comments while returning it via the API as the [delayed] string and expecting clients to do the filtering?
I've been an active reader on HN for over 12 years and I have _never_ seen a comment displayed as [delayed] even once. Not on the site nor any of the third party mobile apps, and I've tried a lot of them. Weird.
It's a little more complicated than that. A long time ago delayed comments actually showed up in the API, leaking their contents early. I reported this to 'dang as it obviously broke the purpose of the feature, and at some point the behavior changed to returning "[delayed]" for a bit instead of the actually contents of the comment. I assume changing things to indicate that the comment wasn't available yet was more work, and this was an easy compromise.