<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: jenkings</title><link>https://news.ycombinator.com/user?id=jenkings</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Sat, 02 May 2026 00:05:34 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jenkings" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jenkings in "A better streams API is possible for JavaScript"]]></title><description><![CDATA[
<p>As I’m sure many have, I wrote a wrapper around AyncIterables so I could use them more succinctly. However I wasn’t concerned with performance as I was using it in a lambda handling small batches or scanning items from a DB and streaming pages back.<p><a href="https://github.com/juliantcook/fluent-async-iterator" rel="nofollow">https://github.com/juliantcook/fluent-async-iterator</a><p>I had hoped we would have a better API by now.<p>It was also very useful for CLI tools utilising unix pipes.</p>
]]></description><pubDate>Sat, 28 Feb 2026 09:53:14 +0000</pubDate><link>https://news.ycombinator.com/item?id=47193015</link><dc:creator>jenkings</dc:creator><comments>https://news.ycombinator.com/item?id=47193015</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=47193015</guid></item><item><title><![CDATA[New comment by jenkings in "I ditched the algorithm for RSS"]]></title><description><![CDATA[
<p>To stop myself scrolling hacker news multiple times a day I created <a href="https://rssby.email" rel="nofollow">https://rssby.email</a> and I’ve been using it successfully since 2020.</p>
]]></description><pubDate>Sat, 18 Jan 2025 08:09:44 +0000</pubDate><link>https://news.ycombinator.com/item?id=42746722</link><dc:creator>jenkings</dc:creator><comments>https://news.ycombinator.com/item?id=42746722</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=42746722</guid></item><item><title><![CDATA[New comment by jenkings in "Subscribe to RSS Feeds over Email"]]></title><description><![CDATA[
<p>What do you use to consume RSS?</p>
]]></description><pubDate>Sun, 19 Sep 2021 10:58:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=28583334</link><dc:creator>jenkings</dc:creator><comments>https://news.ycombinator.com/item?id=28583334</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28583334</guid></item><item><title><![CDATA[New comment by jenkings in "Subscribe to RSS Feeds over Email"]]></title><description><![CDATA[
<p>rssby.email :D (sorry)</p>
]]></description><pubDate>Sun, 19 Sep 2021 10:57:54 +0000</pubDate><link>https://news.ycombinator.com/item?id=28583331</link><dc:creator>jenkings</dc:creator><comments>https://news.ycombinator.com/item?id=28583331</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28583331</guid></item><item><title><![CDATA[New comment by jenkings in "Subscribe to RSS Feeds over Email"]]></title><description><![CDATA[
<p>I'm starting to not like the send time part of my design. I'm considering removing it and having it send whenever suits the server. Especially as my feeds go into a email folder and I only check them when I have free time anyway.</p>
]]></description><pubDate>Sun, 19 Sep 2021 10:56:43 +0000</pubDate><link>https://news.ycombinator.com/item?id=28583325</link><dc:creator>jenkings</dc:creator><comments>https://news.ycombinator.com/item?id=28583325</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28583325</guid></item><item><title><![CDATA[New comment by jenkings in "Subscribe to RSS Feeds over Email"]]></title><description><![CDATA[
<p>Thank you. Now I need to tell some front-end dev friends that someone has complimented my HTML!</p>
]]></description><pubDate>Sun, 19 Sep 2021 10:54:03 +0000</pubDate><link>https://news.ycombinator.com/item?id=28583313</link><dc:creator>jenkings</dc:creator><comments>https://news.ycombinator.com/item?id=28583313</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28583313</guid></item><item><title><![CDATA[New comment by jenkings in "Subscribe to RSS Feeds over Email"]]></title><description><![CDATA[
<p>I'm glad you like it. I considered creating an elaborate SaaS style page, but then I thought, I'll most likely be the only user of this, I'll add a basic page in case anyone else wants to use it.</p>
]]></description><pubDate>Sun, 19 Sep 2021 10:52:02 +0000</pubDate><link>https://news.ycombinator.com/item?id=28583303</link><dc:creator>jenkings</dc:creator><comments>https://news.ycombinator.com/item?id=28583303</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28583303</guid></item><item><title><![CDATA[New comment by jenkings in "Subscribe to RSS Feeds over Email"]]></title><description><![CDATA[
<p>It sends an email when you have been unsubscribed containing the rss link, if you wanted to subscribe for another 90 days you can reply to the email and it should subcribe again.<p>I had initially set it to 30 days but that got annoying. Before I set it to 90 I was considering making it more intelligent as you mentioned, an exponential backoff retry mechanism, but then I decided I was overcomplicating things and the server usage is almost nothing at the moment. :)<p>As for your other question, it only sends what is available via the RSS feed, I've been considering adding the ability for it to pull in more content, but I think that would be a separate service, like an RSS proxy which created another RSS feed containing more contents, people could then subscribe via that link or the original. Maybe that already exists?</p>
]]></description><pubDate>Sun, 19 Sep 2021 10:46:21 +0000</pubDate><link>https://news.ycombinator.com/item?id=28583270</link><dc:creator>jenkings</dc:creator><comments>https://news.ycombinator.com/item?id=28583270</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28583270</guid></item><item><title><![CDATA[New comment by jenkings in "Subscribe to RSS Feeds over Email"]]></title><description><![CDATA[
<p>As the creator of this, it excited me to see this post in my inbox today.<p>I created rssby.email purely for myself, because I used to read articles from interesting blogs (via Hacker News) whilst commuting to work and wanted to subscribe to them, but I didn't have signal on the tube, so I would email the link to myself, then have to log into Feedly or whatever RSS reader I was using at the time and add it when I had signal, but then I would be at work so had other things to do :)<p>I'm glad to see a few people find it useful.<p>Side note: It would be interesting to know how people discover rssby.email as it doesn't seem to show up on Google.</p>
]]></description><pubDate>Sun, 19 Sep 2021 10:35:09 +0000</pubDate><link>https://news.ycombinator.com/item?id=28583210</link><dc:creator>jenkings</dc:creator><comments>https://news.ycombinator.com/item?id=28583210</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=28583210</guid></item><item><title><![CDATA[New comment by jenkings in "In praise of property-based testing (2019)"]]></title><description><![CDATA[
<p>Is there an example of how many function executions property based testing causes?</p>
]]></description><pubDate>Sun, 04 Apr 2021 17:28:34 +0000</pubDate><link>https://news.ycombinator.com/item?id=26691275</link><dc:creator>jenkings</dc:creator><comments>https://news.ycombinator.com/item?id=26691275</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=26691275</guid></item><item><title><![CDATA[New comment by jenkings in "Ask HN: What RSS Reader do you use?"]]></title><description><![CDATA[
<p>I used to use Feedly, but found I didn't check it often and lost track of things, I wanted a way of getting RSS by email so created <a href="https://rssby.email/" rel="nofollow">https://rssby.email/</a> during lockdown.</p>
]]></description><pubDate>Fri, 02 Oct 2020 16:42:47 +0000</pubDate><link>https://news.ycombinator.com/item?id=24664415</link><dc:creator>jenkings</dc:creator><comments>https://news.ycombinator.com/item?id=24664415</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=24664415</guid></item><item><title><![CDATA[New comment by jenkings in "Ask HN: Resources for introverted devs to learn workplace politics?"]]></title><description><![CDATA[
<p>I highly recommend improv courses. The primary thing it helped me with  was talking without having fear of saying the wrong thing or having people judge me, but it also taught me the importance of _how_ you say things.
Even if someone didn't do the courses I would still recommend they read Impro by Keith Johnstone.</p>
]]></description><pubDate>Tue, 20 Nov 2018 19:21:31 +0000</pubDate><link>https://news.ycombinator.com/item?id=18496813</link><dc:creator>jenkings</dc:creator><comments>https://news.ycombinator.com/item?id=18496813</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=18496813</guid></item></channel></rss>