Wednesday, April 19, 2023

Show HN: A web decision game 99% coded by GPT4. Uses agent to decide win/loss https://ift.tt/w8cgXIE

Show HN: A web decision game 99% coded by GPT4. Uses agent to decide win/loss Yeah... so I know some software development concepts well I haven't written any code in 10 years, so like half the time was just getting a development setup. At first it suggested PyCharm and honestly it wasted a lot of time. Eventually I got VS Code and GPT just seems to understand it so much better. The real secret to getting good responses with GPT-4 during this I found is to restart the conversation fresh with a complete description of what you need (2-3 paragraphs of detail is great) and the rest as code. [detailed description of what you need, make sure it's detailed and specific add examples if possible] #### [insert all the code, the more you can fit the better] That first code block it gives you back on the first output is the cleanest by far. If there is an error and you submit it back in the same chat conversation, it just gets diluted/saturated over time, hallucinations go up etc. So if there is a bug rather than continue in the same convo, repeat this process in a brand new conversation. Each time it gives a much cleaner, fresher look at the code and goals needed. If your codeblock is really small then this isn't so important, but I'm trying to maximize the amount of code per prompt for best responses. I also make sure to split files by concerns so they don't get too big for the prompt window otherwise it's annoying. #### And lastly the other interesting thing about this project is this simulates an Agent loop where it is constantly trying to determine if the player won or lost, decide what the next most cohesive step is based on the human feedback (click emoji) and looping it. Actually that was my main interest for the project and I just wanted to get something published as a secondary goal. Most of my time was probably spent playing with the prompt and trying to to see if I could get it to determine if the goal was achieved but its actually a hard problem and I have some cool ideas for the next project. https://ift.tt/4d6ShFC April 19, 2023 at 11:41AM

Show HN: Karma Design Suite – A powerful wireframe and UI toolkit for designers https://ift.tt/fXzwGE2

Show HN: Karma Design Suite – A powerful wireframe and UI toolkit for designers We've designed an extensive wireframe kit and a more extensive set of UI kits. All feedback is appreciated. https://karma.design/ April 19, 2023 at 04:31PM

Tuesday, April 18, 2023

Show HN: No-cloud P2P file transfer in the browser using latest WebTorrent v2 https://ift.tt/JnruK9k

Show HN: No-cloud P2P file transfer in the browser using latest WebTorrent v2 https://file.love/ April 18, 2023 at 10:27PM

Show HN: Database for analyzing US companies, visualize using Apache SuperSet https://ift.tt/AgB26qa

Show HN: Database for analyzing US companies, visualize using Apache SuperSet My main motivation was that I wanted to be able to drill down and filter across all the available stocks, look at the data for myself, and narrow down on the stocks I am interested based on my own sets of criteria, and make data-driven analysis for my personal investment strategies. I used PostgreSQL as the backend database for ELT data pipelines, and used Citus Data cstore_fdw for columnar compression for the final dataset. All financial data is coming from SEC Edgar, https://ift.tt/HzquX17 . I used Python for downloading most of the data. I also run the data load development locally on my home Ubuntu server that I built 5 years ago. I bought 4TB of M2 disks for best database performance, with PRIME B360M-A motherboard and Intel Chip Coffee Lake S. I built the website simply using WordPress, and I run Apache Superset using gunicorn via Apache Webserver reverse proxy. The registration form I had to build myself with PHP and some JavaScript, because it needed to automatically create a SuperSet user upon registration. Otherwise, I would need to input everyone manually. I used Python again for the data integration. Please don't use the database directly as an investment tool, as its in Beta, and the data still needs to undergo heavy data quality checks, please confirm all the numbers yourself, as I provide a link for every company to the SEC filings. https://ift.tt/JmlbAQ4 April 19, 2023 at 02:46AM

Show HN: AI Playground by Vercel Labs https://ift.tt/T5gAenr

Show HN: AI Playground by Vercel Labs Hey, Jared Palmer (creator of this playground) here. Really excited to ship this. I’ve been building this over the past few weeks to compare LLMs from different providers like OpenAI, Anthropic, Cohere, etc. At Vercel, I manage our Frameworks division (including Next.js, Svelte, and Turbo) and wanted to also dogfood some of the latest features in a slightly larger application. This playground takes a lot of inspiration from https://nat.dev and is built on Tailwind, ui.shadcn.com, and some upcoming Vercel products we’re announcing soon. We’re going to continue adding models to compare and add other frameworks to generate code snippets from. https://play.vercel.ai April 19, 2023 at 04:08AM

Show HN: Offsuit – Casual Poker, Redesigned https://ift.tt/K2VDea8

Show HN: Offsuit – Casual Poker, Redesigned For the past year my friend and I have been building a dead simple offline poker app that we actually wanted to spend time in. No constant pop-ups. No account needed. No waiting for tables. No fake felt or neon. Just free poker against intelligent AI opponents with helpful in-game stats. We’ve started offline, but are working towards online-multiplayer, tutorials for new players, and more in-game stats. Would love your feedback! https://offsuit.app/ April 18, 2023 at 07:37PM

Show HN: Cfddns – A No Nonsense Script to Dynamically Update Cloudflare IP https://ift.tt/echm2ol

Show HN: Cfddns – A No Nonsense Script to Dynamically Update Cloudflare IP I couldn't find a decent tool to dynamically update IP address in my Cloudflare account, so I created one for me. Thought share with others. It can be run directly, as a scheduled task, and as a docker container. Only API token and target domain is required. https://ift.tt/j1pleR7 April 18, 2023 at 04:30PM

Monday, April 17, 2023

Show HN: Cyte – A visual, searchable knowledge base of your screen time https://ift.tt/2vb17Rd

Show HN: Cyte – A visual, searchable knowledge base of your screen time https://ift.tt/mkO3Lju April 18, 2023 at 07:19AM

Show HN: ThinkGPT: a library to prompt GPT to think, memorize and self-refine https://ift.tt/6KkFT8m

Show HN: ThinkGPT: a library to prompt GPT to think, memorize and self-refine https://ift.tt/0ce5k9s April 18, 2023 at 04:36AM

Show HN: MindPop – Great Lectures Set to Ambient https://ift.tt/Ffi56gJ

Show HN: MindPop – Great Lectures Set to Ambient https://ift.tt/8xDfjMW April 18, 2023 at 04:25AM

Show HN: Quorbo – a quick and quirky quest for the quote https://ift.tt/qe2XQpz

Show HN: Quorbo – a quick and quirky quest for the quote Hey HN, Today I'm launching Quorbo (www.quorbo.com): a simple letter-revealing game (think Wheel of Fortune with some twists) where you get 6 turns to guess the day's quote! It's my first post-parenthood side project and first web game. Being a working dad has caused me (for the first time, believe it or not) to focus on simplicity. Up until about a year ago, endless free time secretly plagued me... because I love _building_, and more free time meant: more room to add complexity. Not anymore! Quorbo is the first of my initial batch of three simple word games, and I can't wait to make more. Let me know what you think! (improvements, bugs / quirky behavior / stumbling blocks, any and all feedback welcome!) Enjoy! https://quorbo.com April 18, 2023 at 03:16AM

Show HN: Instant AI Powered Support https://ift.tt/ygMtdkc

Show HN: Instant AI Powered Support Create a virtual assistant for your product with a single click 1. Tell us your website 2. Choose the pages you'd like Bubbly to learn from 3. We will instantly create a GPT3 AI Bot that can answer any question about your product or service. https://ift.tt/z9qJiWk April 18, 2023 at 01:43AM

Show HN: Serverless Monitoring Designed for Developers and DevOps Teams https://ift.tt/qjSoufT

Show HN: Serverless Monitoring Designed for Developers and DevOps Teams https://ift.tt/O2jRpne April 17, 2023 at 03:47PM

Sunday, April 16, 2023

Show HN: No-Auth Twitter API Endpoints (GraphQL) https://ift.tt/EOtoAuR

Show HN: No-Auth Twitter API Endpoints (GraphQL) Simple GraphQL endpoints that can be used to pull data without authentication. https://ift.tt/vdEyfSm April 17, 2023 at 06:26AM

Show HN: Ruby WhatsApp SDK Gem https://ift.tt/C6VqMbT

Show HN: Ruby WhatsApp SDK Gem Whatsapp Ruby SDK gem Whatsapp released the Cloud API. I had an App that uses Whatsapp, and I extracted all the Ruby code that talks to the API into a gem and made it public. The gem provides the ability to connect with Whatsapp API. Amongst them, you can: - Interact with Business Profiles. - Interact with Phone numbers. - Interact with Media: audio, videos, images, stickers, templates, and documents (Upload/Download, send, receive). - Send and receive messages (text, templates and others). I'm looking for suggestions to make it better. I'm sure the people in HN could provide great feedback I could use to improve the library. https://ift.tt/UrnlsCG Thank you! https://ift.tt/UrnlsCG April 17, 2023 at 06:06AM

Show HN: Insight, an autonomous AI that can do medical research https://ift.tt/qgKDxiX

Show HN: Insight, an autonomous AI that can do medical research I am working on an AI that uses multiple LLM based agents to do medical research on any topic you choose! The program terminates after a set number of iterations and all of the findings are saved. Still a work in progress but it is showing some promising results imho! Would love to receive any critical and constructive feedback, collaborate, Review your PRs, or discuss your ideas!! https://ift.tt/HB0VQxn April 17, 2023 at 03:15AM

Show HN: Gptrpg A demo of an GPT-based agent existing in an RPG-like environment https://ift.tt/gZIU2pG

Show HN: Gptrpg A demo of an GPT-based agent existing in an RPG-like environment https://ift.tt/BgDv5pM April 17, 2023 at 02:14AM

Show HN: Let your body be the gamepad https://ift.tt/yrCg87k

Show HN: Let your body be the gamepad Hi HN, I made a keyboard emulator that tracks your body pose and emits the key presses accordingly. My main motivation was to make my kids move more on rainy days. I already made a couple of mini-games using the body pose [1-3], and those were definitely fun to make and play! However, once the kids learned the tricks, they got bored. I could only produce that much content myself, and soon realized that I lack time for churning out games. Finally, I decided to tap into an endless pool of PC games, preferrably simple and less addictive ones like the Gameboy and DOS games. This project has been also inspired by [4], which has been featured on HN recently. [1]: https://ift.tt/GLKM98H [2]: https://ift.tt/5QPbKcO [3]: https://ift.tt/MsizR9b [4]: https://ift.tt/lvf9CgW https://ift.tt/OSuiGmI April 17, 2023 at 01:12AM

Show HN: TypeAPI – An OpenAPI alternative optimized for code generation https://ift.tt/tXJA1Va

Show HN: TypeAPI – An OpenAPI alternative optimized for code generation https://typeapi.org/ April 16, 2023 at 04:14PM

Show HN: German Translation of the Rust Book https://ift.tt/WTwDm0c

Show HN: German Translation of the Rust Book I have just published a paperback and an e-book of the German translation of the Rust book from Steve Klabnik and Carol Nichols: Die Programmiersprache Rust https://rust-lernen.de/ The translation itself is available for free on GitHub. https://rust-lernen.de/ April 16, 2023 at 02:58PM

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code https://ift.tt/GQauRgE

Show HN: Kstack – Skill pack for monitoring/troubleshooting K8s in Claude Code Hi All, Recently I've been using Claude Code a lot for de...