Live data from Hacker News

Viewing profile — moggers

moggers

HN member
Joined
Thu, Dec 09, 2021, 11:45 AM UTC
HN karma
5
Public activity
4 items

About moggers

No profile information was provided.

Recent public activity

  1. comment
    Comment #32161628

    I'm glad to see this thread. I've been mulling over this exact issue of deleted_at code leakage with a naive soft-delete implementation. My immediate thought was to use views, so i…

  2. comment
    Comment #29823185

    Yes, unfortunately I was in that case where pagination simply wasn't provided by the feed. Push notifications of course wouldn't have worked (if they were even supported, and I don…

  3. comment
    Comment #29819768

    The one time I wanted to use an RSS feed I found I had no (acceptable) way to ensure I didn't miss data. New items could be truncated off the feed after anywhere between 10 minutes…

  4. comment
    Comment #29496321

    I've found in my own use of rust I want async/nonblocking for two things. 1. Be able to timeout a read of a socket 2. Be able to select over multiple sockets, and read whichever is…