TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: HN Follow – email alerts from your friends on Hacker News

25 pointsby stevekrouseover 2 years ago
HN Follow lets you “follow” authors on Hacker News, and get email notifications when they post. It was inspired by alerthn.com and hnreplies.com.<p>The app was built in an experimental style. Instead of being a normal app where we store all your data, it is just a wrapper over a series of JavaScript snippets that we guide you through installing, and which you can then customize 100%. The scripts call out to Agolia’s wonderful HN Search API. You can read more about the app’s architecture and it’s motivation here[1].<p>HN Follow runs on Val Town [2], an online scripting tool my team and I are building. Part of why we built hnfollow.com is to show off the kind of things you can do with the primitives Val Town provides:emailing yourself (`console.email`), persistent state (`@me.foo = &quot;bar&quot;`), persistent cron jobs (`setInterval`), etc. Here’s a demo[3], the docs[4], and Discord[5] for Val Town.<p>We hope hnfollow.com is useful to you, and you have fun customizing the code directly on Val Town! Let us know if you have questions or feedback<p>[1] - <a href="https:&#x2F;&#x2F;www.notion.so&#x2F;End-programmer-Programming-a749beb4a9b143f2990f575fb7e59b33" rel="nofollow">https:&#x2F;&#x2F;www.notion.so&#x2F;End-programmer-Programming-a749beb4a9b...</a><p>[2] - <a href="https:&#x2F;&#x2F;val.town" rel="nofollow">https:&#x2F;&#x2F;val.town</a><p>[3] - <a href="https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;878294970d8e48919c819f35d0cd0da4" rel="nofollow">https:&#x2F;&#x2F;www.loom.com&#x2F;share&#x2F;878294970d8e48919c819f35d0cd0da4</a><p>[4] - <a href="https:&#x2F;&#x2F;www.notion.so&#x2F;Val-Town-Docs-01c8eb9c534b4899802f3a9e31d540ab" rel="nofollow">https:&#x2F;&#x2F;www.notion.so&#x2F;Val-Town-Docs-01c8eb9c534b4899802f3a9e...</a><p>[5] - <a href="https:&#x2F;&#x2F;discord.gg&#x2F;dHv45uN5RY" rel="nofollow">https:&#x2F;&#x2F;discord.gg&#x2F;dHv45uN5RY</a>

3 comments

deweyover 2 years ago
Alternatively, there&#x27;s also <a href="https:&#x2F;&#x2F;hnrss.github.io&#x2F;#user-feeds" rel="nofollow">https:&#x2F;&#x2F;hnrss.github.io&#x2F;#user-feeds</a> where you can just subscribe to a user via your RSS reader.
dangover 2 years ago
This isn&#x27;t really a Show HN of your overall project - it&#x27;s just an example, and one which distracts attention from what&#x27;s interesting here. <a href="https:&#x2F;&#x2F;www.val.town&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.val.town&#x2F;</a> is much more interesting than an HN email alert.<p>Why don&#x27;t you write up a Show HN blurb for <a href="https:&#x2F;&#x2F;www.val.town&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.val.town&#x2F;</a> that talks about what the project is, how you came to work on it, what&#x27;s different about it, how it&#x27;s implemented, and so on? You can include your HN alert example as part of that.<p>If you email me at hn@ycombinator.com, I&#x27;ll be happy to help.
gremlinsincover 2 years ago
So, val.town is like a consistent localStorage in the cloud essentially, with a scheduler?
评论 #33535404 未加载