The best Hacker News stories from Show from the past day

Go back

Latest posts:

Show HN: Loti – Remove revenge porn using facial recognition on adult sites

Show HN: Mapperly – A .NET source generator for object to object mappings

Show HN: Mapperly – A .NET source generator for object to object mappings

Show HN: Mapperly – A .NET source generator for object to object mappings

Show HN: Mapperly – A .NET source generator for object to object mappings

Show HN: Grila – Calendar for keyboard addicts, always one keypress away

Show HN: Grila – Calendar for keyboard addicts, always one keypress away

Show HN: Grila – Calendar for keyboard addicts, always one keypress away

Show HN: Quick tunnels to localhost with one command and no binary download

Show HN: Quick tunnels to localhost with one command and no binary download

Show HN: ToolJet 2.0 – Open-source alternative to Power Apps and Retool

Show HN: ToolJet 2.0 – Open-source alternative to Power Apps and Retool

Show HN: ToolJet 2.0 – Open-source alternative to Power Apps and Retool

Show HN: ToolJet 2.0 – Open-source alternative to Power Apps and Retool

Usbc.wtf – an article and quiz to find the right USB-C cable

Show HN: Val Town – A Cloud Scripting Site

Hey HN! We're so excited to show you Val Town (<a href="https://val.town" rel="nofollow">https://val.town</a>)! A "val" is a JavaScript/TypeScript function or value that runs on our servers. We aim to get you from idea to running code in seconds: type code, run it, get its API endpoint, schedule it - all from the browser, in a couple keystrokes.<p>We're a startup of 4 people, mostly in NYC. We've been working on this for 6 months and are eager for feedback from the HN community.<p>Why do we need yet another online coding IDE? While researching devtools[1], I found myself wanting something halfway between Replit and Zapier: a tool that makes hosting, deploying, scheduling, and authenticating easy, but is first-and-foremost a programming tool.<p>We added `console.email` to the runtime to make it incredibly easy to email yourself. We don't have npm imports yet, but we do have a low-friction system that treats every user as a namespace, so you can refer to `@me.foo + 1` or `@yourFriend.bar()` right in your code. There are a lot of thorny implications this newfangled import scheme creates, but also many joyous and carefree coding experiences! One of my favorite features is that we store every evaluation, up and down the callstack, including inputs, outputs, logs, etc, which has been an amazing aid to debugging.<p>So far, Val Town is mostly used for what we're calling "programmatic notifications": query a data source for new items on an interval and email them to yourself.<p>Get notified when users you "follow" post on Hacker News: <a href="https://www.val.town/stevekrouse.hnFollowPollJob" rel="nofollow">https://www.val.town/stevekrouse.hnFollowPollJob</a><p>Get notified when to close your window during fire season in SF: <a href="https://www.val.town/stevekrouse.aqi" rel="nofollow">https://www.val.town/stevekrouse.aqi</a><p>Get notified when there are new citations on a paper: <a href="https://www.val.town/ernest.newCitationNotification" rel="nofollow">https://www.val.town/ernest.newCitationNotification</a><p>Subscribe to RSS feeds: <a href="https://www.val.town/stevekrouse.pollRSSFeeds" rel="nofollow">https://www.val.town/stevekrouse.pollRSSFeeds</a><p>A good place to get started would be forking one of those vals and modifying it to suit your needs. Some folks are using the tool in other ways, such as in webhook contexts, and we encourage those uses as well. We'd LOVE to pair-program with anyone looking to try out the tool and give feedback. Email steve@val.town :-)<p>Main site: <a href="https://val.town" rel="nofollow">https://val.town</a> Docs: <a href="https://val-town.notion.site/Val-Town-Docs-01c8eb9c534b4899802f3a9e31d540ab" rel="nofollow">https://val-town.notion.site/Val-Town-Docs-01c8eb9c534b48998...</a> Discord: <a href="https://discord.gg/dHv45uN5RY" rel="nofollow">https://discord.gg/dHv45uN5RY</a> Blog & Newsletter: <a href="https://val-town.notion.site/Blog-6d3ef714d0c849e9be71b3986a1dcd46" rel="nofollow">https://val-town.notion.site/Blog-6d3ef714d0c849e9be71b3986a...</a><p>[1] - Whole Code Catalog: <a href="https://futureofcoding.org/catalog/" rel="nofollow">https://futureofcoding.org/catalog/</a>

Show HN: Val Town – A Cloud Scripting Site

Hey HN! We're so excited to show you Val Town (<a href="https://val.town" rel="nofollow">https://val.town</a>)! A "val" is a JavaScript/TypeScript function or value that runs on our servers. We aim to get you from idea to running code in seconds: type code, run it, get its API endpoint, schedule it - all from the browser, in a couple keystrokes.<p>We're a startup of 4 people, mostly in NYC. We've been working on this for 6 months and are eager for feedback from the HN community.<p>Why do we need yet another online coding IDE? While researching devtools[1], I found myself wanting something halfway between Replit and Zapier: a tool that makes hosting, deploying, scheduling, and authenticating easy, but is first-and-foremost a programming tool.<p>We added `console.email` to the runtime to make it incredibly easy to email yourself. We don't have npm imports yet, but we do have a low-friction system that treats every user as a namespace, so you can refer to `@me.foo + 1` or `@yourFriend.bar()` right in your code. There are a lot of thorny implications this newfangled import scheme creates, but also many joyous and carefree coding experiences! One of my favorite features is that we store every evaluation, up and down the callstack, including inputs, outputs, logs, etc, which has been an amazing aid to debugging.<p>So far, Val Town is mostly used for what we're calling "programmatic notifications": query a data source for new items on an interval and email them to yourself.<p>Get notified when users you "follow" post on Hacker News: <a href="https://www.val.town/stevekrouse.hnFollowPollJob" rel="nofollow">https://www.val.town/stevekrouse.hnFollowPollJob</a><p>Get notified when to close your window during fire season in SF: <a href="https://www.val.town/stevekrouse.aqi" rel="nofollow">https://www.val.town/stevekrouse.aqi</a><p>Get notified when there are new citations on a paper: <a href="https://www.val.town/ernest.newCitationNotification" rel="nofollow">https://www.val.town/ernest.newCitationNotification</a><p>Subscribe to RSS feeds: <a href="https://www.val.town/stevekrouse.pollRSSFeeds" rel="nofollow">https://www.val.town/stevekrouse.pollRSSFeeds</a><p>A good place to get started would be forking one of those vals and modifying it to suit your needs. Some folks are using the tool in other ways, such as in webhook contexts, and we encourage those uses as well. We'd LOVE to pair-program with anyone looking to try out the tool and give feedback. Email steve@val.town :-)<p>Main site: <a href="https://val.town" rel="nofollow">https://val.town</a> Docs: <a href="https://val-town.notion.site/Val-Town-Docs-01c8eb9c534b4899802f3a9e31d540ab" rel="nofollow">https://val-town.notion.site/Val-Town-Docs-01c8eb9c534b48998...</a> Discord: <a href="https://discord.gg/dHv45uN5RY" rel="nofollow">https://discord.gg/dHv45uN5RY</a> Blog & Newsletter: <a href="https://val-town.notion.site/Blog-6d3ef714d0c849e9be71b3986a1dcd46" rel="nofollow">https://val-town.notion.site/Blog-6d3ef714d0c849e9be71b3986a...</a><p>[1] - Whole Code Catalog: <a href="https://futureofcoding.org/catalog/" rel="nofollow">https://futureofcoding.org/catalog/</a>

Show HN: Val Town – A Cloud Scripting Site

Hey HN! We're so excited to show you Val Town (<a href="https://val.town" rel="nofollow">https://val.town</a>)! A "val" is a JavaScript/TypeScript function or value that runs on our servers. We aim to get you from idea to running code in seconds: type code, run it, get its API endpoint, schedule it - all from the browser, in a couple keystrokes.<p>We're a startup of 4 people, mostly in NYC. We've been working on this for 6 months and are eager for feedback from the HN community.<p>Why do we need yet another online coding IDE? While researching devtools[1], I found myself wanting something halfway between Replit and Zapier: a tool that makes hosting, deploying, scheduling, and authenticating easy, but is first-and-foremost a programming tool.<p>We added `console.email` to the runtime to make it incredibly easy to email yourself. We don't have npm imports yet, but we do have a low-friction system that treats every user as a namespace, so you can refer to `@me.foo + 1` or `@yourFriend.bar()` right in your code. There are a lot of thorny implications this newfangled import scheme creates, but also many joyous and carefree coding experiences! One of my favorite features is that we store every evaluation, up and down the callstack, including inputs, outputs, logs, etc, which has been an amazing aid to debugging.<p>So far, Val Town is mostly used for what we're calling "programmatic notifications": query a data source for new items on an interval and email them to yourself.<p>Get notified when users you "follow" post on Hacker News: <a href="https://www.val.town/stevekrouse.hnFollowPollJob" rel="nofollow">https://www.val.town/stevekrouse.hnFollowPollJob</a><p>Get notified when to close your window during fire season in SF: <a href="https://www.val.town/stevekrouse.aqi" rel="nofollow">https://www.val.town/stevekrouse.aqi</a><p>Get notified when there are new citations on a paper: <a href="https://www.val.town/ernest.newCitationNotification" rel="nofollow">https://www.val.town/ernest.newCitationNotification</a><p>Subscribe to RSS feeds: <a href="https://www.val.town/stevekrouse.pollRSSFeeds" rel="nofollow">https://www.val.town/stevekrouse.pollRSSFeeds</a><p>A good place to get started would be forking one of those vals and modifying it to suit your needs. Some folks are using the tool in other ways, such as in webhook contexts, and we encourage those uses as well. We'd LOVE to pair-program with anyone looking to try out the tool and give feedback. Email steve@val.town :-)<p>Main site: <a href="https://val.town" rel="nofollow">https://val.town</a> Docs: <a href="https://val-town.notion.site/Val-Town-Docs-01c8eb9c534b4899802f3a9e31d540ab" rel="nofollow">https://val-town.notion.site/Val-Town-Docs-01c8eb9c534b48998...</a> Discord: <a href="https://discord.gg/dHv45uN5RY" rel="nofollow">https://discord.gg/dHv45uN5RY</a> Blog & Newsletter: <a href="https://val-town.notion.site/Blog-6d3ef714d0c849e9be71b3986a1dcd46" rel="nofollow">https://val-town.notion.site/Blog-6d3ef714d0c849e9be71b3986a...</a><p>[1] - Whole Code Catalog: <a href="https://futureofcoding.org/catalog/" rel="nofollow">https://futureofcoding.org/catalog/</a>

Show HN: Val Town – A Cloud Scripting Site

Hey HN! We're so excited to show you Val Town (<a href="https://val.town" rel="nofollow">https://val.town</a>)! A "val" is a JavaScript/TypeScript function or value that runs on our servers. We aim to get you from idea to running code in seconds: type code, run it, get its API endpoint, schedule it - all from the browser, in a couple keystrokes.<p>We're a startup of 4 people, mostly in NYC. We've been working on this for 6 months and are eager for feedback from the HN community.<p>Why do we need yet another online coding IDE? While researching devtools[1], I found myself wanting something halfway between Replit and Zapier: a tool that makes hosting, deploying, scheduling, and authenticating easy, but is first-and-foremost a programming tool.<p>We added `console.email` to the runtime to make it incredibly easy to email yourself. We don't have npm imports yet, but we do have a low-friction system that treats every user as a namespace, so you can refer to `@me.foo + 1` or `@yourFriend.bar()` right in your code. There are a lot of thorny implications this newfangled import scheme creates, but also many joyous and carefree coding experiences! One of my favorite features is that we store every evaluation, up and down the callstack, including inputs, outputs, logs, etc, which has been an amazing aid to debugging.<p>So far, Val Town is mostly used for what we're calling "programmatic notifications": query a data source for new items on an interval and email them to yourself.<p>Get notified when users you "follow" post on Hacker News: <a href="https://www.val.town/stevekrouse.hnFollowPollJob" rel="nofollow">https://www.val.town/stevekrouse.hnFollowPollJob</a><p>Get notified when to close your window during fire season in SF: <a href="https://www.val.town/stevekrouse.aqi" rel="nofollow">https://www.val.town/stevekrouse.aqi</a><p>Get notified when there are new citations on a paper: <a href="https://www.val.town/ernest.newCitationNotification" rel="nofollow">https://www.val.town/ernest.newCitationNotification</a><p>Subscribe to RSS feeds: <a href="https://www.val.town/stevekrouse.pollRSSFeeds" rel="nofollow">https://www.val.town/stevekrouse.pollRSSFeeds</a><p>A good place to get started would be forking one of those vals and modifying it to suit your needs. Some folks are using the tool in other ways, such as in webhook contexts, and we encourage those uses as well. We'd LOVE to pair-program with anyone looking to try out the tool and give feedback. Email steve@val.town :-)<p>Main site: <a href="https://val.town" rel="nofollow">https://val.town</a> Docs: <a href="https://val-town.notion.site/Val-Town-Docs-01c8eb9c534b4899802f3a9e31d540ab" rel="nofollow">https://val-town.notion.site/Val-Town-Docs-01c8eb9c534b48998...</a> Discord: <a href="https://discord.gg/dHv45uN5RY" rel="nofollow">https://discord.gg/dHv45uN5RY</a> Blog & Newsletter: <a href="https://val-town.notion.site/Blog-6d3ef714d0c849e9be71b3986a1dcd46" rel="nofollow">https://val-town.notion.site/Blog-6d3ef714d0c849e9be71b3986a...</a><p>[1] - Whole Code Catalog: <a href="https://futureofcoding.org/catalog/" rel="nofollow">https://futureofcoding.org/catalog/</a>

Show HN: Kandria, an action RPG made in Common Lisp, is now out

Kandria, an open world action RPG platformer written in Common Lisp is now out and available!<p>A prior discussion of Kandria can be found here: <a href="https://news.ycombinator.com/item?id=32043026" rel="nofollow">https://news.ycombinator.com/item?id=32043026</a>.<p>I'm the lead developer and sole programmer for the project. Would be happy to answer any questions about it!

< 1 2 3 ... 634 635 636 637 638 ... 1015 1016 1017 >