The best Hacker News stories from Show from the past day

Go back

Latest posts:

Show HN: I built haystack – Google for workplace knowledge

tl;dr: haystack is a workplace search engine for devs that runs in the browser.<p>Hi Yuval here! historicly a security researcher, more recently entered the NLP space!<p>Iv'e started working on haystack recently because I feel modern workplaces are in dire need of a good workplace search product that is free to use just like google.<p>Information is scattered between too many communication channels and platforms, we communicate with our peers through slack and email, share docs and specs on confluence, work with tickets on jira, commit code and have discussions on github, not to mention all the .docx, .ppt and .pdf that fly around the organization.<p>Existing search featuers plain suck, if you tried using confluence search you know what I mean, keyword search is terrible. Even when you find relevant looking results, they require you to commit to entering the page, and scroll through to get to the relevant paragraph.<p><i>What does haystack do?</i><p><pre><code> - Enable you to search all your workplace applications from one place. (slack, confluence, notion, jira, github, outlook, gmail, etc...). - Natural language queries ("How to do X”, "Do we support Y", "How do I connect to Z"). - No download, all the magic happens in the browser. - Local browser storage option. - Code references embedded in search results. </code></pre> Example, "How to connect to integ2 machine" on haystack could give you: "I've finished setting up the <i>second integration server</i> ... ssh connection details"<p><pre><code> ssh -i private.pem ubuntu@ec2-integration2.eu-west-1.compute.amazonwes.com </code></pre> aggregated from a slack communication you had a while ago.<p><i>Next Steps</i><p>Fine-tuning haystack for lower-end laptops with no dedicated GPU, public release date - Feb/March 23.<p>If you would like to get early access + you have dedicated graphics, there's a button in our landing page, and my email address.<p>I'll be here in the comment section!

Show HN: Listen To The Ocean – JavaScript game w. AI-generated sprites

Show HN: Listen To The Ocean – JavaScript game w. AI-generated sprites

Show HN: Listen To The Ocean – JavaScript game w. AI-generated sprites

Show HN: Pbproxy – Send your clipboard anywhere you can ssh

pbproxy is a small wrapper to give you a consistent and remotely accessible interface to your system clipboard on linux and mac.

Show HN: Pbproxy – Send your clipboard anywhere you can ssh

pbproxy is a small wrapper to give you a consistent and remotely accessible interface to your system clipboard on linux and mac.

Show HN: Pbproxy – Send your clipboard anywhere you can ssh

pbproxy is a small wrapper to give you a consistent and remotely accessible interface to your system clipboard on linux and mac.

Build your front end in React, then let ChatGPT be your Redux reducer

Build your front end in React, then let ChatGPT be your Redux reducer

Show HN: Speedsums

Show HN: I built a simple CLI helper integrating with GPT-3

Hi all!<p>I don’t think CHATGPT has gone unnoticed by anyone here on Hackernews. I’ve myself played around a bit with it, but felt it was annoying to always have to log into their GUI to ask the questions.<p>To scratch my own itch and at the same time learn more about how to write my own command line interface, I created 'askai'. 'askai' is a simple CLI integration with OpenAI’s GPT3 models. I’ve primarily used it to get quick answers to technical questions, like:<p>> askai "How to mock user input when writing a Python pytest test?"<p>> askai "How do I remove a conda environment?"<p>As I've found it quite helpful, I decided to spend some time to package it in a nicer way to share it with all of you. I've also uploaded it to PyPI to simplify the installation process.<p>'askai' enables you to:<p><pre><code> * Ask questions and get the answers straight into your terminal * Configure which model and model parameters you want to use * Overwrite saved configurations when you ask questions </code></pre> Currently, it only supports OpenAI’s models, but my plan is to integrate more endpoints as soon as new capable NLP endpoints are popping up.<p>I hope some of you find it useful :)

Show HN: I built a simple CLI helper integrating with GPT-3

Hi all!<p>I don’t think CHATGPT has gone unnoticed by anyone here on Hackernews. I’ve myself played around a bit with it, but felt it was annoying to always have to log into their GUI to ask the questions.<p>To scratch my own itch and at the same time learn more about how to write my own command line interface, I created 'askai'. 'askai' is a simple CLI integration with OpenAI’s GPT3 models. I’ve primarily used it to get quick answers to technical questions, like:<p>> askai "How to mock user input when writing a Python pytest test?"<p>> askai "How do I remove a conda environment?"<p>As I've found it quite helpful, I decided to spend some time to package it in a nicer way to share it with all of you. I've also uploaded it to PyPI to simplify the installation process.<p>'askai' enables you to:<p><pre><code> * Ask questions and get the answers straight into your terminal * Configure which model and model parameters you want to use * Overwrite saved configurations when you ask questions </code></pre> Currently, it only supports OpenAI’s models, but my plan is to integrate more endpoints as soon as new capable NLP endpoints are popping up.<p>I hope some of you find it useful :)

How many QMS advertising panels in Sydney are near a Telstra public telephone?

Show HN: Self-hosted CMS on serverless Cloudflare

Show HN: Self-hosted CMS on serverless Cloudflare

Show HN: Self-hosted CMS on serverless Cloudflare

Show HN: Self-hosted CMS on serverless Cloudflare

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: 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: 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>

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