Most active commenters

    141 points c4pt0r | 34 comments | | HN request time: 1.258s | source | bottom
    1. love2read ◴[] No.44451846[source]
    What tool makes these readme’s for new github repos that are bulletpointed lists with features, always prefixed by an emoji?
    replies(8): >>44451864 #>>44452205 #>>44452208 #>>44452573 #>>44453176 #>>44454306 #>>44455574 #>>44463743 #
    2. maximevalette ◴[] No.44451864[source]
    Basically any LLM
    3. basemi ◴[] No.44451953[source]
    If I read it right, it's built on Gmail API

    Are there any other provider agnostic tools with similar capabilities?

    replies(2): >>44452303 #>>44465691 #
    4. 3r7j6qzi9jvnve ◴[] No.44451962[source]
    This just polls every x (default 30) seconds; if you use IMAP you can do better with IDLE (e.g. I pipe `fetchmail --check` to something that triggers a sync to immediately get new mails)
    replies(1): >>44452574 #
    5. yapyap ◴[] No.44452208[source]
    AI, I presume (but I’m not sure) that the code “agent” they are using creates it.
    6. szszrk ◴[] No.44452303[source]
    I guess JMAP was created to also deal with this. I'm not sure how far are we in implementation on clients side.

    https://jmap.io/spec.html

    replies(1): >>44455123 #
    7. bravesoul2 ◴[] No.44452573[source]
    Tool is an insult when applied to a human...
    8. _flux ◴[] No.44452574[source]
    I wonder though if also the Gmail interface supports something like this? It seems it's pretty fast at receiving email.
    replies(2): >>44452656 #>>44453089 #
    9. kosolam ◴[] No.44452656{3}[source]
    There is this generic tool: https://github.com/pimalaya/himalaya
    replies(2): >>44455712 #>>44456496 #
    10. dataflow ◴[] No.44453089{3}[source]
    There are pub/sub notifications but it's a bit of a pain to get working. You need an HTTP endpoint the server can reach for push notifications, I think, not long polling.
    replies(1): >>44455050 #
    11. diggan ◴[] No.44453176[source]
    Not specifically about readmes/GitHub repos, but I've noticed some LLMs like Sonnet and GPT4.1 are really enthusiastic about doing emoji-prefixed lists for some reason.
    replies(2): >>44453583 #>>44463450 #
    12. worldsayshi ◴[] No.44453329[source]
    Is there any good library or tool that let's me programmatically/easily or semi-automatically delete mail by query in gmail? The built in tools are not good enough. Does Thunderbird work with gmail nowadays?
    replies(2): >>44454407 #>>44455904 #
    13. dewey ◴[] No.44453583{3}[source]
    Trained on too many JS libraries.
    14. nathants ◴[] No.44453823[source]
    Just have SES put the email in s3, then do stuff.
    replies(1): >>44455558 #
    15. nisegami ◴[] No.44453863[source]
    One step closer to fully closing the loop on using LLMs to automate white collar work.
    16. sunrunner ◴[] No.44454306[source]
    I think this trend has been around for a while now (it started to become more noticable for me at least a couple of years ago).

    At first there seemed to be a correlation between how 'cool' the project was and the number of emoji, but now it seems like it's as expected as just having a README itself.

    I've definitely seen _more_ decorated READMEs, and I can't help but feel like there's an inverse correlation between emoji count and readability.

    17. jamespo ◴[] No.44454407[source]
    I use imapfilter: https://github.com/lefcha/imapfilter
    replies(1): >>44462351 #
    18. kevincox ◴[] No.44455050{4}[source]
    The GMail web client definitely doesn't create an HTTP endpoint to receive updates. But the API it uses is likely proprietary and private (even if it was built on top of the public API there would be a backend bridging the two)
    replies(1): >>44455122 #
    19. dataflow ◴[] No.44455122{5}[source]
    Sorry, yes, my comment was confusing. I was answering the "how do I get faster notifications in a supported manner" part rather than the "how does the Gmail web UI do this" part.
    20. MangoToupe ◴[] No.44455123{3}[source]
    I can't imagine google ever supporting something that useful.
    21. gsibble ◴[] No.44455558[source]
    Oh yeah, I'd love to hold on to people's emails and be responsible if they got leaked.
    replies(1): >>44459648 #
    22. username135 ◴[] No.44455574[source]
    When ever I see tons of emojis in a list/faq/readme I first think of LLM output.
    replies(1): >>44460934 #
    23. jrop ◴[] No.44455712{4}[source]
    Thanks for this! Exactly what I was looking for.
    24. jeffbee ◴[] No.44455904[source]
    Easily done in Google Apps Script.
    25. toomuchtodo ◴[] No.44456496{4}[source]
    Himalaya: CLI to Manage Emails - https://news.ycombinator.com/item?id=42366025 - December 2024 (97 comments)
    26. rubslopes ◴[] No.44456724[source]
    Is it just me, or is there a trend to make modern web applications accessible on the terminal?
    replies(1): >>44459424 #
    27. slantaclaus ◴[] No.44459424[source]
    “a resurgence with new tooling and polish”
    28. nathants ◴[] No.44459648{3}[source]
    TTL=1day
    29. jdironman ◴[] No.44460934{3}[source]
    I do as well when I see:

    # Code Comments Every Few Lines

    30. ◴[] No.44462351{3}[source]
    31. aritrogh ◴[] No.44463450{3}[source]
    Not necessarily a helpful thing, In fact I think that we were to use this to create dynamic prompts then it increases exponentially
    32. vanrohan ◴[] No.44463743[source]
    It's probably LLM generated. Adding a fun/cool factor to the project. I created a Chrome Extension where you can "emojify" any text with a right-click. https://emoji-bot.com
    33. fastasucan ◴[] No.44465691[source]
    https://github.com/pimalaya/himalaya