The best Hacker News stories from Show from the past day
Latest posts:
Show HN: ChatAPI – PWA to Use ChatGPT by API
I've built this PWA to use ChatGPT by API.<p>My main motivation was to use the API since it is much cheaper than the premium plan and I only pay for usage. The main inspiration was ChatGPT-web by Niek [1], but I was lacking time to dig into the code base to make changes.
Hence I went for a lightweight approach with Alpine.js and Open Props. There is no build step, the dependencies are fetched via CDN.<p>In general it was much fun to work with Alpine.js - being a parent means having very little time. So it was great to not have to invest 20h into learning a new framework. My main ask was something that gives me data binding and does not require a build step. Alpine.js was the perfect fit!<p>A hacky bit I'm proud of is the dynamic loading of languages for syntax highlighting with highlight.js :)<p>Feel free to fork, adapt and host for yourself!
Show HN: ChatAPI – PWA to Use ChatGPT by API
I've built this PWA to use ChatGPT by API.<p>My main motivation was to use the API since it is much cheaper than the premium plan and I only pay for usage. The main inspiration was ChatGPT-web by Niek [1], but I was lacking time to dig into the code base to make changes.
Hence I went for a lightweight approach with Alpine.js and Open Props. There is no build step, the dependencies are fetched via CDN.<p>In general it was much fun to work with Alpine.js - being a parent means having very little time. So it was great to not have to invest 20h into learning a new framework. My main ask was something that gives me data binding and does not require a build step. Alpine.js was the perfect fit!<p>A hacky bit I'm proud of is the dynamic loading of languages for syntax highlighting with highlight.js :)<p>Feel free to fork, adapt and host for yourself!
Show HN: One makefile to rule them all
Show HN: One makefile to rule them all
Show HN: Open-source background removal in Node.js
IMG.LY's popular background removal js library is now available for NodeJS.
Show HN: Generate Stable Diffusion scenes around 3D models
3D-to-photo is an open source tool for Generative AI product photography, that uses 3D models to allow fine camera angle control in generated images.<p>If you have 3D models created using the iOS 3D scanner you can upload them directly on to 3D-to-photo and describe the scene you want to create. For example:<p>"on a city side walk"
"near a lake, overlooking the water"<p>Then click "generate" to get the final images.<p>The tech stack behind 3D-to-photo:<p>Handling 3d models on the web: @threejs
Hosting the diffusion model: @replicate
3D scanning apps: shopify,Polycam3D or LumaLabsAI
Show HN: Generate Stable Diffusion scenes around 3D models
3D-to-photo is an open source tool for Generative AI product photography, that uses 3D models to allow fine camera angle control in generated images.<p>If you have 3D models created using the iOS 3D scanner you can upload them directly on to 3D-to-photo and describe the scene you want to create. For example:<p>"on a city side walk"
"near a lake, overlooking the water"<p>Then click "generate" to get the final images.<p>The tech stack behind 3D-to-photo:<p>Handling 3d models on the web: @threejs
Hosting the diffusion model: @replicate
3D scanning apps: shopify,Polycam3D or LumaLabsAI
Show HN: Generate Stable Diffusion scenes around 3D models
3D-to-photo is an open source tool for Generative AI product photography, that uses 3D models to allow fine camera angle control in generated images.<p>If you have 3D models created using the iOS 3D scanner you can upload them directly on to 3D-to-photo and describe the scene you want to create. For example:<p>"on a city side walk"
"near a lake, overlooking the water"<p>Then click "generate" to get the final images.<p>The tech stack behind 3D-to-photo:<p>Handling 3d models on the web: @threejs
Hosting the diffusion model: @replicate
3D scanning apps: shopify,Polycam3D or LumaLabsAI
Show HN: Generate Stable Diffusion scenes around 3D models
3D-to-photo is an open source tool for Generative AI product photography, that uses 3D models to allow fine camera angle control in generated images.<p>If you have 3D models created using the iOS 3D scanner you can upload them directly on to 3D-to-photo and describe the scene you want to create. For example:<p>"on a city side walk"
"near a lake, overlooking the water"<p>Then click "generate" to get the final images.<p>The tech stack behind 3D-to-photo:<p>Handling 3d models on the web: @threejs
Hosting the diffusion model: @replicate
3D scanning apps: shopify,Polycam3D or LumaLabsAI
Show HN: Modern Moodle learning platform open-source alternative
Code is still in pre-alpha but is perfectly usable, what do you think we can do better ?
Show HN: Modern Moodle learning platform open-source alternative
Code is still in pre-alpha but is perfectly usable, what do you think we can do better ?
Show HN: Modern Moodle learning platform open-source alternative
Code is still in pre-alpha but is perfectly usable, what do you think we can do better ?
Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
Autotab is a Chrome extension that writes Selenium code to mirror your actions as you navigate the browser. See it in action: <a href="https://youtu.be/UypAcozIaoo" rel="nofollow noreferrer">https://youtu.be/UypAcozIaoo</a><p>Autotab lets you create browser automations that actually work. We designed it around two principles:<p><pre><code> 1. Show, don’t tell: In a domain like web automation, it's often easier to *show* the model what you want rather than to explain it in sentences.
2. Code is the best output: Code is easy to inspect and enables manual tweaking of the model’s suggested actions. On top of that, code output avoids lock in and is straightforward to extend and integrate with larger projects.
</code></pre>
Autotab runs as a Chrome extension. As you navigate in the browser, autotab generates the Selenium code to reproduce your actions. You can copy that code into your own project or use our starter GitHub repo to get your automation up and running in <5 minutes: <a href="https://github.com/Planetary-Computers/autotab-starter">https://github.com/Planetary-Computers/autotab-starter</a>.<p>We'd love to hear what you think!
Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
Autotab is a Chrome extension that writes Selenium code to mirror your actions as you navigate the browser. See it in action: <a href="https://youtu.be/UypAcozIaoo" rel="nofollow noreferrer">https://youtu.be/UypAcozIaoo</a><p>Autotab lets you create browser automations that actually work. We designed it around two principles:<p><pre><code> 1. Show, don’t tell: In a domain like web automation, it's often easier to *show* the model what you want rather than to explain it in sentences.
2. Code is the best output: Code is easy to inspect and enables manual tweaking of the model’s suggested actions. On top of that, code output avoids lock in and is straightforward to extend and integrate with larger projects.
</code></pre>
Autotab runs as a Chrome extension. As you navigate in the browser, autotab generates the Selenium code to reproduce your actions. You can copy that code into your own project or use our starter GitHub repo to get your automation up and running in <5 minutes: <a href="https://github.com/Planetary-Computers/autotab-starter">https://github.com/Planetary-Computers/autotab-starter</a>.<p>We'd love to hear what you think!
Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
Autotab is a Chrome extension that writes Selenium code to mirror your actions as you navigate the browser. See it in action: <a href="https://youtu.be/UypAcozIaoo" rel="nofollow noreferrer">https://youtu.be/UypAcozIaoo</a><p>Autotab lets you create browser automations that actually work. We designed it around two principles:<p><pre><code> 1. Show, don’t tell: In a domain like web automation, it's often easier to *show* the model what you want rather than to explain it in sentences.
2. Code is the best output: Code is easy to inspect and enables manual tweaking of the model’s suggested actions. On top of that, code output avoids lock in and is straightforward to extend and integrate with larger projects.
</code></pre>
Autotab runs as a Chrome extension. As you navigate in the browser, autotab generates the Selenium code to reproduce your actions. You can copy that code into your own project or use our starter GitHub repo to get your automation up and running in <5 minutes: <a href="https://github.com/Planetary-Computers/autotab-starter">https://github.com/Planetary-Computers/autotab-starter</a>.<p>We'd love to hear what you think!
Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
Autotab is a Chrome extension that writes Selenium code to mirror your actions as you navigate the browser. See it in action: <a href="https://youtu.be/UypAcozIaoo" rel="nofollow noreferrer">https://youtu.be/UypAcozIaoo</a><p>Autotab lets you create browser automations that actually work. We designed it around two principles:<p><pre><code> 1. Show, don’t tell: In a domain like web automation, it's often easier to *show* the model what you want rather than to explain it in sentences.
2. Code is the best output: Code is easy to inspect and enables manual tweaking of the model’s suggested actions. On top of that, code output avoids lock in and is straightforward to extend and integrate with larger projects.
</code></pre>
Autotab runs as a Chrome extension. As you navigate in the browser, autotab generates the Selenium code to reproduce your actions. You can copy that code into your own project or use our starter GitHub repo to get your automation up and running in <5 minutes: <a href="https://github.com/Planetary-Computers/autotab-starter">https://github.com/Planetary-Computers/autotab-starter</a>.<p>We'd love to hear what you think!
Show HN: Autotab – An AI-powered Chrome extension to create Selenium scripts
Autotab is a Chrome extension that writes Selenium code to mirror your actions as you navigate the browser. See it in action: <a href="https://youtu.be/UypAcozIaoo" rel="nofollow noreferrer">https://youtu.be/UypAcozIaoo</a><p>Autotab lets you create browser automations that actually work. We designed it around two principles:<p><pre><code> 1. Show, don’t tell: In a domain like web automation, it's often easier to *show* the model what you want rather than to explain it in sentences.
2. Code is the best output: Code is easy to inspect and enables manual tweaking of the model’s suggested actions. On top of that, code output avoids lock in and is straightforward to extend and integrate with larger projects.
</code></pre>
Autotab runs as a Chrome extension. As you navigate in the browser, autotab generates the Selenium code to reproduce your actions. You can copy that code into your own project or use our starter GitHub repo to get your automation up and running in <5 minutes: <a href="https://github.com/Planetary-Computers/autotab-starter">https://github.com/Planetary-Computers/autotab-starter</a>.<p>We'd love to hear what you think!
Show HN: A typing game inspired by Piano Tiles
Show HN: Generate OpenAPI from Your Tests
Show HN: LookAway – My first native macOS app to combat digital eye strain
Hi HN! I'm Kushagra. I created LookAway after suffering from eye strain due to working for long hours staring at my screen.<p>The app nudges you to take regular breaks by blurring the screen to help reduce eye strain. It gives a heads-up before each break so you can wrap up tasks, and you can adjust the break intervals and durations to fit your routine.<p>LookAway is smart - it works when you work, pauses when you don't, and handles idle time intelligently. I’d love to hear your feedback to improve it. Check it out at <a href="https://lookaway.app" rel="nofollow noreferrer">https://lookaway.app</a>. Thank you for your time!