Friday, February 3, 2023

Show HN: I turned my microeconomics textbook into a chatbot with GPT-3 https://ift.tt/mlaibMr

Show HN: I turned my microeconomics textbook into a chatbot with GPT-3 I never really read my micro-econ textbook. Looking up concepts from the book with Google yields SEO-y results. So I used GPT-3 to make a custom chatbot I can query at any time. https://www.konjer.xyz/microeconomics February 3, 2023 at 05:49AM

Show HN: Trigger Webhooks from Postgres https://ift.tt/rQTs9hU

Show HN: Trigger Webhooks from Postgres We just released a small open-source tool which enables you to fire HTTP requests from Postgres triggers. One of the things we’re using it for now is to send Slack messages when a new user is created and wanted to see what the community thinks as we explore more use cases! https://ift.tt/Zsr4Ghk February 3, 2023 at 03:34AM

Show HN: Dev-Docs – A tool that helps you document as you code https://ift.tt/j79etHv

Show HN: Dev-Docs – A tool that helps you document as you code Hi all, Super excited to share that I am building Dev-Docs, and I wanted to create a post to get other developers' thoughts. Background: Developers know how important it is to document their codebases, but often, it's an afterthought that ends up taking a lot of time and effort. That's where Dev-Docs comes in - a solution that helps developers document as they code, making the process easier and more efficient. Features: Dev-Docs handles both internal documentation for teams and external documentation around APIs and codebases for customers and partners. Internal Documentation: Dev-Docs makes it easy for engineers to document their code, right within their editor. This way, they can easily document the code they're working on, without having to switch between multiple tools. Think of it as a mini local notion that lives within vs code. External API and Codebase Documentation: Developers can also use Dev-Docs to document their external APIs and codebases, making it easier for their customers and partners to understand how the code works. Quick demo(From December): https://youtu.be/fmcgw3MkW4E Currently it is live but I am going to try to refine it a bit during this month and hopefully market a more open launch. In the meantime I would love some feedback on the video/product(hopefully none that obliterates my identity and all of my self-esteem). :') Additionally feel free to dm on linkedin if you have direct feedback or want to start using the rough version of it: https://ift.tt/8RIzeFm . Thanks! https://ift.tt/jQWyKNZ February 2, 2023 at 05:07AM

Thursday, February 2, 2023

Show HN: AI Cover Letter Writer https://ift.tt/AlcvHji

Show HN: AI Cover Letter Writer Uniquely, our AI cover letter generator creates a cover letter from your resume and a job description. Use the finished product as an outline you can polish on your own. https://tally.work/ February 2, 2023 at 08:36AM

Show HN: Validate, Launch and Grow 3-5x Faster with No BS Startup Guide https://ift.tt/F4YPM39

Show HN: Validate, Launch and Grow 3-5x Faster with No BS Startup Guide Launch and grow your startup 3-5x faster with the No BS Startup Guide. Get +400 specific tactical activities that you can start doing today, to save 2,000 hours of research, and know exactly what to do every step of the way. I started the guide initially for myself. I posted on reddit over a year ago ( https://ift.tt/YGv9576... ) and it became super popular. I kept using it and adding to it as I've coached and mentored over 200 founders. After thousands of hours of research and field testing, I am ready to release it. Still in early access and lots of things are work in progress. https://ift.tt/NnMJydV February 2, 2023 at 02:51AM

Show HN: PromptLayer – Track, debug, and maintain GPT prompts in prod https://ift.tt/XToUSPH

Show HN: PromptLayer – Track, debug, and maintain GPT prompts in prod https://ift.tt/MTzpxKc February 2, 2023 at 05:27AM

Show HN: Go Feature Flag OSS self-hosted feature flag solution launch v1.0.0 https://ift.tt/bnQNTMv

Show HN: Go Feature Flag OSS self-hosted feature flag solution launch v1.0.0 Hey Hackernews! I am the creator and maintainer of GO Feature Flag, a self-hosted OpenSource solution for feature flags (or feature toggles) that requires almost no infrastructure. We store all our flag in a flat file somewhere (S3, github, ...) and we use it directly. Today we have finally released the version v1.0.0 that brings a new flag format that enable you to do even more with your feature flags. The solution offer some capabilities such as: - Targeting specific users - Fancy rollout capabilities (progressive rollout, A/B testing, scheduled rollout). - Exporting your usage in several location. - Compatibility with the new standard Open Feature. All feedback are welcome . Github: https://ift.tt/f9jRr1F v1.0.0 blog post: https://ift.tt/yVuxp9X https://ift.tt/yVuxp9X February 2, 2023 at 02:22AM

Show HN: Yet Another Memory System for LLM's https://ift.tt/0oZIwAv

Show HN: Yet Another Memory System for LLM's Built this for my LLM workflows - needed searchable, persistent memory that wouldn't bl...