The best Hacker News stories from Show from the past day

Go back

Latest posts:

Show HN: Dog API

Hello there, happy holidays.<p>I've been maintaining for 6 years this Dog API that only returned facts. I recently rewrote the project to make it more flexible [1] and I had a blast doing so.<p>This API has been used by a lot of computer science students, as well as bots and other 3rd party services that integrated in the past. The old endpoint receives around 1,000-1,500 requests per day, which makes me happy.<p>The goal is to extend it to make it more interesting and usable, I collect dog data in my spare time. I'm not looking to monetize it, it's just for the love of education.<p>Feel free to use it, and share it!<p>[1]: <a href="https://github.com/kinduff/dogapi.dog">https://github.com/kinduff/dogapi.dog</a>

Show HN: 10x Faster Twitter Embeds

Show HN: 10x Faster Twitter Embeds

Show HN: Eleven – open-source alternative to Codespaces

Hey HN,<p>Eleven is the second project that I've built to learn Go. It lets you create a code sandbox in your cloud provider account easily.<p>What's a "code sandbox"? Just a VM, running in your cloud provider account, with some runtimes pre-installed, your repositories cloned, a way to connect to it with your preferred editor (or via SSH) and a way to serve your apps easily via HTTP (with automatic HTTPS).<p>You could use it to deploy your app, as a remote development environment or even to test some code. It's up to you.<p>For example, to deploy a Node.JS app:<p>$ eleven aws init hello-world --runtimes node@18.7.0 --repositories eleven-sh/hello-world<p>> Success! The sandbox "hello-world" was initialized.<p>$ ssh eleven/hello-world forever node index.js<p>> Forever: command started. Run "forever stop" in current path to stop.<p>$ eleven aws serve hello-world 8000 --as hello.eleven.sh<p>> Success! The port "8000" is now reachable at: <a href="https://hello.eleven.sh" rel="nofollow">https://hello.eleven.sh</a><p>$ curl <a href="https://hello.eleven.sh" rel="nofollow">https://hello.eleven.sh</a><p>> Hello World<p>Still learning Go by the way, so I'm open to any suggestions to improve.

Show HN: Eleven – open-source alternative to Codespaces

Hey HN,<p>Eleven is the second project that I've built to learn Go. It lets you create a code sandbox in your cloud provider account easily.<p>What's a "code sandbox"? Just a VM, running in your cloud provider account, with some runtimes pre-installed, your repositories cloned, a way to connect to it with your preferred editor (or via SSH) and a way to serve your apps easily via HTTP (with automatic HTTPS).<p>You could use it to deploy your app, as a remote development environment or even to test some code. It's up to you.<p>For example, to deploy a Node.JS app:<p>$ eleven aws init hello-world --runtimes node@18.7.0 --repositories eleven-sh/hello-world<p>> Success! The sandbox "hello-world" was initialized.<p>$ ssh eleven/hello-world forever node index.js<p>> Forever: command started. Run "forever stop" in current path to stop.<p>$ eleven aws serve hello-world 8000 --as hello.eleven.sh<p>> Success! The port "8000" is now reachable at: <a href="https://hello.eleven.sh" rel="nofollow">https://hello.eleven.sh</a><p>$ curl <a href="https://hello.eleven.sh" rel="nofollow">https://hello.eleven.sh</a><p>> Hello World<p>Still learning Go by the way, so I'm open to any suggestions to improve.

Show HN: Eleven – open-source alternative to Codespaces

Hey HN,<p>Eleven is the second project that I've built to learn Go. It lets you create a code sandbox in your cloud provider account easily.<p>What's a "code sandbox"? Just a VM, running in your cloud provider account, with some runtimes pre-installed, your repositories cloned, a way to connect to it with your preferred editor (or via SSH) and a way to serve your apps easily via HTTP (with automatic HTTPS).<p>You could use it to deploy your app, as a remote development environment or even to test some code. It's up to you.<p>For example, to deploy a Node.JS app:<p>$ eleven aws init hello-world --runtimes node@18.7.0 --repositories eleven-sh/hello-world<p>> Success! The sandbox "hello-world" was initialized.<p>$ ssh eleven/hello-world forever node index.js<p>> Forever: command started. Run "forever stop" in current path to stop.<p>$ eleven aws serve hello-world 8000 --as hello.eleven.sh<p>> Success! The port "8000" is now reachable at: <a href="https://hello.eleven.sh" rel="nofollow">https://hello.eleven.sh</a><p>$ curl <a href="https://hello.eleven.sh" rel="nofollow">https://hello.eleven.sh</a><p>> Hello World<p>Still learning Go by the way, so I'm open to any suggestions to improve.

Show HN: Eleven – open-source alternative to Codespaces

Hey HN,<p>Eleven is the second project that I've built to learn Go. It lets you create a code sandbox in your cloud provider account easily.<p>What's a "code sandbox"? Just a VM, running in your cloud provider account, with some runtimes pre-installed, your repositories cloned, a way to connect to it with your preferred editor (or via SSH) and a way to serve your apps easily via HTTP (with automatic HTTPS).<p>You could use it to deploy your app, as a remote development environment or even to test some code. It's up to you.<p>For example, to deploy a Node.JS app:<p>$ eleven aws init hello-world --runtimes node@18.7.0 --repositories eleven-sh/hello-world<p>> Success! The sandbox "hello-world" was initialized.<p>$ ssh eleven/hello-world forever node index.js<p>> Forever: command started. Run "forever stop" in current path to stop.<p>$ eleven aws serve hello-world 8000 --as hello.eleven.sh<p>> Success! The port "8000" is now reachable at: <a href="https://hello.eleven.sh" rel="nofollow">https://hello.eleven.sh</a><p>$ curl <a href="https://hello.eleven.sh" rel="nofollow">https://hello.eleven.sh</a><p>> Hello World<p>Still learning Go by the way, so I'm open to any suggestions to improve.

Show HN: WebTransport vs. WebRTC vs. WebSocket

Show HN: WebTransport vs. WebRTC vs. WebSocket

Show HN: WebTransport vs. WebRTC vs. WebSocket

Show HN: Semantic Search in Podcasts Transcriptions

I built a podcast search engine that performs a semantic search within thousands of podcasts transcriptions.<p>Technologies used are: OpenAI Whisper for transcriptions, BERT embeddings and FAISS as a vector database

Show HN: Stop ChatGPT misinformation with the power of Community

chatGPT is all powerful but with 1 caveat<p>It can hallucinate or display misinformation.<p>There is a solution:<p>Have your chatGPT information verified by others!<p>Also,<p>Looking for a good prompt to get the best answer out of chatGPT? Find it here as well!<p>Join now before it explodes!

Show HN: Rendering a Notion page as HTML using SvelteKit

I've rebuilt my personal website in SvelteKit using Notion as the CMS. Produces almost semantic HTML that can be styled however you would like.

Show HN: Rendering a Notion page as HTML using SvelteKit

I've rebuilt my personal website in SvelteKit using Notion as the CMS. Produces almost semantic HTML that can be styled however you would like.

Show HN: Price My Spotify Library

Hi HN, I built this tool to estimate how much it would cost to purchase all the music in a user's Spotify library and individual playlists. Kind of interesting, maybe you'll like it too

Show HN: Price My Spotify Library

Hi HN, I built this tool to estimate how much it would cost to purchase all the music in a user's Spotify library and individual playlists. Kind of interesting, maybe you'll like it too

Show HN: Price My Spotify Library

Hi HN, I built this tool to estimate how much it would cost to purchase all the music in a user's Spotify library and individual playlists. Kind of interesting, maybe you'll like it too

Show HN: TapTab – Tab switching web extension for Safari

I like the tab-switching behaviour in Chrome/Firefox and wanted Safari to have something similar. Another wish of mine was for it to be a web extension that feels native to the browser vs an app extension that looks out of place.<p>I posted a while back on HN to see if other people feel the same and the response was very positive : <a href="https://news.ycombinator.com/item?id=33811253" rel="nofollow">https://news.ycombinator.com/item?id=33811253</a><p>Say hello to TapTab : <a href="https://apps.apple.com/app/apple-store/id1659363738?pt=66324801&ct=hn&mt=8" rel="nofollow">https://apps.apple.com/app/apple-store/id1659363738?pt=66324...</a><p>TapTab feels right at home in Safari and is loaded with features to improve how you interact with tabs. You no longer have to miss the native tab-switching functionality that you love in Chrome/Firefox.<p>I launched the app a few days ago, and the response has been great. Some of the features that users have been loving :<p>- Keep your hands at the keyboard: navigate all tabs without your hands leaving the keyboard.<p>- Fuzzy Search: Search through your tab titles and URLs at lightning speed.<p>- Switch to previous tab: Comes with a handy shortcut to go back to the previous tab. Finally!<p>- Dark Mode: The extension feels right at home in Safari.<p>- Multi-Window support<p>- Pin/Mute/Close tabs right from the extension.<p>The app is written in ReactJS (apart from the very minuscule bit of Swift you have to write for using it as an extension in Safari) and uses Tailwind for design.<p>If you are one of the dozen people like me who use Safari, let me know how you find it. I would love to hear if there are any features that would make it a better fit for you. I have a few things on my radar gathered from talking to users like an iPad version, custom shortcuts, etc.<p>If you find the extension useful I would love it if you vote for it on Product Hunt to get this in front of a few more eyeballs : <a href="https://www.producthunt.com/posts/taptab" rel="nofollow">https://www.producthunt.com/posts/taptab</a><p>Thank you!

Show HN: TapTab – Tab switching web extension for Safari

I like the tab-switching behaviour in Chrome/Firefox and wanted Safari to have something similar. Another wish of mine was for it to be a web extension that feels native to the browser vs an app extension that looks out of place.<p>I posted a while back on HN to see if other people feel the same and the response was very positive : <a href="https://news.ycombinator.com/item?id=33811253" rel="nofollow">https://news.ycombinator.com/item?id=33811253</a><p>Say hello to TapTab : <a href="https://apps.apple.com/app/apple-store/id1659363738?pt=66324801&ct=hn&mt=8" rel="nofollow">https://apps.apple.com/app/apple-store/id1659363738?pt=66324...</a><p>TapTab feels right at home in Safari and is loaded with features to improve how you interact with tabs. You no longer have to miss the native tab-switching functionality that you love in Chrome/Firefox.<p>I launched the app a few days ago, and the response has been great. Some of the features that users have been loving :<p>- Keep your hands at the keyboard: navigate all tabs without your hands leaving the keyboard.<p>- Fuzzy Search: Search through your tab titles and URLs at lightning speed.<p>- Switch to previous tab: Comes with a handy shortcut to go back to the previous tab. Finally!<p>- Dark Mode: The extension feels right at home in Safari.<p>- Multi-Window support<p>- Pin/Mute/Close tabs right from the extension.<p>The app is written in ReactJS (apart from the very minuscule bit of Swift you have to write for using it as an extension in Safari) and uses Tailwind for design.<p>If you are one of the dozen people like me who use Safari, let me know how you find it. I would love to hear if there are any features that would make it a better fit for you. I have a few things on my radar gathered from talking to users like an iPad version, custom shortcuts, etc.<p>If you find the extension useful I would love it if you vote for it on Product Hunt to get this in front of a few more eyeballs : <a href="https://www.producthunt.com/posts/taptab" rel="nofollow">https://www.producthunt.com/posts/taptab</a><p>Thank you!

Show HN: GPT-3 Powered Shell

< 1 2 3 ... 584 585 586 587 588 ... 957 958 959 >