Saturday, April 15, 2023

Show HN: Example POC to run the Dolly V2 12B model in 8bit mode https://ift.tt/L8KIRiB

Show HN: Example POC to run the Dolly V2 12B model in 8bit mode I banged this out today because nobody seems to have figured this out yet (and I wanted to play with this model). I was inspired by the fact that Simon Willison was struggling to get this running[0], so I wanted to take a crack at it! This is by no means "clean", but it is a baseline for others to hack from. Feel free to send over PRs and I'll land them! (I'd love it somebody used this to glue this into this webui[1].) 0: https://ift.tt/96riRQ2 1: https://ift.tt/JXSAPMx https://ift.tt/aXnbc5V April 15, 2023 at 04:16AM

Show HN: Interactive Prompt Notebooks for OpenAI's Chat API https://ift.tt/dgpkfij

Show HN: Interactive Prompt Notebooks for OpenAI's Chat API Hi HN, I’ve built an interactive prompt notebook for OpenAI's Chat API. It’s a notebook interface that allows you to drag-and-drop message objects to create sophisticated prompts in minutes, complete with markdown for easy commenting. Check it out and let me know what you think. https://ift.tt/CTcGgH8 April 15, 2023 at 01:17AM

Show HN: A curated list of remote jobs https://ift.tt/AspVmrz

Show HN: A curated list of remote jobs https://ift.tt/dc8i9p3 April 15, 2023 at 12:37AM

Show HN: WikiBinge – discover how all things are vaguely connected (2016) https://ift.tt/Lhgypkj

Show HN: WikiBinge – discover how all things are vaguely connected (2016) Connect two articles on Wikipedia, but do it the long way. I've always been a fan of the theory of six degree of separation, but it's an overused concept when exploring the Wiki-graph. Instead of showing the shortest path, which in my opinion is "boring" and ends up connecting super-important central articles, I came up with my own method: WikiBinge selects the smaller, less represented articles on Wikipedia. In a WikiBinge path, the underdogs are the kings! How does it work? It's pretty straightforward! Compute PageRank on the Wiki-graph and assign as weight of each edge the PageRank value of the destination node. A WikiBinge path is then simply a shortest path using these weights: the algorithm will then favor paths passing through articles with lower PageRank values. More on the motives to build this here: https://ift.tt/Dewfri0 This is an older project of mine, but it never got much exposure, so I'm humbly submitting it now. https://ift.tt/qlMUR02 April 14, 2023 at 11:18PM

Friday, April 14, 2023

Show HN: Using zod to get structured and typed output from ChatGPT in TypeScript https://ift.tt/L3CInp9

Show HN: Using zod to get structured and typed output from ChatGPT in TypeScript https://ift.tt/KQcPNL8 April 14, 2023 at 03:47AM

Show HN: Ampersand – “Terraform for Integrations” https://ift.tt/Hhp3ZTU

Show HN: Ampersand – “Terraform for Integrations” Hey HN! I’m one of the co-founders of Ampersand and we’re excited to launch our developer docs today! Ampersand is built for SaaS engineers who want to: - Read data from their customers’ SaaS (e.g. Salesforce, Hubspot). - Write data to their customers’ SaaS. - Subscribe to events happening in their customers’ SaaS (including creates, deletes and field updates). We feature a Terraform-like declarative interface for defining integrations, embeddable UI components for your users to set up and manage their integrations, and a management console for your team to monitor and troubleshoot. We’re launching our docs ahead of our product because we believe that docs are one of the most important things to get right in building a developer product, and we want to get early feedback on it. Looking forward to hearing your feedback in the comments below! https://ift.tt/uq7zs8I April 14, 2023 at 02:38AM

Show HN: Extract clips from YouTube (without downloading whole video) https://ift.tt/1vuQOnL

Show HN: Extract clips from YouTube (without downloading whole video) https://ift.tt/Dz8OecZ April 13, 2023 at 10:00PM

Show HN: PlutoPrint – Generate Beautiful PDFs and PNGs from HTML with Python https://ift.tt/8nBt5IR

Show HN: PlutoPrint – Generate Beautiful PDFs and PNGs from HTML with Python Hi everyone, I built PlutoPrint because I needed a simple way t...